| 1 | 2026-08-19T22:51:09.448Z | INFO | phd-runner: phd_runner
file = phd-tests/runner/src/main.rs
line = 36
runner_args = ProcessArgs { command: Run(RunOptions { propolis_server_cmd: "/work/phd-test/propolis-server", base_propolis_branch: None, base_propolis_commit: None, base_propolis_cmd: None, crucible_downstairs_cmd: None, crucible_downstairs_commit: Some(Auto), tmp_directory: "/tmp/propolis-phd", artifact_directory: Some("/phd-artifacts"), output_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: ["phd_tests::migrate::from_base"], max_buildomat_wait_secs: 1200, manual_stop_on_failure: false }), disable_ansi: false, emit_bunyan: true }
target = phd_runner
|
| 2 | 2026-08-19T22:51:09.472Z | DEBG | phd-runner: Created new artifact store from manifest
file = phd-tests/framework/src/artifacts/store.rs
line = 219
store = Store { local_dir: "/phd-artifacts", artifacts: {"alpine": Mutex { data: StoredArtifact { description: Artifact { filename: "alpine.iso", kind: GuestOs(Alpine), source: RemoteServer { sha256: "ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1" }, untar: None }, cached_path: None } }, "ovmf": Mutex { data: StoredArtifact { description: Artifact { filename: "OVMF_CODE.fd", kind: Bootrom, source: Buildomat(BuildomatArtifact { repo: Repo("oxidecomputer/edk2"), series: Series("image_debug"), commit: Commit("bf64f45b1a58e69d126a3c6ca1e4512c88668132"), sha256: "740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448" }), untar: None }, cached_path: None } }}, downloader: DownloadConfig { timeout: 600s, buildomat_backoff: ExponentialBackoff { current_interval: 1s, initial_interval: 1s, randomization_factor: 0.5, multiplier: 1.5, max_interval: 60s, start_time: Instant { tv_sec: 275, tv_nsec: 789705687 }, max_elapsed_time: Some(1200s), clock: SystemClock }, remote_server_uris: ["https://oxide-omicron-build.s3.amazonaws.com"] } }
target = phd_framework::artifacts::store
|
| 3 | 2026-08-19T22:51:09.472Z | INFO | phd-runner: Adding Propolis server from local command
file = phd-tests/framework/src/artifacts/store.rs
line = 227
propolis_server_cmd = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 4 | 2026-08-19T22:51:09.474Z | INFO | phd-runner: Adding crucible-downstairs from Buildomat Git revision
commit = ad8a31742adc45e925e63443a5b43c8e30604022
file = phd-tests/framework/src/artifacts/store.rs
line = 311
target = phd_framework::artifacts::store
|
| 5 | 2026-08-19T22:51:09.478Z | DEBG | phd-runner: Downloading file from Buildomat...
file = phd-tests/framework/src/artifacts/buildomat.rs
line = 215
target = phd_framework::artifacts::buildomat
timeout = 600s
uri = https://buildomat.eng.oxide.computer/public/file/oxidecomputer/crucible/nightly-image/ad8a31742adc45e925e63443a5b43c8e30604022/crucible-nightly.sha256.txt
|
| 6 | 2026-08-19T22:51:09.855Z | WARN | phd-runner: No 'migration base' Propolis server provided. Migration-from-base tests will be skipped.
file = phd-tests/framework/src/lib.rs
line = 309
target = phd_framework
|
| 7 | 2026-08-19T22:51:09.858Z | INFO | phd-runner: [EXECUTION_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 25
target = phd_runner::fixtures
|
| 8 | 2026-08-19T22:51:09.858Z | INFO | phd-runner: [EXECUTION_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 25
target = phd_runner::fixtures
|
| 9 | 2026-08-19T22:51:09.861Z | INFO | phd-runner: Running 48 test(s)
file = phd-tests/runner/src/execute.rs
line = 83
target = phd_runner::execute
|
| 10 | 2026-08-19T22:51:09.862Z | INFO | phd-runner: Starting test phd_tests::hyperv::hyperv_smoke_test
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 11 | 2026-08-19T22:51:09.862Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 12 | 2026-08-19T22:51:09.862Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 13 | 2026-08-19T22:51:09.863Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/hyperv.rs
line = 54
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_tests::hyperv
|
| 14 | 2026-08-19T22:51:09.866Z | DEBG | phd-runner: [TEST - EVENT] checking for existing copy of artifact
file = phd-tests/framework/src/artifacts/store.rs
line = 89
maybe_path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::artifacts::store
|
| 15 | 2026-08-19T22:51:09.868Z | DEBG | phd-runner: [TEST - EVENT] Downloading file from Buildomat...
file = phd-tests/framework/src/artifacts/buildomat.rs
line = 215
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::artifacts::buildomat
timeout = 600s
uri = https://buildomat.eng.oxide.computer/public/file/oxidecomputer/edk2/image_debug/bf64f45b1a58e69d126a3c6ca1e4512c88668132/OVMF_CODE.fd
|
| 16 | 2026-08-19T22:51:10.578Z | DEBG | phd-runner: [TEST - EVENT] checking for existing copy of artifact
file = phd-tests/framework/src/artifacts/store.rs
line = 89
maybe_path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::artifacts::store
|
| 17 | 2026-08-19T22:51:10.590Z | DEBG | phd-runner: [TEST - EVENT] Downloading alpine.iso from https://oxide-omicron-build.s3.amazonaws.com/alpine.iso
file = phd-tests/framework/src/artifacts/store.rs
line = 614
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::artifacts::store
timeout = 600s
|
| 18 | 2026-08-19T22:51:17.190Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 19 | 2026-08-19T22:51:17.191Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::zfs
verb = list
|
| 20 | 2026-08-19T22:51:17.208Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::hyperv::hyperv_smoke_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 4.27M 25.3T 2M /phd-artifacts\n
target = phd_framework::zfs
|
| 21 | 2026-08-19T22:51:17.210Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-a30e37f6-91be-4dc6-9f90-f72b7b9eab17"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::zfs
verb = snapshot
|
| 22 | 2026-08-19T22:51:17.232Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-a30e37f6-91be-4dc6-9f90-f72b7b9eab17", "phd-artifacts/phd-clone-a76cc52f-0993-4b00-bf8f-bc5d2c163783"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::zfs
verb = clone
|
| 23 | 2026-08-19T22:51:17.249Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-a76cc52f-0993-4b00-bf8f-bc5d2c163783"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::zfs
verb = list
|
| 24 | 2026-08-19T22:51:17.259Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::hyperv::hyperv_smoke_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-a76cc52f-0993-4b00-bf8f-bc5d2c163783 0B 25.3T 49.0M /phd-artifacts/phd-clone-a76cc52f-0993-4b00-bf8f-bc5d2c163783\n
target = phd_framework::zfs
|
| 25 | 2026-08-19T22:51:17.265Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
|
| 26 | 2026-08-19T22:51:17.265Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm_name = hyperv_smoke_test
|
| 27 | 2026-08-19T22:51:17.266Z | DEBG | phd-runner: [NEW - EVENT] Examining locally-sourced artifact
file = phd-tests/framework/src/artifacts/store.rs
line = 56
path = /work/phd-test/propolis-server
sha256 = None
target = phd_framework::artifacts::store
|
| 28 | 2026-08-19T22:51:17.266Z | DEBG | phd-runner: [NEW - EVENT] Locally-sourced artifact is valid, caching its path
file = phd-tests/framework/src/artifacts/store.rs
line = 69
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 29 | 2026-08-19T22:51:17.266Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::hyperv::hyperv_smoke_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 30 | 2026-08-19T22:51:17.266Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::hyperv::hyperv_smoke_test
stderr_path = "/tmp/propolis-phd/phd_tests::hyperv::hyperv_smoke_test/hyperv_smoke_test.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::hyperv::hyperv_smoke_test/hyperv_smoke_test.stdout.log"
target = phd_framework::log_config
|
| 31 | 2026-08-19T22:51:17.306Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 924
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm::server
|
| 32 | 2026-08-19T22:51:17.322Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 57
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
|
| 33 | 2026-08-19T22:51:17.322Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 73216900-6cad-4789-9eaa-28d9036da923
|
| 34 | 2026-08-19T22:51:17.327Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 73216900-6cad-4789-9eaa-28d9036da923
|
| 35 | 2026-08-19T22:51:17.940Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 36 | 2026-08-19T22:51:17.945Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 73216900-6cad-4789-9eaa-28d9036da923, name: "phd-vm-73216900-6cad-4789-9eaa-28d9036da923", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: a9472515-e15f-4e4a-8c8e-38b959b2e898, project_id: 22177dfc-cba8-414e-9746-019dbe4e1b00, sled_id: 389e9404-7b6a-462c-9f3a-44dc020fcbd4, sled_serial: "389e9404-7b6a-462c-9f3a-44dc020fcbd4", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 73216900-6cad-4789-9eaa-28d9036da923
|
| 37 | 2026-08-19T22:51:17.945Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 73216900-6cad-4789-9eaa-28d9036da923
|
| 38 | 2026-08-19T22:51:17.945Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::hyperv::hyperv_smoke_test
state = Run
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 73216900-6cad-4789-9eaa-28d9036da923
|
| 39 | 2026-08-19T22:51:17.946Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 73216900-6cad-4789-9eaa-28d9036da923
|
| 40 | 2026-08-19T22:51:17.946Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
|
| 41 | 2026-08-19T22:51:17.947Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = hyperv_smoke_test
vm_id = 73216900-6cad-4789-9eaa-28d9036da923
|
| 42 | 2026-08-19T22:51:17.947Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::hyperv::hyperv_smoke_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 43 | 2026-08-19T22:51:17.947Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 73216900-6cad-4789-9eaa-28d9036da923
|
| 44 | 2026-08-19T22:51:17.947Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_smoke_test
vm_id = 73216900-6cad-4789-9eaa-28d9036da923
|
| 45 | 2026-08-19T22:51:22.810Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4863
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 73216900-6cad-4789-9eaa-28d9036da923
|
| 46 | 2026-08-19T22:51:22.810Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::hyperv::hyperv_smoke_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 47 | 2026-08-19T22:51:22.812Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::hyperv::hyperv_smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 48 | 2026-08-19T22:51:22.812Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 73216900-6cad-4789-9eaa-28d9036da923
|
| 49 | 2026-08-19T22:51:22.812Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_smoke_test
vm_id = 73216900-6cad-4789-9eaa-28d9036da923
|
| 50 | 2026-08-19T22:51:22.829Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 73216900-6cad-4789-9eaa-28d9036da923
|
| 51 | 2026-08-19T22:51:22.829Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::hyperv::hyperv_smoke_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 52 | 2026-08-19T22:51:22.830Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::hyperv::hyperv_smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 53 | 2026-08-19T22:51:22.830Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 73216900-6cad-4789-9eaa-28d9036da923
|
| 54 | 2026-08-19T22:51:22.830Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_smoke_test
vm_id = 73216900-6cad-4789-9eaa-28d9036da923
|
| 55 | 2026-08-19T22:51:22.862Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 73216900-6cad-4789-9eaa-28d9036da923
|
| 56 | 2026-08-19T22:51:22.863Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
|
| 57 | 2026-08-19T22:51:22.863Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4915
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
|
| 58 | 2026-08-19T22:51:22.863Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 73216900-6cad-4789-9eaa-28d9036da923
|
| 59 | 2026-08-19T22:51:22.863Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_smoke_test
vm_id = 73216900-6cad-4789-9eaa-28d9036da923
|
| 60 | 2026-08-19T22:51:22.873Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 73216900-6cad-4789-9eaa-28d9036da923
|
| 61 | 2026-08-19T22:51:22.873Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 73216900-6cad-4789-9eaa-28d9036da923
|
| 62 | 2026-08-19T22:51:22.873Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_smoke_test
vm_id = 73216900-6cad-4789-9eaa-28d9036da923
|
| 63 | 2026-08-19T22:51:22.907Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 73216900-6cad-4789-9eaa-28d9036da923
|
| 64 | 2026-08-19T22:51:22.907Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 73216900-6cad-4789-9eaa-28d9036da923
|
| 65 | 2026-08-19T22:51:22.907Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_smoke_test
vm_id = 73216900-6cad-4789-9eaa-28d9036da923
|
| 66 | 2026-08-19T22:51:22.918Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 73216900-6cad-4789-9eaa-28d9036da923
|
| 67 | 2026-08-19T22:51:22.918Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 73216900-6cad-4789-9eaa-28d9036da923
|
| 68 | 2026-08-19T22:51:22.919Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_smoke_test
vm_id = 73216900-6cad-4789-9eaa-28d9036da923
|
| 69 | 2026-08-19T22:51:22.951Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 73216900-6cad-4789-9eaa-28d9036da923
|
| 70 | 2026-08-19T22:51:22.952Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 73216900-6cad-4789-9eaa-28d9036da923
|
| 71 | 2026-08-19T22:51:22.953Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 72 | 2026-08-19T22:51:22.954Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 5013
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 73 | 2026-08-19T22:51:22.954Z | INFO | phd-runner: test phd_tests::hyperv::hyperv_smoke_test ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 74 | 2026-08-19T22:51:22.954Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 75 | 2026-08-19T22:51:22.955Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1195
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 73216900-6cad-4789-9eaa-28d9036da923
|
| 76 | 2026-08-19T22:51:23.632Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::hyperv::hyperv_smoke_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = hyperv_smoke_test
vm_id = 73216900-6cad-4789-9eaa-28d9036da923
|
| 77 | 2026-08-19T22:51:23.712Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::zfs
vm = hyperv_smoke_test
vm_id = 73216900-6cad-4789-9eaa-28d9036da923
|
| 78 | 2026-08-19T22:51:23.712Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-a76cc52f-0993-4b00-bf8f-bc5d2c163783"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::zfs
verb = destroy
vm = hyperv_smoke_test
vm_id = 73216900-6cad-4789-9eaa-28d9036da923
|
| 79 | 2026-08-19T22:51:23.737Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::zfs
vm = hyperv_smoke_test
vm_id = 73216900-6cad-4789-9eaa-28d9036da923
|
| 80 | 2026-08-19T22:51:23.737Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-a30e37f6-91be-4dc6-9f90-f72b7b9eab17"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::zfs
verb = destroy
vm = hyperv_smoke_test
vm_id = 73216900-6cad-4789-9eaa-28d9036da923
|
| 81 | 2026-08-19T22:51:23.756Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 802
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 73216900-6cad-4789-9eaa-28d9036da923
|
| 82 | 2026-08-19T22:51:23.757Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6434
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 73216900-6cad-4789-9eaa-28d9036da923
|
| 83 | 2026-08-19T22:51:23.757Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 13892
file = phd-tests/tests/src/hyperv.rs
line = 54
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_tests::hyperv
|
| 84 | 2026-08-19T22:51:23.758Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 803
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 85 | 2026-08-19T22:51:23.758Z | INFO | phd-runner: Starting test phd_tests::hyperv::hyperv_lifecycle_test
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 86 | 2026-08-19T22:51:23.758Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 87 | 2026-08-19T22:51:23.758Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 88 | 2026-08-19T22:51:23.758Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/hyperv.rs
line = 77
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_tests::hyperv
|
| 89 | 2026-08-19T22:51:23.758Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 90 | 2026-08-19T22:51:23.758Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 91 | 2026-08-19T22:51:23.758Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 92 | 2026-08-19T22:51:23.758Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::zfs
verb = list
|
| 93 | 2026-08-19T22:51:23.770Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::hyperv::hyperv_lifecycle_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 51.3M 25.3T 49.0M /phd-artifacts\n
target = phd_framework::zfs
|
| 94 | 2026-08-19T22:51:23.770Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-fde2df43-555c-4d98-9621-5334617b1e1c"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::zfs
verb = snapshot
|
| 95 | 2026-08-19T22:51:23.791Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-fde2df43-555c-4d98-9621-5334617b1e1c", "phd-artifacts/phd-clone-9f99a724-223b-4db3-92c2-a3f9eb3d1b7d"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::zfs
verb = clone
|
| 96 | 2026-08-19T22:51:23.810Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-9f99a724-223b-4db3-92c2-a3f9eb3d1b7d"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::zfs
verb = list
|
| 97 | 2026-08-19T22:51:23.822Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::hyperv::hyperv_lifecycle_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-9f99a724-223b-4db3-92c2-a3f9eb3d1b7d 0B 25.3T 49.0M /phd-artifacts/phd-clone-9f99a724-223b-4db3-92c2-a3f9eb3d1b7d\n
target = phd_framework::zfs
|
| 98 | 2026-08-19T22:51:23.822Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
|
| 99 | 2026-08-19T22:51:23.822Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm_name = hyperv_lifecycle_test
|
| 100 | 2026-08-19T22:51:23.822Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 101 | 2026-08-19T22:51:23.823Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::hyperv::hyperv_lifecycle_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 102 | 2026-08-19T22:51:23.823Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::hyperv::hyperv_lifecycle_test
stderr_path = "/tmp/propolis-phd/phd_tests::hyperv::hyperv_lifecycle_test/hyperv_lifecycle_test.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::hyperv::hyperv_lifecycle_test/hyperv_lifecycle_test.stdout.log"
target = phd_framework::log_config
|
| 103 | 2026-08-19T22:51:23.839Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 932
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm::server
|
| 104 | 2026-08-19T22:51:23.854Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
|
| 105 | 2026-08-19T22:51:23.854Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
|
| 106 | 2026-08-19T22:51:23.855Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
|
| 107 | 2026-08-19T22:51:24.566Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 108 | 2026-08-19T22:51:24.567Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 57735e16-a07a-4da4-bfb1-817ec5c77b9f, name: "phd-vm-57735e16-a07a-4da4-bfb1-817ec5c77b9f", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: e72c54be-e4c7-4db9-bd2f-ab0bc1257c0a, project_id: baba3bf7-7b31-4eb7-8002-eff363f26a18, sled_id: e7975c4d-0d32-43fd-9756-eb073822e6fc, sled_serial: "e7975c4d-0d32-43fd-9756-eb073822e6fc", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
|
| 109 | 2026-08-19T22:51:24.567Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
|
| 110 | 2026-08-19T22:51:24.567Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::hyperv::hyperv_lifecycle_test
state = Run
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
|
| 111 | 2026-08-19T22:51:24.568Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
|
| 112 | 2026-08-19T22:51:24.568Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
|
| 113 | 2026-08-19T22:51:24.568Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = hyperv_lifecycle_test
vm_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
|
| 114 | 2026-08-19T22:51:24.568Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::hyperv::hyperv_lifecycle_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 115 | 2026-08-19T22:51:24.568Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
|
| 116 | 2026-08-19T22:51:24.568Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_lifecycle_test
vm_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
|
| 117 | 2026-08-19T22:51:29.459Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4890
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
|
| 118 | 2026-08-19T22:51:29.459Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::hyperv::hyperv_lifecycle_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 119 | 2026-08-19T22:51:29.459Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::hyperv::hyperv_lifecycle_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 120 | 2026-08-19T22:51:29.459Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
|
| 121 | 2026-08-19T22:51:29.459Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_lifecycle_test
vm_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
|
| 122 | 2026-08-19T22:51:29.479Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 19
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
|
| 123 | 2026-08-19T22:51:29.479Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::hyperv::hyperv_lifecycle_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 124 | 2026-08-19T22:51:29.479Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::hyperv::hyperv_lifecycle_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 125 | 2026-08-19T22:51:29.479Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
|
| 126 | 2026-08-19T22:51:29.479Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_lifecycle_test
vm_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
|
| 127 | 2026-08-19T22:51:29.513Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
|
| 128 | 2026-08-19T22:51:29.513Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
|
| 129 | 2026-08-19T22:51:29.513Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4944
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
|
| 130 | 2026-08-19T22:51:29.513Z | INFO | phd-runner: [TEST - EVENT] rebooting VM for lifecycle test
file = phd-tests/framework/src/lifecycle.rs
line = 49
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::lifecycle
vm_name = hyperv_lifecycle_test
|
| 131 | 2026-08-19T22:51:29.513Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
|
| 132 | 2026-08-19T22:51:29.513Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::hyperv::hyperv_lifecycle_test
state = Reboot
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
|
| 133 | 2026-08-19T22:51:29.514Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
|
| 134 | 2026-08-19T22:51:29.514Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
|
| 135 | 2026-08-19T22:51:29.515Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = hyperv_lifecycle_test
vm_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
|
| 136 | 2026-08-19T22:51:29.515Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::hyperv::hyperv_lifecycle_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 137 | 2026-08-19T22:51:29.515Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
|
| 138 | 2026-08-19T22:51:29.515Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_lifecycle_test
vm_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
|
| 139 | 2026-08-19T22:51:34.156Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4641
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
|
| 140 | 2026-08-19T22:51:34.156Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::hyperv::hyperv_lifecycle_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 141 | 2026-08-19T22:51:34.156Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::hyperv::hyperv_lifecycle_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 142 | 2026-08-19T22:51:34.156Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
|
| 143 | 2026-08-19T22:51:34.157Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_lifecycle_test
vm_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
|
| 144 | 2026-08-19T22:51:34.175Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
|
| 145 | 2026-08-19T22:51:34.175Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::hyperv::hyperv_lifecycle_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 146 | 2026-08-19T22:51:34.175Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::hyperv::hyperv_lifecycle_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 147 | 2026-08-19T22:51:34.175Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
|
| 148 | 2026-08-19T22:51:34.175Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_lifecycle_test
vm_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
|
| 149 | 2026-08-19T22:51:34.207Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
|
| 150 | 2026-08-19T22:51:34.207Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
|
| 151 | 2026-08-19T22:51:34.207Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4692
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
|
| 152 | 2026-08-19T22:51:34.207Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
|
| 153 | 2026-08-19T22:51:34.208Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_lifecycle_test
vm_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
|
| 154 | 2026-08-19T22:51:34.219Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
|
| 155 | 2026-08-19T22:51:34.219Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
|
| 156 | 2026-08-19T22:51:34.219Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_lifecycle_test
vm_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
|
| 157 | 2026-08-19T22:51:34.251Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
|
| 158 | 2026-08-19T22:51:34.251Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
|
| 159 | 2026-08-19T22:51:34.251Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_lifecycle_test
vm_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
|
| 160 | 2026-08-19T22:51:34.262Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
|
| 161 | 2026-08-19T22:51:34.262Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
|
| 162 | 2026-08-19T22:51:34.262Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_lifecycle_test
vm_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
|
| 163 | 2026-08-19T22:51:34.295Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
|
| 164 | 2026-08-19T22:51:34.295Z | INFO | phd-runner: [TEST - EVENT] migrating to new Propolis artifact for lifecycle test
file = phd-tests/framework/src/lifecycle.rs
line = 73
path = phd_tests::hyperv::hyperv_lifecycle_test
propolis_artifact = __DEFAULT_PROPOLIS
target = phd_framework::lifecycle
vm_name = hyperv_lifecycle_test
|
| 165 | 2026-08-19T22:51:34.295Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
|
| 166 | 2026-08-19T22:51:34.295Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm_name = hyperv_lifecycle_test_lifecycle_1
|
| 167 | 2026-08-19T22:51:34.296Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 168 | 2026-08-19T22:51:34.296Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::hyperv::hyperv_lifecycle_test
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 169 | 2026-08-19T22:51:34.296Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::hyperv::hyperv_lifecycle_test
stderr_path = "/tmp/propolis-phd/phd_tests::hyperv::hyperv_lifecycle_test/hyperv_lifecycle_test_lifecycle_1.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::hyperv::hyperv_lifecycle_test/hyperv_lifecycle_test_lifecycle_1.stdout.log"
target = phd_framework::log_config
|
| 170 | 2026-08-19T22:51:34.312Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 933
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm::server
|
| 171 | 2026-08-19T22:51:34.326Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 30
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
|
| 172 | 2026-08-19T22:51:34.326Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
target = phd_framework::test_vm
target_id = 9a48f4e6-ba25-49cc-98fa-988eeb19df16
|
| 173 | 2026-08-19T22:51:34.326Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9000
file = phd-tests/framework/src/test_vm/mod.rs
line = 642
migration_id = 6b041eb6-020d-40f2-9327-abdd24a0c255
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
target = phd_framework::test_vm
target_id = 9a48f4e6-ba25-49cc-98fa-988eeb19df16
timeout_duration = 45s
|
| 174 | 2026-08-19T22:51:34.326Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
target = phd_framework::test_vm
target_id = 9a48f4e6-ba25-49cc-98fa-988eeb19df16
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 9a48f4e6-ba25-49cc-98fa-988eeb19df16
|
| 175 | 2026-08-19T22:51:34.327Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9002/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
target = phd_framework::test_vm
target_id = 9a48f4e6-ba25-49cc-98fa-988eeb19df16
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 9a48f4e6-ba25-49cc-98fa-988eeb19df16
|
| 176 | 2026-08-19T22:51:34.856Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 9a48f4e6-ba25-49cc-98fa-988eeb19df16, name: "phd-vm-9a48f4e6-ba25-49cc-98fa-988eeb19df16", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: e72c54be-e4c7-4db9-bd2f-ab0bc1257c0a, project_id: baba3bf7-7b31-4eb7-8002-eff363f26a18, sled_id: 19d8bdc5-dd81-45b9-a192-9978be46adf8, sled_serial: "19d8bdc5-dd81-45b9-a192-9978be46adf8", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 514
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
target = phd_framework::test_vm
target_id = 9a48f4e6-ba25-49cc-98fa-988eeb19df16
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 9a48f4e6-ba25-49cc-98fa-988eeb19df16
|
| 177 | 2026-08-19T22:51:34.856Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = 6b041eb6-020d-40f2-9327-abdd24a0c255
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
target = phd_framework::test_vm
target_id = 9a48f4e6-ba25-49cc-98fa-988eeb19df16
|
| 178 | 2026-08-19T22:51:37.849Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9002","from_start":15458}}
target = phd_framework::serial
|
| 179 | 2026-08-19T22:51:39.307Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 676
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
target = phd_framework::test_vm
target_id = 9a48f4e6-ba25-49cc-98fa-988eeb19df16
|
| 180 | 2026-08-19T22:51:39.308Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 4451
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = 6b041eb6-020d-40f2-9327-abdd24a0c255
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
target = phd_framework::test_vm
target_id = 9a48f4e6-ba25-49cc-98fa-988eeb19df16
|
| 181 | 2026-08-19T22:51:39.310Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
|
| 182 | 2026-08-19T22:51:39.310Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 9a48f4e6-ba25-49cc-98fa-988eeb19df16
|
| 183 | 2026-08-19T22:51:39.310Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 9a48f4e6-ba25-49cc-98fa-988eeb19df16
|
| 184 | 2026-08-19T22:51:39.312Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::hyperv::hyperv_lifecycle_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = hyperv_lifecycle_test
vm_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
|
| 185 | 2026-08-19T22:51:39.390Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 79
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
|
| 186 | 2026-08-19T22:51:39.390Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 15534
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
|
| 187 | 2026-08-19T22:51:40.152Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 841
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 9a48f4e6-ba25-49cc-98fa-988eeb19df16
|
| 188 | 2026-08-19T22:51:40.152Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 9a48f4e6-ba25-49cc-98fa-988eeb19df16
|
| 189 | 2026-08-19T22:51:40.152Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 9a48f4e6-ba25-49cc-98fa-988eeb19df16
|
| 190 | 2026-08-19T22:51:40.185Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 9a48f4e6-ba25-49cc-98fa-988eeb19df16
|
| 191 | 2026-08-19T22:51:40.185Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 9a48f4e6-ba25-49cc-98fa-988eeb19df16
|
| 192 | 2026-08-19T22:51:40.185Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 9a48f4e6-ba25-49cc-98fa-988eeb19df16
|
| 193 | 2026-08-19T22:51:40.196Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 9a48f4e6-ba25-49cc-98fa-988eeb19df16
|
| 194 | 2026-08-19T22:51:40.198Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 9a48f4e6-ba25-49cc-98fa-988eeb19df16
|
| 195 | 2026-08-19T22:51:40.198Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 9a48f4e6-ba25-49cc-98fa-988eeb19df16
|
| 196 | 2026-08-19T22:51:40.229Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 9a48f4e6-ba25-49cc-98fa-988eeb19df16
|
| 197 | 2026-08-19T22:51:40.229Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 9a48f4e6-ba25-49cc-98fa-988eeb19df16
|
| 198 | 2026-08-19T22:51:40.229Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 199 | 2026-08-19T22:51:40.230Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 15662
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 200 | 2026-08-19T22:51:40.230Z | INFO | phd-runner: test phd_tests::hyperv::hyperv_lifecycle_test ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 201 | 2026-08-19T22:51:40.230Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 202 | 2026-08-19T22:51:40.231Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1195
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 9a48f4e6-ba25-49cc-98fa-988eeb19df16
|
| 203 | 2026-08-19T22:51:40.782Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::hyperv::hyperv_lifecycle_test
self.address = 127.0.0.1:9002
target = phd_framework::test_vm::server
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 9a48f4e6-ba25-49cc-98fa-988eeb19df16
|
| 204 | 2026-08-19T22:51:40.862Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::zfs
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 9a48f4e6-ba25-49cc-98fa-988eeb19df16
|
| 205 | 2026-08-19T22:51:40.862Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-9f99a724-223b-4db3-92c2-a3f9eb3d1b7d"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::zfs
verb = destroy
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 9a48f4e6-ba25-49cc-98fa-988eeb19df16
|
| 206 | 2026-08-19T22:51:40.890Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::zfs
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 9a48f4e6-ba25-49cc-98fa-988eeb19df16
|
| 207 | 2026-08-19T22:51:40.890Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-fde2df43-555c-4d98-9621-5334617b1e1c"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::zfs
verb = destroy
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 9a48f4e6-ba25-49cc-98fa-988eeb19df16
|
| 208 | 2026-08-19T22:51:40.909Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 679
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 9a48f4e6-ba25-49cc-98fa-988eeb19df16
|
| 209 | 2026-08-19T22:51:40.909Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6582
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
target = phd_framework::test_vm
target_id = 9a48f4e6-ba25-49cc-98fa-988eeb19df16
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 9a48f4e6-ba25-49cc-98fa-988eeb19df16
|
| 210 | 2026-08-19T22:51:40.909Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 6582
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 57735e16-a07a-4da4-bfb1-817ec5c77b9f
target = phd_framework::test_vm
target_id = 9a48f4e6-ba25-49cc-98fa-988eeb19df16
|
| 211 | 2026-08-19T22:51:40.909Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 679
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 212 | 2026-08-19T22:51:40.909Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 17150
file = phd-tests/tests/src/hyperv.rs
line = 77
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_tests::hyperv
|
| 213 | 2026-08-19T22:51:40.909Z | INFO | phd-runner: Starting test phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 214 | 2026-08-19T22:51:40.909Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 215 | 2026-08-19T22:51:40.909Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 216 | 2026-08-19T22:51:40.910Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/hyperv.rs
line = 105
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_tests::hyperv
|
| 217 | 2026-08-19T22:51:40.910Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 218 | 2026-08-19T22:51:40.910Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 219 | 2026-08-19T22:51:40.910Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 220 | 2026-08-19T22:51:40.910Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::zfs
verb = list
|
| 221 | 2026-08-19T22:51:40.920Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 51.3M 25.3T 49.0M /phd-artifacts\n
target = phd_framework::zfs
|
| 222 | 2026-08-19T22:51:40.921Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-9c2206c7-cd0a-4f90-8ebf-8f9c22b4a4fe"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::zfs
verb = snapshot
|
| 223 | 2026-08-19T22:51:40.942Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-9c2206c7-cd0a-4f90-8ebf-8f9c22b4a4fe", "phd-artifacts/phd-clone-9ee1b30a-6213-47b1-91cf-80c7f2f23836"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::zfs
verb = clone
|
| 224 | 2026-08-19T22:51:40.961Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-9ee1b30a-6213-47b1-91cf-80c7f2f23836"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::zfs
verb = list
|
| 225 | 2026-08-19T22:51:40.973Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-9ee1b30a-6213-47b1-91cf-80c7f2f23836 0B 25.3T 49.0M /phd-artifacts/phd-clone-9ee1b30a-6213-47b1-91cf-80c7f2f23836\n
target = phd_framework::zfs
|
| 226 | 2026-08-19T22:51:40.974Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
|
| 227 | 2026-08-19T22:51:40.974Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm_name = hyperv_reference_tsc_test
|
| 228 | 2026-08-19T22:51:40.974Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 229 | 2026-08-19T22:51:40.974Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 230 | 2026-08-19T22:51:40.974Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
stderr_path = "/tmp/propolis-phd/phd_tests::hyperv::hyperv_reference_tsc_clocksource_test/hyperv_reference_tsc_test.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::hyperv::hyperv_reference_tsc_clocksource_test/hyperv_reference_tsc_test.stdout.log"
target = phd_framework::log_config
|
| 231 | 2026-08-19T22:51:40.990Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 942
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm::server
|
| 232 | 2026-08-19T22:51:41.005Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
|
| 233 | 2026-08-19T22:51:41.005Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 234 | 2026-08-19T22:51:41.006Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 235 | 2026-08-19T22:51:41.468Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 236 | 2026-08-19T22:51:41.469Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 85f2f53b-145b-42aa-a592-dff6700954b5, name: "phd-vm-85f2f53b-145b-42aa-a592-dff6700954b5", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 6240ea93-e3c8-44ad-bbd5-962e4106c82b, project_id: 6c74a664-7fe0-4a7e-8c30-e0b0cff89dff, sled_id: b473160e-7814-48d7-8170-edadd9e5c9e2, sled_serial: "b473160e-7814-48d7-8170-edadd9e5c9e2", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 237 | 2026-08-19T22:51:41.469Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 238 | 2026-08-19T22:51:41.469Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
state = Run
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 239 | 2026-08-19T22:51:41.470Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 240 | 2026-08-19T22:51:41.470Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
|
| 241 | 2026-08-19T22:51:41.470Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 242 | 2026-08-19T22:51:41.470Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 243 | 2026-08-19T22:51:41.470Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 244 | 2026-08-19T22:51:41.470Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 245 | 2026-08-19T22:51:45.912Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4441
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 246 | 2026-08-19T22:51:45.913Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 247 | 2026-08-19T22:51:45.913Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 248 | 2026-08-19T22:51:45.913Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 249 | 2026-08-19T22:51:45.913Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 250 | 2026-08-19T22:51:45.931Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 251 | 2026-08-19T22:51:45.931Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 252 | 2026-08-19T22:51:45.932Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 253 | 2026-08-19T22:51:45.932Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 254 | 2026-08-19T22:51:45.932Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 255 | 2026-08-19T22:51:45.965Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 256 | 2026-08-19T22:51:45.965Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
|
| 257 | 2026-08-19T22:51:45.965Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4494
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
|
| 258 | 2026-08-19T22:51:45.966Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 259 | 2026-08-19T22:51:45.966Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 260 | 2026-08-19T22:51:45.977Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 261 | 2026-08-19T22:51:45.977Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 262 | 2026-08-19T22:51:45.977Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 263 | 2026-08-19T22:51:46.011Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 34
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 264 | 2026-08-19T22:51:46.011Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 265 | 2026-08-19T22:51:46.011Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 266 | 2026-08-19T22:51:46.022Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 267 | 2026-08-19T22:51:46.023Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 268 | 2026-08-19T22:51:46.023Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 269 | 2026-08-19T22:51:46.055Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 270 | 2026-08-19T22:51:46.055Z | INFO | phd-runner: [TEST - EVENT] rebooting VM for lifecycle test
file = phd-tests/framework/src/lifecycle.rs
line = 49
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::lifecycle
vm_name = hyperv_reference_tsc_test
|
| 271 | 2026-08-19T22:51:46.055Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 272 | 2026-08-19T22:51:46.055Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
state = Reboot
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 273 | 2026-08-19T22:51:46.056Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 274 | 2026-08-19T22:51:46.056Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
|
| 275 | 2026-08-19T22:51:46.056Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 276 | 2026-08-19T22:51:46.056Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 277 | 2026-08-19T22:51:46.056Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 278 | 2026-08-19T22:51:46.057Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 279 | 2026-08-19T22:51:50.286Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4228
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 280 | 2026-08-19T22:51:50.286Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 281 | 2026-08-19T22:51:50.286Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 282 | 2026-08-19T22:51:50.286Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 283 | 2026-08-19T22:51:50.286Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 284 | 2026-08-19T22:51:50.304Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 285 | 2026-08-19T22:51:50.304Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 286 | 2026-08-19T22:51:50.304Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 287 | 2026-08-19T22:51:50.304Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 288 | 2026-08-19T22:51:50.305Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 289 | 2026-08-19T22:51:50.337Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 290 | 2026-08-19T22:51:50.338Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
|
| 291 | 2026-08-19T22:51:50.338Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4280
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
|
| 292 | 2026-08-19T22:51:50.338Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 293 | 2026-08-19T22:51:50.338Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 294 | 2026-08-19T22:51:50.349Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 295 | 2026-08-19T22:51:50.349Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 296 | 2026-08-19T22:51:50.349Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 297 | 2026-08-19T22:51:50.382Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 298 | 2026-08-19T22:51:50.383Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 299 | 2026-08-19T22:51:50.383Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 300 | 2026-08-19T22:51:50.393Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 301 | 2026-08-19T22:51:50.394Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 302 | 2026-08-19T22:51:50.394Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 303 | 2026-08-19T22:51:50.426Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 304 | 2026-08-19T22:51:50.427Z | INFO | phd-runner: [TEST - EVENT] migrating to new Propolis artifact for lifecycle test
file = phd-tests/framework/src/lifecycle.rs
line = 73
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
propolis_artifact = __DEFAULT_PROPOLIS
target = phd_framework::lifecycle
vm_name = hyperv_reference_tsc_test
|
| 305 | 2026-08-19T22:51:50.427Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
|
| 306 | 2026-08-19T22:51:50.427Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm_name = hyperv_reference_tsc_test_lifecycle_1
|
| 307 | 2026-08-19T22:51:50.427Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 308 | 2026-08-19T22:51:50.427Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 309 | 2026-08-19T22:51:50.427Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
stderr_path = "/tmp/propolis-phd/phd_tests::hyperv::hyperv_reference_tsc_clocksource_test/hyperv_reference_tsc_test_lifecycle_1.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::hyperv::hyperv_reference_tsc_clocksource_test/hyperv_reference_tsc_test_lifecycle_1.stdout.log"
target = phd_framework::log_config
|
| 310 | 2026-08-19T22:51:50.442Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 943
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm::server
|
| 311 | 2026-08-19T22:51:50.456Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 29
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
|
| 312 | 2026-08-19T22:51:50.457Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = 85f2f53b-145b-42aa-a592-dff6700954b5
target = phd_framework::test_vm
target_id = 11d14c85-088c-4bae-ac00-b31a705dccb2
|
| 313 | 2026-08-19T22:51:50.457Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9000
file = phd-tests/framework/src/test_vm/mod.rs
line = 642
migration_id = 1ebdfb89-93ba-4773-bcee-8fcfaf576703
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = 85f2f53b-145b-42aa-a592-dff6700954b5
target = phd_framework::test_vm
target_id = 11d14c85-088c-4bae-ac00-b31a705dccb2
timeout_duration = 45s
|
| 314 | 2026-08-19T22:51:50.457Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = 85f2f53b-145b-42aa-a592-dff6700954b5
target = phd_framework::test_vm
target_id = 11d14c85-088c-4bae-ac00-b31a705dccb2
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = 11d14c85-088c-4bae-ac00-b31a705dccb2
|
| 315 | 2026-08-19T22:51:50.457Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9002/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = 85f2f53b-145b-42aa-a592-dff6700954b5
target = phd_framework::test_vm
target_id = 11d14c85-088c-4bae-ac00-b31a705dccb2
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = 11d14c85-088c-4bae-ac00-b31a705dccb2
|
| 316 | 2026-08-19T22:51:51.018Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 11d14c85-088c-4bae-ac00-b31a705dccb2, name: "phd-vm-11d14c85-088c-4bae-ac00-b31a705dccb2", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 6240ea93-e3c8-44ad-bbd5-962e4106c82b, project_id: 6c74a664-7fe0-4a7e-8c30-e0b0cff89dff, sled_id: be326f98-556f-4dfd-944b-f05cf945a634, sled_serial: "be326f98-556f-4dfd-944b-f05cf945a634", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 514
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = 85f2f53b-145b-42aa-a592-dff6700954b5
target = phd_framework::test_vm
target_id = 11d14c85-088c-4bae-ac00-b31a705dccb2
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = 11d14c85-088c-4bae-ac00-b31a705dccb2
|
| 317 | 2026-08-19T22:51:51.018Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = 1ebdfb89-93ba-4773-bcee-8fcfaf576703
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = 85f2f53b-145b-42aa-a592-dff6700954b5
target = phd_framework::test_vm
target_id = 11d14c85-088c-4bae-ac00-b31a705dccb2
|
| 318 | 2026-08-19T22:51:53.920Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9002","from_start":15592}}
target = phd_framework::serial
|
| 319 | 2026-08-19T22:51:54.108Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 676
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = 85f2f53b-145b-42aa-a592-dff6700954b5
target = phd_framework::test_vm
target_id = 11d14c85-088c-4bae-ac00-b31a705dccb2
|
| 320 | 2026-08-19T22:51:54.109Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3090
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = 1ebdfb89-93ba-4773-bcee-8fcfaf576703
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = 85f2f53b-145b-42aa-a592-dff6700954b5
target = phd_framework::test_vm
target_id = 11d14c85-088c-4bae-ac00-b31a705dccb2
|
| 321 | 2026-08-19T22:51:54.112Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 322 | 2026-08-19T22:51:54.112Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = 11d14c85-088c-4bae-ac00-b31a705dccb2
|
| 323 | 2026-08-19T22:51:54.112Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = 11d14c85-088c-4bae-ac00-b31a705dccb2
|
| 324 | 2026-08-19T22:51:54.113Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 325 | 2026-08-19T22:51:54.192Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 79
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 326 | 2026-08-19T22:51:54.192Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 13186
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 85f2f53b-145b-42aa-a592-dff6700954b5
|
| 327 | 2026-08-19T22:51:56.695Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 2582
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = 11d14c85-088c-4bae-ac00-b31a705dccb2
|
| 328 | 2026-08-19T22:51:56.695Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = 11d14c85-088c-4bae-ac00-b31a705dccb2
|
| 329 | 2026-08-19T22:51:56.695Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = 11d14c85-088c-4bae-ac00-b31a705dccb2
|
| 330 | 2026-08-19T22:51:56.728Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = 11d14c85-088c-4bae-ac00-b31a705dccb2
|
| 331 | 2026-08-19T22:51:56.728Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = 11d14c85-088c-4bae-ac00-b31a705dccb2
|
| 332 | 2026-08-19T22:51:56.728Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = 11d14c85-088c-4bae-ac00-b31a705dccb2
|
| 333 | 2026-08-19T22:51:56.739Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = 11d14c85-088c-4bae-ac00-b31a705dccb2
|
| 334 | 2026-08-19T22:51:56.739Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = 11d14c85-088c-4bae-ac00-b31a705dccb2
|
| 335 | 2026-08-19T22:51:56.739Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = 11d14c85-088c-4bae-ac00-b31a705dccb2
|
| 336 | 2026-08-19T22:51:56.771Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = 11d14c85-088c-4bae-ac00-b31a705dccb2
|
| 337 | 2026-08-19T22:51:56.772Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = 11d14c85-088c-4bae-ac00-b31a705dccb2
|
| 338 | 2026-08-19T22:51:56.772Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 339 | 2026-08-19T22:51:56.772Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 15302
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 340 | 2026-08-19T22:51:56.772Z | INFO | phd-runner: test phd_tests::hyperv::hyperv_reference_tsc_clocksource_test ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 341 | 2026-08-19T22:51:56.772Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 342 | 2026-08-19T22:51:56.774Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1195
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = 11d14c85-088c-4bae-ac00-b31a705dccb2
|
| 343 | 2026-08-19T22:51:57.311Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
self.address = 127.0.0.1:9002
target = phd_framework::test_vm::server
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = 11d14c85-088c-4bae-ac00-b31a705dccb2
|
| 344 | 2026-08-19T22:51:57.391Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::zfs
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = 11d14c85-088c-4bae-ac00-b31a705dccb2
|
| 345 | 2026-08-19T22:51:57.391Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-9ee1b30a-6213-47b1-91cf-80c7f2f23836"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::zfs
verb = destroy
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = 11d14c85-088c-4bae-ac00-b31a705dccb2
|
| 346 | 2026-08-19T22:51:57.420Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::zfs
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = 11d14c85-088c-4bae-ac00-b31a705dccb2
|
| 347 | 2026-08-19T22:51:57.420Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-9c2206c7-cd0a-4f90-8ebf-8f9c22b4a4fe"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::zfs
verb = destroy
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = 11d14c85-088c-4bae-ac00-b31a705dccb2
|
| 348 | 2026-08-19T22:51:57.437Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 665
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = 11d14c85-088c-4bae-ac00-b31a705dccb2
|
| 349 | 2026-08-19T22:51:57.438Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6980
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = 85f2f53b-145b-42aa-a592-dff6700954b5
target = phd_framework::test_vm
target_id = 11d14c85-088c-4bae-ac00-b31a705dccb2
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = 11d14c85-088c-4bae-ac00-b31a705dccb2
|
| 350 | 2026-08-19T22:51:57.438Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 665
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 351 | 2026-08-19T22:51:57.438Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 6980
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = 85f2f53b-145b-42aa-a592-dff6700954b5
target = phd_framework::test_vm
target_id = 11d14c85-088c-4bae-ac00-b31a705dccb2
|
| 352 | 2026-08-19T22:51:57.438Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 16527
file = phd-tests/tests/src/hyperv.rs
line = 105
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_tests::hyperv
|
| 353 | 2026-08-19T22:51:57.438Z | INFO | phd-runner: Starting test phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 354 | 2026-08-19T22:51:57.438Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 355 | 2026-08-19T22:51:57.438Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 356 | 2026-08-19T22:51:57.438Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/hyperv.rs
line = 165
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 357 | 2026-08-19T22:51:57.438Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 358 | 2026-08-19T22:51:57.438Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 359 | 2026-08-19T22:51:57.438Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 360 | 2026-08-19T22:51:57.438Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 361 | 2026-08-19T22:51:57.438Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::zfs
verb = list
|
| 362 | 2026-08-19T22:51:57.450Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 51.3M 25.3T 49.0M /phd-artifacts\n
target = phd_framework::zfs
|
| 363 | 2026-08-19T22:51:57.451Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-164ada2a-0c00-4a57-b73d-78855c2a2132"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::zfs
verb = snapshot
|
| 364 | 2026-08-19T22:51:57.468Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-164ada2a-0c00-4a57-b73d-78855c2a2132", "phd-artifacts/phd-clone-7b0c3243-df32-4ea0-968e-ea82602d317c"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::zfs
verb = clone
|
| 365 | 2026-08-19T22:51:57.486Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-7b0c3243-df32-4ea0-968e-ea82602d317c"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::zfs
verb = list
|
| 366 | 2026-08-19T22:51:57.497Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-7b0c3243-df32-4ea0-968e-ea82602d317c 0B 25.3T 49.0M /phd-artifacts/phd-clone-7b0c3243-df32-4ea0-968e-ea82602d317c\n
target = phd_framework::zfs
|
| 367 | 2026-08-19T22:51:57.498Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
|
| 368 | 2026-08-19T22:51:57.498Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm_name = hyperv_reference_tsc_elapsed_test
|
| 369 | 2026-08-19T22:51:57.498Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 370 | 2026-08-19T22:51:57.498Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 371 | 2026-08-19T22:51:57.498Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
stderr_path = "/tmp/propolis-phd/phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test/hyperv_reference_tsc_elapsed_test.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test/hyperv_reference_tsc_elapsed_test.stdout.log"
target = phd_framework::log_config
|
| 372 | 2026-08-19T22:51:57.513Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 952
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm::server
|
| 373 | 2026-08-19T22:51:57.528Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 30
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
|
| 374 | 2026-08-19T22:51:57.528Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 375 | 2026-08-19T22:51:57.529Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 376 | 2026-08-19T22:51:58.148Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 377 | 2026-08-19T22:51:58.149Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: be73a837-bec3-4194-906c-e70d70cead6f, name: "phd-vm-be73a837-bec3-4194-906c-e70d70cead6f", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 9225bd7e-73b6-43b6-bb00-6a42e7979fd1, project_id: ebb70806-dba3-4642-b05e-6692bbb6c0ac, sled_id: d8d3e7ec-beed-4d4d-bd17-bb6dc4835cd1, sled_serial: "d8d3e7ec-beed-4d4d-bd17-bb6dc4835cd1", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 378 | 2026-08-19T22:51:58.149Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 379 | 2026-08-19T22:51:58.149Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
state = Run
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 380 | 2026-08-19T22:51:58.150Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 381 | 2026-08-19T22:51:58.150Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
|
| 382 | 2026-08-19T22:51:58.151Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 383 | 2026-08-19T22:51:58.151Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 384 | 2026-08-19T22:51:58.151Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 385 | 2026-08-19T22:51:58.151Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 386 | 2026-08-19T22:52:02.620Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4469
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 387 | 2026-08-19T22:52:02.621Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 388 | 2026-08-19T22:52:02.621Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 389 | 2026-08-19T22:52:02.621Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 390 | 2026-08-19T22:52:02.621Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 391 | 2026-08-19T22:52:02.640Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 392 | 2026-08-19T22:52:02.640Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 393 | 2026-08-19T22:52:02.640Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 394 | 2026-08-19T22:52:02.641Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 395 | 2026-08-19T22:52:02.641Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 396 | 2026-08-19T22:52:02.673Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 397 | 2026-08-19T22:52:02.673Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
|
| 398 | 2026-08-19T22:52:02.674Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4522
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
|
| 399 | 2026-08-19T22:52:02.674Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 400 | 2026-08-19T22:52:02.674Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 401 | 2026-08-19T22:52:02.684Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 402 | 2026-08-19T22:52:02.685Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 403 | 2026-08-19T22:52:02.685Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 404 | 2026-08-19T22:52:02.717Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 405 | 2026-08-19T22:52:02.717Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 406 | 2026-08-19T22:52:02.717Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 407 | 2026-08-19T22:52:02.728Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 408 | 2026-08-19T22:52:02.728Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 409 | 2026-08-19T22:52:02.728Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 410 | 2026-08-19T22:52:02.762Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 411 | 2026-08-19T22:52:03.264Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 412 | 2026-08-19T22:52:03.264Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 413 | 2026-08-19T22:52:03.286Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 414 | 2026-08-19T22:52:03.286Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 415 | 2026-08-19T22:52:03.286Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 416 | 2026-08-19T22:52:03.320Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 417 | 2026-08-19T22:52:03.320Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 418 | 2026-08-19T22:52:03.320Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 419 | 2026-08-19T22:52:03.331Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 420 | 2026-08-19T22:52:03.332Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 421 | 2026-08-19T22:52:03.332Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 422 | 2026-08-19T22:52:03.365Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 423 | 2026-08-19T22:52:03.865Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 424 | 2026-08-19T22:52:03.866Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 425 | 2026-08-19T22:52:03.889Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 23
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 426 | 2026-08-19T22:52:03.889Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 427 | 2026-08-19T22:52:03.889Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 428 | 2026-08-19T22:52:03.921Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 429 | 2026-08-19T22:52:03.921Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 430 | 2026-08-19T22:52:03.922Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 431 | 2026-08-19T22:52:03.932Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 432 | 2026-08-19T22:52:03.933Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 433 | 2026-08-19T22:52:03.933Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 434 | 2026-08-19T22:52:03.965Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 435 | 2026-08-19T22:52:04.467Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 436 | 2026-08-19T22:52:04.467Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 437 | 2026-08-19T22:52:04.489Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 438 | 2026-08-19T22:52:04.489Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 439 | 2026-08-19T22:52:04.489Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 440 | 2026-08-19T22:52:04.522Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 441 | 2026-08-19T22:52:04.523Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 442 | 2026-08-19T22:52:04.523Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 443 | 2026-08-19T22:52:04.533Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 444 | 2026-08-19T22:52:04.534Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 445 | 2026-08-19T22:52:04.534Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 446 | 2026-08-19T22:52:04.566Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 447 | 2026-08-19T22:52:05.068Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 448 | 2026-08-19T22:52:05.068Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 449 | 2026-08-19T22:52:05.079Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 450 | 2026-08-19T22:52:05.080Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 451 | 2026-08-19T22:52:05.080Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 452 | 2026-08-19T22:52:05.113Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 453 | 2026-08-19T22:52:05.113Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 454 | 2026-08-19T22:52:05.113Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 455 | 2026-08-19T22:52:05.123Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 456 | 2026-08-19T22:52:05.124Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 457 | 2026-08-19T22:52:05.124Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 458 | 2026-08-19T22:52:05.156Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 459 | 2026-08-19T22:52:05.658Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 460 | 2026-08-19T22:52:05.658Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 461 | 2026-08-19T22:52:05.669Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 462 | 2026-08-19T22:52:05.670Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 463 | 2026-08-19T22:52:05.670Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 464 | 2026-08-19T22:52:05.703Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 465 | 2026-08-19T22:52:05.703Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 466 | 2026-08-19T22:52:05.703Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 467 | 2026-08-19T22:52:05.714Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 468 | 2026-08-19T22:52:05.714Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 469 | 2026-08-19T22:52:05.714Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 470 | 2026-08-19T22:52:05.747Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 471 | 2026-08-19T22:52:06.249Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 329, tv_nsec: 681187826 }, guest_ns: 2728947800 }
before = Reading { taken_at: Instant { tv_sec: 329, tv_nsec: 79032454 }, guest_ns: 2126578400 }
diff = 214028
diff_pct = 0.0003554365035208886
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 602369400
host_delta_ns = 602155372
line = 214
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 472 | 2026-08-19T22:52:06.249Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 330, tv_nsec: 281671737 }, guest_ns: 3331867300 }
before = Reading { taken_at: Instant { tv_sec: 329, tv_nsec: 681187826 }, guest_ns: 2728947800 }
diff = 2435589
diff_pct = 0.004056043726373878
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 602919500
host_delta_ns = 600483911
line = 214
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 473 | 2026-08-19T22:52:06.249Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 330, tv_nsec: 882344940 }, guest_ns: 3931896500 }
before = Reading { taken_at: Instant { tv_sec: 330, tv_nsec: 281671737 }, guest_ns: 3331867300 }
diff = 644003
diff_pct = 0.001072135392062762
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 600029200
host_delta_ns = 600673203
line = 214
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 474 | 2026-08-19T22:52:06.249Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 331, tv_nsec: 472064486 }, guest_ns: 4521846600 }
before = Reading { taken_at: Instant { tv_sec: 330, tv_nsec: 882344940 }, guest_ns: 3931896500 }
diff = 230554
diff_pct = 0.0003909553304851795
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 589950100
host_delta_ns = 589719546
line = 214
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 475 | 2026-08-19T22:52:06.249Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 332, tv_nsec: 63377255 }, guest_ns: 5111779100 }
before = Reading { taken_at: Instant { tv_sec: 331, tv_nsec: 472064486 }, guest_ns: 4521846600 }
diff = 1380269
diff_pct = 0.0023342452122829095
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 589932500
host_delta_ns = 591312769
line = 214
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 476 | 2026-08-19T22:52:06.249Z | INFO | phd-runner: [TEST - EVENT] TSC test results
bad_diffs = 0
file = phd-tests/tests/src/hyperv.rs
good_diffs = 5
line = 282
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 477 | 2026-08-19T22:52:06.250Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
|
| 478 | 2026-08-19T22:52:06.250Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm_name = hyperv_reference_tsc_elapsed_target
|
| 479 | 2026-08-19T22:52:06.250Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 480 | 2026-08-19T22:52:06.250Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 481 | 2026-08-19T22:52:06.250Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
stderr_path = "/tmp/propolis-phd/phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test/hyperv_reference_tsc_elapsed_target.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test/hyperv_reference_tsc_elapsed_target.stdout.log"
target = phd_framework::log_config
|
| 482 | 2026-08-19T22:52:06.266Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 953
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm::server
|
| 483 | 2026-08-19T22:52:06.280Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 30
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
|
| 484 | 2026-08-19T22:52:06.280Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = be73a837-bec3-4194-906c-e70d70cead6f
target = phd_framework::test_vm
target_id = e4d1fe4f-5e31-4fcf-8118-72fab645aff9
|
| 485 | 2026-08-19T22:52:06.280Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9000
file = phd-tests/framework/src/test_vm/mod.rs
line = 642
migration_id = 3d81d247-9594-4d79-818e-80a6b4bdb9a4
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = be73a837-bec3-4194-906c-e70d70cead6f
target = phd_framework::test_vm
target_id = e4d1fe4f-5e31-4fcf-8118-72fab645aff9
timeout_duration = 45s
|
| 486 | 2026-08-19T22:52:06.280Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = be73a837-bec3-4194-906c-e70d70cead6f
target = phd_framework::test_vm
target_id = e4d1fe4f-5e31-4fcf-8118-72fab645aff9
vm = hyperv_reference_tsc_elapsed_target
vm_id = e4d1fe4f-5e31-4fcf-8118-72fab645aff9
|
| 487 | 2026-08-19T22:52:06.281Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9002/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = be73a837-bec3-4194-906c-e70d70cead6f
target = phd_framework::test_vm
target_id = e4d1fe4f-5e31-4fcf-8118-72fab645aff9
vm = hyperv_reference_tsc_elapsed_target
vm_id = e4d1fe4f-5e31-4fcf-8118-72fab645aff9
|
| 488 | 2026-08-19T22:52:06.653Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: e4d1fe4f-5e31-4fcf-8118-72fab645aff9, name: "phd-vm-e4d1fe4f-5e31-4fcf-8118-72fab645aff9", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 9225bd7e-73b6-43b6-bb00-6a42e7979fd1, project_id: ebb70806-dba3-4642-b05e-6692bbb6c0ac, sled_id: 78f41a12-cd7f-4dcf-87b6-1603cf0a739a, sled_serial: "78f41a12-cd7f-4dcf-87b6-1603cf0a739a", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 514
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = be73a837-bec3-4194-906c-e70d70cead6f
target = phd_framework::test_vm
target_id = e4d1fe4f-5e31-4fcf-8118-72fab645aff9
vm = hyperv_reference_tsc_elapsed_target
vm_id = e4d1fe4f-5e31-4fcf-8118-72fab645aff9
|
| 489 | 2026-08-19T22:52:06.653Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = 3d81d247-9594-4d79-818e-80a6b4bdb9a4
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = be73a837-bec3-4194-906c-e70d70cead6f
target = phd_framework::test_vm
target_id = e4d1fe4f-5e31-4fcf-8118-72fab645aff9
|
| 490 | 2026-08-19T22:52:09.111Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9002","from_start":8353}}
target = phd_framework::serial
|
| 491 | 2026-08-19T22:52:10.491Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 676
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = be73a837-bec3-4194-906c-e70d70cead6f
target = phd_framework::test_vm
target_id = e4d1fe4f-5e31-4fcf-8118-72fab645aff9
|
| 492 | 2026-08-19T22:52:10.491Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3837
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = 3d81d247-9594-4d79-818e-80a6b4bdb9a4
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = be73a837-bec3-4194-906c-e70d70cead6f
target = phd_framework::test_vm
target_id = e4d1fe4f-5e31-4fcf-8118-72fab645aff9
|
| 493 | 2026-08-19T22:52:10.491Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 494 | 2026-08-19T22:52:10.491Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 495 | 2026-08-19T22:52:12.762Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 2271
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 496 | 2026-08-19T22:52:12.763Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 497 | 2026-08-19T22:52:12.763Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 498 | 2026-08-19T22:52:12.795Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 499 | 2026-08-19T22:52:12.795Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 500 | 2026-08-19T22:52:12.795Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 501 | 2026-08-19T22:52:12.806Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 502 | 2026-08-19T22:52:12.807Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 503 | 2026-08-19T22:52:12.807Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 504 | 2026-08-19T22:52:12.840Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 505 | 2026-08-19T22:52:13.341Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 506 | 2026-08-19T22:52:13.341Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 507 | 2026-08-19T22:52:13.352Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 508 | 2026-08-19T22:52:13.352Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 509 | 2026-08-19T22:52:13.352Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 510 | 2026-08-19T22:52:13.385Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 511 | 2026-08-19T22:52:13.386Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 512 | 2026-08-19T22:52:13.386Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 513 | 2026-08-19T22:52:13.396Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 514 | 2026-08-19T22:52:13.397Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 515 | 2026-08-19T22:52:13.397Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 516 | 2026-08-19T22:52:13.429Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 517 | 2026-08-19T22:52:13.930Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 518 | 2026-08-19T22:52:13.930Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 519 | 2026-08-19T22:52:13.941Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 520 | 2026-08-19T22:52:13.942Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 521 | 2026-08-19T22:52:13.942Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 522 | 2026-08-19T22:52:13.975Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 523 | 2026-08-19T22:52:13.975Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 524 | 2026-08-19T22:52:13.975Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 525 | 2026-08-19T22:52:13.986Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 526 | 2026-08-19T22:52:13.987Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 527 | 2026-08-19T22:52:13.987Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 528 | 2026-08-19T22:52:14.019Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 529 | 2026-08-19T22:52:14.521Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 530 | 2026-08-19T22:52:14.521Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 531 | 2026-08-19T22:52:14.533Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 532 | 2026-08-19T22:52:14.533Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 533 | 2026-08-19T22:52:14.533Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 534 | 2026-08-19T22:52:14.566Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 535 | 2026-08-19T22:52:14.566Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 536 | 2026-08-19T22:52:14.566Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 537 | 2026-08-19T22:52:14.578Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 538 | 2026-08-19T22:52:14.578Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 539 | 2026-08-19T22:52:14.578Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 540 | 2026-08-19T22:52:14.611Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 541 | 2026-08-19T22:52:15.113Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 542 | 2026-08-19T22:52:15.113Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 543 | 2026-08-19T22:52:15.125Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 544 | 2026-08-19T22:52:15.125Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 545 | 2026-08-19T22:52:15.125Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 546 | 2026-08-19T22:52:15.158Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 547 | 2026-08-19T22:52:15.158Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 548 | 2026-08-19T22:52:15.158Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 549 | 2026-08-19T22:52:15.169Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 550 | 2026-08-19T22:52:15.170Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 551 | 2026-08-19T22:52:15.170Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 552 | 2026-08-19T22:52:15.203Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 553 | 2026-08-19T22:52:15.703Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 554 | 2026-08-19T22:52:15.703Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 555 | 2026-08-19T22:52:15.715Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 556 | 2026-08-19T22:52:15.715Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 557 | 2026-08-19T22:52:15.715Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 558 | 2026-08-19T22:52:15.748Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 559 | 2026-08-19T22:52:15.749Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 560 | 2026-08-19T22:52:15.749Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 561 | 2026-08-19T22:52:15.760Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 562 | 2026-08-19T22:52:15.760Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 563 | 2026-08-19T22:52:15.760Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 564 | 2026-08-19T22:52:15.792Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 565 | 2026-08-19T22:52:16.294Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 339, tv_nsec: 745176970 }, guest_ns: 12794309200 }
before = Reading { taken_at: Instant { tv_sec: 339, tv_nsec: 155469596 }, guest_ns: 12205149700 }
diff = 547874
diff_pct = 0.0009290607921073748
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 589159500
host_delta_ns = 589707374
line = 214
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 566 | 2026-08-19T22:52:16.294Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 340, tv_nsec: 334703550 }, guest_ns: 13383699700 }
before = Reading { taken_at: Instant { tv_sec: 339, tv_nsec: 745176970 }, guest_ns: 12794309200 }
diff = 136080
diff_pct = 0.00023082928678126775
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 589390500
host_delta_ns = 589526580
line = 214
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 567 | 2026-08-19T22:52:16.294Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 340, tv_nsec: 926962508 }, guest_ns: 13974787400 }
before = Reading { taken_at: Instant { tv_sec: 340, tv_nsec: 334703550 }, guest_ns: 13383699700 }
diff = 1171258
diff_pct = 0.001977611286716916
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 591087700
host_delta_ns = 592258958
line = 214
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 568 | 2026-08-19T22:52:16.294Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 341, tv_nsec: 518275827 }, guest_ns: 14566881500 }
before = Reading { taken_at: Instant { tv_sec: 340, tv_nsec: 926962508 }, guest_ns: 13974787400 }
diff = 780781
diff_pct = 0.0013204184227076409
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 592094100
host_delta_ns = 591313319
line = 214
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 569 | 2026-08-19T22:52:16.294Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 342, tv_nsec: 108103880 }, guest_ns: 15156900400 }
before = Reading { taken_at: Instant { tv_sec: 341, tv_nsec: 518275827 }, guest_ns: 14566881500 }
diff = 190847
diff_pct = 0.00032356378953037014
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 590018900
host_delta_ns = 589828053
line = 214
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 570 | 2026-08-19T22:52:16.294Z | INFO | phd-runner: [TEST - EVENT] TSC test results
bad_diffs = 0
file = phd-tests/tests/src/hyperv.rs
good_diffs = 5
line = 282
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 571 | 2026-08-19T22:52:16.294Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_target
vm_id = e4d1fe4f-5e31-4fcf-8118-72fab645aff9
|
| 572 | 2026-08-19T22:52:16.295Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 573 | 2026-08-19T22:52:16.295Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 574 | 2026-08-19T22:52:16.295Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 18145
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 575 | 2026-08-19T22:52:16.295Z | INFO | phd-runner: test phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 576 | 2026-08-19T22:52:16.295Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 577 | 2026-08-19T22:52:16.296Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1195
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_target
vm_id = e4d1fe4f-5e31-4fcf-8118-72fab645aff9
|
| 578 | 2026-08-19T22:52:16.297Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 579 | 2026-08-19T22:52:16.377Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 82
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 580 | 2026-08-19T22:52:16.377Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 18848
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = be73a837-bec3-4194-906c-e70d70cead6f
|
| 581 | 2026-08-19T22:52:16.379Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
self.address = 127.0.0.1:9002
target = phd_framework::test_vm::server
vm = hyperv_reference_tsc_elapsed_target
vm_id = e4d1fe4f-5e31-4fcf-8118-72fab645aff9
|
| 582 | 2026-08-19T22:52:16.460Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::zfs
vm = hyperv_reference_tsc_elapsed_target
vm_id = e4d1fe4f-5e31-4fcf-8118-72fab645aff9
|
| 583 | 2026-08-19T22:52:16.461Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-7b0c3243-df32-4ea0-968e-ea82602d317c"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::zfs
verb = destroy
vm = hyperv_reference_tsc_elapsed_target
vm_id = e4d1fe4f-5e31-4fcf-8118-72fab645aff9
|
| 584 | 2026-08-19T22:52:16.489Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::zfs
vm = hyperv_reference_tsc_elapsed_target
vm_id = e4d1fe4f-5e31-4fcf-8118-72fab645aff9
|
| 585 | 2026-08-19T22:52:16.489Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-164ada2a-0c00-4a57-b73d-78855c2a2132"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::zfs
verb = destroy
vm = hyperv_reference_tsc_elapsed_target
vm_id = e4d1fe4f-5e31-4fcf-8118-72fab645aff9
|
| 586 | 2026-08-19T22:52:16.509Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 214
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_target
vm_id = e4d1fe4f-5e31-4fcf-8118-72fab645aff9
|
| 587 | 2026-08-19T22:52:16.509Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 10228
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = be73a837-bec3-4194-906c-e70d70cead6f
target = phd_framework::test_vm
target_id = e4d1fe4f-5e31-4fcf-8118-72fab645aff9
vm = hyperv_reference_tsc_elapsed_target
vm_id = e4d1fe4f-5e31-4fcf-8118-72fab645aff9
|
| 588 | 2026-08-19T22:52:16.509Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 10228
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = be73a837-bec3-4194-906c-e70d70cead6f
target = phd_framework::test_vm
target_id = e4d1fe4f-5e31-4fcf-8118-72fab645aff9
|
| 589 | 2026-08-19T22:52:16.509Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 19070
file = phd-tests/tests/src/hyperv.rs
line = 165
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 590 | 2026-08-19T22:52:16.509Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 213
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 591 | 2026-08-19T22:52:16.509Z | INFO | phd-runner: Starting test phd_tests::migrate::smoke_test
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 592 | 2026-08-19T22:52:16.510Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 593 | 2026-08-19T22:52:16.510Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 594 | 2026-08-19T22:52:16.510Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 15
path = phd_tests::migrate::smoke_test
target = phd_tests::migrate
|
| 595 | 2026-08-19T22:52:16.510Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 596 | 2026-08-19T22:52:16.510Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 597 | 2026-08-19T22:52:16.510Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 598 | 2026-08-19T22:52:16.510Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::smoke_test
target = phd_framework::zfs
verb = list
|
| 599 | 2026-08-19T22:52:16.521Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::smoke_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 51.3M 25.3T 49.0M /phd-artifacts\n
target = phd_framework::zfs
|
| 600 | 2026-08-19T22:52:16.521Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-6cb50ce7-61b2-4259-851d-b9ba9048b602"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::smoke_test
target = phd_framework::zfs
verb = snapshot
|
| 601 | 2026-08-19T22:52:16.538Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-6cb50ce7-61b2-4259-851d-b9ba9048b602", "phd-artifacts/phd-clone-be441a7b-2b2f-488d-9b56-150b56eca940"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::smoke_test
target = phd_framework::zfs
verb = clone
|
| 602 | 2026-08-19T22:52:16.556Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-be441a7b-2b2f-488d-9b56-150b56eca940"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::smoke_test
target = phd_framework::zfs
verb = list
|
| 603 | 2026-08-19T22:52:16.568Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::smoke_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-be441a7b-2b2f-488d-9b56-150b56eca940 0B 25.3T 49.0M /phd-artifacts/phd-clone-be441a7b-2b2f-488d-9b56-150b56eca940\n
target = phd_framework::zfs
|
| 604 | 2026-08-19T22:52:16.568Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
|
| 605 | 2026-08-19T22:52:16.568Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm_name = migration_smoke
|
| 606 | 2026-08-19T22:52:16.569Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 607 | 2026-08-19T22:52:16.569Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::migrate::smoke_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 608 | 2026-08-19T22:52:16.569Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::migrate::smoke_test
stderr_path = "/tmp/propolis-phd/phd_tests::migrate::smoke_test/migration_smoke.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::migrate::smoke_test/migration_smoke.stdout.log"
target = phd_framework::log_config
|
| 609 | 2026-08-19T22:52:16.584Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 962
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm::server
|
| 610 | 2026-08-19T22:52:16.599Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 30
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
|
| 611 | 2026-08-19T22:52:16.599Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 612 | 2026-08-19T22:52:16.600Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 613 | 2026-08-19T22:52:17.063Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 614 | 2026-08-19T22:52:17.064Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: dba04b71-8cc7-4bf1-a442-a55029f35a80, name: "phd-vm-dba04b71-8cc7-4bf1-a442-a55029f35a80", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: b9fd8da2-9150-4acc-8609-3258952b9c3a, project_id: 59a8e6e5-a3af-4e6e-bd33-674a6c5cba28, sled_id: 2202828a-6c65-4c73-9c16-0c5ad1d7e129, sled_serial: "2202828a-6c65-4c73-9c16-0c5ad1d7e129", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 615 | 2026-08-19T22:52:17.064Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 616 | 2026-08-19T22:52:17.064Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::migrate::smoke_test
state = Run
target = phd_framework::test_vm
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 617 | 2026-08-19T22:52:17.065Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 618 | 2026-08-19T22:52:17.065Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
|
| 619 | 2026-08-19T22:52:17.066Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 620 | 2026-08-19T22:52:17.066Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::migrate::smoke_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 621 | 2026-08-19T22:52:17.066Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 622 | 2026-08-19T22:52:17.066Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 623 | 2026-08-19T22:52:21.575Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4508
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 624 | 2026-08-19T22:52:21.575Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::migrate::smoke_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 625 | 2026-08-19T22:52:21.575Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::migrate::smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 626 | 2026-08-19T22:52:21.575Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 627 | 2026-08-19T22:52:21.575Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 628 | 2026-08-19T22:52:21.593Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 629 | 2026-08-19T22:52:21.593Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::migrate::smoke_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 630 | 2026-08-19T22:52:21.594Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::migrate::smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 631 | 2026-08-19T22:52:21.594Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 632 | 2026-08-19T22:52:21.594Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 633 | 2026-08-19T22:52:21.627Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 634 | 2026-08-19T22:52:21.627Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
|
| 635 | 2026-08-19T22:52:21.627Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4561
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
|
| 636 | 2026-08-19T22:52:21.628Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 637 | 2026-08-19T22:52:21.628Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 638 | 2026-08-19T22:52:21.638Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 639 | 2026-08-19T22:52:21.638Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 640 | 2026-08-19T22:52:21.638Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 641 | 2026-08-19T22:52:21.672Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 642 | 2026-08-19T22:52:21.672Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 643 | 2026-08-19T22:52:21.672Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 644 | 2026-08-19T22:52:21.682Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 645 | 2026-08-19T22:52:21.683Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 646 | 2026-08-19T22:52:21.683Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 647 | 2026-08-19T22:52:21.716Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 648 | 2026-08-19T22:52:21.716Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 649 | 2026-08-19T22:52:21.716Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 650 | 2026-08-19T22:52:21.727Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 651 | 2026-08-19T22:52:21.728Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 652 | 2026-08-19T22:52:21.728Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 653 | 2026-08-19T22:52:21.760Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 654 | 2026-08-19T22:52:21.760Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 655 | 2026-08-19T22:52:21.760Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 656 | 2026-08-19T22:52:21.771Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 657 | 2026-08-19T22:52:21.771Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 658 | 2026-08-19T22:52:21.771Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 659 | 2026-08-19T22:52:21.793Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 660 | 2026-08-19T22:52:21.794Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 661 | 2026-08-19T22:52:21.794Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 662 | 2026-08-19T22:52:21.805Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 663 | 2026-08-19T22:52:21.805Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 664 | 2026-08-19T22:52:21.805Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 665 | 2026-08-19T22:52:21.838Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 666 | 2026-08-19T22:52:21.838Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 667 | 2026-08-19T22:52:21.838Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 668 | 2026-08-19T22:52:21.849Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 669 | 2026-08-19T22:52:21.849Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 670 | 2026-08-19T22:52:21.849Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 671 | 2026-08-19T22:52:21.882Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 672 | 2026-08-19T22:52:21.882Z | INFO | phd-runner: [TEST - EVENT] migrating to new Propolis artifact for lifecycle test
file = phd-tests/framework/src/lifecycle.rs
line = 73
path = phd_tests::migrate::smoke_test
propolis_artifact = __DEFAULT_PROPOLIS
target = phd_framework::lifecycle
vm_name = migration_smoke
|
| 673 | 2026-08-19T22:52:21.883Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
|
| 674 | 2026-08-19T22:52:21.883Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm_name = migration_smoke_lifecycle_0
|
| 675 | 2026-08-19T22:52:21.883Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 676 | 2026-08-19T22:52:21.883Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::migrate::smoke_test
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 677 | 2026-08-19T22:52:21.883Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::migrate::smoke_test
stderr_path = "/tmp/propolis-phd/phd_tests::migrate::smoke_test/migration_smoke_lifecycle_0.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::migrate::smoke_test/migration_smoke_lifecycle_0.stdout.log"
target = phd_framework::log_config
|
| 678 | 2026-08-19T22:52:21.899Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 963
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm::server
|
| 679 | 2026-08-19T22:52:21.913Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 30
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
|
| 680 | 2026-08-19T22:52:21.913Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
target = phd_framework::test_vm
target_id = 435698bf-6886-4016-8125-3c0e43d94f15
|
| 681 | 2026-08-19T22:52:21.913Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9000
file = phd-tests/framework/src/test_vm/mod.rs
line = 642
migration_id = 6b1fa7c3-85cf-4cdf-8f4a-1bac429a9196
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
target = phd_framework::test_vm
target_id = 435698bf-6886-4016-8125-3c0e43d94f15
timeout_duration = 45s
|
| 682 | 2026-08-19T22:52:21.913Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
target = phd_framework::test_vm
target_id = 435698bf-6886-4016-8125-3c0e43d94f15
vm = migration_smoke_lifecycle_0
vm_id = 435698bf-6886-4016-8125-3c0e43d94f15
|
| 683 | 2026-08-19T22:52:21.914Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9002/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
target = phd_framework::test_vm
target_id = 435698bf-6886-4016-8125-3c0e43d94f15
vm = migration_smoke_lifecycle_0
vm_id = 435698bf-6886-4016-8125-3c0e43d94f15
|
| 684 | 2026-08-19T22:52:22.296Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 435698bf-6886-4016-8125-3c0e43d94f15, name: "phd-vm-435698bf-6886-4016-8125-3c0e43d94f15", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: b9fd8da2-9150-4acc-8609-3258952b9c3a, project_id: 59a8e6e5-a3af-4e6e-bd33-674a6c5cba28, sled_id: baf68960-ca79-4f3f-8de4-ea50844cce01, sled_serial: "baf68960-ca79-4f3f-8de4-ea50844cce01", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 514
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
target = phd_framework::test_vm
target_id = 435698bf-6886-4016-8125-3c0e43d94f15
vm = migration_smoke_lifecycle_0
vm_id = 435698bf-6886-4016-8125-3c0e43d94f15
|
| 685 | 2026-08-19T22:52:22.296Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = 6b1fa7c3-85cf-4cdf-8f4a-1bac429a9196
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
target = phd_framework::test_vm
target_id = 435698bf-6886-4016-8125-3c0e43d94f15
|
| 686 | 2026-08-19T22:52:24.770Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9002","from_start":7847}}
target = phd_framework::serial
|
| 687 | 2026-08-19T22:52:26.229Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 676
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
target = phd_framework::test_vm
target_id = 435698bf-6886-4016-8125-3c0e43d94f15
|
| 688 | 2026-08-19T22:52:26.229Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3932
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = 6b1fa7c3-85cf-4cdf-8f4a-1bac429a9196
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
target = phd_framework::test_vm
target_id = 435698bf-6886-4016-8125-3c0e43d94f15
|
| 689 | 2026-08-19T22:52:26.232Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 690 | 2026-08-19T22:52:26.232Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke_lifecycle_0
vm_id = 435698bf-6886-4016-8125-3c0e43d94f15
|
| 691 | 2026-08-19T22:52:26.232Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_smoke_lifecycle_0
vm_id = 435698bf-6886-4016-8125-3c0e43d94f15
|
| 692 | 2026-08-19T22:52:26.234Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::migrate::smoke_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 693 | 2026-08-19T22:52:26.316Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 84
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 694 | 2026-08-19T22:52:26.316Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 84
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke_lifecycle_0
vm_id = 435698bf-6886-4016-8125-3c0e43d94f15
|
| 695 | 2026-08-19T22:52:26.316Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke_lifecycle_0
vm_id = 435698bf-6886-4016-8125-3c0e43d94f15
|
| 696 | 2026-08-19T22:52:26.316Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 9716
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
|
| 697 | 2026-08-19T22:52:26.317Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_smoke_lifecycle_0
vm_id = 435698bf-6886-4016-8125-3c0e43d94f15
|
| 698 | 2026-08-19T22:52:26.344Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 27
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke_lifecycle_0
vm_id = 435698bf-6886-4016-8125-3c0e43d94f15
|
| 699 | 2026-08-19T22:52:26.344Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke_lifecycle_0
vm_id = 435698bf-6886-4016-8125-3c0e43d94f15
|
| 700 | 2026-08-19T22:52:26.344Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 701 | 2026-08-19T22:52:26.344Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 9280
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 702 | 2026-08-19T22:52:26.344Z | INFO | phd-runner: test phd_tests::migrate::smoke_test ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 703 | 2026-08-19T22:52:26.345Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 704 | 2026-08-19T22:52:26.346Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1195
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke_lifecycle_0
vm_id = 435698bf-6886-4016-8125-3c0e43d94f15
|
| 705 | 2026-08-19T22:52:27.011Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::migrate::smoke_test
self.address = 127.0.0.1:9002
target = phd_framework::test_vm::server
vm = migration_smoke_lifecycle_0
vm_id = 435698bf-6886-4016-8125-3c0e43d94f15
|
| 706 | 2026-08-19T22:52:27.092Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::migrate::smoke_test
target = phd_framework::zfs
vm = migration_smoke_lifecycle_0
vm_id = 435698bf-6886-4016-8125-3c0e43d94f15
|
| 707 | 2026-08-19T22:52:27.092Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-be441a7b-2b2f-488d-9b56-150b56eca940"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::smoke_test
target = phd_framework::zfs
verb = destroy
vm = migration_smoke_lifecycle_0
vm_id = 435698bf-6886-4016-8125-3c0e43d94f15
|
| 708 | 2026-08-19T22:52:27.118Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::migrate::smoke_test
target = phd_framework::zfs
vm = migration_smoke_lifecycle_0
vm_id = 435698bf-6886-4016-8125-3c0e43d94f15
|
| 709 | 2026-08-19T22:52:27.118Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-6cb50ce7-61b2-4259-851d-b9ba9048b602"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::smoke_test
target = phd_framework::zfs
verb = destroy
vm = migration_smoke_lifecycle_0
vm_id = 435698bf-6886-4016-8125-3c0e43d94f15
|
| 710 | 2026-08-19T22:52:27.137Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 792
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke_lifecycle_0
vm_id = 435698bf-6886-4016-8125-3c0e43d94f15
|
| 711 | 2026-08-19T22:52:27.137Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 792
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 712 | 2026-08-19T22:52:27.137Z | INFO | phd-runner: Starting test phd_tests::migrate::serial_history
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 713 | 2026-08-19T22:52:27.137Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5223
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
target = phd_framework::test_vm
target_id = 435698bf-6886-4016-8125-3c0e43d94f15
vm = migration_smoke_lifecycle_0
vm_id = 435698bf-6886-4016-8125-3c0e43d94f15
|
| 714 | 2026-08-19T22:52:27.137Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 715 | 2026-08-19T22:52:27.138Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 5223
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = dba04b71-8cc7-4bf1-a442-a55029f35a80
target = phd_framework::test_vm
target_id = 435698bf-6886-4016-8125-3c0e43d94f15
|
| 716 | 2026-08-19T22:52:27.138Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 717 | 2026-08-19T22:52:27.138Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 10627
file = phd-tests/tests/src/migrate.rs
line = 15
path = phd_tests::migrate::smoke_test
target = phd_tests::migrate
|
| 718 | 2026-08-19T22:52:27.138Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 20
path = phd_tests::migrate::serial_history
target = phd_tests::migrate
|
| 719 | 2026-08-19T22:52:27.138Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 720 | 2026-08-19T22:52:27.138Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 721 | 2026-08-19T22:52:27.138Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 722 | 2026-08-19T22:52:27.138Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::serial_history
target = phd_framework::zfs
verb = list
|
| 723 | 2026-08-19T22:52:27.150Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::serial_history
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 51.3M 25.3T 49.0M /phd-artifacts\n
target = phd_framework::zfs
|
| 724 | 2026-08-19T22:52:27.150Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2ae1e8f4-1327-4a0f-a196-59d69b959b94"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::serial_history
target = phd_framework::zfs
verb = snapshot
|
| 725 | 2026-08-19T22:52:27.168Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2ae1e8f4-1327-4a0f-a196-59d69b959b94", "phd-artifacts/phd-clone-c3a0c932-4257-4827-9d73-64154062f25d"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::serial_history
target = phd_framework::zfs
verb = clone
|
| 726 | 2026-08-19T22:52:27.188Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-c3a0c932-4257-4827-9d73-64154062f25d"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::serial_history
target = phd_framework::zfs
verb = list
|
| 727 | 2026-08-19T22:52:27.199Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::serial_history
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-c3a0c932-4257-4827-9d73-64154062f25d 0B 25.3T 49.0M /phd-artifacts/phd-clone-c3a0c932-4257-4827-9d73-64154062f25d\n
target = phd_framework::zfs
|
| 728 | 2026-08-19T22:52:27.199Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
|
| 729 | 2026-08-19T22:52:27.199Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm_name = migration_serial_history
|
| 730 | 2026-08-19T22:52:27.199Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 731 | 2026-08-19T22:52:27.199Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::migrate::serial_history
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 732 | 2026-08-19T22:52:27.200Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::migrate::serial_history
stderr_path = "/tmp/propolis-phd/phd_tests::migrate::serial_history/migration_serial_history.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::migrate::serial_history/migration_serial_history.stdout.log"
target = phd_framework::log_config
|
| 733 | 2026-08-19T22:52:27.215Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 972
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm::server
|
| 734 | 2026-08-19T22:52:27.230Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 30
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
|
| 735 | 2026-08-19T22:52:27.230Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 6902a718-3e26-4816-9ab5-db75bbea6c67
|
| 736 | 2026-08-19T22:52:27.231Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 6902a718-3e26-4816-9ab5-db75bbea6c67
|
| 737 | 2026-08-19T22:52:28.017Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 738 | 2026-08-19T22:52:28.018Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 6902a718-3e26-4816-9ab5-db75bbea6c67, name: "phd-vm-6902a718-3e26-4816-9ab5-db75bbea6c67", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 11fc9143-f588-4498-9698-444623bb5233, project_id: 75a23bee-1609-4fa6-a64e-910b1275dee7, sled_id: b6352722-02cd-4909-8bb5-3d63279727bc, sled_serial: "b6352722-02cd-4909-8bb5-3d63279727bc", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 6902a718-3e26-4816-9ab5-db75bbea6c67
|
| 739 | 2026-08-19T22:52:28.019Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 6902a718-3e26-4816-9ab5-db75bbea6c67
|
| 740 | 2026-08-19T22:52:28.019Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::migrate::serial_history
state = Run
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 6902a718-3e26-4816-9ab5-db75bbea6c67
|
| 741 | 2026-08-19T22:52:28.020Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 6902a718-3e26-4816-9ab5-db75bbea6c67
|
| 742 | 2026-08-19T22:52:28.020Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
|
| 743 | 2026-08-19T22:52:28.020Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
timeout_duration = 300s
vm = migration_serial_history
vm_id = 6902a718-3e26-4816-9ab5-db75bbea6c67
|
| 744 | 2026-08-19T22:52:28.020Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::migrate::serial_history
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 745 | 2026-08-19T22:52:28.020Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 6902a718-3e26-4816-9ab5-db75bbea6c67
|
| 746 | 2026-08-19T22:52:28.020Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_serial_history
vm_id = 6902a718-3e26-4816-9ab5-db75bbea6c67
|
| 747 | 2026-08-19T22:52:32.573Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4552
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 6902a718-3e26-4816-9ab5-db75bbea6c67
|
| 748 | 2026-08-19T22:52:32.573Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::migrate::serial_history
step = WriteStr("root")
target = phd_framework::test_vm
|
| 749 | 2026-08-19T22:52:32.573Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::migrate::serial_history
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 750 | 2026-08-19T22:52:32.573Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 6902a718-3e26-4816-9ab5-db75bbea6c67
|
| 751 | 2026-08-19T22:52:32.573Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_serial_history
vm_id = 6902a718-3e26-4816-9ab5-db75bbea6c67
|
| 752 | 2026-08-19T22:52:32.591Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 6902a718-3e26-4816-9ab5-db75bbea6c67
|
| 753 | 2026-08-19T22:52:32.592Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::migrate::serial_history
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 754 | 2026-08-19T22:52:32.592Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::migrate::serial_history
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 755 | 2026-08-19T22:52:32.592Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 6902a718-3e26-4816-9ab5-db75bbea6c67
|
| 756 | 2026-08-19T22:52:32.592Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_serial_history
vm_id = 6902a718-3e26-4816-9ab5-db75bbea6c67
|
| 757 | 2026-08-19T22:52:32.625Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 6902a718-3e26-4816-9ab5-db75bbea6c67
|
| 758 | 2026-08-19T22:52:32.625Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
|
| 759 | 2026-08-19T22:52:32.625Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4605
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
|
| 760 | 2026-08-19T22:52:32.625Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 6902a718-3e26-4816-9ab5-db75bbea6c67
|
| 761 | 2026-08-19T22:52:32.625Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_serial_history
vm_id = 6902a718-3e26-4816-9ab5-db75bbea6c67
|
| 762 | 2026-08-19T22:52:32.636Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 6902a718-3e26-4816-9ab5-db75bbea6c67
|
| 763 | 2026-08-19T22:52:32.636Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 6902a718-3e26-4816-9ab5-db75bbea6c67
|
| 764 | 2026-08-19T22:52:32.636Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_serial_history
vm_id = 6902a718-3e26-4816-9ab5-db75bbea6c67
|
| 765 | 2026-08-19T22:52:32.670Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 6902a718-3e26-4816-9ab5-db75bbea6c67
|
| 766 | 2026-08-19T22:52:32.670Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 6902a718-3e26-4816-9ab5-db75bbea6c67
|
| 767 | 2026-08-19T22:52:32.670Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_serial_history
vm_id = 6902a718-3e26-4816-9ab5-db75bbea6c67
|
| 768 | 2026-08-19T22:52:32.681Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 6902a718-3e26-4816-9ab5-db75bbea6c67
|
| 769 | 2026-08-19T22:52:32.681Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 6902a718-3e26-4816-9ab5-db75bbea6c67
|
| 770 | 2026-08-19T22:52:32.681Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_serial_history
vm_id = 6902a718-3e26-4816-9ab5-db75bbea6c67
|
| 771 | 2026-08-19T22:52:32.714Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 6902a718-3e26-4816-9ab5-db75bbea6c67
|
| 772 | 2026-08-19T22:52:32.722Z | INFO | phd-runner: [TEST - EVENT] migrating to new Propolis artifact for lifecycle test
file = phd-tests/framework/src/lifecycle.rs
line = 73
path = phd_tests::migrate::serial_history
propolis_artifact = __DEFAULT_PROPOLIS
target = phd_framework::lifecycle
vm_name = migration_serial_history
|
| 773 | 2026-08-19T22:52:32.722Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
|
| 774 | 2026-08-19T22:52:32.722Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm_name = migration_serial_history_lifecycle_0
|
| 775 | 2026-08-19T22:52:32.722Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 776 | 2026-08-19T22:52:32.722Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::migrate::serial_history
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 777 | 2026-08-19T22:52:32.722Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::migrate::serial_history
stderr_path = "/tmp/propolis-phd/phd_tests::migrate::serial_history/migration_serial_history_lifecycle_0.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::migrate::serial_history/migration_serial_history_lifecycle_0.stdout.log"
target = phd_framework::log_config
|
| 778 | 2026-08-19T22:52:32.738Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 973
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm::server
|
| 779 | 2026-08-19T22:52:32.752Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 29
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
|
| 780 | 2026-08-19T22:52:32.752Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 6902a718-3e26-4816-9ab5-db75bbea6c67
target = phd_framework::test_vm
target_id = f020664f-4224-4e66-b0bc-414fc06b1d9d
|
| 781 | 2026-08-19T22:52:32.752Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9000
file = phd-tests/framework/src/test_vm/mod.rs
line = 642
migration_id = 7b7d439b-c8d3-461b-97a2-4524bba39c30
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 6902a718-3e26-4816-9ab5-db75bbea6c67
target = phd_framework::test_vm
target_id = f020664f-4224-4e66-b0bc-414fc06b1d9d
timeout_duration = 45s
|
| 782 | 2026-08-19T22:52:32.752Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 6902a718-3e26-4816-9ab5-db75bbea6c67
target = phd_framework::test_vm
target_id = f020664f-4224-4e66-b0bc-414fc06b1d9d
vm = migration_serial_history_lifecycle_0
vm_id = f020664f-4224-4e66-b0bc-414fc06b1d9d
|
| 783 | 2026-08-19T22:52:32.752Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9002/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 6902a718-3e26-4816-9ab5-db75bbea6c67
target = phd_framework::test_vm
target_id = f020664f-4224-4e66-b0bc-414fc06b1d9d
vm = migration_serial_history_lifecycle_0
vm_id = f020664f-4224-4e66-b0bc-414fc06b1d9d
|
| 784 | 2026-08-19T22:52:33.518Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: f020664f-4224-4e66-b0bc-414fc06b1d9d, name: "phd-vm-f020664f-4224-4e66-b0bc-414fc06b1d9d", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 11fc9143-f588-4498-9698-444623bb5233, project_id: 75a23bee-1609-4fa6-a64e-910b1275dee7, sled_id: f59ca594-6aa0-4cc4-a98e-fdf4742cccf1, sled_serial: "f59ca594-6aa0-4cc4-a98e-fdf4742cccf1", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 514
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 6902a718-3e26-4816-9ab5-db75bbea6c67
target = phd_framework::test_vm
target_id = f020664f-4224-4e66-b0bc-414fc06b1d9d
vm = migration_serial_history_lifecycle_0
vm_id = f020664f-4224-4e66-b0bc-414fc06b1d9d
|
| 785 | 2026-08-19T22:52:33.518Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = 7b7d439b-c8d3-461b-97a2-4524bba39c30
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 6902a718-3e26-4816-9ab5-db75bbea6c67
target = phd_framework::test_vm
target_id = f020664f-4224-4e66-b0bc-414fc06b1d9d
|
| 786 | 2026-08-19T22:52:35.985Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9002","from_start":7756}}
target = phd_framework::serial
|
| 787 | 2026-08-19T22:52:37.563Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 676
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 6902a718-3e26-4816-9ab5-db75bbea6c67
target = phd_framework::test_vm
target_id = f020664f-4224-4e66-b0bc-414fc06b1d9d
|
| 788 | 2026-08-19T22:52:37.563Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 4045
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = 7b7d439b-c8d3-461b-97a2-4524bba39c30
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 6902a718-3e26-4816-9ab5-db75bbea6c67
target = phd_framework::test_vm
target_id = f020664f-4224-4e66-b0bc-414fc06b1d9d
|
| 789 | 2026-08-19T22:52:37.566Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 6902a718-3e26-4816-9ab5-db75bbea6c67
|
| 790 | 2026-08-19T22:52:37.568Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::migrate::serial_history
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = migration_serial_history
vm_id = 6902a718-3e26-4816-9ab5-db75bbea6c67
|
| 791 | 2026-08-19T22:52:37.648Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 81
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 6902a718-3e26-4816-9ab5-db75bbea6c67
|
| 792 | 2026-08-19T22:52:37.648Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 10417
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 6902a718-3e26-4816-9ab5-db75bbea6c67
|
| 793 | 2026-08-19T22:52:37.651Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_lifecycle_0
vm_id = f020664f-4224-4e66-b0bc-414fc06b1d9d
|
| 794 | 2026-08-19T22:52:37.651Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 795 | 2026-08-19T22:52:37.652Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 9633
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 796 | 2026-08-19T22:52:37.652Z | INFO | phd-runner: test phd_tests::migrate::serial_history ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 797 | 2026-08-19T22:52:37.652Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 798 | 2026-08-19T22:52:37.653Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1195
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_lifecycle_0
vm_id = f020664f-4224-4e66-b0bc-414fc06b1d9d
|
| 799 | 2026-08-19T22:52:38.098Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::migrate::serial_history
self.address = 127.0.0.1:9002
target = phd_framework::test_vm::server
vm = migration_serial_history_lifecycle_0
vm_id = f020664f-4224-4e66-b0bc-414fc06b1d9d
|
| 800 | 2026-08-19T22:52:38.179Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::migrate::serial_history
target = phd_framework::zfs
vm = migration_serial_history_lifecycle_0
vm_id = f020664f-4224-4e66-b0bc-414fc06b1d9d
|
| 801 | 2026-08-19T22:52:38.179Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-c3a0c932-4257-4827-9d73-64154062f25d"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::serial_history
target = phd_framework::zfs
verb = destroy
vm = migration_serial_history_lifecycle_0
vm_id = f020664f-4224-4e66-b0bc-414fc06b1d9d
|
| 802 | 2026-08-19T22:52:38.205Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::migrate::serial_history
target = phd_framework::zfs
vm = migration_serial_history_lifecycle_0
vm_id = f020664f-4224-4e66-b0bc-414fc06b1d9d
|
| 803 | 2026-08-19T22:52:38.205Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2ae1e8f4-1327-4a0f-a196-59d69b959b94"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::serial_history
target = phd_framework::zfs
verb = destroy
vm = migration_serial_history_lifecycle_0
vm_id = f020664f-4224-4e66-b0bc-414fc06b1d9d
|
| 804 | 2026-08-19T22:52:38.223Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 571
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_lifecycle_0
vm_id = f020664f-4224-4e66-b0bc-414fc06b1d9d
|
| 805 | 2026-08-19T22:52:38.223Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5470
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 6902a718-3e26-4816-9ab5-db75bbea6c67
target = phd_framework::test_vm
target_id = f020664f-4224-4e66-b0bc-414fc06b1d9d
vm = migration_serial_history_lifecycle_0
vm_id = f020664f-4224-4e66-b0bc-414fc06b1d9d
|
| 806 | 2026-08-19T22:52:38.223Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 5470
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 6902a718-3e26-4816-9ab5-db75bbea6c67
target = phd_framework::test_vm
target_id = f020664f-4224-4e66-b0bc-414fc06b1d9d
|
| 807 | 2026-08-19T22:52:38.223Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 11084
file = phd-tests/tests/src/migrate.rs
line = 20
path = phd_tests::migrate::serial_history
target = phd_tests::migrate
|
| 808 | 2026-08-19T22:52:38.223Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 571
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 809 | 2026-08-19T22:52:38.223Z | INFO | phd-runner: Starting test phd_tests::migrate::multiple_migrations
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 810 | 2026-08-19T22:52:38.223Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 811 | 2026-08-19T22:52:38.223Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 812 | 2026-08-19T22:52:38.223Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 302
path = phd_tests::migrate::multiple_migrations
target = phd_tests::migrate
|
| 813 | 2026-08-19T22:52:38.224Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 814 | 2026-08-19T22:52:38.224Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 815 | 2026-08-19T22:52:38.224Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 816 | 2026-08-19T22:52:38.224Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::multiple_migrations
target = phd_framework::zfs
verb = list
|
| 817 | 2026-08-19T22:52:38.235Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::multiple_migrations
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 51.3M 25.3T 49.0M /phd-artifacts\n
target = phd_framework::zfs
|
| 818 | 2026-08-19T22:52:38.236Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-c768f660-a18e-4605-940b-c1494b345622"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::multiple_migrations
target = phd_framework::zfs
verb = snapshot
|
| 819 | 2026-08-19T22:52:38.252Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-c768f660-a18e-4605-940b-c1494b345622", "phd-artifacts/phd-clone-08eeb923-0d1a-4b8d-acb7-3cb5333b0c32"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::multiple_migrations
target = phd_framework::zfs
verb = clone
|
| 820 | 2026-08-19T22:52:38.271Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-08eeb923-0d1a-4b8d-acb7-3cb5333b0c32"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::multiple_migrations
target = phd_framework::zfs
verb = list
|
| 821 | 2026-08-19T22:52:38.284Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::multiple_migrations
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-08eeb923-0d1a-4b8d-acb7-3cb5333b0c32 0B 25.3T 49.0M /phd-artifacts/phd-clone-08eeb923-0d1a-4b8d-acb7-3cb5333b0c32\n
target = phd_framework::zfs
|
| 822 | 2026-08-19T22:52:38.284Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
|
| 823 | 2026-08-19T22:52:38.284Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm_name = multiple_migrations_0
|
| 824 | 2026-08-19T22:52:38.284Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 825 | 2026-08-19T22:52:38.284Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::migrate::multiple_migrations
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 826 | 2026-08-19T22:52:38.284Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::migrate::multiple_migrations
stderr_path = "/tmp/propolis-phd/phd_tests::migrate::multiple_migrations/multiple_migrations_0.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::migrate::multiple_migrations/multiple_migrations_0.stdout.log"
target = phd_framework::log_config
|
| 827 | 2026-08-19T22:52:38.300Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 982
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm::server
|
| 828 | 2026-08-19T22:52:38.315Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 30
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
|
| 829 | 2026-08-19T22:52:38.315Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
|
| 830 | 2026-08-19T22:52:38.315Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm_name = multiple_migrations_1
|
| 831 | 2026-08-19T22:52:38.315Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 832 | 2026-08-19T22:52:38.315Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::migrate::multiple_migrations
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 833 | 2026-08-19T22:52:38.315Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::migrate::multiple_migrations
stderr_path = "/tmp/propolis-phd/phd_tests::migrate::multiple_migrations/multiple_migrations_1.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::migrate::multiple_migrations/multiple_migrations_1.stdout.log"
target = phd_framework::log_config
|
| 834 | 2026-08-19T22:52:38.328Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 983
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm::server
|
| 835 | 2026-08-19T22:52:38.341Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 26
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
|
| 836 | 2026-08-19T22:52:38.342Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
|
| 837 | 2026-08-19T22:52:38.342Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm_name = multiple_migrations_2
|
| 838 | 2026-08-19T22:52:38.342Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 839 | 2026-08-19T22:52:38.342Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::migrate::multiple_migrations
server_addr = 127.0.0.1:9004
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 840 | 2026-08-19T22:52:38.342Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::migrate::multiple_migrations
stderr_path = "/tmp/propolis-phd/phd_tests::migrate::multiple_migrations/multiple_migrations_2.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::migrate::multiple_migrations/multiple_migrations_2.stdout.log"
target = phd_framework::log_config
|
| 841 | 2026-08-19T22:52:38.354Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 984
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm::server
|
| 842 | 2026-08-19T22:52:38.367Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 25
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
|
| 843 | 2026-08-19T22:52:38.367Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = 89e261c3-9140-435c-9fb9-c2a58296c616
|
| 844 | 2026-08-19T22:52:38.496Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 845 | 2026-08-19T22:52:38.497Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 89e261c3-9140-435c-9fb9-c2a58296c616, name: "phd-vm-89e261c3-9140-435c-9fb9-c2a58296c616", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 17723c52-4969-436a-9ee0-772c870cb9a5, project_id: 5c5e16e7-591d-4518-9cb6-2dd6241b4c8d, sled_id: b54693d4-bbdc-49f9-ada2-d517df4f1ecc, sled_serial: "b54693d4-bbdc-49f9-ada2-d517df4f1ecc", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = 89e261c3-9140-435c-9fb9-c2a58296c616
|
| 846 | 2026-08-19T22:52:38.498Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = 89e261c3-9140-435c-9fb9-c2a58296c616
|
| 847 | 2026-08-19T22:52:38.498Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::migrate::multiple_migrations
state = Run
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = 89e261c3-9140-435c-9fb9-c2a58296c616
|
| 848 | 2026-08-19T22:52:38.499Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = 89e261c3-9140-435c-9fb9-c2a58296c616
|
| 849 | 2026-08-19T22:52:38.499Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
|
| 850 | 2026-08-19T22:52:38.499Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = 300s
vm = multiple_migrations_0
vm_id = 89e261c3-9140-435c-9fb9-c2a58296c616
|
| 851 | 2026-08-19T22:52:38.499Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::migrate::multiple_migrations
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 852 | 2026-08-19T22:52:38.499Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = 89e261c3-9140-435c-9fb9-c2a58296c616
|
| 853 | 2026-08-19T22:52:38.499Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = multiple_migrations_0
vm_id = 89e261c3-9140-435c-9fb9-c2a58296c616
|
| 854 | 2026-08-19T22:52:43.082Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4582
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = 89e261c3-9140-435c-9fb9-c2a58296c616
|
| 855 | 2026-08-19T22:52:43.082Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::migrate::multiple_migrations
step = WriteStr("root")
target = phd_framework::test_vm
|
| 856 | 2026-08-19T22:52:43.083Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::migrate::multiple_migrations
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 857 | 2026-08-19T22:52:43.083Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = 89e261c3-9140-435c-9fb9-c2a58296c616
|
| 858 | 2026-08-19T22:52:43.083Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = multiple_migrations_0
vm_id = 89e261c3-9140-435c-9fb9-c2a58296c616
|
| 859 | 2026-08-19T22:52:43.101Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = 89e261c3-9140-435c-9fb9-c2a58296c616
|
| 860 | 2026-08-19T22:52:43.101Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::migrate::multiple_migrations
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 861 | 2026-08-19T22:52:43.102Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::migrate::multiple_migrations
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 862 | 2026-08-19T22:52:43.102Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = 89e261c3-9140-435c-9fb9-c2a58296c616
|
| 863 | 2026-08-19T22:52:43.102Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = multiple_migrations_0
vm_id = 89e261c3-9140-435c-9fb9-c2a58296c616
|
| 864 | 2026-08-19T22:52:43.135Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = 89e261c3-9140-435c-9fb9-c2a58296c616
|
| 865 | 2026-08-19T22:52:43.135Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
|
| 866 | 2026-08-19T22:52:43.135Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4636
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
|
| 867 | 2026-08-19T22:52:43.135Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = 89e261c3-9140-435c-9fb9-c2a58296c616
target = phd_framework::test_vm
target_id = c01f2202-f3e0-48ba-a5ec-677f476a2a85
|
| 868 | 2026-08-19T22:52:43.135Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9000
file = phd-tests/framework/src/test_vm/mod.rs
line = 642
migration_id = 46bd38a0-d6d4-4d73-a8d7-bc56162fe657
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = 89e261c3-9140-435c-9fb9-c2a58296c616
target = phd_framework::test_vm
target_id = c01f2202-f3e0-48ba-a5ec-677f476a2a85
timeout_duration = 45s
|
| 869 | 2026-08-19T22:52:43.135Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = 89e261c3-9140-435c-9fb9-c2a58296c616
target = phd_framework::test_vm
target_id = c01f2202-f3e0-48ba-a5ec-677f476a2a85
vm = multiple_migrations_1
vm_id = c01f2202-f3e0-48ba-a5ec-677f476a2a85
|
| 870 | 2026-08-19T22:52:43.259Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: c01f2202-f3e0-48ba-a5ec-677f476a2a85, name: "phd-vm-c01f2202-f3e0-48ba-a5ec-677f476a2a85", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 17723c52-4969-436a-9ee0-772c870cb9a5, project_id: 5c5e16e7-591d-4518-9cb6-2dd6241b4c8d, sled_id: 0336fb46-fc4d-4157-9edd-3561dadf00c6, sled_serial: "0336fb46-fc4d-4157-9edd-3561dadf00c6", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 514
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = 89e261c3-9140-435c-9fb9-c2a58296c616
target = phd_framework::test_vm
target_id = c01f2202-f3e0-48ba-a5ec-677f476a2a85
vm = multiple_migrations_1
vm_id = c01f2202-f3e0-48ba-a5ec-677f476a2a85
|
| 871 | 2026-08-19T22:52:43.259Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = 46bd38a0-d6d4-4d73-a8d7-bc56162fe657
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = 89e261c3-9140-435c-9fb9-c2a58296c616
target = phd_framework::test_vm
target_id = c01f2202-f3e0-48ba-a5ec-677f476a2a85
|
| 872 | 2026-08-19T22:52:45.771Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9002","from_start":7651}}
target = phd_framework::serial
|
| 873 | 2026-08-19T22:52:46.599Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 676
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = 89e261c3-9140-435c-9fb9-c2a58296c616
target = phd_framework::test_vm
target_id = c01f2202-f3e0-48ba-a5ec-677f476a2a85
|
| 874 | 2026-08-19T22:52:46.599Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3340
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = 46bd38a0-d6d4-4d73-a8d7-bc56162fe657
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = 89e261c3-9140-435c-9fb9-c2a58296c616
target = phd_framework::test_vm
target_id = c01f2202-f3e0-48ba-a5ec-677f476a2a85
|
| 875 | 2026-08-19T22:52:46.599Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_1
vm_id = c01f2202-f3e0-48ba-a5ec-677f476a2a85
|
| 876 | 2026-08-19T22:52:46.599Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = multiple_migrations_1
vm_id = c01f2202-f3e0-48ba-a5ec-677f476a2a85
|
| 877 | 2026-08-19T22:52:46.611Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_1
vm_id = c01f2202-f3e0-48ba-a5ec-677f476a2a85
|
| 878 | 2026-08-19T22:52:46.612Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_1
vm_id = c01f2202-f3e0-48ba-a5ec-677f476a2a85
|
| 879 | 2026-08-19T22:52:46.612Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = multiple_migrations_1
vm_id = c01f2202-f3e0-48ba-a5ec-677f476a2a85
|
| 880 | 2026-08-19T22:52:46.645Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_1
vm_id = c01f2202-f3e0-48ba-a5ec-677f476a2a85
|
| 881 | 2026-08-19T22:52:46.645Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_1
vm_id = c01f2202-f3e0-48ba-a5ec-677f476a2a85
|
| 882 | 2026-08-19T22:52:46.645Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = multiple_migrations_1
vm_id = c01f2202-f3e0-48ba-a5ec-677f476a2a85
|
| 883 | 2026-08-19T22:52:46.656Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_1
vm_id = c01f2202-f3e0-48ba-a5ec-677f476a2a85
|
| 884 | 2026-08-19T22:52:46.656Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_1
vm_id = c01f2202-f3e0-48ba-a5ec-677f476a2a85
|
| 885 | 2026-08-19T22:52:46.656Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = multiple_migrations_1
vm_id = c01f2202-f3e0-48ba-a5ec-677f476a2a85
|
| 886 | 2026-08-19T22:52:46.689Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_1
vm_id = c01f2202-f3e0-48ba-a5ec-677f476a2a85
|
| 887 | 2026-08-19T22:52:46.689Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = c01f2202-f3e0-48ba-a5ec-677f476a2a85
target = phd_framework::test_vm
target_id = 1de54335-51ae-4f10-a324-1429711dde26
|
| 888 | 2026-08-19T22:52:46.690Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9002
file = phd-tests/framework/src/test_vm/mod.rs
line = 642
migration_id = 9ba4c429-c2a1-45bd-a49f-a454b238eec3
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = c01f2202-f3e0-48ba-a5ec-677f476a2a85
target = phd_framework::test_vm
target_id = 1de54335-51ae-4f10-a324-1429711dde26
timeout_duration = 45s
|
| 889 | 2026-08-19T22:52:46.690Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = c01f2202-f3e0-48ba-a5ec-677f476a2a85
target = phd_framework::test_vm
target_id = 1de54335-51ae-4f10-a324-1429711dde26
vm = multiple_migrations_2
vm_id = 1de54335-51ae-4f10-a324-1429711dde26
|
| 890 | 2026-08-19T22:52:46.814Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 1de54335-51ae-4f10-a324-1429711dde26, name: "phd-vm-1de54335-51ae-4f10-a324-1429711dde26", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 17723c52-4969-436a-9ee0-772c870cb9a5, project_id: 5c5e16e7-591d-4518-9cb6-2dd6241b4c8d, sled_id: 82e6d582-ec59-4173-a9d0-983ebbfc46ae, sled_serial: "82e6d582-ec59-4173-a9d0-983ebbfc46ae", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 514
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = c01f2202-f3e0-48ba-a5ec-677f476a2a85
target = phd_framework::test_vm
target_id = 1de54335-51ae-4f10-a324-1429711dde26
vm = multiple_migrations_2
vm_id = 1de54335-51ae-4f10-a324-1429711dde26
|
| 891 | 2026-08-19T22:52:46.814Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = 9ba4c429-c2a1-45bd-a49f-a454b238eec3
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = c01f2202-f3e0-48ba-a5ec-677f476a2a85
target = phd_framework::test_vm
target_id = 1de54335-51ae-4f10-a324-1429711dde26
|
| 892 | 2026-08-19T22:52:49.302Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9004","from_start":7728}}
target = phd_framework::serial
|
| 893 | 2026-08-19T22:52:49.603Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 676
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = c01f2202-f3e0-48ba-a5ec-677f476a2a85
target = phd_framework::test_vm
target_id = 1de54335-51ae-4f10-a324-1429711dde26
|
| 894 | 2026-08-19T22:52:49.603Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2789
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = 9ba4c429-c2a1-45bd-a49f-a454b238eec3
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = c01f2202-f3e0-48ba-a5ec-677f476a2a85
target = phd_framework::test_vm
target_id = 1de54335-51ae-4f10-a324-1429711dde26
|
| 895 | 2026-08-19T22:52:49.604Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = 1de54335-51ae-4f10-a324-1429711dde26
|
| 896 | 2026-08-19T22:52:49.604Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = multiple_migrations_2
vm_id = 1de54335-51ae-4f10-a324-1429711dde26
|
| 897 | 2026-08-19T22:52:49.615Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = 1de54335-51ae-4f10-a324-1429711dde26
|
| 898 | 2026-08-19T22:52:49.615Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = 1de54335-51ae-4f10-a324-1429711dde26
|
| 899 | 2026-08-19T22:52:49.615Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = multiple_migrations_2
vm_id = 1de54335-51ae-4f10-a324-1429711dde26
|
| 900 | 2026-08-19T22:52:49.648Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = 1de54335-51ae-4f10-a324-1429711dde26
|
| 901 | 2026-08-19T22:52:49.649Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = 1de54335-51ae-4f10-a324-1429711dde26
|
| 902 | 2026-08-19T22:52:49.649Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = multiple_migrations_2
vm_id = 1de54335-51ae-4f10-a324-1429711dde26
|
| 903 | 2026-08-19T22:52:49.659Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = 1de54335-51ae-4f10-a324-1429711dde26
|
| 904 | 2026-08-19T22:52:49.659Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = 1de54335-51ae-4f10-a324-1429711dde26
|
| 905 | 2026-08-19T22:52:49.659Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = multiple_migrations_2
vm_id = 1de54335-51ae-4f10-a324-1429711dde26
|
| 906 | 2026-08-19T22:52:49.692Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = 1de54335-51ae-4f10-a324-1429711dde26
|
| 907 | 2026-08-19T22:52:49.692Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = 1de54335-51ae-4f10-a324-1429711dde26
|
| 908 | 2026-08-19T22:52:49.692Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_1
vm_id = c01f2202-f3e0-48ba-a5ec-677f476a2a85
|
| 909 | 2026-08-19T22:52:49.693Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = 89e261c3-9140-435c-9fb9-c2a58296c616
|
| 910 | 2026-08-19T22:52:49.693Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 911 | 2026-08-19T22:52:49.693Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 11196
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 912 | 2026-08-19T22:52:49.693Z | INFO | phd-runner: test phd_tests::migrate::multiple_migrations ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 913 | 2026-08-19T22:52:49.693Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 914 | 2026-08-19T22:52:49.695Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::migrate::multiple_migrations
self.address = 127.0.0.1:9002
target = phd_framework::test_vm::server
vm = multiple_migrations_1
vm_id = c01f2202-f3e0-48ba-a5ec-677f476a2a85
|
| 915 | 2026-08-19T22:52:49.774Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 80
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_1
vm_id = c01f2202-f3e0-48ba-a5ec-677f476a2a85
|
| 916 | 2026-08-19T22:52:49.774Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6637
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = 89e261c3-9140-435c-9fb9-c2a58296c616
target = phd_framework::test_vm
target_id = c01f2202-f3e0-48ba-a5ec-677f476a2a85
vm = multiple_migrations_1
vm_id = c01f2202-f3e0-48ba-a5ec-677f476a2a85
|
| 917 | 2026-08-19T22:52:49.774Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 6638
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = 89e261c3-9140-435c-9fb9-c2a58296c616
target = phd_framework::test_vm
target_id = c01f2202-f3e0-48ba-a5ec-677f476a2a85
|
| 918 | 2026-08-19T22:52:49.774Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1195
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = 1de54335-51ae-4f10-a324-1429711dde26
|
| 919 | 2026-08-19T22:52:49.774Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::migrate::multiple_migrations
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = multiple_migrations_0
vm_id = 89e261c3-9140-435c-9fb9-c2a58296c616
|
| 920 | 2026-08-19T22:52:49.824Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::migrate::multiple_migrations
self.address = 127.0.0.1:9004
target = phd_framework::test_vm::server
vm = multiple_migrations_2
vm_id = 1de54335-51ae-4f10-a324-1429711dde26
|
| 921 | 2026-08-19T22:52:49.853Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 159
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = 89e261c3-9140-435c-9fb9-c2a58296c616
|
| 922 | 2026-08-19T22:52:49.853Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 11484
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = 89e261c3-9140-435c-9fb9-c2a58296c616
|
| 923 | 2026-08-19T22:52:49.913Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::migrate::multiple_migrations
target = phd_framework::zfs
vm = multiple_migrations_2
vm_id = 1de54335-51ae-4f10-a324-1429711dde26
|
| 924 | 2026-08-19T22:52:49.913Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-08eeb923-0d1a-4b8d-acb7-3cb5333b0c32"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::multiple_migrations
target = phd_framework::zfs
verb = destroy
vm = multiple_migrations_2
vm_id = 1de54335-51ae-4f10-a324-1429711dde26
|
| 925 | 2026-08-19T22:52:49.940Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::migrate::multiple_migrations
target = phd_framework::zfs
vm = multiple_migrations_2
vm_id = 1de54335-51ae-4f10-a324-1429711dde26
|
| 926 | 2026-08-19T22:52:49.940Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-c768f660-a18e-4605-940b-c1494b345622"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::multiple_migrations
target = phd_framework::zfs
verb = destroy
vm = multiple_migrations_2
vm_id = 1de54335-51ae-4f10-a324-1429711dde26
|
| 927 | 2026-08-19T22:52:49.956Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 263
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = 1de54335-51ae-4f10-a324-1429711dde26
|
| 928 | 2026-08-19T22:52:49.956Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 3266
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = c01f2202-f3e0-48ba-a5ec-677f476a2a85
target = phd_framework::test_vm
target_id = 1de54335-51ae-4f10-a324-1429711dde26
vm = multiple_migrations_2
vm_id = 1de54335-51ae-4f10-a324-1429711dde26
|
| 929 | 2026-08-19T22:52:49.956Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 263
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 930 | 2026-08-19T22:52:49.956Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 3266
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = c01f2202-f3e0-48ba-a5ec-677f476a2a85
target = phd_framework::test_vm
target_id = 1de54335-51ae-4f10-a324-1429711dde26
|
| 931 | 2026-08-19T22:52:49.957Z | INFO | phd-runner: Starting test phd_tests::migrate::migration_ensures_instance_metadata
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 932 | 2026-08-19T22:52:49.957Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 11732
file = phd-tests/tests/src/migrate.rs
line = 302
path = phd_tests::migrate::multiple_migrations
target = phd_tests::migrate
|
| 933 | 2026-08-19T22:52:49.957Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 934 | 2026-08-19T22:52:49.957Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 935 | 2026-08-19T22:52:49.957Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 388
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_tests::migrate
|
| 936 | 2026-08-19T22:52:49.957Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 937 | 2026-08-19T22:52:49.957Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 938 | 2026-08-19T22:52:49.957Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 939 | 2026-08-19T22:52:49.957Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::zfs
verb = list
|
| 940 | 2026-08-19T22:52:49.970Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::migration_ensures_instance_metadata
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 51.4M 25.3T 49.0M /phd-artifacts\n
target = phd_framework::zfs
|
| 941 | 2026-08-19T22:52:49.970Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2137966b-db6c-49c2-b70c-ccf0daa4630a"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::zfs
verb = snapshot
|
| 942 | 2026-08-19T22:52:49.989Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2137966b-db6c-49c2-b70c-ccf0daa4630a", "phd-artifacts/phd-clone-743e6d18-35c2-4a35-91db-126edbbcd6cf"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::zfs
verb = clone
|
| 943 | 2026-08-19T22:52:50.007Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-743e6d18-35c2-4a35-91db-126edbbcd6cf"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::zfs
verb = list
|
| 944 | 2026-08-19T22:52:50.018Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::migration_ensures_instance_metadata
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-743e6d18-35c2-4a35-91db-126edbbcd6cf 0B 25.3T 49.0M /phd-artifacts/phd-clone-743e6d18-35c2-4a35-91db-126edbbcd6cf\n
target = phd_framework::zfs
|
| 945 | 2026-08-19T22:52:50.019Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
|
| 946 | 2026-08-19T22:52:50.019Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm_name = migration_ensures_instance_metadata_source
|
| 947 | 2026-08-19T22:52:50.019Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 948 | 2026-08-19T22:52:50.019Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::migrate::migration_ensures_instance_metadata
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 949 | 2026-08-19T22:52:50.019Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::migrate::migration_ensures_instance_metadata
stderr_path = "/tmp/propolis-phd/phd_tests::migrate::migration_ensures_instance_metadata/migration_ensures_instance_metadata_source.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::migrate::migration_ensures_instance_metadata/migration_ensures_instance_metadata_source.stdout.log"
target = phd_framework::log_config
|
| 950 | 2026-08-19T22:52:50.034Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 994
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm::server
|
| 951 | 2026-08-19T22:52:50.049Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 29
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
|
| 952 | 2026-08-19T22:52:50.049Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
|
| 953 | 2026-08-19T22:52:50.049Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm_name = migration_ensures_instance_metadata_target
|
| 954 | 2026-08-19T22:52:50.049Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 955 | 2026-08-19T22:52:50.049Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::migrate::migration_ensures_instance_metadata
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 956 | 2026-08-19T22:52:50.049Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::migrate::migration_ensures_instance_metadata
stderr_path = "/tmp/propolis-phd/phd_tests::migrate::migration_ensures_instance_metadata/migration_ensures_instance_metadata_target.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::migrate::migration_ensures_instance_metadata/migration_ensures_instance_metadata_target.stdout.log"
target = phd_framework::log_config
|
| 957 | 2026-08-19T22:52:50.061Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 995
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm::server
|
| 958 | 2026-08-19T22:52:50.076Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 26
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
|
| 959 | 2026-08-19T22:52:50.076Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = b05a9d61-6be6-4ecf-acdd-306d36ee37b2
|
| 960 | 2026-08-19T22:52:50.203Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 961 | 2026-08-19T22:52:50.205Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: b05a9d61-6be6-4ecf-acdd-306d36ee37b2, name: "phd-vm-b05a9d61-6be6-4ecf-acdd-306d36ee37b2", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: fa986725-caae-4296-9229-f99517a8ee61, project_id: 58b026b5-4fe1-4c70-a491-3006bd9b3445, sled_id: 5aa89598-581e-4da3-a141-32a30613134f, sled_serial: "5aa89598-581e-4da3-a141-32a30613134f", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = b05a9d61-6be6-4ecf-acdd-306d36ee37b2
|
| 962 | 2026-08-19T22:52:50.205Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = b05a9d61-6be6-4ecf-acdd-306d36ee37b2
|
| 963 | 2026-08-19T22:52:50.205Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::migrate::migration_ensures_instance_metadata
state = Run
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = b05a9d61-6be6-4ecf-acdd-306d36ee37b2
|
| 964 | 2026-08-19T22:52:50.206Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = b05a9d61-6be6-4ecf-acdd-306d36ee37b2
|
| 965 | 2026-08-19T22:52:50.206Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
|
| 966 | 2026-08-19T22:52:50.206Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
timeout_duration = 300s
vm = migration_ensures_instance_metadata_source
vm_id = b05a9d61-6be6-4ecf-acdd-306d36ee37b2
|
| 967 | 2026-08-19T22:52:50.206Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::migrate::migration_ensures_instance_metadata
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 968 | 2026-08-19T22:52:50.206Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = b05a9d61-6be6-4ecf-acdd-306d36ee37b2
|
| 969 | 2026-08-19T22:52:50.206Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_ensures_instance_metadata_source
vm_id = b05a9d61-6be6-4ecf-acdd-306d36ee37b2
|
| 970 | 2026-08-19T22:52:54.801Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4594
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = b05a9d61-6be6-4ecf-acdd-306d36ee37b2
|
| 971 | 2026-08-19T22:52:54.801Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::migrate::migration_ensures_instance_metadata
step = WriteStr("root")
target = phd_framework::test_vm
|
| 972 | 2026-08-19T22:52:54.801Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::migrate::migration_ensures_instance_metadata
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 973 | 2026-08-19T22:52:54.801Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = b05a9d61-6be6-4ecf-acdd-306d36ee37b2
|
| 974 | 2026-08-19T22:52:54.801Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_ensures_instance_metadata_source
vm_id = b05a9d61-6be6-4ecf-acdd-306d36ee37b2
|
| 975 | 2026-08-19T22:52:54.821Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 19
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = b05a9d61-6be6-4ecf-acdd-306d36ee37b2
|
| 976 | 2026-08-19T22:52:54.821Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::migrate::migration_ensures_instance_metadata
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 977 | 2026-08-19T22:52:54.821Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::migrate::migration_ensures_instance_metadata
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 978 | 2026-08-19T22:52:54.821Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = b05a9d61-6be6-4ecf-acdd-306d36ee37b2
|
| 979 | 2026-08-19T22:52:54.821Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_ensures_instance_metadata_source
vm_id = b05a9d61-6be6-4ecf-acdd-306d36ee37b2
|
| 980 | 2026-08-19T22:52:54.854Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = b05a9d61-6be6-4ecf-acdd-306d36ee37b2
|
| 981 | 2026-08-19T22:52:54.854Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
|
| 982 | 2026-08-19T22:52:54.854Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4648
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
|
| 983 | 2026-08-19T22:52:54.855Z | INFO | phd-runner: [GET_SPEC - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 596
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = b05a9d61-6be6-4ecf-acdd-306d36ee37b2
|
| 984 | 2026-08-19T22:52:54.855Z | INFO | phd-runner: [GET_SPEC - EVENT] Sending instance spec get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 598
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = b05a9d61-6be6-4ecf-acdd-306d36ee37b2
|
| 985 | 2026-08-19T22:52:54.863Z | INFO | phd-runner: [GET_SPEC - END]
elapsed_milliseconds = 8
file = phd-tests/framework/src/test_vm/mod.rs
line = 596
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = b05a9d61-6be6-4ecf-acdd-306d36ee37b2
|
| 986 | 2026-08-19T22:52:54.863Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = b05a9d61-6be6-4ecf-acdd-306d36ee37b2
target = phd_framework::test_vm
target_id = 17632e5c-eaa9-49cc-8713-7a971ddd4868
|
| 987 | 2026-08-19T22:52:54.863Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9000
file = phd-tests/framework/src/test_vm/mod.rs
line = 642
migration_id = b42e73cd-86d6-4b59-b8c7-e547a49da551
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = b05a9d61-6be6-4ecf-acdd-306d36ee37b2
target = phd_framework::test_vm
target_id = 17632e5c-eaa9-49cc-8713-7a971ddd4868
timeout_duration = 45s
|
| 988 | 2026-08-19T22:52:54.864Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = b05a9d61-6be6-4ecf-acdd-306d36ee37b2
target = phd_framework::test_vm
target_id = 17632e5c-eaa9-49cc-8713-7a971ddd4868
vm = migration_ensures_instance_metadata_target
vm_id = 17632e5c-eaa9-49cc-8713-7a971ddd4868
|
| 989 | 2026-08-19T22:52:54.986Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 17632e5c-eaa9-49cc-8713-7a971ddd4868, name: "phd-vm-17632e5c-eaa9-49cc-8713-7a971ddd4868", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: fa986725-caae-4296-9229-f99517a8ee61, project_id: 58b026b5-4fe1-4c70-a491-3006bd9b3445, sled_id: 84b69234-8281-4492-827d-e7dd767b016f, sled_serial: "84b69234-8281-4492-827d-e7dd767b016f", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 514
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = b05a9d61-6be6-4ecf-acdd-306d36ee37b2
target = phd_framework::test_vm
target_id = 17632e5c-eaa9-49cc-8713-7a971ddd4868
vm = migration_ensures_instance_metadata_target
vm_id = 17632e5c-eaa9-49cc-8713-7a971ddd4868
|
| 990 | 2026-08-19T22:52:54.987Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = b42e73cd-86d6-4b59-b8c7-e547a49da551
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = b05a9d61-6be6-4ecf-acdd-306d36ee37b2
target = phd_framework::test_vm
target_id = 17632e5c-eaa9-49cc-8713-7a971ddd4868
|
| 991 | 2026-08-19T22:52:57.464Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9002","from_start":7651}}
target = phd_framework::serial
|
| 992 | 2026-08-19T22:52:58.639Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 676
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = b05a9d61-6be6-4ecf-acdd-306d36ee37b2
target = phd_framework::test_vm
target_id = 17632e5c-eaa9-49cc-8713-7a971ddd4868
|
| 993 | 2026-08-19T22:52:58.639Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3652
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = b42e73cd-86d6-4b59-b8c7-e547a49da551
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = b05a9d61-6be6-4ecf-acdd-306d36ee37b2
target = phd_framework::test_vm
target_id = 17632e5c-eaa9-49cc-8713-7a971ddd4868
|
| 994 | 2026-08-19T22:52:58.640Z | INFO | phd-runner: [GET_SPEC - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 596
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_target
vm_id = 17632e5c-eaa9-49cc-8713-7a971ddd4868
|
| 995 | 2026-08-19T22:52:58.640Z | INFO | phd-runner: [GET_SPEC - EVENT] Sending instance spec get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 598
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_target
vm_id = 17632e5c-eaa9-49cc-8713-7a971ddd4868
|
| 996 | 2026-08-19T22:52:58.642Z | INFO | phd-runner: [GET_SPEC - END]
elapsed_milliseconds = 2
file = phd-tests/framework/src/test_vm/mod.rs
line = 596
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_target
vm_id = 17632e5c-eaa9-49cc-8713-7a971ddd4868
|
| 997 | 2026-08-19T22:52:58.642Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_target
vm_id = 17632e5c-eaa9-49cc-8713-7a971ddd4868
|
| 998 | 2026-08-19T22:52:58.642Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = b05a9d61-6be6-4ecf-acdd-306d36ee37b2
|
| 999 | 2026-08-19T22:52:58.642Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 1000 | 2026-08-19T22:52:58.642Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 8438
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1001 | 2026-08-19T22:52:58.643Z | INFO | phd-runner: test phd_tests::migrate::migration_ensures_instance_metadata ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 1002 | 2026-08-19T22:52:58.643Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1003 | 2026-08-19T22:52:58.643Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1195
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_target
vm_id = 17632e5c-eaa9-49cc-8713-7a971ddd4868
|
| 1004 | 2026-08-19T22:52:58.644Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::migrate::migration_ensures_instance_metadata
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = migration_ensures_instance_metadata_source
vm_id = b05a9d61-6be6-4ecf-acdd-306d36ee37b2
|
| 1005 | 2026-08-19T22:52:58.724Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 81
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = b05a9d61-6be6-4ecf-acdd-306d36ee37b2
|
| 1006 | 2026-08-19T22:52:58.724Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 8647
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = b05a9d61-6be6-4ecf-acdd-306d36ee37b2
|
| 1007 | 2026-08-19T22:52:58.726Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::migrate::migration_ensures_instance_metadata
self.address = 127.0.0.1:9002
target = phd_framework::test_vm::server
vm = migration_ensures_instance_metadata_target
vm_id = 17632e5c-eaa9-49cc-8713-7a971ddd4868
|
| 1008 | 2026-08-19T22:52:58.805Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::zfs
vm = migration_ensures_instance_metadata_target
vm_id = 17632e5c-eaa9-49cc-8713-7a971ddd4868
|
| 1009 | 2026-08-19T22:52:58.805Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-743e6d18-35c2-4a35-91db-126edbbcd6cf"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::zfs
verb = destroy
vm = migration_ensures_instance_metadata_target
vm_id = 17632e5c-eaa9-49cc-8713-7a971ddd4868
|
| 1010 | 2026-08-19T22:52:58.838Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::zfs
vm = migration_ensures_instance_metadata_target
vm_id = 17632e5c-eaa9-49cc-8713-7a971ddd4868
|
| 1011 | 2026-08-19T22:52:58.838Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2137966b-db6c-49c2-b70c-ccf0daa4630a"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::zfs
verb = destroy
vm = migration_ensures_instance_metadata_target
vm_id = 17632e5c-eaa9-49cc-8713-7a971ddd4868
|
| 1012 | 2026-08-19T22:52:58.856Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 213
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_target
vm_id = 17632e5c-eaa9-49cc-8713-7a971ddd4868
|
| 1013 | 2026-08-19T22:52:58.856Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 213
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1014 | 2026-08-19T22:52:58.856Z | INFO | phd-runner: Starting test phd_tests::migrate::vm_reaches_destroyed_after_migration_out
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 1015 | 2026-08-19T22:52:58.856Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 3992
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = b05a9d61-6be6-4ecf-acdd-306d36ee37b2
target = phd_framework::test_vm
target_id = 17632e5c-eaa9-49cc-8713-7a971ddd4868
vm = migration_ensures_instance_metadata_target
vm_id = 17632e5c-eaa9-49cc-8713-7a971ddd4868
|
| 1016 | 2026-08-19T22:52:58.856Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1017 | 2026-08-19T22:52:58.856Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1018 | 2026-08-19T22:52:58.856Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 3992
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = b05a9d61-6be6-4ecf-acdd-306d36ee37b2
target = phd_framework::test_vm
target_id = 17632e5c-eaa9-49cc-8713-7a971ddd4868
|
| 1019 | 2026-08-19T22:52:58.856Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 8899
file = phd-tests/tests/src/migrate.rs
line = 388
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_tests::migrate
|
| 1020 | 2026-08-19T22:52:58.856Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 433
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_tests::migrate
|
| 1021 | 2026-08-19T22:52:58.857Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 1022 | 2026-08-19T22:52:58.857Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1023 | 2026-08-19T22:52:58.857Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1024 | 2026-08-19T22:52:58.857Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::zfs
verb = list
|
| 1025 | 2026-08-19T22:52:58.869Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 51.5M 25.3T 49.0M /phd-artifacts\n
target = phd_framework::zfs
|
| 1026 | 2026-08-19T22:52:58.869Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-42fe1a3e-3bb5-479e-bb68-36093d19d098"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::zfs
verb = snapshot
|
| 1027 | 2026-08-19T22:52:58.886Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-42fe1a3e-3bb5-479e-bb68-36093d19d098", "phd-artifacts/phd-clone-fbfd575a-e860-4f19-9968-a2f183ee5e9b"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::zfs
verb = clone
|
| 1028 | 2026-08-19T22:52:58.905Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-fbfd575a-e860-4f19-9968-a2f183ee5e9b"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::zfs
verb = list
|
| 1029 | 2026-08-19T22:52:58.916Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-fbfd575a-e860-4f19-9968-a2f183ee5e9b 0B 25.3T 49.0M /phd-artifacts/phd-clone-fbfd575a-e860-4f19-9968-a2f183ee5e9b\n
target = phd_framework::zfs
|
| 1030 | 2026-08-19T22:52:58.916Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
|
| 1031 | 2026-08-19T22:52:58.916Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm_name = vm_reaches_destroyed_after_migration_out_source
|
| 1032 | 2026-08-19T22:52:58.917Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 1033 | 2026-08-19T22:52:58.917Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 1034 | 2026-08-19T22:52:58.917Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
stderr_path = "/tmp/propolis-phd/phd_tests::migrate::vm_reaches_destroyed_after_migration_out/vm_reaches_destroyed_after_migration_out_source.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::migrate::vm_reaches_destroyed_after_migration_out/vm_reaches_destroyed_after_migration_out_source.stdout.log"
target = phd_framework::log_config
|
| 1035 | 2026-08-19T22:52:58.932Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1004
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm::server
|
| 1036 | 2026-08-19T22:52:58.947Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 30
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
|
| 1037 | 2026-08-19T22:52:58.947Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
|
| 1038 | 2026-08-19T22:52:58.947Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm_name = vm_reaches_destroyed_after_migration_out_target
|
| 1039 | 2026-08-19T22:52:58.947Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 1040 | 2026-08-19T22:52:58.947Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 1041 | 2026-08-19T22:52:58.947Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
stderr_path = "/tmp/propolis-phd/phd_tests::migrate::vm_reaches_destroyed_after_migration_out/vm_reaches_destroyed_after_migration_out_target.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::migrate::vm_reaches_destroyed_after_migration_out/vm_reaches_destroyed_after_migration_out_target.stdout.log"
target = phd_framework::log_config
|
| 1042 | 2026-08-19T22:52:58.959Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1005
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm::server
|
| 1043 | 2026-08-19T22:52:58.974Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 26
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
|
| 1044 | 2026-08-19T22:52:58.974Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = 2c66b38c-bb43-41f6-afb5-94a8fac64292
|
| 1045 | 2026-08-19T22:52:59.097Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1046 | 2026-08-19T22:52:59.098Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 2c66b38c-bb43-41f6-afb5-94a8fac64292, name: "phd-vm-2c66b38c-bb43-41f6-afb5-94a8fac64292", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 34c59794-5698-43d3-84dc-273ac1ba8b69, project_id: 6753c495-a00f-4e65-a308-853306fbfec2, sled_id: 32c5c034-e66c-4f88-9cd7-aa2d1d98031d, sled_serial: "32c5c034-e66c-4f88-9cd7-aa2d1d98031d", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = 2c66b38c-bb43-41f6-afb5-94a8fac64292
|
| 1047 | 2026-08-19T22:52:59.098Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = 2c66b38c-bb43-41f6-afb5-94a8fac64292
|
| 1048 | 2026-08-19T22:52:59.098Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
state = Run
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = 2c66b38c-bb43-41f6-afb5-94a8fac64292
|
| 1049 | 2026-08-19T22:52:59.099Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = 2c66b38c-bb43-41f6-afb5-94a8fac64292
|
| 1050 | 2026-08-19T22:52:59.099Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
|
| 1051 | 2026-08-19T22:52:59.099Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
timeout_duration = 300s
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = 2c66b38c-bb43-41f6-afb5-94a8fac64292
|
| 1052 | 2026-08-19T22:52:59.099Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 1053 | 2026-08-19T22:52:59.099Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = 2c66b38c-bb43-41f6-afb5-94a8fac64292
|
| 1054 | 2026-08-19T22:52:59.099Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = 2c66b38c-bb43-41f6-afb5-94a8fac64292
|
| 1055 | 2026-08-19T22:53:03.607Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4508
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = 2c66b38c-bb43-41f6-afb5-94a8fac64292
|
| 1056 | 2026-08-19T22:53:03.608Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
step = WriteStr("root")
target = phd_framework::test_vm
|
| 1057 | 2026-08-19T22:53:03.608Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1058 | 2026-08-19T22:53:03.608Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = 2c66b38c-bb43-41f6-afb5-94a8fac64292
|
| 1059 | 2026-08-19T22:53:03.608Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = 2c66b38c-bb43-41f6-afb5-94a8fac64292
|
| 1060 | 2026-08-19T22:53:03.627Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 19
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = 2c66b38c-bb43-41f6-afb5-94a8fac64292
|
| 1061 | 2026-08-19T22:53:03.627Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 1062 | 2026-08-19T22:53:03.628Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1063 | 2026-08-19T22:53:03.628Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = 2c66b38c-bb43-41f6-afb5-94a8fac64292
|
| 1064 | 2026-08-19T22:53:03.628Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = 2c66b38c-bb43-41f6-afb5-94a8fac64292
|
| 1065 | 2026-08-19T22:53:03.661Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = 2c66b38c-bb43-41f6-afb5-94a8fac64292
|
| 1066 | 2026-08-19T22:53:03.661Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
|
| 1067 | 2026-08-19T22:53:03.661Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4561
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
|
| 1068 | 2026-08-19T22:53:03.661Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
source = vm_reaches_destroyed_after_migration_out_source
source_id = 2c66b38c-bb43-41f6-afb5-94a8fac64292
target = phd_framework::test_vm
target_id = 6bbda1d5-8b91-4590-a812-5ef83dc0681c
|
| 1069 | 2026-08-19T22:53:03.661Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9000
file = phd-tests/framework/src/test_vm/mod.rs
line = 642
migration_id = 633e9712-fc1d-4ddb-8dee-faef98d16328
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
source = vm_reaches_destroyed_after_migration_out_source
source_id = 2c66b38c-bb43-41f6-afb5-94a8fac64292
target = phd_framework::test_vm
target_id = 6bbda1d5-8b91-4590-a812-5ef83dc0681c
timeout_duration = 45s
|
| 1070 | 2026-08-19T22:53:03.661Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
source = vm_reaches_destroyed_after_migration_out_source
source_id = 2c66b38c-bb43-41f6-afb5-94a8fac64292
target = phd_framework::test_vm
target_id = 6bbda1d5-8b91-4590-a812-5ef83dc0681c
vm = vm_reaches_destroyed_after_migration_out_target
vm_id = 6bbda1d5-8b91-4590-a812-5ef83dc0681c
|
| 1071 | 2026-08-19T22:53:03.785Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 6bbda1d5-8b91-4590-a812-5ef83dc0681c, name: "phd-vm-6bbda1d5-8b91-4590-a812-5ef83dc0681c", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 34c59794-5698-43d3-84dc-273ac1ba8b69, project_id: 6753c495-a00f-4e65-a308-853306fbfec2, sled_id: 77d310f6-2d7e-49fe-99ed-3948ec983cd3, sled_serial: "77d310f6-2d7e-49fe-99ed-3948ec983cd3", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 514
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
source = vm_reaches_destroyed_after_migration_out_source
source_id = 2c66b38c-bb43-41f6-afb5-94a8fac64292
target = phd_framework::test_vm
target_id = 6bbda1d5-8b91-4590-a812-5ef83dc0681c
vm = vm_reaches_destroyed_after_migration_out_target
vm_id = 6bbda1d5-8b91-4590-a812-5ef83dc0681c
|
| 1072 | 2026-08-19T22:53:03.786Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = 633e9712-fc1d-4ddb-8dee-faef98d16328
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
source = vm_reaches_destroyed_after_migration_out_source
source_id = 2c66b38c-bb43-41f6-afb5-94a8fac64292
target = phd_framework::test_vm
target_id = 6bbda1d5-8b91-4590-a812-5ef83dc0681c
|
| 1073 | 2026-08-19T22:53:06.272Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9002","from_start":7651}}
target = phd_framework::serial
|
| 1074 | 2026-08-19T22:53:07.897Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 676
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
source = vm_reaches_destroyed_after_migration_out_source
source_id = 2c66b38c-bb43-41f6-afb5-94a8fac64292
target = phd_framework::test_vm
target_id = 6bbda1d5-8b91-4590-a812-5ef83dc0681c
|
| 1075 | 2026-08-19T22:53:07.897Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 4111
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = 633e9712-fc1d-4ddb-8dee-faef98d16328
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
source = vm_reaches_destroyed_after_migration_out_source
source_id = 2c66b38c-bb43-41f6-afb5-94a8fac64292
target = phd_framework::test_vm
target_id = 6bbda1d5-8b91-4590-a812-5ef83dc0681c
|
| 1076 | 2026-08-19T22:53:07.898Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 788
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = 2c66b38c-bb43-41f6-afb5-94a8fac64292
|
| 1077 | 2026-08-19T22:53:07.898Z | INFO | phd-runner: [WAIT_FOR_STATE - EVENT] Waiting 60s for server to reach state Destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 794
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = 2c66b38c-bb43-41f6-afb5-94a8fac64292
|
| 1078 | 2026-08-19T22:53:07.898Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = 2c66b38c-bb43-41f6-afb5-94a8fac64292
|
| 1079 | 2026-08-19T22:53:07.898Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 587
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = 2c66b38c-bb43-41f6-afb5-94a8fac64292
|
| 1080 | 2026-08-19T22:53:07.899Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = 2c66b38c-bb43-41f6-afb5-94a8fac64292
|
| 1081 | 2026-08-19T22:53:07.900Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 788
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = 2c66b38c-bb43-41f6-afb5-94a8fac64292
|
| 1082 | 2026-08-19T22:53:07.900Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_target
vm_id = 6bbda1d5-8b91-4590-a812-5ef83dc0681c
|
| 1083 | 2026-08-19T22:53:07.900Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = 2c66b38c-bb43-41f6-afb5-94a8fac64292
|
| 1084 | 2026-08-19T22:53:07.900Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 1085 | 2026-08-19T22:53:07.900Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 8802
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1086 | 2026-08-19T22:53:07.900Z | INFO | phd-runner: test phd_tests::migrate::vm_reaches_destroyed_after_migration_out ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 1087 | 2026-08-19T22:53:07.900Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1088 | 2026-08-19T22:53:07.901Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = 2c66b38c-bb43-41f6-afb5-94a8fac64292
|
| 1089 | 2026-08-19T22:53:07.981Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 81
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = 2c66b38c-bb43-41f6-afb5-94a8fac64292
|
| 1090 | 2026-08-19T22:53:07.981Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 9006
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = 2c66b38c-bb43-41f6-afb5-94a8fac64292
|
| 1091 | 2026-08-19T22:53:07.982Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1195
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_target
vm_id = 6bbda1d5-8b91-4590-a812-5ef83dc0681c
|
| 1092 | 2026-08-19T22:53:08.414Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
self.address = 127.0.0.1:9002
target = phd_framework::test_vm::server
vm = vm_reaches_destroyed_after_migration_out_target
vm_id = 6bbda1d5-8b91-4590-a812-5ef83dc0681c
|
| 1093 | 2026-08-19T22:53:08.494Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::zfs
vm = vm_reaches_destroyed_after_migration_out_target
vm_id = 6bbda1d5-8b91-4590-a812-5ef83dc0681c
|
| 1094 | 2026-08-19T22:53:08.494Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-fbfd575a-e860-4f19-9968-a2f183ee5e9b"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::zfs
verb = destroy
vm = vm_reaches_destroyed_after_migration_out_target
vm_id = 6bbda1d5-8b91-4590-a812-5ef83dc0681c
|
| 1095 | 2026-08-19T22:53:08.520Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::zfs
vm = vm_reaches_destroyed_after_migration_out_target
vm_id = 6bbda1d5-8b91-4590-a812-5ef83dc0681c
|
| 1096 | 2026-08-19T22:53:08.520Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-42fe1a3e-3bb5-479e-bb68-36093d19d098"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::zfs
verb = destroy
vm = vm_reaches_destroyed_after_migration_out_target
vm_id = 6bbda1d5-8b91-4590-a812-5ef83dc0681c
|
| 1097 | 2026-08-19T22:53:08.540Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 639
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_target
vm_id = 6bbda1d5-8b91-4590-a812-5ef83dc0681c
|
| 1098 | 2026-08-19T22:53:08.540Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 4878
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
source = vm_reaches_destroyed_after_migration_out_source
source_id = 2c66b38c-bb43-41f6-afb5-94a8fac64292
target = phd_framework::test_vm
target_id = 6bbda1d5-8b91-4590-a812-5ef83dc0681c
vm = vm_reaches_destroyed_after_migration_out_target
vm_id = 6bbda1d5-8b91-4590-a812-5ef83dc0681c
|
| 1099 | 2026-08-19T22:53:08.540Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 639
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1100 | 2026-08-19T22:53:08.540Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 4879
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
source = vm_reaches_destroyed_after_migration_out_source
source_id = 2c66b38c-bb43-41f6-afb5-94a8fac64292
target = phd_framework::test_vm
target_id = 6bbda1d5-8b91-4590-a812-5ef83dc0681c
|
| 1101 | 2026-08-19T22:53:08.540Z | INFO | phd-runner: Starting test phd_tests::cpuid::cpuid_boot_test
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 1102 | 2026-08-19T22:53:08.540Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 9683
file = phd-tests/tests/src/migrate.rs
line = 433
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_tests::migrate
|
| 1103 | 2026-08-19T22:53:08.540Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1104 | 2026-08-19T22:53:08.540Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1105 | 2026-08-19T22:53:08.541Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/cpuid.rs
line = 140
path = phd_tests::cpuid::cpuid_boot_test
target = phd_tests::cpuid
|
| 1106 | 2026-08-19T22:53:08.544Z | INFO | phd-runner: [TEST - EVENT] read bhyve default CPUID
file = phd-tests/tests/src/cpuid.rs
host_cpuid = CpuidSet { map: CpuidMap({0: Absent(CpuidValues { eax: 16, ebx: 1752462657, ecx: 1145913699, edx: 1769238117 }), 1: Absent(CpuidValues { eax: 10489617, ebx: 67584, ecx: 4275712515, edx: 395049983 }), 2: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 3: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 5: Absent(CpuidValues { eax: 64, ebx: 64, ecx: 3, edx: 17 }), 6: Absent(CpuidValues { eax: 4, ebx: 0, ecx: 0, edx: 0 }), 7: Present({0: CpuidValues { eax: 0, ebx: 537920425, ecx: 1536, edx: 0 }}), 8: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 9: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 10: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 11: Present({0: CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }, 1: CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }}), 12: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 13: Present({0: CpuidValues { eax: 7, ebx: 832, ecx: 832, edx: 0 }, 1: CpuidValues { eax: 1, ebx: 0, ecx: 0, edx: 0 }, 2: CpuidValues { eax: 256, ebx: 576, ecx: 0, edx: 0 }}), 14: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 15: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 16: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483648: Absent(CpuidValues { eax: 2147483683, ebx: 1752462657, ecx: 1145913699, edx: 1769238117 }), 2147483649: Absent(CpuidValues { eax: 10489617, ebx: 1073741824, ecx: 1145057787, edx: 634649599 }), 2147483650: Absent(CpuidValues { eax: 541347137, ebx: 1129926725, ecx: 825702176, edx: 908087347 }), 2147483651: Absent(CpuidValues { eax: 1866673460, ebx: 1344300402, ecx: 1701015410, edx: 1919906675 }), 2147483652: Absent(CpuidValues { eax: 538976288, ebx: 538976288, ecx: 538976288, edx: 2105376 }), 2147483653: Absent(CpuidValues { eax: 4282449728, ebx: 4282449728, ecx: 537395520, edx: 537395520 }), 2147483654: Absent(CpuidValues { eax: 1207968256, ebx: 1744847360, ecx: 33579328, edx: 134254912 }), 2147483655: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 256 }), 2147483656: Absent(CpuidValues { eax: 12336, ebx: 7, ecx: 0, edx: 65543 }), 2147483657: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483658: Absent(CpuidValues { eax: 1, ebx: 32768, ecx: 0, edx: 295419135 }), 2147483659: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483660: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483661: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483662: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483663: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483664: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483665: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483666: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483667: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483668: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483669: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483670: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483671: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483672: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483673: Absent(CpuidValues { eax: 4030787648, ebx: 4030726144, ecx: 0, edx: 0 }), 2147483674: Absent(CpuidValues { eax: 6, ebx: 0, ecx: 0, edx: 0 }), 2147483675: Absent(CpuidValues { eax: 1023, ebx: 0, ecx: 0, edx: 0 }), 2147483676: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483677: Present({0: CpuidValues { eax: 289, ebx: 63, ecx: 0, edx: 0 }, 1: CpuidValues { eax: 323, ebx: 63, ecx: 0, edx: 0 }, 2: CpuidValues { eax: 355, ebx: 63, ecx: 0, edx: 0 }}), 2147483678: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483679: Absent(CpuidValues { eax: 16907583, ebx: 16755, ecx: 509, edx: 1 }), 2147483680: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483681: Absent(CpuidValues { eax: 8269, ebx: 0, ecx: 0, edx: 0 }), 2147483682: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483683: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 })}), vendor: Amd }
line = 115
path = phd_tests::cpuid::cpuid_boot_test
target = phd_tests::cpuid
|
| 1107 | 2026-08-19T22:53:08.545Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 1108 | 2026-08-19T22:53:08.545Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1109 | 2026-08-19T22:53:08.545Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1110 | 2026-08-19T22:53:08.545Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::zfs
verb = list
|
| 1111 | 2026-08-19T22:53:08.557Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::cpuid::cpuid_boot_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 51.1M 25.3T 49.0M /phd-artifacts\n
target = phd_framework::zfs
|
| 1112 | 2026-08-19T22:53:08.557Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-0e3867fb-dcdd-4850-9913-9ac7c358ebb3"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::zfs
verb = snapshot
|
| 1113 | 2026-08-19T22:53:08.574Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-0e3867fb-dcdd-4850-9913-9ac7c358ebb3", "phd-artifacts/phd-clone-94b800bc-a26d-4593-9c35-f7a17cc2554e"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::zfs
verb = clone
|
| 1114 | 2026-08-19T22:53:08.593Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-94b800bc-a26d-4593-9c35-f7a17cc2554e"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::zfs
verb = list
|
| 1115 | 2026-08-19T22:53:08.604Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::cpuid::cpuid_boot_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-94b800bc-a26d-4593-9c35-f7a17cc2554e 0B 25.3T 49.0M /phd-artifacts/phd-clone-94b800bc-a26d-4593-9c35-f7a17cc2554e\n
target = phd_framework::zfs
|
| 1116 | 2026-08-19T22:53:08.605Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
|
| 1117 | 2026-08-19T22:53:08.605Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm_name = cpuid_boot_test
|
| 1118 | 2026-08-19T22:53:08.605Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 1119 | 2026-08-19T22:53:08.605Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::cpuid::cpuid_boot_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 1120 | 2026-08-19T22:53:08.605Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::cpuid::cpuid_boot_test
stderr_path = "/tmp/propolis-phd/phd_tests::cpuid::cpuid_boot_test/cpuid_boot_test.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::cpuid::cpuid_boot_test/cpuid_boot_test.stdout.log"
target = phd_framework::log_config
|
| 1121 | 2026-08-19T22:53:08.619Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1014
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm::server
|
| 1122 | 2026-08-19T22:53:08.634Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 29
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
|
| 1123 | 2026-08-19T22:53:08.634Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9ca07e01-742f-4588-95d2-df780787a35b
|
| 1124 | 2026-08-19T22:53:08.636Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9ca07e01-742f-4588-95d2-df780787a35b
|
| 1125 | 2026-08-19T22:53:09.259Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1126 | 2026-08-19T22:53:09.260Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 9ca07e01-742f-4588-95d2-df780787a35b, name: "phd-vm-9ca07e01-742f-4588-95d2-df780787a35b", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 508fefbc-da2e-4792-9a3e-00de061cff77, project_id: d9a12bb5-defc-4215-b381-5f7c4ad08eab, sled_id: d6953293-4d7c-4092-8dc3-f71c2fdaff40, sled_serial: "d6953293-4d7c-4092-8dc3-f71c2fdaff40", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9ca07e01-742f-4588-95d2-df780787a35b
|
| 1127 | 2026-08-19T22:53:09.260Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9ca07e01-742f-4588-95d2-df780787a35b
|
| 1128 | 2026-08-19T22:53:09.260Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::cpuid::cpuid_boot_test
state = Run
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9ca07e01-742f-4588-95d2-df780787a35b
|
| 1129 | 2026-08-19T22:53:09.261Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9ca07e01-742f-4588-95d2-df780787a35b
|
| 1130 | 2026-08-19T22:53:09.261Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
|
| 1131 | 2026-08-19T22:53:09.261Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = cpuid_boot_test
vm_id = 9ca07e01-742f-4588-95d2-df780787a35b
|
| 1132 | 2026-08-19T22:53:09.261Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::cpuid::cpuid_boot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 1133 | 2026-08-19T22:53:09.261Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9ca07e01-742f-4588-95d2-df780787a35b
|
| 1134 | 2026-08-19T22:53:09.261Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = cpuid_boot_test
vm_id = 9ca07e01-742f-4588-95d2-df780787a35b
|
| 1135 | 2026-08-19T22:53:13.800Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4538
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9ca07e01-742f-4588-95d2-df780787a35b
|
| 1136 | 2026-08-19T22:53:13.800Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::cpuid::cpuid_boot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 1137 | 2026-08-19T22:53:13.800Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::cpuid::cpuid_boot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1138 | 2026-08-19T22:53:13.800Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9ca07e01-742f-4588-95d2-df780787a35b
|
| 1139 | 2026-08-19T22:53:13.800Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = cpuid_boot_test
vm_id = 9ca07e01-742f-4588-95d2-df780787a35b
|
| 1140 | 2026-08-19T22:53:13.819Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9ca07e01-742f-4588-95d2-df780787a35b
|
| 1141 | 2026-08-19T22:53:13.820Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::cpuid::cpuid_boot_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 1142 | 2026-08-19T22:53:13.820Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::cpuid::cpuid_boot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1143 | 2026-08-19T22:53:13.820Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9ca07e01-742f-4588-95d2-df780787a35b
|
| 1144 | 2026-08-19T22:53:13.820Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = cpuid_boot_test
vm_id = 9ca07e01-742f-4588-95d2-df780787a35b
|
| 1145 | 2026-08-19T22:53:13.852Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9ca07e01-742f-4588-95d2-df780787a35b
|
| 1146 | 2026-08-19T22:53:13.852Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
|
| 1147 | 2026-08-19T22:53:13.852Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4591
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
|
| 1148 | 2026-08-19T22:53:13.853Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9ca07e01-742f-4588-95d2-df780787a35b
|
| 1149 | 2026-08-19T22:53:13.853Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = cpuid_boot_test
vm_id = 9ca07e01-742f-4588-95d2-df780787a35b
|
| 1150 | 2026-08-19T22:53:13.863Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9ca07e01-742f-4588-95d2-df780787a35b
|
| 1151 | 2026-08-19T22:53:13.863Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9ca07e01-742f-4588-95d2-df780787a35b
|
| 1152 | 2026-08-19T22:53:13.863Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = cpuid_boot_test
vm_id = 9ca07e01-742f-4588-95d2-df780787a35b
|
| 1153 | 2026-08-19T22:53:14.008Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 144
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9ca07e01-742f-4588-95d2-df780787a35b
|
| 1154 | 2026-08-19T22:53:14.009Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9ca07e01-742f-4588-95d2-df780787a35b
|
| 1155 | 2026-08-19T22:53:14.009Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = cpuid_boot_test
vm_id = 9ca07e01-742f-4588-95d2-df780787a35b
|
| 1156 | 2026-08-19T22:53:14.019Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9ca07e01-742f-4588-95d2-df780787a35b
|
| 1157 | 2026-08-19T22:53:14.020Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9ca07e01-742f-4588-95d2-df780787a35b
|
| 1158 | 2026-08-19T22:53:14.020Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = cpuid_boot_test
vm_id = 9ca07e01-742f-4588-95d2-df780787a35b
|
| 1159 | 2026-08-19T22:53:14.053Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9ca07e01-742f-4588-95d2-df780787a35b
|
| 1160 | 2026-08-19T22:53:14.053Z | INFO | phd-runner: [TEST - EVENT] /proc/cpuinfo output
cpuinfo = processor: 0\nvendor_id: AuthenticAMD\ncpu family: 25\nmodel: 1\nmodel name: Oxide Cloud Computer Company Cloud Computer\nstepping: 1\ncpu MHz: 1996.237\ncache size: 512 KB\nphysical id: 0\nsiblings: 1\ncore id: 0\ncpu cores: 1\napicid: 0\ninitial apicid: 0\nfpu: yes\nfpu_exception: yes\ncpuid level: 16\nwp: yes\nflags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext pdpe1gb lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch skinit wdt bpext vmmcall fsgsbase bmi1 avx2 smep bmi2 erms sha_ni xsaveopt clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl vaes vpclmulqdq\nbugs: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass\nbogomips: 3992.47\nTLB size: 2560 4K pages\nclflush size: 64\ncache_alignment: 64\naddress sizes: 48 bits physical, 48 bits virtual\npower management:\n\nprocessor: 1\nvendor_id: AuthenticAMD\ncpu family: 25\nmodel: 1\nmodel name: Oxide Cloud Computer Company Cloud Computer\nstepping: 1\ncpu MHz: 1996.237\ncache size: 512 KB\nphysical id: 1\nsiblings: 1\ncore id: 0\ncpu cores: 1\napicid: 1\ninitial apicid: 1\nfpu: yes\nfpu_exception: yes\ncpuid level: 16\nwp: yes\nflags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext pdpe1gb lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch skinit wdt bpext vmmcall fsgsbase bmi1 avx2 smep bmi2 erms sha_ni xsaveopt clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl vaes vpclmulqdq\nbugs: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass\nbogomips: 3993.81\nTLB size: 2560 4K pages\nclflush size: 64\ncache_alignment: 64\naddress sizes: 48 bits physical, 48 bits virtual\npower management:
file = phd-tests/tests/src/cpuid.rs
line = 97
path = phd_tests::cpuid::cpuid_boot_test
target = phd_tests::cpuid
|
| 1161 | 2026-08-19T22:53:14.054Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9ca07e01-742f-4588-95d2-df780787a35b
|
| 1162 | 2026-08-19T22:53:14.054Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 1163 | 2026-08-19T22:53:14.054Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4795
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1164 | 2026-08-19T22:53:14.055Z | INFO | phd-runner: test phd_tests::cpuid::cpuid_boot_test ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 1165 | 2026-08-19T22:53:14.055Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1166 | 2026-08-19T22:53:14.056Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1195
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9ca07e01-742f-4588-95d2-df780787a35b
|
| 1167 | 2026-08-19T22:53:14.615Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::cpuid::cpuid_boot_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = cpuid_boot_test
vm_id = 9ca07e01-742f-4588-95d2-df780787a35b
|
| 1168 | 2026-08-19T22:53:14.696Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::zfs
vm = cpuid_boot_test
vm_id = 9ca07e01-742f-4588-95d2-df780787a35b
|
| 1169 | 2026-08-19T22:53:14.696Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-94b800bc-a26d-4593-9c35-f7a17cc2554e"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::zfs
verb = destroy
vm = cpuid_boot_test
vm_id = 9ca07e01-742f-4588-95d2-df780787a35b
|
| 1170 | 2026-08-19T22:53:14.724Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::zfs
vm = cpuid_boot_test
vm_id = 9ca07e01-742f-4588-95d2-df780787a35b
|
| 1171 | 2026-08-19T22:53:14.724Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-0e3867fb-dcdd-4850-9913-9ac7c358ebb3"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::zfs
verb = destroy
vm = cpuid_boot_test
vm_id = 9ca07e01-742f-4588-95d2-df780787a35b
|
| 1172 | 2026-08-19T22:53:14.744Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 689
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9ca07e01-742f-4588-95d2-df780787a35b
|
| 1173 | 2026-08-19T22:53:14.744Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6109
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9ca07e01-742f-4588-95d2-df780787a35b
|
| 1174 | 2026-08-19T22:53:14.744Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 689
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1175 | 2026-08-19T22:53:14.744Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 6202
file = phd-tests/tests/src/cpuid.rs
line = 140
path = phd_tests::cpuid::cpuid_boot_test
target = phd_tests::cpuid
|
| 1176 | 2026-08-19T22:53:14.744Z | INFO | phd-runner: Starting test phd_tests::cpuid::guest_cpu_topo_test
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 1177 | 2026-08-19T22:53:14.744Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1178 | 2026-08-19T22:53:14.744Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1179 | 2026-08-19T22:53:14.744Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/cpuid.rs
line = 337
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_tests::cpuid
|
| 1180 | 2026-08-19T22:53:14.747Z | INFO | phd-runner: [TEST - EVENT] read bhyve default CPUID
file = phd-tests/tests/src/cpuid.rs
host_cpuid = CpuidSet { map: CpuidMap({0: Absent(CpuidValues { eax: 16, ebx: 1752462657, ecx: 1145913699, edx: 1769238117 }), 1: Absent(CpuidValues { eax: 10489617, ebx: 67584, ecx: 4275712515, edx: 395049983 }), 2: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 3: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 5: Absent(CpuidValues { eax: 64, ebx: 64, ecx: 3, edx: 17 }), 6: Absent(CpuidValues { eax: 4, ebx: 0, ecx: 0, edx: 0 }), 7: Present({0: CpuidValues { eax: 0, ebx: 537920425, ecx: 1536, edx: 0 }}), 8: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 9: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 10: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 11: Present({0: CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }, 1: CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }}), 12: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 13: Present({0: CpuidValues { eax: 7, ebx: 832, ecx: 832, edx: 0 }, 1: CpuidValues { eax: 1, ebx: 0, ecx: 0, edx: 0 }, 2: CpuidValues { eax: 256, ebx: 576, ecx: 0, edx: 0 }}), 14: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 15: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 16: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483648: Absent(CpuidValues { eax: 2147483683, ebx: 1752462657, ecx: 1145913699, edx: 1769238117 }), 2147483649: Absent(CpuidValues { eax: 10489617, ebx: 1073741824, ecx: 1145057787, edx: 634649599 }), 2147483650: Absent(CpuidValues { eax: 541347137, ebx: 1129926725, ecx: 825702176, edx: 908087347 }), 2147483651: Absent(CpuidValues { eax: 1866673460, ebx: 1344300402, ecx: 1701015410, edx: 1919906675 }), 2147483652: Absent(CpuidValues { eax: 538976288, ebx: 538976288, ecx: 538976288, edx: 2105376 }), 2147483653: Absent(CpuidValues { eax: 4282449728, ebx: 4282449728, ecx: 537395520, edx: 537395520 }), 2147483654: Absent(CpuidValues { eax: 1207968256, ebx: 1744847360, ecx: 33579328, edx: 134254912 }), 2147483655: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 256 }), 2147483656: Absent(CpuidValues { eax: 12336, ebx: 7, ecx: 0, edx: 65543 }), 2147483657: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483658: Absent(CpuidValues { eax: 1, ebx: 32768, ecx: 0, edx: 295419135 }), 2147483659: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483660: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483661: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483662: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483663: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483664: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483665: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483666: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483667: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483668: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483669: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483670: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483671: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483672: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483673: Absent(CpuidValues { eax: 4030787648, ebx: 4030726144, ecx: 0, edx: 0 }), 2147483674: Absent(CpuidValues { eax: 6, ebx: 0, ecx: 0, edx: 0 }), 2147483675: Absent(CpuidValues { eax: 1023, ebx: 0, ecx: 0, edx: 0 }), 2147483676: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483677: Present({0: CpuidValues { eax: 289, ebx: 63, ecx: 0, edx: 0 }, 1: CpuidValues { eax: 323, ebx: 63, ecx: 0, edx: 0 }, 2: CpuidValues { eax: 355, ebx: 63, ecx: 0, edx: 0 }}), 2147483678: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483679: Absent(CpuidValues { eax: 16907583, ebx: 16755, ecx: 509, edx: 1 }), 2147483680: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483681: Absent(CpuidValues { eax: 8269, ebx: 0, ecx: 0, edx: 0 }), 2147483682: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483683: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 })}), vendor: Amd }
line = 115
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_tests::cpuid
|
| 1181 | 2026-08-19T22:53:14.747Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 1182 | 2026-08-19T22:53:14.747Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1183 | 2026-08-19T22:53:14.747Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1184 | 2026-08-19T22:53:14.747Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::zfs
verb = list
|
| 1185 | 2026-08-19T22:53:14.759Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::cpuid::guest_cpu_topo_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 51.1M 25.3T 49.0M /phd-artifacts\n
target = phd_framework::zfs
|
| 1186 | 2026-08-19T22:53:14.759Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-9b6e5322-c8be-45ee-8200-b1ca542ddab5"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::zfs
verb = snapshot
|
| 1187 | 2026-08-19T22:53:14.775Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-9b6e5322-c8be-45ee-8200-b1ca542ddab5", "phd-artifacts/phd-clone-8cfca515-3300-4ddf-95b6-6e3ba419c26c"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::zfs
verb = clone
|
| 1188 | 2026-08-19T22:53:14.794Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-8cfca515-3300-4ddf-95b6-6e3ba419c26c"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::zfs
verb = list
|
| 1189 | 2026-08-19T22:53:14.805Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::cpuid::guest_cpu_topo_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-8cfca515-3300-4ddf-95b6-6e3ba419c26c 0B 25.3T 49.0M /phd-artifacts/phd-clone-8cfca515-3300-4ddf-95b6-6e3ba419c26c\n
target = phd_framework::zfs
|
| 1190 | 2026-08-19T22:53:14.806Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
|
| 1191 | 2026-08-19T22:53:14.806Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm_name = guest_cpu_topo_test
|
| 1192 | 2026-08-19T22:53:14.806Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 1193 | 2026-08-19T22:53:14.806Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::cpuid::guest_cpu_topo_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 1194 | 2026-08-19T22:53:14.806Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::cpuid::guest_cpu_topo_test
stderr_path = "/tmp/propolis-phd/phd_tests::cpuid::guest_cpu_topo_test/guest_cpu_topo_test.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::cpuid::guest_cpu_topo_test/guest_cpu_topo_test.stdout.log"
target = phd_framework::log_config
|
| 1195 | 2026-08-19T22:53:14.821Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1022
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm::server
|
| 1196 | 2026-08-19T22:53:14.836Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 30
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
|
| 1197 | 2026-08-19T22:53:14.836Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1198 | 2026-08-19T22:53:14.837Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1199 | 2026-08-19T22:53:15.276Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1200 | 2026-08-19T22:53:15.277Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 1a259c97-697e-49b5-8fca-8f03961460d9, name: "phd-vm-1a259c97-697e-49b5-8fca-8f03961460d9", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 24763a8a-8a53-4545-85af-607529b4023e, project_id: 7137b9a3-ac0b-4544-b7cb-e1c478954174, sled_id: 11d46ac9-e78c-44c4-8d7e-47292d1b572e, sled_serial: "11d46ac9-e78c-44c4-8d7e-47292d1b572e", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1201 | 2026-08-19T22:53:15.277Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1202 | 2026-08-19T22:53:15.277Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::cpuid::guest_cpu_topo_test
state = Run
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1203 | 2026-08-19T22:53:15.278Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1204 | 2026-08-19T22:53:15.278Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
|
| 1205 | 2026-08-19T22:53:15.278Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1206 | 2026-08-19T22:53:15.278Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::cpuid::guest_cpu_topo_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 1207 | 2026-08-19T22:53:15.278Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1208 | 2026-08-19T22:53:15.278Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1209 | 2026-08-19T22:53:19.777Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4498
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1210 | 2026-08-19T22:53:19.777Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::cpuid::guest_cpu_topo_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 1211 | 2026-08-19T22:53:19.777Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::cpuid::guest_cpu_topo_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1212 | 2026-08-19T22:53:19.777Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1213 | 2026-08-19T22:53:19.777Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1214 | 2026-08-19T22:53:19.795Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1215 | 2026-08-19T22:53:19.796Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::cpuid::guest_cpu_topo_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 1216 | 2026-08-19T22:53:19.796Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::cpuid::guest_cpu_topo_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1217 | 2026-08-19T22:53:19.796Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1218 | 2026-08-19T22:53:19.796Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1219 | 2026-08-19T22:53:19.828Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1220 | 2026-08-19T22:53:19.828Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
|
| 1221 | 2026-08-19T22:53:19.828Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4549
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
|
| 1222 | 2026-08-19T22:53:19.829Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1223 | 2026-08-19T22:53:19.829Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1224 | 2026-08-19T22:53:19.851Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1225 | 2026-08-19T22:53:19.851Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1226 | 2026-08-19T22:53:19.851Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1227 | 2026-08-19T22:53:19.896Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 45
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1228 | 2026-08-19T22:53:19.897Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1229 | 2026-08-19T22:53:19.897Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1230 | 2026-08-19T22:53:19.907Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1231 | 2026-08-19T22:53:19.907Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1232 | 2026-08-19T22:53:19.907Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1233 | 2026-08-19T22:53:19.940Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1234 | 2026-08-19T22:53:19.940Z | INFO | phd-runner: [GET_SPEC - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 596
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1235 | 2026-08-19T22:53:19.941Z | INFO | phd-runner: [GET_SPEC - EVENT] Sending instance spec get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 598
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1236 | 2026-08-19T22:53:19.943Z | INFO | phd-runner: [GET_SPEC - END]
elapsed_milliseconds = 2
file = phd-tests/framework/src/test_vm/mod.rs
line = 596
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1237 | 2026-08-19T22:53:19.943Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1238 | 2026-08-19T22:53:19.943Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1239 | 2026-08-19T22:53:19.962Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1240 | 2026-08-19T22:53:19.962Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1241 | 2026-08-19T22:53:19.962Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1242 | 2026-08-19T22:53:19.996Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1243 | 2026-08-19T22:53:19.996Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1244 | 2026-08-19T22:53:19.996Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1245 | 2026-08-19T22:53:20.018Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1246 | 2026-08-19T22:53:20.018Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1247 | 2026-08-19T22:53:20.018Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1248 | 2026-08-19T22:53:20.052Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1249 | 2026-08-19T22:53:20.052Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1250 | 2026-08-19T22:53:20.052Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1251 | 2026-08-19T22:53:20.063Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1252 | 2026-08-19T22:53:20.063Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1253 | 2026-08-19T22:53:20.063Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1254 | 2026-08-19T22:53:20.096Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1255 | 2026-08-19T22:53:20.096Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1256 | 2026-08-19T22:53:20.096Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 1257 | 2026-08-19T22:53:20.097Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4820
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1258 | 2026-08-19T22:53:20.097Z | INFO | phd-runner: test phd_tests::cpuid::guest_cpu_topo_test ... skipped: guest topo test is Intel-only for the moment
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 1259 | 2026-08-19T22:53:20.097Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1260 | 2026-08-19T22:53:20.098Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1195
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1261 | 2026-08-19T22:53:20.432Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::cpuid::guest_cpu_topo_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1262 | 2026-08-19T22:53:20.513Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::zfs
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1263 | 2026-08-19T22:53:20.513Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-8cfca515-3300-4ddf-95b6-6e3ba419c26c"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::zfs
verb = destroy
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1264 | 2026-08-19T22:53:20.539Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::zfs
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1265 | 2026-08-19T22:53:20.539Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-9b6e5322-c8be-45ee-8200-b1ca542ddab5"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::zfs
verb = destroy
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1266 | 2026-08-19T22:53:20.557Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 460
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1267 | 2026-08-19T22:53:20.557Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 460
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1268 | 2026-08-19T22:53:20.557Z | INFO | phd-runner: Starting test phd_tests::cpuid::cpuid_migrate_smoke_test
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 1269 | 2026-08-19T22:53:20.557Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5721
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 1a259c97-697e-49b5-8fca-8f03961460d9
|
| 1270 | 2026-08-19T22:53:20.557Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1271 | 2026-08-19T22:53:20.557Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 5812
file = phd-tests/tests/src/cpuid.rs
line = 337
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_tests::cpuid
|
| 1272 | 2026-08-19T22:53:20.558Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1273 | 2026-08-19T22:53:20.558Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/cpuid.rs
line = 146
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_tests::cpuid
|
| 1274 | 2026-08-19T22:53:20.560Z | INFO | phd-runner: [TEST - EVENT] read bhyve default CPUID
file = phd-tests/tests/src/cpuid.rs
host_cpuid = CpuidSet { map: CpuidMap({0: Absent(CpuidValues { eax: 16, ebx: 1752462657, ecx: 1145913699, edx: 1769238117 }), 1: Absent(CpuidValues { eax: 10489617, ebx: 67584, ecx: 4275712515, edx: 395049983 }), 2: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 3: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 5: Absent(CpuidValues { eax: 64, ebx: 64, ecx: 3, edx: 17 }), 6: Absent(CpuidValues { eax: 4, ebx: 0, ecx: 0, edx: 0 }), 7: Present({0: CpuidValues { eax: 0, ebx: 537920425, ecx: 1536, edx: 0 }}), 8: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 9: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 10: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 11: Present({0: CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }, 1: CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }}), 12: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 13: Present({0: CpuidValues { eax: 7, ebx: 832, ecx: 832, edx: 0 }, 1: CpuidValues { eax: 1, ebx: 0, ecx: 0, edx: 0 }, 2: CpuidValues { eax: 256, ebx: 576, ecx: 0, edx: 0 }}), 14: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 15: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 16: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483648: Absent(CpuidValues { eax: 2147483683, ebx: 1752462657, ecx: 1145913699, edx: 1769238117 }), 2147483649: Absent(CpuidValues { eax: 10489617, ebx: 1073741824, ecx: 1145057787, edx: 634649599 }), 2147483650: Absent(CpuidValues { eax: 541347137, ebx: 1129926725, ecx: 825702176, edx: 908087347 }), 2147483651: Absent(CpuidValues { eax: 1866673460, ebx: 1344300402, ecx: 1701015410, edx: 1919906675 }), 2147483652: Absent(CpuidValues { eax: 538976288, ebx: 538976288, ecx: 538976288, edx: 2105376 }), 2147483653: Absent(CpuidValues { eax: 4282449728, ebx: 4282449728, ecx: 537395520, edx: 537395520 }), 2147483654: Absent(CpuidValues { eax: 1207968256, ebx: 1744847360, ecx: 33579328, edx: 134254912 }), 2147483655: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 256 }), 2147483656: Absent(CpuidValues { eax: 12336, ebx: 7, ecx: 0, edx: 65543 }), 2147483657: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483658: Absent(CpuidValues { eax: 1, ebx: 32768, ecx: 0, edx: 295419135 }), 2147483659: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483660: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483661: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483662: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483663: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483664: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483665: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483666: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483667: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483668: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483669: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483670: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483671: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483672: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483673: Absent(CpuidValues { eax: 4030787648, ebx: 4030726144, ecx: 0, edx: 0 }), 2147483674: Absent(CpuidValues { eax: 6, ebx: 0, ecx: 0, edx: 0 }), 2147483675: Absent(CpuidValues { eax: 1023, ebx: 0, ecx: 0, edx: 0 }), 2147483676: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483677: Present({0: CpuidValues { eax: 289, ebx: 63, ecx: 0, edx: 0 }, 1: CpuidValues { eax: 323, ebx: 63, ecx: 0, edx: 0 }, 2: CpuidValues { eax: 355, ebx: 63, ecx: 0, edx: 0 }}), 2147483678: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483679: Absent(CpuidValues { eax: 16907583, ebx: 16755, ecx: 509, edx: 1 }), 2147483680: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483681: Absent(CpuidValues { eax: 8269, ebx: 0, ecx: 0, edx: 0 }), 2147483682: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483683: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 })}), vendor: Amd }
line = 115
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_tests::cpuid
|
| 1275 | 2026-08-19T22:53:20.561Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 1276 | 2026-08-19T22:53:20.561Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1277 | 2026-08-19T22:53:20.561Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1278 | 2026-08-19T22:53:20.561Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::zfs
verb = list
|
| 1279 | 2026-08-19T22:53:20.572Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::cpuid::cpuid_migrate_smoke_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 51.2M 25.3T 49.0M /phd-artifacts\n
target = phd_framework::zfs
|
| 1280 | 2026-08-19T22:53:20.573Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d169d215-7d55-4ae3-8b87-807510856fa2"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::zfs
verb = snapshot
|
| 1281 | 2026-08-19T22:53:20.594Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d169d215-7d55-4ae3-8b87-807510856fa2", "phd-artifacts/phd-clone-82e457e0-9185-4ce9-ad10-76ce40a4c0a5"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::zfs
verb = clone
|
| 1282 | 2026-08-19T22:53:20.612Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-82e457e0-9185-4ce9-ad10-76ce40a4c0a5"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::zfs
verb = list
|
| 1283 | 2026-08-19T22:53:20.622Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::cpuid::cpuid_migrate_smoke_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-82e457e0-9185-4ce9-ad10-76ce40a4c0a5 0B 25.3T 49.0M /phd-artifacts/phd-clone-82e457e0-9185-4ce9-ad10-76ce40a4c0a5\n
target = phd_framework::zfs
|
| 1284 | 2026-08-19T22:53:20.623Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
|
| 1285 | 2026-08-19T22:53:20.623Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm_name = cpuid_boot_test
|
| 1286 | 2026-08-19T22:53:20.623Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 1287 | 2026-08-19T22:53:20.623Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::cpuid::cpuid_migrate_smoke_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 1288 | 2026-08-19T22:53:20.623Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::cpuid::cpuid_migrate_smoke_test
stderr_path = "/tmp/propolis-phd/phd_tests::cpuid::cpuid_migrate_smoke_test/cpuid_boot_test.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::cpuid::cpuid_migrate_smoke_test/cpuid_boot_test.stdout.log"
target = phd_framework::log_config
|
| 1289 | 2026-08-19T22:53:20.638Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1030
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm::server
|
| 1290 | 2026-08-19T22:53:20.653Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 29
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
|
| 1291 | 2026-08-19T22:53:20.653Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9c3d2e8e-2110-4f5a-b424-b0a258bb750b
|
| 1292 | 2026-08-19T22:53:20.654Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9c3d2e8e-2110-4f5a-b424-b0a258bb750b
|
| 1293 | 2026-08-19T22:53:21.305Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1294 | 2026-08-19T22:53:21.306Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 9c3d2e8e-2110-4f5a-b424-b0a258bb750b, name: "phd-vm-9c3d2e8e-2110-4f5a-b424-b0a258bb750b", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 66fbac1f-7166-4bf8-9324-17011b815bb3, project_id: 75691936-4c9e-45a8-98b0-ceb45d950c2c, sled_id: e0ac0325-41b8-4b10-922a-9aa836896983, sled_serial: "e0ac0325-41b8-4b10-922a-9aa836896983", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9c3d2e8e-2110-4f5a-b424-b0a258bb750b
|
| 1295 | 2026-08-19T22:53:21.306Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9c3d2e8e-2110-4f5a-b424-b0a258bb750b
|
| 1296 | 2026-08-19T22:53:21.306Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::cpuid::cpuid_migrate_smoke_test
state = Run
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9c3d2e8e-2110-4f5a-b424-b0a258bb750b
|
| 1297 | 2026-08-19T22:53:21.307Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9c3d2e8e-2110-4f5a-b424-b0a258bb750b
|
| 1298 | 2026-08-19T22:53:21.308Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
|
| 1299 | 2026-08-19T22:53:21.308Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = cpuid_boot_test
vm_id = 9c3d2e8e-2110-4f5a-b424-b0a258bb750b
|
| 1300 | 2026-08-19T22:53:21.308Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::cpuid::cpuid_migrate_smoke_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 1301 | 2026-08-19T22:53:21.308Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9c3d2e8e-2110-4f5a-b424-b0a258bb750b
|
| 1302 | 2026-08-19T22:53:21.308Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = cpuid_boot_test
vm_id = 9c3d2e8e-2110-4f5a-b424-b0a258bb750b
|
| 1303 | 2026-08-19T22:53:25.859Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4550
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9c3d2e8e-2110-4f5a-b424-b0a258bb750b
|
| 1304 | 2026-08-19T22:53:25.859Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::cpuid::cpuid_migrate_smoke_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 1305 | 2026-08-19T22:53:25.859Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::cpuid::cpuid_migrate_smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1306 | 2026-08-19T22:53:25.859Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9c3d2e8e-2110-4f5a-b424-b0a258bb750b
|
| 1307 | 2026-08-19T22:53:25.859Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = cpuid_boot_test
vm_id = 9c3d2e8e-2110-4f5a-b424-b0a258bb750b
|
| 1308 | 2026-08-19T22:53:25.876Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9c3d2e8e-2110-4f5a-b424-b0a258bb750b
|
| 1309 | 2026-08-19T22:53:25.877Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::cpuid::cpuid_migrate_smoke_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 1310 | 2026-08-19T22:53:25.877Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::cpuid::cpuid_migrate_smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1311 | 2026-08-19T22:53:25.877Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9c3d2e8e-2110-4f5a-b424-b0a258bb750b
|
| 1312 | 2026-08-19T22:53:25.877Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = cpuid_boot_test
vm_id = 9c3d2e8e-2110-4f5a-b424-b0a258bb750b
|
| 1313 | 2026-08-19T22:53:25.910Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9c3d2e8e-2110-4f5a-b424-b0a258bb750b
|
| 1314 | 2026-08-19T22:53:25.910Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
|
| 1315 | 2026-08-19T22:53:25.910Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4602
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
|
| 1316 | 2026-08-19T22:53:25.911Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9c3d2e8e-2110-4f5a-b424-b0a258bb750b
|
| 1317 | 2026-08-19T22:53:25.911Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = cpuid_boot_test
vm_id = 9c3d2e8e-2110-4f5a-b424-b0a258bb750b
|
| 1318 | 2026-08-19T22:53:25.920Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9c3d2e8e-2110-4f5a-b424-b0a258bb750b
|
| 1319 | 2026-08-19T22:53:25.921Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9c3d2e8e-2110-4f5a-b424-b0a258bb750b
|
| 1320 | 2026-08-19T22:53:25.921Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = cpuid_boot_test
vm_id = 9c3d2e8e-2110-4f5a-b424-b0a258bb750b
|
| 1321 | 2026-08-19T22:53:26.057Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 135
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9c3d2e8e-2110-4f5a-b424-b0a258bb750b
|
| 1322 | 2026-08-19T22:53:26.057Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9c3d2e8e-2110-4f5a-b424-b0a258bb750b
|
| 1323 | 2026-08-19T22:53:26.057Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = cpuid_boot_test
vm_id = 9c3d2e8e-2110-4f5a-b424-b0a258bb750b
|
| 1324 | 2026-08-19T22:53:26.066Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9c3d2e8e-2110-4f5a-b424-b0a258bb750b
|
| 1325 | 2026-08-19T22:53:26.067Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9c3d2e8e-2110-4f5a-b424-b0a258bb750b
|
| 1326 | 2026-08-19T22:53:26.067Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = cpuid_boot_test
vm_id = 9c3d2e8e-2110-4f5a-b424-b0a258bb750b
|
| 1327 | 2026-08-19T22:53:26.088Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9c3d2e8e-2110-4f5a-b424-b0a258bb750b
|
| 1328 | 2026-08-19T22:53:26.089Z | INFO | phd-runner: [TEST - EVENT] /proc/cpuinfo output
cpuinfo = processor: 0\nvendor_id: AuthenticAMD\ncpu family: 25\nmodel: 1\nmodel name: Oxide Cloud Computer Company Cloud Computer\nstepping: 1\ncpu MHz: 1996.105\ncache size: 512 KB\nphysical id: 0\nsiblings: 1\ncore id: 0\ncpu cores: 1\napicid: 0\ninitial apicid: 0\nfpu: yes\nfpu_exception: yes\ncpuid level: 16\nwp: yes\nflags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext pdpe1gb lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch skinit wdt bpext vmmcall fsgsbase bmi1 avx2 smep bmi2 erms sha_ni xsaveopt clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl vaes vpclmulqdq\nbugs: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass\nbogomips: 3992.21\nTLB size: 2560 4K pages\nclflush size: 64\ncache_alignment: 64\naddress sizes: 48 bits physical, 48 bits virtual\npower management:\n\nprocessor: 1\nvendor_id: AuthenticAMD\ncpu family: 25\nmodel: 1\nmodel name: Oxide Cloud Computer Company Cloud Computer\nstepping: 1\ncpu MHz: 1996.105\ncache size: 512 KB\nphysical id: 1\nsiblings: 1\ncore id: 0\ncpu cores: 1\napicid: 1\ninitial apicid: 1\nfpu: yes\nfpu_exception: yes\ncpuid level: 16\nwp: yes\nflags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext pdpe1gb lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch skinit wdt bpext vmmcall fsgsbase bmi1 avx2 smep bmi2 erms sha_ni xsaveopt clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl vaes vpclmulqdq\nbugs: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass\nbogomips: 3992.78\nTLB size: 2560 4K pages\nclflush size: 64\ncache_alignment: 64\naddress sizes: 48 bits physical, 48 bits virtual\npower management:
file = phd-tests/tests/src/cpuid.rs
line = 97
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_tests::cpuid
|
| 1329 | 2026-08-19T22:53:26.089Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
|
| 1330 | 2026-08-19T22:53:26.089Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm_name = cpuid_boot_test_migration_target
|
| 1331 | 2026-08-19T22:53:26.089Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 1332 | 2026-08-19T22:53:26.089Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::cpuid::cpuid_migrate_smoke_test
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 1333 | 2026-08-19T22:53:26.089Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::cpuid::cpuid_migrate_smoke_test
stderr_path = "/tmp/propolis-phd/phd_tests::cpuid::cpuid_migrate_smoke_test/cpuid_boot_test_migration_target.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::cpuid::cpuid_migrate_smoke_test/cpuid_boot_test_migration_target.stdout.log"
target = phd_framework::log_config
|
| 1334 | 2026-08-19T22:53:26.104Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1031
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm::server
|
| 1335 | 2026-08-19T22:53:26.118Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 29
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
|
| 1336 | 2026-08-19T22:53:26.118Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = 9c3d2e8e-2110-4f5a-b424-b0a258bb750b
target = phd_framework::test_vm
target_id = d08dc8da-f649-4075-a176-cd62aa24e52d
|
| 1337 | 2026-08-19T22:53:26.118Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9000
file = phd-tests/framework/src/test_vm/mod.rs
line = 642
migration_id = c93bba94-0400-4f18-95eb-a7fdcce2fcc7
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = 9c3d2e8e-2110-4f5a-b424-b0a258bb750b
target = phd_framework::test_vm
target_id = d08dc8da-f649-4075-a176-cd62aa24e52d
timeout_duration = 45s
|
| 1338 | 2026-08-19T22:53:26.118Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = 9c3d2e8e-2110-4f5a-b424-b0a258bb750b
target = phd_framework::test_vm
target_id = d08dc8da-f649-4075-a176-cd62aa24e52d
vm = cpuid_boot_test_migration_target
vm_id = d08dc8da-f649-4075-a176-cd62aa24e52d
|
| 1339 | 2026-08-19T22:53:26.119Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9002/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = 9c3d2e8e-2110-4f5a-b424-b0a258bb750b
target = phd_framework::test_vm
target_id = d08dc8da-f649-4075-a176-cd62aa24e52d
vm = cpuid_boot_test_migration_target
vm_id = d08dc8da-f649-4075-a176-cd62aa24e52d
|
| 1340 | 2026-08-19T22:53:26.564Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: d08dc8da-f649-4075-a176-cd62aa24e52d, name: "phd-vm-d08dc8da-f649-4075-a176-cd62aa24e52d", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 66fbac1f-7166-4bf8-9324-17011b815bb3, project_id: 75691936-4c9e-45a8-98b0-ceb45d950c2c, sled_id: 4e027c83-0f3e-4573-be4a-43806020e0e0, sled_serial: "4e027c83-0f3e-4573-be4a-43806020e0e0", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 514
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = 9c3d2e8e-2110-4f5a-b424-b0a258bb750b
target = phd_framework::test_vm
target_id = d08dc8da-f649-4075-a176-cd62aa24e52d
vm = cpuid_boot_test_migration_target
vm_id = d08dc8da-f649-4075-a176-cd62aa24e52d
|
| 1341 | 2026-08-19T22:53:26.564Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = c93bba94-0400-4f18-95eb-a7fdcce2fcc7
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = 9c3d2e8e-2110-4f5a-b424-b0a258bb750b
target = phd_framework::test_vm
target_id = d08dc8da-f649-4075-a176-cd62aa24e52d
|
| 1342 | 2026-08-19T22:53:29.062Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9002","from_start":10096}}
target = phd_framework::serial
|
| 1343 | 2026-08-19T22:53:30.907Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 676
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = 9c3d2e8e-2110-4f5a-b424-b0a258bb750b
target = phd_framework::test_vm
target_id = d08dc8da-f649-4075-a176-cd62aa24e52d
|
| 1344 | 2026-08-19T22:53:30.907Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 4342
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = c93bba94-0400-4f18-95eb-a7fdcce2fcc7
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = 9c3d2e8e-2110-4f5a-b424-b0a258bb750b
target = phd_framework::test_vm
target_id = d08dc8da-f649-4075-a176-cd62aa24e52d
|
| 1345 | 2026-08-19T22:53:30.907Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = d08dc8da-f649-4075-a176-cd62aa24e52d
|
| 1346 | 2026-08-19T22:53:30.907Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::cpuid::cpuid_migrate_smoke_test
state = Reboot
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = d08dc8da-f649-4075-a176-cd62aa24e52d
|
| 1347 | 2026-08-19T22:53:30.908Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = d08dc8da-f649-4075-a176-cd62aa24e52d
|
| 1348 | 2026-08-19T22:53:30.908Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
|
| 1349 | 2026-08-19T22:53:30.908Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = cpuid_boot_test_migration_target
vm_id = d08dc8da-f649-4075-a176-cd62aa24e52d
|
| 1350 | 2026-08-19T22:53:30.908Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::cpuid::cpuid_migrate_smoke_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 1351 | 2026-08-19T22:53:30.908Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = d08dc8da-f649-4075-a176-cd62aa24e52d
|
| 1352 | 2026-08-19T22:53:30.908Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = cpuid_boot_test_migration_target
vm_id = d08dc8da-f649-4075-a176-cd62aa24e52d
|
| 1353 | 2026-08-19T22:53:35.155Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4246
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = d08dc8da-f649-4075-a176-cd62aa24e52d
|
| 1354 | 2026-08-19T22:53:35.155Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::cpuid::cpuid_migrate_smoke_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 1355 | 2026-08-19T22:53:35.155Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::cpuid::cpuid_migrate_smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1356 | 2026-08-19T22:53:35.155Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = d08dc8da-f649-4075-a176-cd62aa24e52d
|
| 1357 | 2026-08-19T22:53:35.155Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = cpuid_boot_test_migration_target
vm_id = d08dc8da-f649-4075-a176-cd62aa24e52d
|
| 1358 | 2026-08-19T22:53:35.173Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = d08dc8da-f649-4075-a176-cd62aa24e52d
|
| 1359 | 2026-08-19T22:53:35.173Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::cpuid::cpuid_migrate_smoke_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 1360 | 2026-08-19T22:53:35.174Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::cpuid::cpuid_migrate_smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1361 | 2026-08-19T22:53:35.174Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = d08dc8da-f649-4075-a176-cd62aa24e52d
|
| 1362 | 2026-08-19T22:53:35.174Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = cpuid_boot_test_migration_target
vm_id = d08dc8da-f649-4075-a176-cd62aa24e52d
|
| 1363 | 2026-08-19T22:53:35.206Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = d08dc8da-f649-4075-a176-cd62aa24e52d
|
| 1364 | 2026-08-19T22:53:35.206Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
|
| 1365 | 2026-08-19T22:53:35.207Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4298
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
|
| 1366 | 2026-08-19T22:53:35.207Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = d08dc8da-f649-4075-a176-cd62aa24e52d
|
| 1367 | 2026-08-19T22:53:35.207Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = cpuid_boot_test_migration_target
vm_id = d08dc8da-f649-4075-a176-cd62aa24e52d
|
| 1368 | 2026-08-19T22:53:35.217Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = d08dc8da-f649-4075-a176-cd62aa24e52d
|
| 1369 | 2026-08-19T22:53:35.218Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = d08dc8da-f649-4075-a176-cd62aa24e52d
|
| 1370 | 2026-08-19T22:53:35.218Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = cpuid_boot_test_migration_target
vm_id = d08dc8da-f649-4075-a176-cd62aa24e52d
|
| 1371 | 2026-08-19T22:53:35.362Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 144
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = d08dc8da-f649-4075-a176-cd62aa24e52d
|
| 1372 | 2026-08-19T22:53:35.363Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = d08dc8da-f649-4075-a176-cd62aa24e52d
|
| 1373 | 2026-08-19T22:53:35.363Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = cpuid_boot_test_migration_target
vm_id = d08dc8da-f649-4075-a176-cd62aa24e52d
|
| 1374 | 2026-08-19T22:53:35.373Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = d08dc8da-f649-4075-a176-cd62aa24e52d
|
| 1375 | 2026-08-19T22:53:35.373Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = d08dc8da-f649-4075-a176-cd62aa24e52d
|
| 1376 | 2026-08-19T22:53:35.373Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = cpuid_boot_test_migration_target
vm_id = d08dc8da-f649-4075-a176-cd62aa24e52d
|
| 1377 | 2026-08-19T22:53:35.395Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = d08dc8da-f649-4075-a176-cd62aa24e52d
|
| 1378 | 2026-08-19T22:53:35.395Z | INFO | phd-runner: [TEST - EVENT] /proc/cpuinfo output
cpuinfo = processor: 0\nvendor_id: AuthenticAMD\ncpu family: 25\nmodel: 1\nmodel name: Oxide Cloud Computer Company Cloud Computer\nstepping: 1\ncpu MHz: 1996.031\ncache size: 512 KB\nphysical id: 0\nsiblings: 1\ncore id: 0\ncpu cores: 1\napicid: 0\ninitial apicid: 0\nfpu: yes\nfpu_exception: yes\ncpuid level: 16\nwp: yes\nflags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext pdpe1gb lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch skinit wdt bpext vmmcall fsgsbase bmi1 avx2 smep bmi2 erms sha_ni xsaveopt clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl vaes vpclmulqdq\nbugs: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass\nbogomips: 3992.06\nTLB size: 2560 4K pages\nclflush size: 64\ncache_alignment: 64\naddress sizes: 48 bits physical, 48 bits virtual\npower management:\n\nprocessor: 1\nvendor_id: AuthenticAMD\ncpu family: 25\nmodel: 1\nmodel name: Oxide Cloud Computer Company Cloud Computer\nstepping: 1\ncpu MHz: 1996.031\ncache size: 512 KB\nphysical id: 1\nsiblings: 1\ncore id: 0\ncpu cores: 1\napicid: 1\ninitial apicid: 1\nfpu: yes\nfpu_exception: yes\ncpuid level: 16\nwp: yes\nflags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext pdpe1gb lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch skinit wdt bpext vmmcall fsgsbase bmi1 avx2 smep bmi2 erms sha_ni xsaveopt clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl vaes vpclmulqdq\nbugs: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass\nbogomips: 3991.09\nTLB size: 2560 4K pages\nclflush size: 64\ncache_alignment: 64\naddress sizes: 48 bits physical, 48 bits virtual\npower management:
file = phd-tests/tests/src/cpuid.rs
line = 97
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_tests::cpuid
|
| 1379 | 2026-08-19T22:53:35.395Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = d08dc8da-f649-4075-a176-cd62aa24e52d
|
| 1380 | 2026-08-19T22:53:35.396Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9c3d2e8e-2110-4f5a-b424-b0a258bb750b
|
| 1381 | 2026-08-19T22:53:35.396Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 1382 | 2026-08-19T22:53:35.396Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 14089
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1383 | 2026-08-19T22:53:35.396Z | INFO | phd-runner: test phd_tests::cpuid::cpuid_migrate_smoke_test ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 1384 | 2026-08-19T22:53:35.396Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1385 | 2026-08-19T22:53:35.398Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1195
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = d08dc8da-f649-4075-a176-cd62aa24e52d
|
| 1386 | 2026-08-19T22:53:35.398Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::cpuid::cpuid_migrate_smoke_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = cpuid_boot_test
vm_id = 9c3d2e8e-2110-4f5a-b424-b0a258bb750b
|
| 1387 | 2026-08-19T22:53:35.478Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 81
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9c3d2e8e-2110-4f5a-b424-b0a258bb750b
|
| 1388 | 2026-08-19T22:53:35.478Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 14824
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 9c3d2e8e-2110-4f5a-b424-b0a258bb750b
|
| 1389 | 2026-08-19T22:53:35.480Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::cpuid::cpuid_migrate_smoke_test
self.address = 127.0.0.1:9002
target = phd_framework::test_vm::server
vm = cpuid_boot_test_migration_target
vm_id = d08dc8da-f649-4075-a176-cd62aa24e52d
|
| 1390 | 2026-08-19T22:53:35.557Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::zfs
vm = cpuid_boot_test_migration_target
vm_id = d08dc8da-f649-4075-a176-cd62aa24e52d
|
| 1391 | 2026-08-19T22:53:35.557Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-82e457e0-9185-4ce9-ad10-76ce40a4c0a5"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::zfs
verb = destroy
vm = cpuid_boot_test_migration_target
vm_id = d08dc8da-f649-4075-a176-cd62aa24e52d
|
| 1392 | 2026-08-19T22:53:35.583Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::zfs
vm = cpuid_boot_test_migration_target
vm_id = d08dc8da-f649-4075-a176-cd62aa24e52d
|
| 1393 | 2026-08-19T22:53:35.583Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d169d215-7d55-4ae3-8b87-807510856fa2"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::zfs
verb = destroy
vm = cpuid_boot_test_migration_target
vm_id = d08dc8da-f649-4075-a176-cd62aa24e52d
|
| 1394 | 2026-08-19T22:53:35.601Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 204
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = d08dc8da-f649-4075-a176-cd62aa24e52d
|
| 1395 | 2026-08-19T22:53:35.601Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 204
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1396 | 2026-08-19T22:53:35.601Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 9481
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = 9c3d2e8e-2110-4f5a-b424-b0a258bb750b
target = phd_framework::test_vm
target_id = d08dc8da-f649-4075-a176-cd62aa24e52d
vm = cpuid_boot_test_migration_target
vm_id = d08dc8da-f649-4075-a176-cd62aa24e52d
|
| 1397 | 2026-08-19T22:53:35.601Z | INFO | phd-runner: Starting test phd_tests::cpuid::cpuid_instance_spec_round_trip_test
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 1398 | 2026-08-19T22:53:35.601Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1399 | 2026-08-19T22:53:35.601Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 9482
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = 9c3d2e8e-2110-4f5a-b424-b0a258bb750b
target = phd_framework::test_vm
target_id = d08dc8da-f649-4075-a176-cd62aa24e52d
|
| 1400 | 2026-08-19T22:53:35.601Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1401 | 2026-08-19T22:53:35.601Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 15042
file = phd-tests/tests/src/cpuid.rs
line = 146
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_tests::cpuid
|
| 1402 | 2026-08-19T22:53:35.601Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/cpuid.rs
line = 23
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_tests::cpuid
|
| 1403 | 2026-08-19T22:53:35.601Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 1404 | 2026-08-19T22:53:35.602Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1405 | 2026-08-19T22:53:35.602Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1406 | 2026-08-19T22:53:35.602Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::zfs
verb = list
|
| 1407 | 2026-08-19T22:53:35.614Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 51.6M 25.3T 49.0M /phd-artifacts\n
target = phd_framework::zfs
|
| 1408 | 2026-08-19T22:53:35.614Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-92f77668-3a24-4910-85fd-4f3f7dbb5500"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::zfs
verb = snapshot
|
| 1409 | 2026-08-19T22:53:35.635Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-92f77668-3a24-4910-85fd-4f3f7dbb5500", "phd-artifacts/phd-clone-9c4e1922-030a-4f57-9ef7-200afa921d8f"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::zfs
verb = clone
|
| 1410 | 2026-08-19T22:53:35.653Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-9c4e1922-030a-4f57-9ef7-200afa921d8f"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::zfs
verb = list
|
| 1411 | 2026-08-19T22:53:35.665Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-9c4e1922-030a-4f57-9ef7-200afa921d8f 0B 25.3T 49.0M /phd-artifacts/phd-clone-9c4e1922-030a-4f57-9ef7-200afa921d8f\n
target = phd_framework::zfs
|
| 1412 | 2026-08-19T22:53:35.666Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
|
| 1413 | 2026-08-19T22:53:35.666Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm_name = cpuid_instance_spec_round_trip_test
|
| 1414 | 2026-08-19T22:53:35.666Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 1415 | 2026-08-19T22:53:35.666Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 1416 | 2026-08-19T22:53:35.666Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
stderr_path = "/tmp/propolis-phd/phd_tests::cpuid::cpuid_instance_spec_round_trip_test/cpuid_instance_spec_round_trip_test.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::cpuid::cpuid_instance_spec_round_trip_test/cpuid_instance_spec_round_trip_test.stdout.log"
target = phd_framework::log_config
|
| 1417 | 2026-08-19T22:53:35.681Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1040
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm::server
|
| 1418 | 2026-08-19T22:53:35.696Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 30
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
|
| 1419 | 2026-08-19T22:53:35.696Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 05169cac-5506-4d3a-bda2-af3464ab9ab2
|
| 1420 | 2026-08-19T22:53:35.697Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 05169cac-5506-4d3a-bda2-af3464ab9ab2
|
| 1421 | 2026-08-19T22:53:36.331Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1422 | 2026-08-19T22:53:36.332Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 05169cac-5506-4d3a-bda2-af3464ab9ab2, name: "phd-vm-05169cac-5506-4d3a-bda2-af3464ab9ab2", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: e64e6ce4-77fe-4423-abb3-d090be768833, project_id: b1d56fb8-05e6-46c5-a6d6-e12759dada82, sled_id: 4c251563-7b7c-4a94-916d-a7784e21cef0, sled_serial: "4c251563-7b7c-4a94-916d-a7784e21cef0", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 05169cac-5506-4d3a-bda2-af3464ab9ab2
|
| 1423 | 2026-08-19T22:53:36.332Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 05169cac-5506-4d3a-bda2-af3464ab9ab2
|
| 1424 | 2026-08-19T22:53:36.332Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
state = Run
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 05169cac-5506-4d3a-bda2-af3464ab9ab2
|
| 1425 | 2026-08-19T22:53:36.333Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 05169cac-5506-4d3a-bda2-af3464ab9ab2
|
| 1426 | 2026-08-19T22:53:36.334Z | INFO | phd-runner: [GET_SPEC - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 596
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 05169cac-5506-4d3a-bda2-af3464ab9ab2
|
| 1427 | 2026-08-19T22:53:36.334Z | INFO | phd-runner: [GET_SPEC - EVENT] Sending instance spec get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 598
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 05169cac-5506-4d3a-bda2-af3464ab9ab2
|
| 1428 | 2026-08-19T22:53:36.335Z | INFO | phd-runner: [GET_SPEC - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 596
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 05169cac-5506-4d3a-bda2-af3464ab9ab2
|
| 1429 | 2026-08-19T22:53:36.335Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 05169cac-5506-4d3a-bda2-af3464ab9ab2
|
| 1430 | 2026-08-19T22:53:36.336Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 1431 | 2026-08-19T22:53:36.336Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 5
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1432 | 2026-08-19T22:53:36.336Z | INFO | phd-runner: test phd_tests::cpuid::cpuid_instance_spec_round_trip_test ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 1433 | 2026-08-19T22:53:36.336Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1434 | 2026-08-19T22:53:36.337Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1195
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 05169cac-5506-4d3a-bda2-af3464ab9ab2
|
| 1435 | 2026-08-19T22:53:36.602Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = cpuid_instance_spec_round_trip_test
vm_id = 05169cac-5506-4d3a-bda2-af3464ab9ab2
|
| 1436 | 2026-08-19T22:53:36.677Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::zfs
vm = cpuid_instance_spec_round_trip_test
vm_id = 05169cac-5506-4d3a-bda2-af3464ab9ab2
|
| 1437 | 2026-08-19T22:53:36.678Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-9c4e1922-030a-4f57-9ef7-200afa921d8f"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::zfs
verb = destroy
vm = cpuid_instance_spec_round_trip_test
vm_id = 05169cac-5506-4d3a-bda2-af3464ab9ab2
|
| 1438 | 2026-08-19T22:53:36.709Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::zfs
vm = cpuid_instance_spec_round_trip_test
vm_id = 05169cac-5506-4d3a-bda2-af3464ab9ab2
|
| 1439 | 2026-08-19T22:53:36.709Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-92f77668-3a24-4910-85fd-4f3f7dbb5500"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::zfs
verb = destroy
vm = cpuid_instance_spec_round_trip_test
vm_id = 05169cac-5506-4d3a-bda2-af3464ab9ab2
|
| 1440 | 2026-08-19T22:53:36.728Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 392
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 05169cac-5506-4d3a-bda2-af3464ab9ab2
|
| 1441 | 2026-08-19T22:53:36.728Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 1032
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 05169cac-5506-4d3a-bda2-af3464ab9ab2
|
| 1442 | 2026-08-19T22:53:36.728Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 1126
file = phd-tests/tests/src/cpuid.rs
line = 23
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_tests::cpuid
|
| 1443 | 2026-08-19T22:53:36.729Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 392
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1444 | 2026-08-19T22:53:36.729Z | INFO | phd-runner: Starting test phd_tests::disk::in_memory_backend_smoke_test
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 1445 | 2026-08-19T22:53:36.729Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1446 | 2026-08-19T22:53:36.729Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1447 | 2026-08-19T22:53:36.729Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/disk.rs
line = 115
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_tests::disk
|
| 1448 | 2026-08-19T22:53:36.729Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1449 | 2026-08-19T22:53:36.729Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 1450 | 2026-08-19T22:53:36.729Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1451 | 2026-08-19T22:53:36.729Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1452 | 2026-08-19T22:53:36.729Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::zfs
verb = list
|
| 1453 | 2026-08-19T22:53:36.740Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::disk::in_memory_backend_smoke_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 51.9M 25.3T 49.0M /phd-artifacts\n
target = phd_framework::zfs
|
| 1454 | 2026-08-19T22:53:36.740Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5feb8d70-5efb-409c-a80e-f2c841d9b156"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::zfs
verb = snapshot
|
| 1455 | 2026-08-19T22:53:36.757Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5feb8d70-5efb-409c-a80e-f2c841d9b156", "phd-artifacts/phd-clone-39064883-2c37-4c09-9a10-9896f8d6800b"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::zfs
verb = clone
|
| 1456 | 2026-08-19T22:53:36.775Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-39064883-2c37-4c09-9a10-9896f8d6800b"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::zfs
verb = list
|
| 1457 | 2026-08-19T22:53:36.787Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::disk::in_memory_backend_smoke_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-39064883-2c37-4c09-9a10-9896f8d6800b 0B 25.3T 49.0M /phd-artifacts/phd-clone-39064883-2c37-4c09-9a10-9896f8d6800b\n
target = phd_framework::zfs
|
| 1458 | 2026-08-19T22:53:36.790Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
|
| 1459 | 2026-08-19T22:53:36.791Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm_name = in_memory_backend_test
|
| 1460 | 2026-08-19T22:53:36.791Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 1461 | 2026-08-19T22:53:36.791Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::disk::in_memory_backend_smoke_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 1462 | 2026-08-19T22:53:36.791Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::disk::in_memory_backend_smoke_test
stderr_path = "/tmp/propolis-phd/phd_tests::disk::in_memory_backend_smoke_test/in_memory_backend_test.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::disk::in_memory_backend_smoke_test/in_memory_backend_test.stdout.log"
target = phd_framework::log_config
|
| 1463 | 2026-08-19T22:53:36.806Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1048
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm::server
|
| 1464 | 2026-08-19T22:53:36.821Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 30
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
|
| 1465 | 2026-08-19T22:53:36.821Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1466 | 2026-08-19T22:53:36.823Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1467 | 2026-08-19T22:53:37.246Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1468 | 2026-08-19T22:53:37.247Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e, name: "phd-vm-70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 2fc10155-e6b3-4bec-b241-29e50976d464, project_id: 1bfc1eb6-e4b7-4ebc-9a92-51292805e0ab, sled_id: 783bc8b4-f684-4337-83b0-237b78baa205, sled_serial: "783bc8b4-f684-4337-83b0-237b78baa205", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1469 | 2026-08-19T22:53:37.247Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1470 | 2026-08-19T22:53:37.247Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::disk::in_memory_backend_smoke_test
state = Run
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1471 | 2026-08-19T22:53:37.248Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1472 | 2026-08-19T22:53:37.248Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
|
| 1473 | 2026-08-19T22:53:37.248Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1474 | 2026-08-19T22:53:37.248Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::disk::in_memory_backend_smoke_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 1475 | 2026-08-19T22:53:37.248Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1476 | 2026-08-19T22:53:37.248Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1477 | 2026-08-19T22:53:41.822Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4573
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1478 | 2026-08-19T22:53:41.822Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::disk::in_memory_backend_smoke_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 1479 | 2026-08-19T22:53:41.823Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::disk::in_memory_backend_smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1480 | 2026-08-19T22:53:41.823Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1481 | 2026-08-19T22:53:41.823Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1482 | 2026-08-19T22:53:41.842Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 19
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1483 | 2026-08-19T22:53:41.842Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::disk::in_memory_backend_smoke_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 1484 | 2026-08-19T22:53:41.843Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::disk::in_memory_backend_smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1485 | 2026-08-19T22:53:41.843Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1486 | 2026-08-19T22:53:41.843Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1487 | 2026-08-19T22:53:41.876Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1488 | 2026-08-19T22:53:41.876Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
|
| 1489 | 2026-08-19T22:53:41.876Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4627
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
|
| 1490 | 2026-08-19T22:53:41.876Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1491 | 2026-08-19T22:53:41.877Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1492 | 2026-08-19T22:53:41.886Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1493 | 2026-08-19T22:53:41.886Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1494 | 2026-08-19T22:53:41.886Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1495 | 2026-08-19T22:53:41.919Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1496 | 2026-08-19T22:53:41.920Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1497 | 2026-08-19T22:53:41.920Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1498 | 2026-08-19T22:53:41.930Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1499 | 2026-08-19T22:53:41.931Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1500 | 2026-08-19T22:53:41.931Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1501 | 2026-08-19T22:53:41.963Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1502 | 2026-08-19T22:53:41.963Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1503 | 2026-08-19T22:53:41.963Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1504 | 2026-08-19T22:53:41.974Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1505 | 2026-08-19T22:53:41.974Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1506 | 2026-08-19T22:53:41.974Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1507 | 2026-08-19T22:53:42.008Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1508 | 2026-08-19T22:53:42.008Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1509 | 2026-08-19T22:53:42.008Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1510 | 2026-08-19T22:53:42.019Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1511 | 2026-08-19T22:53:42.019Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1512 | 2026-08-19T22:53:42.019Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1513 | 2026-08-19T22:53:42.042Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1514 | 2026-08-19T22:53:42.042Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1515 | 2026-08-19T22:53:42.042Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1516 | 2026-08-19T22:53:42.053Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1517 | 2026-08-19T22:53:42.053Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1518 | 2026-08-19T22:53:42.053Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1519 | 2026-08-19T22:53:42.086Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1520 | 2026-08-19T22:53:42.086Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1521 | 2026-08-19T22:53:42.086Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1522 | 2026-08-19T22:53:42.097Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1523 | 2026-08-19T22:53:42.098Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1524 | 2026-08-19T22:53:42.098Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1525 | 2026-08-19T22:53:42.131Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1526 | 2026-08-19T22:53:42.131Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1527 | 2026-08-19T22:53:42.131Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1528 | 2026-08-19T22:53:42.142Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1529 | 2026-08-19T22:53:42.143Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1530 | 2026-08-19T22:53:42.143Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1531 | 2026-08-19T22:53:42.175Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1532 | 2026-08-19T22:53:42.176Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1533 | 2026-08-19T22:53:42.176Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1534 | 2026-08-19T22:53:42.186Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1535 | 2026-08-19T22:53:42.186Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1536 | 2026-08-19T22:53:42.186Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1537 | 2026-08-19T22:53:42.220Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1538 | 2026-08-19T22:53:42.220Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1539 | 2026-08-19T22:53:42.220Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1540 | 2026-08-19T22:53:42.231Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1541 | 2026-08-19T22:53:42.232Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1542 | 2026-08-19T22:53:42.232Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1543 | 2026-08-19T22:53:42.264Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1544 | 2026-08-19T22:53:42.264Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1545 | 2026-08-19T22:53:42.265Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1546 | 2026-08-19T22:53:42.275Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1547 | 2026-08-19T22:53:42.275Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1548 | 2026-08-19T22:53:42.275Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1549 | 2026-08-19T22:53:42.309Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1550 | 2026-08-19T22:53:42.309Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1551 | 2026-08-19T22:53:42.309Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 1552 | 2026-08-19T22:53:42.309Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 5063
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1553 | 2026-08-19T22:53:42.309Z | INFO | phd-runner: test phd_tests::disk::in_memory_backend_smoke_test ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 1554 | 2026-08-19T22:53:42.309Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1555 | 2026-08-19T22:53:42.311Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1195
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1556 | 2026-08-19T22:53:42.596Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::disk::in_memory_backend_smoke_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1557 | 2026-08-19T22:53:42.678Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::zfs
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1558 | 2026-08-19T22:53:42.678Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-39064883-2c37-4c09-9a10-9896f8d6800b"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::zfs
verb = destroy
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1559 | 2026-08-19T22:53:42.705Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::zfs
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1560 | 2026-08-19T22:53:42.705Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5feb8d70-5efb-409c-a80e-f2c841d9b156"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::zfs
verb = destroy
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1561 | 2026-08-19T22:53:42.723Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 413
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1562 | 2026-08-19T22:53:42.723Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5901
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 70e8ed27-4ddb-41e5-8d3c-d03dde4ec34e
|
| 1563 | 2026-08-19T22:53:42.723Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 5993
file = phd-tests/tests/src/disk.rs
line = 115
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_tests::disk
|
| 1564 | 2026-08-19T22:53:42.723Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 413
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1565 | 2026-08-19T22:53:42.723Z | INFO | phd-runner: Starting test phd_tests::disk::in_memory_backend_migration_test
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 1566 | 2026-08-19T22:53:42.723Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1567 | 2026-08-19T22:53:42.723Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1568 | 2026-08-19T22:53:42.723Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/disk.rs
line = 146
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_tests::disk
|
| 1569 | 2026-08-19T22:53:42.723Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 1570 | 2026-08-19T22:53:42.724Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1571 | 2026-08-19T22:53:42.724Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1572 | 2026-08-19T22:53:42.724Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::zfs
verb = list
|
| 1573 | 2026-08-19T22:53:42.736Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::disk::in_memory_backend_migration_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 51.9M 25.3T 49.0M /phd-artifacts\n
target = phd_framework::zfs
|
| 1574 | 2026-08-19T22:53:42.736Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-0ce11f47-e5c1-4cf0-bfb2-d791661a1466"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::zfs
verb = snapshot
|
| 1575 | 2026-08-19T22:53:42.752Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-0ce11f47-e5c1-4cf0-bfb2-d791661a1466", "phd-artifacts/phd-clone-3488b387-9219-4540-baf9-5648c291c96c"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::zfs
verb = clone
|
| 1576 | 2026-08-19T22:53:42.770Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-3488b387-9219-4540-baf9-5648c291c96c"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::zfs
verb = list
|
| 1577 | 2026-08-19T22:53:42.782Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::disk::in_memory_backend_migration_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-3488b387-9219-4540-baf9-5648c291c96c 0B 25.3T 49.0M /phd-artifacts/phd-clone-3488b387-9219-4540-baf9-5648c291c96c\n
target = phd_framework::zfs
|
| 1578 | 2026-08-19T22:53:42.783Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
|
| 1579 | 2026-08-19T22:53:42.783Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm_name = in_memory_backend_migration_test_source
|
| 1580 | 2026-08-19T22:53:42.783Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 1581 | 2026-08-19T22:53:42.783Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::disk::in_memory_backend_migration_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 1582 | 2026-08-19T22:53:42.783Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::disk::in_memory_backend_migration_test
stderr_path = "/tmp/propolis-phd/phd_tests::disk::in_memory_backend_migration_test/in_memory_backend_migration_test_source.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::disk::in_memory_backend_migration_test/in_memory_backend_migration_test_source.stdout.log"
target = phd_framework::log_config
|
| 1583 | 2026-08-19T22:53:42.798Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1056
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm::server
|
| 1584 | 2026-08-19T22:53:42.813Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 30
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
|
| 1585 | 2026-08-19T22:53:42.813Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1586 | 2026-08-19T22:53:42.815Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1587 | 2026-08-19T22:53:43.608Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1588 | 2026-08-19T22:53:43.610Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7, name: "phd-vm-6bd0c80d-f46e-4201-8df8-2886c8d9cfa7", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 5c62237b-9a96-4ee3-9047-90e6e462e206, project_id: f0925514-4100-4e8a-a279-6aad40de388f, sled_id: 2e7c19bb-922c-4d84-bdea-3bf371aa1011, sled_serial: "2e7c19bb-922c-4d84-bdea-3bf371aa1011", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1589 | 2026-08-19T22:53:43.610Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1590 | 2026-08-19T22:53:43.610Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::disk::in_memory_backend_migration_test
state = Run
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1591 | 2026-08-19T22:53:43.611Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1592 | 2026-08-19T22:53:43.611Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
|
| 1593 | 2026-08-19T22:53:43.611Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1594 | 2026-08-19T22:53:43.611Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::disk::in_memory_backend_migration_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 1595 | 2026-08-19T22:53:43.611Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1596 | 2026-08-19T22:53:43.611Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1597 | 2026-08-19T22:53:48.141Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4529
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1598 | 2026-08-19T22:53:48.141Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::disk::in_memory_backend_migration_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 1599 | 2026-08-19T22:53:48.141Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::disk::in_memory_backend_migration_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1600 | 2026-08-19T22:53:48.141Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1601 | 2026-08-19T22:53:48.142Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1602 | 2026-08-19T22:53:48.161Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 19
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1603 | 2026-08-19T22:53:48.161Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::disk::in_memory_backend_migration_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 1604 | 2026-08-19T22:53:48.161Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::disk::in_memory_backend_migration_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1605 | 2026-08-19T22:53:48.161Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1606 | 2026-08-19T22:53:48.161Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1607 | 2026-08-19T22:53:48.194Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1608 | 2026-08-19T22:53:48.195Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
|
| 1609 | 2026-08-19T22:53:48.195Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4583
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
|
| 1610 | 2026-08-19T22:53:48.195Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1611 | 2026-08-19T22:53:48.195Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1612 | 2026-08-19T22:53:48.205Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1613 | 2026-08-19T22:53:48.205Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1614 | 2026-08-19T22:53:48.205Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1615 | 2026-08-19T22:53:48.239Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1616 | 2026-08-19T22:53:48.239Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1617 | 2026-08-19T22:53:48.239Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1618 | 2026-08-19T22:53:48.250Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1619 | 2026-08-19T22:53:48.251Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1620 | 2026-08-19T22:53:48.251Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1621 | 2026-08-19T22:53:48.282Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1622 | 2026-08-19T22:53:48.283Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1623 | 2026-08-19T22:53:48.283Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1624 | 2026-08-19T22:53:48.294Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1625 | 2026-08-19T22:53:48.295Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1626 | 2026-08-19T22:53:48.295Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1627 | 2026-08-19T22:53:48.328Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1628 | 2026-08-19T22:53:48.328Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1629 | 2026-08-19T22:53:48.328Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1630 | 2026-08-19T22:53:48.339Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1631 | 2026-08-19T22:53:48.339Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1632 | 2026-08-19T22:53:48.339Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1633 | 2026-08-19T22:53:48.372Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1634 | 2026-08-19T22:53:48.373Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1635 | 2026-08-19T22:53:48.373Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1636 | 2026-08-19T22:53:48.383Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1637 | 2026-08-19T22:53:48.384Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1638 | 2026-08-19T22:53:48.384Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1639 | 2026-08-19T22:53:48.417Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1640 | 2026-08-19T22:53:48.417Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1641 | 2026-08-19T22:53:48.417Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1642 | 2026-08-19T22:53:48.428Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1643 | 2026-08-19T22:53:48.428Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1644 | 2026-08-19T22:53:48.428Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1645 | 2026-08-19T22:53:48.461Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1646 | 2026-08-19T22:53:48.461Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
|
| 1647 | 2026-08-19T22:53:48.462Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm_name = in_memory_backend_migration_test_target
|
| 1648 | 2026-08-19T22:53:48.462Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 1649 | 2026-08-19T22:53:48.462Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::disk::in_memory_backend_migration_test
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 1650 | 2026-08-19T22:53:48.462Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::disk::in_memory_backend_migration_test
stderr_path = "/tmp/propolis-phd/phd_tests::disk::in_memory_backend_migration_test/in_memory_backend_migration_test_target.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::disk::in_memory_backend_migration_test/in_memory_backend_migration_test_target.stdout.log"
target = phd_framework::log_config
|
| 1651 | 2026-08-19T22:53:48.478Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1057
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm::server
|
| 1652 | 2026-08-19T22:53:48.492Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 30
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
|
| 1653 | 2026-08-19T22:53:48.492Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
target = phd_framework::test_vm
target_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1654 | 2026-08-19T22:53:48.492Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9000
file = phd-tests/framework/src/test_vm/mod.rs
line = 642
migration_id = cbb91e3f-e6a4-4c66-9d89-35485b5cc464
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
target = phd_framework::test_vm
target_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
timeout_duration = 45s
|
| 1655 | 2026-08-19T22:53:48.492Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
target = phd_framework::test_vm
target_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1656 | 2026-08-19T22:53:48.493Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9002/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
target = phd_framework::test_vm
target_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1657 | 2026-08-19T22:53:49.183Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: e0b7a678-6bba-4b70-8504-916d9796dfc6, name: "phd-vm-e0b7a678-6bba-4b70-8504-916d9796dfc6", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 5c62237b-9a96-4ee3-9047-90e6e462e206, project_id: f0925514-4100-4e8a-a279-6aad40de388f, sled_id: 6f59240b-680d-466c-be15-88f667f4ce48, sled_serial: "6f59240b-680d-466c-be15-88f667f4ce48", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 514
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
target = phd_framework::test_vm
target_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1658 | 2026-08-19T22:53:49.183Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = cbb91e3f-e6a4-4c66-9d89-35485b5cc464
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
target = phd_framework::test_vm
target_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1659 | 2026-08-19T22:53:51.760Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9002","from_start":8032}}
target = phd_framework::serial
|
| 1660 | 2026-08-19T22:53:53.284Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 676
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
target = phd_framework::test_vm
target_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1661 | 2026-08-19T22:53:53.284Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 4100
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = cbb91e3f-e6a4-4c66-9d89-35485b5cc464
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
target = phd_framework::test_vm
target_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1662 | 2026-08-19T22:53:53.284Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1663 | 2026-08-19T22:53:53.284Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1664 | 2026-08-19T22:53:53.296Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 12
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1665 | 2026-08-19T22:53:53.297Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1666 | 2026-08-19T22:53:53.297Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1667 | 2026-08-19T22:53:53.329Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1668 | 2026-08-19T22:53:53.329Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1669 | 2026-08-19T22:53:53.329Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1670 | 2026-08-19T22:53:53.340Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1671 | 2026-08-19T22:53:53.340Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1672 | 2026-08-19T22:53:53.340Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1673 | 2026-08-19T22:53:53.373Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1674 | 2026-08-19T22:53:53.374Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1675 | 2026-08-19T22:53:53.374Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1676 | 2026-08-19T22:53:53.385Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1677 | 2026-08-19T22:53:53.385Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1678 | 2026-08-19T22:53:53.385Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1679 | 2026-08-19T22:53:53.418Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1680 | 2026-08-19T22:53:53.418Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1681 | 2026-08-19T22:53:53.418Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1682 | 2026-08-19T22:53:53.428Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1683 | 2026-08-19T22:53:53.429Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1684 | 2026-08-19T22:53:53.429Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1685 | 2026-08-19T22:53:53.451Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1686 | 2026-08-19T22:53:53.452Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1687 | 2026-08-19T22:53:53.452Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1688 | 2026-08-19T22:53:53.463Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1689 | 2026-08-19T22:53:53.463Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1690 | 2026-08-19T22:53:53.463Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1691 | 2026-08-19T22:53:53.495Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1692 | 2026-08-19T22:53:53.495Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1693 | 2026-08-19T22:53:53.495Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1694 | 2026-08-19T22:53:53.507Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1695 | 2026-08-19T22:53:53.507Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1696 | 2026-08-19T22:53:53.507Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1697 | 2026-08-19T22:53:53.539Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1698 | 2026-08-19T22:53:53.539Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1699 | 2026-08-19T22:53:53.539Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1700 | 2026-08-19T22:53:53.550Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1701 | 2026-08-19T22:53:53.550Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1702 | 2026-08-19T22:53:53.551Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1703 | 2026-08-19T22:53:53.583Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1704 | 2026-08-19T22:53:53.584Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1705 | 2026-08-19T22:53:53.584Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1706 | 2026-08-19T22:53:53.594Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1707 | 2026-08-19T22:53:53.594Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1708 | 2026-08-19T22:53:53.594Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1709 | 2026-08-19T22:53:53.627Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1710 | 2026-08-19T22:53:53.628Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1711 | 2026-08-19T22:53:53.628Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1712 | 2026-08-19T22:53:53.628Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 1713 | 2026-08-19T22:53:53.628Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 10019
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1714 | 2026-08-19T22:53:53.629Z | INFO | phd-runner: test phd_tests::disk::in_memory_backend_migration_test ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 1715 | 2026-08-19T22:53:53.629Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1716 | 2026-08-19T22:53:53.630Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1195
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1717 | 2026-08-19T22:53:53.631Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::disk::in_memory_backend_migration_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1718 | 2026-08-19T22:53:53.712Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 83
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1719 | 2026-08-19T22:53:53.712Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 10898
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
|
| 1720 | 2026-08-19T22:53:53.714Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::disk::in_memory_backend_migration_test
self.address = 127.0.0.1:9002
target = phd_framework::test_vm::server
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1721 | 2026-08-19T22:53:53.791Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::zfs
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1722 | 2026-08-19T22:53:53.791Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-3488b387-9219-4540-baf9-5648c291c96c"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::zfs
verb = destroy
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1723 | 2026-08-19T22:53:53.818Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::zfs
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1724 | 2026-08-19T22:53:53.818Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-0ce11f47-e5c1-4cf0-bfb2-d791661a1466"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::zfs
verb = destroy
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1725 | 2026-08-19T22:53:53.837Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 209
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1726 | 2026-08-19T22:53:53.838Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5344
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
target = phd_framework::test_vm
target_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
vm = in_memory_backend_migration_test_target
vm_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1727 | 2026-08-19T22:53:53.838Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 5345
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = 6bd0c80d-f46e-4201-8df8-2886c8d9cfa7
target = phd_framework::test_vm
target_id = e0b7a678-6bba-4b70-8504-916d9796dfc6
|
| 1728 | 2026-08-19T22:53:53.838Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 208
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1729 | 2026-08-19T22:53:53.838Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 11113
file = phd-tests/tests/src/disk.rs
line = 146
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_tests::disk
|
| 1730 | 2026-08-19T22:53:53.838Z | INFO | phd-runner: Starting test phd_tests::crucible::migrate::smoke_test
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 1731 | 2026-08-19T22:53:53.838Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1732 | 2026-08-19T22:53:53.838Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1733 | 2026-08-19T22:53:53.838Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/crucible/migrate.rs
line = 10
path = phd_tests::crucible::migrate::smoke_test
target = phd_tests::crucible::migrate
|
| 1734 | 2026-08-19T22:53:53.838Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 1735 | 2026-08-19T22:53:53.838Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1736 | 2026-08-19T22:53:53.838Z | DEBG | phd-runner: [TEST - EVENT] checking for existing copy of artifact
file = phd-tests/framework/src/artifacts/store.rs
line = 89
maybe_path = /phd-artifacts/fdcb1fb6b813d621788c8e8542cfd939240e295029a624a25123e0b2f1fda4ff/crucible-nightly.tar.gz
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::artifacts::store
|
| 1737 | 2026-08-19T22:53:53.838Z | DEBG | phd-runner: [TEST - EVENT] Downloading file from Buildomat...
file = phd-tests/framework/src/artifacts/buildomat.rs
line = 215
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::artifacts::buildomat
timeout = 600s
uri = https://buildomat.eng.oxide.computer/public/file/oxidecomputer/crucible/nightly-image/ad8a31742adc45e925e63443a5b43c8e30604022/crucible-nightly.tar.gz
|
| 1738 | 2026-08-19T22:54:03.242Z | DEBG | phd-runner: [TEST - EVENT] Extracting artifact from tarball
extracted_path = /phd-artifacts/fdcb1fb6b813d621788c8e8542cfd939240e295029a624a25123e0b2f1fda4ff/crucible-downstairs
file = phd-tests/framework/src/artifacts/store.rs
line = 160
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::artifacts::store
untar_path = target/release/crucible-downstairs
|
| 1739 | 2026-08-19T22:54:03.242Z | DEBG | phd-runner: [TEST - EVENT] Extracting gzipped tarball...
file = phd-tests/framework/src/artifacts/store.rs
line = 514
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::artifacts::store
|
| 1740 | 2026-08-19T22:54:09.835Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1741 | 2026-08-19T22:54:09.835Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/2e5b9ff7-352b-487e-abbf-bdec09af7407_9000", "--encrypted", "--uuid", "2e5b9ff7-352b-487e-abbf-bdec09af7407", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::disk::crucible
|
| 1742 | 2026-08-19T22:54:09.943Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
path = phd_tests::crucible::migrate::smoke_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/2e5b9ff7-352b-487e-abbf-bdec09af7407_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:54:09.851640718Z","hostname":"BRM42220010","pid":1062}\n{"msg":"UUID: 2e5b9ff7-352b-487e-abbf-bdec09af7407","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:54:09.934456702Z","hostname":"BRM42220010","pid":1062}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:54:09.934472241Z","hostname":"BRM42220010","pid":1062}\n
target = phd_framework::disk::crucible
|
| 1743 | 2026-08-19T22:54:09.943Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/2e5b9ff7-352b-487e-abbf-bdec09af7407_9001", "--encrypted", "--uuid", "2e5b9ff7-352b-487e-abbf-bdec09af7407", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::disk::crucible
|
| 1744 | 2026-08-19T22:54:10.044Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
path = phd_tests::crucible::migrate::smoke_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/2e5b9ff7-352b-487e-abbf-bdec09af7407_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:54:09.954494854Z","hostname":"BRM42220010","pid":1063}\n{"msg":"UUID: 2e5b9ff7-352b-487e-abbf-bdec09af7407","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:54:10.039520491Z","hostname":"BRM42220010","pid":1063}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:54:10.039553774Z","hostname":"BRM42220010","pid":1063}\n
target = phd_framework::disk::crucible
|
| 1745 | 2026-08-19T22:54:10.044Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/2e5b9ff7-352b-487e-abbf-bdec09af7407_9002", "--encrypted", "--uuid", "2e5b9ff7-352b-487e-abbf-bdec09af7407", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::disk::crucible
|
| 1746 | 2026-08-19T22:54:10.144Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
path = phd_tests::crucible::migrate::smoke_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/2e5b9ff7-352b-487e-abbf-bdec09af7407_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:54:10.054118477Z","hostname":"BRM42220010","pid":1064}\n{"msg":"UUID: 2e5b9ff7-352b-487e-abbf-bdec09af7407","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:54:10.138682066Z","hostname":"BRM42220010","pid":1064}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:54:10.138714167Z","hostname":"BRM42220010","pid":1064}\n
target = phd_framework::disk::crucible
|
| 1747 | 2026-08-19T22:54:10.144Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::crucible::migrate::smoke_test
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::migrate::smoke_test/crucible_2e5b9ff7-352b-487e-abbf-bdec09af7407_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::migrate::smoke_test/crucible_2e5b9ff7-352b-487e-abbf-bdec09af7407_9000.stdout.log"
target = phd_framework::log_config
|
| 1748 | 2026-08-19T22:54:10.144Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/2e5b9ff7-352b-487e-abbf-bdec09af7407_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::disk::crucible
|
| 1749 | 2026-08-19T22:54:10.144Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/2e5b9ff7-352b-487e-abbf-bdec09af7407_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::disk::crucible
|
| 1750 | 2026-08-19T22:54:10.146Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::crucible::migrate::smoke_test
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::migrate::smoke_test/crucible_2e5b9ff7-352b-487e-abbf-bdec09af7407_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::migrate::smoke_test/crucible_2e5b9ff7-352b-487e-abbf-bdec09af7407_9001.stdout.log"
target = phd_framework::log_config
|
| 1751 | 2026-08-19T22:54:10.146Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/2e5b9ff7-352b-487e-abbf-bdec09af7407_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::disk::crucible
|
| 1752 | 2026-08-19T22:54:10.146Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/2e5b9ff7-352b-487e-abbf-bdec09af7407_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::disk::crucible
|
| 1753 | 2026-08-19T22:54:10.148Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::crucible::migrate::smoke_test
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::migrate::smoke_test/crucible_2e5b9ff7-352b-487e-abbf-bdec09af7407_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::migrate::smoke_test/crucible_2e5b9ff7-352b-487e-abbf-bdec09af7407_9002.stdout.log"
target = phd_framework::log_config
|
| 1754 | 2026-08-19T22:54:10.148Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/2e5b9ff7-352b-487e-abbf-bdec09af7407_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::disk::crucible
|
| 1755 | 2026-08-19T22:54:10.148Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/2e5b9ff7-352b-487e-abbf-bdec09af7407_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::disk::crucible
|
| 1756 | 2026-08-19T22:54:10.152Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
|
| 1757 | 2026-08-19T22:54:10.152Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm_name = crucible_migrate_smoke_source
|
| 1758 | 2026-08-19T22:54:10.152Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 1759 | 2026-08-19T22:54:10.152Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::crucible::migrate::smoke_test
server_addr = 127.0.0.1:9003
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 1760 | 2026-08-19T22:54:10.152Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::crucible::migrate::smoke_test
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::migrate::smoke_test/crucible_migrate_smoke_source.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::migrate::smoke_test/crucible_migrate_smoke_source.stdout.log"
target = phd_framework::log_config
|
| 1761 | 2026-08-19T22:54:10.212Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1068
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm::server
|
| 1762 | 2026-08-19T22:54:10.226Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 74
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
|
| 1763 | 2026-08-19T22:54:10.227Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1764 | 2026-08-19T22:54:10.227Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9003/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1765 | 2026-08-19T22:54:10.937Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1766 | 2026-08-19T22:54:10.938Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: d4db3828-4c05-428d-a232-d46e859da01d, name: "phd-vm-d4db3828-4c05-428d-a232-d46e859da01d", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: a4593036-27f1-46a3-8f6e-7c5abe758051, project_id: 2e2ed16a-ff80-4ea5-bca9-23baa9d5b3e9, sled_id: 5f68bebb-ee44-4de6-80d2-6c880f2aedb0, sled_serial: "5f68bebb-ee44-4de6-80d2-6c880f2aedb0", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1767 | 2026-08-19T22:54:10.939Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1768 | 2026-08-19T22:54:10.939Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::crucible::migrate::smoke_test
state = Run
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1769 | 2026-08-19T22:54:10.940Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1770 | 2026-08-19T22:54:10.940Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
|
| 1771 | 2026-08-19T22:54:10.940Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1772 | 2026-08-19T22:54:10.940Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::crucible::migrate::smoke_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 1773 | 2026-08-19T22:54:10.940Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1774 | 2026-08-19T22:54:10.940Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1775 | 2026-08-19T22:54:16.028Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 5087
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1776 | 2026-08-19T22:54:16.028Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::crucible::migrate::smoke_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 1777 | 2026-08-19T22:54:16.028Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::crucible::migrate::smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1778 | 2026-08-19T22:54:16.029Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1779 | 2026-08-19T22:54:16.029Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1780 | 2026-08-19T22:54:16.059Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 30
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1781 | 2026-08-19T22:54:16.059Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::crucible::migrate::smoke_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 1782 | 2026-08-19T22:54:16.059Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::crucible::migrate::smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1783 | 2026-08-19T22:54:16.059Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1784 | 2026-08-19T22:54:16.059Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1785 | 2026-08-19T22:54:16.092Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1786 | 2026-08-19T22:54:16.092Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
|
| 1787 | 2026-08-19T22:54:16.092Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 5151
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
|
| 1788 | 2026-08-19T22:54:16.092Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1789 | 2026-08-19T22:54:16.092Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1790 | 2026-08-19T22:54:16.102Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1791 | 2026-08-19T22:54:16.102Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1792 | 2026-08-19T22:54:16.102Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1793 | 2026-08-19T22:54:16.125Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 23
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1794 | 2026-08-19T22:54:16.126Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1795 | 2026-08-19T22:54:16.126Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1796 | 2026-08-19T22:54:16.136Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1797 | 2026-08-19T22:54:16.137Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1798 | 2026-08-19T22:54:16.137Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1799 | 2026-08-19T22:54:16.170Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1800 | 2026-08-19T22:54:16.170Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1801 | 2026-08-19T22:54:16.170Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1802 | 2026-08-19T22:54:16.181Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1803 | 2026-08-19T22:54:16.181Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1804 | 2026-08-19T22:54:16.181Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1805 | 2026-08-19T22:54:16.214Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1806 | 2026-08-19T22:54:16.214Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1807 | 2026-08-19T22:54:16.215Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1808 | 2026-08-19T22:54:16.225Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1809 | 2026-08-19T22:54:16.225Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1810 | 2026-08-19T22:54:16.225Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1811 | 2026-08-19T22:54:16.259Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1812 | 2026-08-19T22:54:16.259Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1813 | 2026-08-19T22:54:16.259Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1814 | 2026-08-19T22:54:16.270Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1815 | 2026-08-19T22:54:16.270Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1816 | 2026-08-19T22:54:16.270Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1817 | 2026-08-19T22:54:16.303Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1818 | 2026-08-19T22:54:16.303Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1819 | 2026-08-19T22:54:16.303Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1820 | 2026-08-19T22:54:16.315Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1821 | 2026-08-19T22:54:16.315Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1822 | 2026-08-19T22:54:16.315Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1823 | 2026-08-19T22:54:16.348Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1824 | 2026-08-19T22:54:16.348Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
|
| 1825 | 2026-08-19T22:54:16.348Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm_name = crucible_migrate_smoke_target
|
| 1826 | 2026-08-19T22:54:16.348Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 1827 | 2026-08-19T22:54:16.349Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::crucible::migrate::smoke_test
server_addr = 127.0.0.1:9005
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 1828 | 2026-08-19T22:54:16.349Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::crucible::migrate::smoke_test
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::migrate::smoke_test/crucible_migrate_smoke_target.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::migrate::smoke_test/crucible_migrate_smoke_target.stdout.log"
target = phd_framework::log_config
|
| 1829 | 2026-08-19T22:54:16.375Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1069
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm::server
|
| 1830 | 2026-08-19T22:54:16.388Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 39
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
|
| 1831 | 2026-08-19T22:54:16.388Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = d4db3828-4c05-428d-a232-d46e859da01d
target = phd_framework::test_vm
target_id = 3d1e7d9d-a941-44fa-8ea0-bf878032254b
|
| 1832 | 2026-08-19T22:54:16.388Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9003
file = phd-tests/framework/src/test_vm/mod.rs
line = 642
migration_id = 80e28d62-3a68-4681-95c7-c40fa475619e
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = d4db3828-4c05-428d-a232-d46e859da01d
target = phd_framework::test_vm
target_id = 3d1e7d9d-a941-44fa-8ea0-bf878032254b
timeout_duration = 45s
|
| 1833 | 2026-08-19T22:54:16.388Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = d4db3828-4c05-428d-a232-d46e859da01d
target = phd_framework::test_vm
target_id = 3d1e7d9d-a941-44fa-8ea0-bf878032254b
vm = crucible_migrate_smoke_target
vm_id = 3d1e7d9d-a941-44fa-8ea0-bf878032254b
|
| 1834 | 2026-08-19T22:54:16.389Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9005/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = d4db3828-4c05-428d-a232-d46e859da01d
target = phd_framework::test_vm
target_id = 3d1e7d9d-a941-44fa-8ea0-bf878032254b
vm = crucible_migrate_smoke_target
vm_id = 3d1e7d9d-a941-44fa-8ea0-bf878032254b
|
| 1835 | 2026-08-19T22:54:16.869Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 3d1e7d9d-a941-44fa-8ea0-bf878032254b, name: "phd-vm-3d1e7d9d-a941-44fa-8ea0-bf878032254b", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: a4593036-27f1-46a3-8f6e-7c5abe758051, project_id: 2e2ed16a-ff80-4ea5-bca9-23baa9d5b3e9, sled_id: 14d12598-5253-40c7-b531-32e18077aeb4, sled_serial: "14d12598-5253-40c7-b531-32e18077aeb4", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 514
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = d4db3828-4c05-428d-a232-d46e859da01d
target = phd_framework::test_vm
target_id = 3d1e7d9d-a941-44fa-8ea0-bf878032254b
vm = crucible_migrate_smoke_target
vm_id = 3d1e7d9d-a941-44fa-8ea0-bf878032254b
|
| 1836 | 2026-08-19T22:54:16.869Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = 80e28d62-3a68-4681-95c7-c40fa475619e
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = d4db3828-4c05-428d-a232-d46e859da01d
target = phd_framework::test_vm
target_id = 3d1e7d9d-a941-44fa-8ea0-bf878032254b
|
| 1837 | 2026-08-19T22:54:19.307Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9005","from_start":7847}}
target = phd_framework::serial
|
| 1838 | 2026-08-19T22:54:19.850Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 676
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = d4db3828-4c05-428d-a232-d46e859da01d
target = phd_framework::test_vm
target_id = 3d1e7d9d-a941-44fa-8ea0-bf878032254b
|
| 1839 | 2026-08-19T22:54:19.851Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2981
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = 80e28d62-3a68-4681-95c7-c40fa475619e
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = d4db3828-4c05-428d-a232-d46e859da01d
target = phd_framework::test_vm
target_id = 3d1e7d9d-a941-44fa-8ea0-bf878032254b
|
| 1840 | 2026-08-19T22:54:19.851Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_target
vm_id = 3d1e7d9d-a941-44fa-8ea0-bf878032254b
|
| 1841 | 2026-08-19T22:54:19.851Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_migrate_smoke_target
vm_id = 3d1e7d9d-a941-44fa-8ea0-bf878032254b
|
| 1842 | 2026-08-19T22:54:22.083Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 2231
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_target
vm_id = 3d1e7d9d-a941-44fa-8ea0-bf878032254b
|
| 1843 | 2026-08-19T22:54:22.083Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_target
vm_id = 3d1e7d9d-a941-44fa-8ea0-bf878032254b
|
| 1844 | 2026-08-19T22:54:22.083Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_migrate_smoke_target
vm_id = 3d1e7d9d-a941-44fa-8ea0-bf878032254b
|
| 1845 | 2026-08-19T22:54:22.116Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_target
vm_id = 3d1e7d9d-a941-44fa-8ea0-bf878032254b
|
| 1846 | 2026-08-19T22:54:22.117Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_target
vm_id = 3d1e7d9d-a941-44fa-8ea0-bf878032254b
|
| 1847 | 2026-08-19T22:54:22.117Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_migrate_smoke_target
vm_id = 3d1e7d9d-a941-44fa-8ea0-bf878032254b
|
| 1848 | 2026-08-19T22:54:22.127Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_target
vm_id = 3d1e7d9d-a941-44fa-8ea0-bf878032254b
|
| 1849 | 2026-08-19T22:54:22.128Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_target
vm_id = 3d1e7d9d-a941-44fa-8ea0-bf878032254b
|
| 1850 | 2026-08-19T22:54:22.128Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_migrate_smoke_target
vm_id = 3d1e7d9d-a941-44fa-8ea0-bf878032254b
|
| 1851 | 2026-08-19T22:54:22.161Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_target
vm_id = 3d1e7d9d-a941-44fa-8ea0-bf878032254b
|
| 1852 | 2026-08-19T22:54:22.161Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_target
vm_id = 3d1e7d9d-a941-44fa-8ea0-bf878032254b
|
| 1853 | 2026-08-19T22:54:22.161Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1854 | 2026-08-19T22:54:22.161Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 1855 | 2026-08-19T22:54:22.162Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 11223
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1856 | 2026-08-19T22:54:22.162Z | INFO | phd-runner: test phd_tests::crucible::migrate::smoke_test ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 1857 | 2026-08-19T22:54:22.162Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1858 | 2026-08-19T22:54:22.163Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1195
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_target
vm_id = 3d1e7d9d-a941-44fa-8ea0-bf878032254b
|
| 1859 | 2026-08-19T22:54:22.164Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::crucible::migrate::smoke_test
self.address = 127.0.0.1:9003
target = phd_framework::test_vm::server
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1860 | 2026-08-19T22:54:22.246Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 84
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1861 | 2026-08-19T22:54:22.246Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 12019
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = d4db3828-4c05-428d-a232-d46e859da01d
|
| 1862 | 2026-08-19T22:54:22.248Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::crucible::migrate::smoke_test
self.address = 127.0.0.1:9005
target = phd_framework::test_vm::server
vm = crucible_migrate_smoke_target
vm_id = 3d1e7d9d-a941-44fa-8ea0-bf878032254b
|
| 1863 | 2026-08-19T22:54:22.335Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
path = phd_tests::crucible::migrate::smoke_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9000, vcr_address_override: None, data_dir: DataDirectory { path: "/tmp/propolis-phd/2e5b9ff7-352b-487e-abbf-bdec09af7407_9000" } }
target = phd_framework::disk::crucible
vm = crucible_migrate_smoke_target
vm_id = 3d1e7d9d-a941-44fa-8ea0-bf878032254b
|
| 1864 | 2026-08-19T22:54:22.341Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::migrate::smoke_test
self.path = "/tmp/propolis-phd/2e5b9ff7-352b-487e-abbf-bdec09af7407_9000"
target = phd_framework::disk::crucible
vm = crucible_migrate_smoke_target
vm_id = 3d1e7d9d-a941-44fa-8ea0-bf878032254b
|
| 1865 | 2026-08-19T22:54:22.357Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
path = phd_tests::crucible::migrate::smoke_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9001, vcr_address_override: None, data_dir: DataDirectory { path: "/tmp/propolis-phd/2e5b9ff7-352b-487e-abbf-bdec09af7407_9001" } }
target = phd_framework::disk::crucible
vm = crucible_migrate_smoke_target
vm_id = 3d1e7d9d-a941-44fa-8ea0-bf878032254b
|
| 1866 | 2026-08-19T22:54:22.363Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::migrate::smoke_test
self.path = "/tmp/propolis-phd/2e5b9ff7-352b-487e-abbf-bdec09af7407_9001"
target = phd_framework::disk::crucible
vm = crucible_migrate_smoke_target
vm_id = 3d1e7d9d-a941-44fa-8ea0-bf878032254b
|
| 1867 | 2026-08-19T22:54:22.376Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
path = phd_tests::crucible::migrate::smoke_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9002, vcr_address_override: None, data_dir: DataDirectory { path: "/tmp/propolis-phd/2e5b9ff7-352b-487e-abbf-bdec09af7407_9002" } }
target = phd_framework::disk::crucible
vm = crucible_migrate_smoke_target
vm_id = 3d1e7d9d-a941-44fa-8ea0-bf878032254b
|
| 1868 | 2026-08-19T22:54:22.384Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::migrate::smoke_test
self.path = "/tmp/propolis-phd/2e5b9ff7-352b-487e-abbf-bdec09af7407_9002"
target = phd_framework::disk::crucible
vm = crucible_migrate_smoke_target
vm_id = 3d1e7d9d-a941-44fa-8ea0-bf878032254b
|
| 1869 | 2026-08-19T22:54:22.396Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 234
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_target
vm_id = 3d1e7d9d-a941-44fa-8ea0-bf878032254b
|
| 1870 | 2026-08-19T22:54:22.396Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 234
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1871 | 2026-08-19T22:54:22.396Z | INFO | phd-runner: Starting test phd_tests::crucible::migrate::load_test
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 1872 | 2026-08-19T22:54:22.396Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1873 | 2026-08-19T22:54:22.396Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6007
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = d4db3828-4c05-428d-a232-d46e859da01d
target = phd_framework::test_vm
target_id = 3d1e7d9d-a941-44fa-8ea0-bf878032254b
vm = crucible_migrate_smoke_target
vm_id = 3d1e7d9d-a941-44fa-8ea0-bf878032254b
|
| 1874 | 2026-08-19T22:54:22.396Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1875 | 2026-08-19T22:54:22.396Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 6008
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = d4db3828-4c05-428d-a232-d46e859da01d
target = phd_framework::test_vm
target_id = 3d1e7d9d-a941-44fa-8ea0-bf878032254b
|
| 1876 | 2026-08-19T22:54:22.397Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 28557
file = phd-tests/tests/src/crucible/migrate.rs
line = 10
path = phd_tests::crucible::migrate::smoke_test
target = phd_tests::crucible::migrate
|
| 1877 | 2026-08-19T22:54:22.397Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/crucible/migrate.rs
line = 40
path = phd_tests::crucible::migrate::load_test
target = phd_tests::crucible::migrate
|
| 1878 | 2026-08-19T22:54:22.397Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 1879 | 2026-08-19T22:54:22.397Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1880 | 2026-08-19T22:54:22.397Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/fdcb1fb6b813d621788c8e8542cfd939240e295029a624a25123e0b2f1fda4ff/crucible-downstairs
target = phd_framework::artifacts::store
|
| 1881 | 2026-08-19T22:54:22.397Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1882 | 2026-08-19T22:54:22.397Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/0a1fabac-8a18-4baa-b3d4-8255fc90bbb3_9000", "--encrypted", "--uuid", "0a1fabac-8a18-4baa-b3d4-8255fc90bbb3", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::migrate::load_test
target = phd_framework::disk::crucible
|
| 1883 | 2026-08-19T22:54:22.511Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
path = phd_tests::crucible::migrate::load_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/0a1fabac-8a18-4baa-b3d4-8255fc90bbb3_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:54:22.407838654Z","hostname":"BRM42220010","pid":1072}\n{"msg":"UUID: 0a1fabac-8a18-4baa-b3d4-8255fc90bbb3","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:54:22.506581429Z","hostname":"BRM42220010","pid":1072}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:54:22.506604808Z","hostname":"BRM42220010","pid":1072}\n
target = phd_framework::disk::crucible
|
| 1884 | 2026-08-19T22:54:22.511Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/0a1fabac-8a18-4baa-b3d4-8255fc90bbb3_9001", "--encrypted", "--uuid", "0a1fabac-8a18-4baa-b3d4-8255fc90bbb3", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::migrate::load_test
target = phd_framework::disk::crucible
|
| 1885 | 2026-08-19T22:54:22.625Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
path = phd_tests::crucible::migrate::load_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/0a1fabac-8a18-4baa-b3d4-8255fc90bbb3_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:54:22.521982685Z","hostname":"BRM42220010","pid":1073}\n{"msg":"UUID: 0a1fabac-8a18-4baa-b3d4-8255fc90bbb3","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:54:22.620250319Z","hostname":"BRM42220010","pid":1073}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:54:22.620278821Z","hostname":"BRM42220010","pid":1073}\n
target = phd_framework::disk::crucible
|
| 1886 | 2026-08-19T22:54:22.625Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/0a1fabac-8a18-4baa-b3d4-8255fc90bbb3_9002", "--encrypted", "--uuid", "0a1fabac-8a18-4baa-b3d4-8255fc90bbb3", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::migrate::load_test
target = phd_framework::disk::crucible
|
| 1887 | 2026-08-19T22:54:22.741Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
path = phd_tests::crucible::migrate::load_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/0a1fabac-8a18-4baa-b3d4-8255fc90bbb3_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:54:22.635984624Z","hostname":"BRM42220010","pid":1074}\n{"msg":"UUID: 0a1fabac-8a18-4baa-b3d4-8255fc90bbb3","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:54:22.73684058Z","hostname":"BRM42220010","pid":1074}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:54:22.736865978Z","hostname":"BRM42220010","pid":1074}\n
target = phd_framework::disk::crucible
|
| 1888 | 2026-08-19T22:54:22.741Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::crucible::migrate::load_test
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::migrate::load_test/crucible_0a1fabac-8a18-4baa-b3d4-8255fc90bbb3_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::migrate::load_test/crucible_0a1fabac-8a18-4baa-b3d4-8255fc90bbb3_9000.stdout.log"
target = phd_framework::log_config
|
| 1889 | 2026-08-19T22:54:22.742Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/0a1fabac-8a18-4baa-b3d4-8255fc90bbb3_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::migrate::load_test
target = phd_framework::disk::crucible
|
| 1890 | 2026-08-19T22:54:22.742Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/0a1fabac-8a18-4baa-b3d4-8255fc90bbb3_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::migrate::load_test
target = phd_framework::disk::crucible
|
| 1891 | 2026-08-19T22:54:22.744Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::crucible::migrate::load_test
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::migrate::load_test/crucible_0a1fabac-8a18-4baa-b3d4-8255fc90bbb3_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::migrate::load_test/crucible_0a1fabac-8a18-4baa-b3d4-8255fc90bbb3_9001.stdout.log"
target = phd_framework::log_config
|
| 1892 | 2026-08-19T22:54:22.744Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/0a1fabac-8a18-4baa-b3d4-8255fc90bbb3_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::migrate::load_test
target = phd_framework::disk::crucible
|
| 1893 | 2026-08-19T22:54:22.744Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/0a1fabac-8a18-4baa-b3d4-8255fc90bbb3_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::migrate::load_test
target = phd_framework::disk::crucible
|
| 1894 | 2026-08-19T22:54:22.746Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::crucible::migrate::load_test
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::migrate::load_test/crucible_0a1fabac-8a18-4baa-b3d4-8255fc90bbb3_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::migrate::load_test/crucible_0a1fabac-8a18-4baa-b3d4-8255fc90bbb3_9002.stdout.log"
target = phd_framework::log_config
|
| 1895 | 2026-08-19T22:54:22.746Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/0a1fabac-8a18-4baa-b3d4-8255fc90bbb3_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::migrate::load_test
target = phd_framework::disk::crucible
|
| 1896 | 2026-08-19T22:54:22.746Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/0a1fabac-8a18-4baa-b3d4-8255fc90bbb3_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::migrate::load_test
target = phd_framework::disk::crucible
|
| 1897 | 2026-08-19T22:54:22.749Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
|
| 1898 | 2026-08-19T22:54:22.749Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm_name = crucible_load_test_source
|
| 1899 | 2026-08-19T22:54:22.749Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 1900 | 2026-08-19T22:54:22.749Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::crucible::migrate::load_test
server_addr = 127.0.0.1:9003
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 1901 | 2026-08-19T22:54:22.749Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::crucible::migrate::load_test
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::migrate::load_test/crucible_load_test_source.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::migrate::load_test/crucible_load_test_source.stdout.log"
target = phd_framework::log_config
|
| 1902 | 2026-08-19T22:54:22.775Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1078
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm::server
|
| 1903 | 2026-08-19T22:54:22.790Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 41
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
|
| 1904 | 2026-08-19T22:54:22.790Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1905 | 2026-08-19T22:54:22.791Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9003/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1906 | 2026-08-19T22:54:23.518Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1907 | 2026-08-19T22:54:23.520Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 3e6c1186-ba23-4669-8b54-83b3fbb59f12, name: "phd-vm-3e6c1186-ba23-4669-8b54-83b3fbb59f12", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 23c34c25-6252-409a-abb1-8ef44fb896c6, project_id: f9d8a791-b963-465a-ab91-c943129f45ee, sled_id: 0013bd13-1cce-4898-9da2-39dac02a2dad, sled_serial: "0013bd13-1cce-4898-9da2-39dac02a2dad", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1908 | 2026-08-19T22:54:23.520Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1909 | 2026-08-19T22:54:23.520Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::crucible::migrate::load_test
state = Run
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1910 | 2026-08-19T22:54:23.522Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1911 | 2026-08-19T22:54:23.522Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
|
| 1912 | 2026-08-19T22:54:23.522Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1913 | 2026-08-19T22:54:23.522Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::crucible::migrate::load_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 1914 | 2026-08-19T22:54:23.522Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1915 | 2026-08-19T22:54:23.522Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1916 | 2026-08-19T22:54:28.663Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 5140
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1917 | 2026-08-19T22:54:28.663Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::crucible::migrate::load_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 1918 | 2026-08-19T22:54:28.663Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::crucible::migrate::load_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1919 | 2026-08-19T22:54:28.663Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1920 | 2026-08-19T22:54:28.663Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1921 | 2026-08-19T22:54:28.691Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 28
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1922 | 2026-08-19T22:54:28.692Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::crucible::migrate::load_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 1923 | 2026-08-19T22:54:28.692Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::crucible::migrate::load_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1924 | 2026-08-19T22:54:28.692Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1925 | 2026-08-19T22:54:28.692Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1926 | 2026-08-19T22:54:28.724Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1927 | 2026-08-19T22:54:28.724Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
|
| 1928 | 2026-08-19T22:54:28.725Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 5202
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
|
| 1929 | 2026-08-19T22:54:28.725Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
|
| 1930 | 2026-08-19T22:54:28.725Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm_name = crucible_load_test_target
|
| 1931 | 2026-08-19T22:54:28.725Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 1932 | 2026-08-19T22:54:28.725Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::crucible::migrate::load_test
server_addr = 127.0.0.1:9005
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 1933 | 2026-08-19T22:54:28.725Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::crucible::migrate::load_test
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::migrate::load_test/crucible_load_test_target.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::migrate::load_test/crucible_load_test_target.stdout.log"
target = phd_framework::log_config
|
| 1934 | 2026-08-19T22:54:28.754Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1079
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm::server
|
| 1935 | 2026-08-19T22:54:28.768Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 43
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
|
| 1936 | 2026-08-19T22:54:28.768Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1937 | 2026-08-19T22:54:28.768Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1938 | 2026-08-19T22:54:28.779Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1939 | 2026-08-19T22:54:28.779Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1940 | 2026-08-19T22:54:28.779Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1941 | 2026-08-19T22:54:29.062Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 282
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1942 | 2026-08-19T22:54:29.062Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1943 | 2026-08-19T22:54:29.062Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1944 | 2026-08-19T22:54:29.073Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1945 | 2026-08-19T22:54:29.073Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1946 | 2026-08-19T22:54:29.074Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1947 | 2026-08-19T22:54:29.105Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1948 | 2026-08-19T22:54:29.106Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1949 | 2026-08-19T22:54:29.106Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1950 | 2026-08-19T22:54:29.116Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1951 | 2026-08-19T22:54:29.116Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1952 | 2026-08-19T22:54:29.117Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1953 | 2026-08-19T22:54:29.383Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 266
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1954 | 2026-08-19T22:54:29.384Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1955 | 2026-08-19T22:54:29.384Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1956 | 2026-08-19T22:54:29.394Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1957 | 2026-08-19T22:54:29.395Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1958 | 2026-08-19T22:54:29.395Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1959 | 2026-08-19T22:54:29.427Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1960 | 2026-08-19T22:54:29.427Z | INFO | phd-runner: [TEST - EVENT] Generated SHA256 checksum: d6f8a7986cc7354e134d9eb195a0496bb8c681660f3c5b410ae13d3059fb4674
file = phd-tests/tests/src/crucible/migrate.rs
line = 72
path = phd_tests::crucible::migrate::load_test
target = phd_tests::crucible::migrate
|
| 1961 | 2026-08-19T22:54:29.428Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1962 | 2026-08-19T22:54:29.428Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1963 | 2026-08-19T22:54:29.439Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1964 | 2026-08-19T22:54:29.439Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1965 | 2026-08-19T22:54:29.439Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1966 | 2026-08-19T22:54:29.472Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1967 | 2026-08-19T22:54:29.472Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1968 | 2026-08-19T22:54:29.472Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1969 | 2026-08-19T22:54:29.484Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1970 | 2026-08-19T22:54:29.484Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1971 | 2026-08-19T22:54:29.484Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1972 | 2026-08-19T22:54:29.516Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 1973 | 2026-08-19T22:54:29.517Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
target = phd_framework::test_vm
target_id = adc5ca4b-0a7e-42ed-8265-b078bc266a7a
|
| 1974 | 2026-08-19T22:54:29.517Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9003
file = phd-tests/framework/src/test_vm/mod.rs
line = 642
migration_id = 2125dc29-42e2-45c4-b423-f024d816cfd7
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
target = phd_framework::test_vm
target_id = adc5ca4b-0a7e-42ed-8265-b078bc266a7a
timeout_duration = 45s
|
| 1975 | 2026-08-19T22:54:29.517Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
target = phd_framework::test_vm
target_id = adc5ca4b-0a7e-42ed-8265-b078bc266a7a
vm = crucible_load_test_target
vm_id = adc5ca4b-0a7e-42ed-8265-b078bc266a7a
|
| 1976 | 2026-08-19T22:54:29.644Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: adc5ca4b-0a7e-42ed-8265-b078bc266a7a, name: "phd-vm-adc5ca4b-0a7e-42ed-8265-b078bc266a7a", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 23c34c25-6252-409a-abb1-8ef44fb896c6, project_id: f9d8a791-b963-465a-ab91-c943129f45ee, sled_id: c3aa00bb-9bfc-4839-8932-e2651d01d7a9, sled_serial: "c3aa00bb-9bfc-4839-8932-e2651d01d7a9", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 514
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
target = phd_framework::test_vm
target_id = adc5ca4b-0a7e-42ed-8265-b078bc266a7a
vm = crucible_load_test_target
vm_id = adc5ca4b-0a7e-42ed-8265-b078bc266a7a
|
| 1977 | 2026-08-19T22:54:29.644Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = 2125dc29-42e2-45c4-b423-f024d816cfd7
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
target = phd_framework::test_vm
target_id = adc5ca4b-0a7e-42ed-8265-b078bc266a7a
|
| 1978 | 2026-08-19T22:54:33.505Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9005","from_start":8049}}
target = phd_framework::serial
|
| 1979 | 2026-08-19T22:54:34.181Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 676
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
target = phd_framework::test_vm
target_id = adc5ca4b-0a7e-42ed-8265-b078bc266a7a
|
| 1980 | 2026-08-19T22:54:34.181Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 4536
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = 2125dc29-42e2-45c4-b423-f024d816cfd7
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
target = phd_framework::test_vm
target_id = adc5ca4b-0a7e-42ed-8265-b078bc266a7a
|
| 1981 | 2026-08-19T22:54:34.181Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = adc5ca4b-0a7e-42ed-8265-b078bc266a7a
|
| 1982 | 2026-08-19T22:54:34.181Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_target
vm_id = adc5ca4b-0a7e-42ed-8265-b078bc266a7a
|
| 1983 | 2026-08-19T22:54:34.193Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = adc5ca4b-0a7e-42ed-8265-b078bc266a7a
|
| 1984 | 2026-08-19T22:54:34.193Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = adc5ca4b-0a7e-42ed-8265-b078bc266a7a
|
| 1985 | 2026-08-19T22:54:34.193Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_target
vm_id = adc5ca4b-0a7e-42ed-8265-b078bc266a7a
|
| 1986 | 2026-08-19T22:54:34.226Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = adc5ca4b-0a7e-42ed-8265-b078bc266a7a
|
| 1987 | 2026-08-19T22:54:34.227Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = adc5ca4b-0a7e-42ed-8265-b078bc266a7a
|
| 1988 | 2026-08-19T22:54:34.227Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_target
vm_id = adc5ca4b-0a7e-42ed-8265-b078bc266a7a
|
| 1989 | 2026-08-19T22:54:34.238Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = adc5ca4b-0a7e-42ed-8265-b078bc266a7a
|
| 1990 | 2026-08-19T22:54:34.238Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = adc5ca4b-0a7e-42ed-8265-b078bc266a7a
|
| 1991 | 2026-08-19T22:54:34.238Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_target
vm_id = adc5ca4b-0a7e-42ed-8265-b078bc266a7a
|
| 1992 | 2026-08-19T22:54:34.270Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = adc5ca4b-0a7e-42ed-8265-b078bc266a7a
|
| 1993 | 2026-08-19T22:54:34.270Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = adc5ca4b-0a7e-42ed-8265-b078bc266a7a
|
| 1994 | 2026-08-19T22:54:34.270Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_target
vm_id = adc5ca4b-0a7e-42ed-8265-b078bc266a7a
|
| 1995 | 2026-08-19T22:54:34.281Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = adc5ca4b-0a7e-42ed-8265-b078bc266a7a
|
| 1996 | 2026-08-19T22:54:34.281Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = adc5ca4b-0a7e-42ed-8265-b078bc266a7a
|
| 1997 | 2026-08-19T22:54:34.281Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_target
vm_id = adc5ca4b-0a7e-42ed-8265-b078bc266a7a
|
| 1998 | 2026-08-19T22:54:34.548Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 266
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = adc5ca4b-0a7e-42ed-8265-b078bc266a7a
|
| 1999 | 2026-08-19T22:54:34.549Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = adc5ca4b-0a7e-42ed-8265-b078bc266a7a
|
| 2000 | 2026-08-19T22:54:34.549Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_target
vm_id = adc5ca4b-0a7e-42ed-8265-b078bc266a7a
|
| 2001 | 2026-08-19T22:54:34.559Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = adc5ca4b-0a7e-42ed-8265-b078bc266a7a
|
| 2002 | 2026-08-19T22:54:34.560Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = adc5ca4b-0a7e-42ed-8265-b078bc266a7a
|
| 2003 | 2026-08-19T22:54:34.560Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_target
vm_id = adc5ca4b-0a7e-42ed-8265-b078bc266a7a
|
| 2004 | 2026-08-19T22:54:34.593Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = adc5ca4b-0a7e-42ed-8265-b078bc266a7a
|
| 2005 | 2026-08-19T22:54:34.593Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = adc5ca4b-0a7e-42ed-8265-b078bc266a7a
|
| 2006 | 2026-08-19T22:54:34.593Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 2007 | 2026-08-19T22:54:34.593Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 2008 | 2026-08-19T22:54:34.594Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 11074
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2009 | 2026-08-19T22:54:34.594Z | INFO | phd-runner: test phd_tests::crucible::migrate::load_test ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 2010 | 2026-08-19T22:54:34.594Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2011 | 2026-08-19T22:54:34.595Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::crucible::migrate::load_test
self.address = 127.0.0.1:9003
target = phd_framework::test_vm::server
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 2012 | 2026-08-19T22:54:34.676Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 82
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 2013 | 2026-08-19T22:54:34.677Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 11886
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
|
| 2014 | 2026-08-19T22:54:34.677Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1195
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = adc5ca4b-0a7e-42ed-8265-b078bc266a7a
|
| 2015 | 2026-08-19T22:54:35.008Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::crucible::migrate::load_test
self.address = 127.0.0.1:9005
target = phd_framework::test_vm::server
vm = crucible_load_test_target
vm_id = adc5ca4b-0a7e-42ed-8265-b078bc266a7a
|
| 2016 | 2026-08-19T22:54:35.084Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
path = phd_tests::crucible::migrate::load_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9000, vcr_address_override: None, data_dir: DataDirectory { path: "/tmp/propolis-phd/0a1fabac-8a18-4baa-b3d4-8255fc90bbb3_9000" } }
target = phd_framework::disk::crucible
vm = crucible_load_test_target
vm_id = adc5ca4b-0a7e-42ed-8265-b078bc266a7a
|
| 2017 | 2026-08-19T22:54:35.090Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::migrate::load_test
self.path = "/tmp/propolis-phd/0a1fabac-8a18-4baa-b3d4-8255fc90bbb3_9000"
target = phd_framework::disk::crucible
vm = crucible_load_test_target
vm_id = adc5ca4b-0a7e-42ed-8265-b078bc266a7a
|
| 2018 | 2026-08-19T22:54:35.102Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
path = phd_tests::crucible::migrate::load_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9001, vcr_address_override: None, data_dir: DataDirectory { path: "/tmp/propolis-phd/0a1fabac-8a18-4baa-b3d4-8255fc90bbb3_9001" } }
target = phd_framework::disk::crucible
vm = crucible_load_test_target
vm_id = adc5ca4b-0a7e-42ed-8265-b078bc266a7a
|
| 2019 | 2026-08-19T22:54:35.108Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::migrate::load_test
self.path = "/tmp/propolis-phd/0a1fabac-8a18-4baa-b3d4-8255fc90bbb3_9001"
target = phd_framework::disk::crucible
vm = crucible_load_test_target
vm_id = adc5ca4b-0a7e-42ed-8265-b078bc266a7a
|
| 2020 | 2026-08-19T22:54:35.120Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
path = phd_tests::crucible::migrate::load_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9002, vcr_address_override: None, data_dir: DataDirectory { path: "/tmp/propolis-phd/0a1fabac-8a18-4baa-b3d4-8255fc90bbb3_9002" } }
target = phd_framework::disk::crucible
vm = crucible_load_test_target
vm_id = adc5ca4b-0a7e-42ed-8265-b078bc266a7a
|
| 2021 | 2026-08-19T22:54:35.127Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::migrate::load_test
self.path = "/tmp/propolis-phd/0a1fabac-8a18-4baa-b3d4-8255fc90bbb3_9002"
target = phd_framework::disk::crucible
vm = crucible_load_test_target
vm_id = adc5ca4b-0a7e-42ed-8265-b078bc266a7a
|
| 2022 | 2026-08-19T22:54:35.139Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 545
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = adc5ca4b-0a7e-42ed-8265-b078bc266a7a
|
| 2023 | 2026-08-19T22:54:35.140Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5622
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
target = phd_framework::test_vm
target_id = adc5ca4b-0a7e-42ed-8265-b078bc266a7a
vm = crucible_load_test_target
vm_id = adc5ca4b-0a7e-42ed-8265-b078bc266a7a
|
| 2024 | 2026-08-19T22:54:35.140Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 545
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2025 | 2026-08-19T22:54:35.140Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 5622
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = 3e6c1186-ba23-4669-8b54-83b3fbb59f12
target = phd_framework::test_vm
target_id = adc5ca4b-0a7e-42ed-8265-b078bc266a7a
|
| 2026 | 2026-08-19T22:54:35.140Z | INFO | phd-runner: Starting test phd_tests::boot_order::configurable_boot_order
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 2027 | 2026-08-19T22:54:35.140Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2028 | 2026-08-19T22:54:35.140Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 12742
file = phd-tests/tests/src/crucible/migrate.rs
line = 40
path = phd_tests::crucible::migrate::load_test
target = phd_tests::crucible::migrate
|
| 2029 | 2026-08-19T22:54:35.140Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2030 | 2026-08-19T22:54:35.140Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/boot_order.rs
line = 51
path = phd_tests::boot_order::configurable_boot_order
target = phd_tests::boot_order
|
| 2031 | 2026-08-19T22:54:35.140Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 2032 | 2026-08-19T22:54:35.140Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2033 | 2026-08-19T22:54:35.140Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2034 | 2026-08-19T22:54:35.140Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = list
|
| 2035 | 2026-08-19T22:54:35.152Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::boot_order::configurable_boot_order
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 210M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 2036 | 2026-08-19T22:54:35.153Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2fa4587a-10b1-48dd-8f52-8b1ee8742abd"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = snapshot
|
| 2037 | 2026-08-19T22:54:35.172Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2fa4587a-10b1-48dd-8f52-8b1ee8742abd", "phd-artifacts/phd-clone-466d6958-6ccc-4f27-8edc-ca76a5ec6b9f"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = clone
|
| 2038 | 2026-08-19T22:54:35.190Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-466d6958-6ccc-4f27-8edc-ca76a5ec6b9f"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = list
|
| 2039 | 2026-08-19T22:54:35.202Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::boot_order::configurable_boot_order
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-466d6958-6ccc-4f27-8edc-ca76a5ec6b9f 0B 25.3T 207M /phd-artifacts/phd-clone-466d6958-6ccc-4f27-8edc-ca76a5ec6b9f\n
target = phd_framework::zfs
|
| 2040 | 2026-08-19T22:54:35.203Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2041 | 2026-08-19T22:54:35.203Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = list
|
| 2042 | 2026-08-19T22:54:35.215Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::boot_order::configurable_boot_order
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 210M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 2043 | 2026-08-19T22:54:35.215Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-c06055a2-77b4-408a-9a48-0f097600383b"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = snapshot
|
| 2044 | 2026-08-19T22:54:35.235Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-c06055a2-77b4-408a-9a48-0f097600383b", "phd-artifacts/phd-clone-2a98764e-a7b1-406d-b838-edb919bd9502"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = clone
|
| 2045 | 2026-08-19T22:54:35.252Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-2a98764e-a7b1-406d-b838-edb919bd9502"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = list
|
| 2046 | 2026-08-19T22:54:35.264Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::boot_order::configurable_boot_order
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-2a98764e-a7b1-406d-b838-edb919bd9502 0B 25.3T 207M /phd-artifacts/phd-clone-2a98764e-a7b1-406d-b838-edb919bd9502\n
target = phd_framework::zfs
|
| 2047 | 2026-08-19T22:54:35.264Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
|
| 2048 | 2026-08-19T22:54:35.265Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm_name = configurable_boot_order
|
| 2049 | 2026-08-19T22:54:35.265Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 2050 | 2026-08-19T22:54:35.265Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::boot_order::configurable_boot_order
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 2051 | 2026-08-19T22:54:35.265Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::boot_order::configurable_boot_order
stderr_path = "/tmp/propolis-phd/phd_tests::boot_order::configurable_boot_order/configurable_boot_order.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::boot_order::configurable_boot_order/configurable_boot_order.stdout.log"
target = phd_framework::log_config
|
| 2052 | 2026-08-19T22:54:35.292Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1090
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm::server
|
| 2053 | 2026-08-19T22:54:35.307Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 42
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
|
| 2054 | 2026-08-19T22:54:35.307Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2055 | 2026-08-19T22:54:35.307Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2056 | 2026-08-19T22:54:36.012Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2057 | 2026-08-19T22:54:36.013Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: f659c810-42ca-4ff0-aadd-b1f8bd341adb, name: "phd-vm-f659c810-42ca-4ff0-aadd-b1f8bd341adb", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: ea51b836-ca66-449b-94ba-ca552e76ea97, project_id: 010e1bbb-7ff5-411e-b93c-c12c926de4de, sled_id: d9b93c74-25d2-4e9a-8ad7-1162ef2373dc, sled_serial: "d9b93c74-25d2-4e9a-8ad7-1162ef2373dc", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2058 | 2026-08-19T22:54:36.013Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2059 | 2026-08-19T22:54:36.013Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::boot_order::configurable_boot_order
state = Run
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2060 | 2026-08-19T22:54:36.014Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2061 | 2026-08-19T22:54:36.014Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
|
| 2062 | 2026-08-19T22:54:36.014Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = 300s
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2063 | 2026-08-19T22:54:36.014Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::configurable_boot_order
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 2064 | 2026-08-19T22:54:36.014Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2065 | 2026-08-19T22:54:36.014Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2066 | 2026-08-19T22:54:40.648Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4633
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2067 | 2026-08-19T22:54:40.648Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::configurable_boot_order
step = WriteStr("root")
target = phd_framework::test_vm
|
| 2068 | 2026-08-19T22:54:40.648Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::configurable_boot_order
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2069 | 2026-08-19T22:54:40.649Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2070 | 2026-08-19T22:54:40.649Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2071 | 2026-08-19T22:54:40.668Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 19
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2072 | 2026-08-19T22:54:40.668Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::configurable_boot_order
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 2073 | 2026-08-19T22:54:40.668Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::configurable_boot_order
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2074 | 2026-08-19T22:54:40.668Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2075 | 2026-08-19T22:54:40.668Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2076 | 2026-08-19T22:54:40.701Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2077 | 2026-08-19T22:54:40.701Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
|
| 2078 | 2026-08-19T22:54:40.701Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4687
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
|
| 2079 | 2026-08-19T22:54:40.702Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2080 | 2026-08-19T22:54:40.702Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2081 | 2026-08-19T22:54:40.712Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2082 | 2026-08-19T22:54:40.712Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2083 | 2026-08-19T22:54:40.712Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2084 | 2026-08-19T22:54:40.745Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2085 | 2026-08-19T22:54:40.745Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2086 | 2026-08-19T22:54:40.745Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2087 | 2026-08-19T22:54:40.756Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2088 | 2026-08-19T22:54:40.756Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2089 | 2026-08-19T22:54:40.756Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2090 | 2026-08-19T22:54:40.789Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2091 | 2026-08-19T22:54:40.790Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2092 | 2026-08-19T22:54:40.790Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2093 | 2026-08-19T22:54:40.799Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2094 | 2026-08-19T22:54:40.800Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2095 | 2026-08-19T22:54:40.800Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2096 | 2026-08-19T22:54:40.832Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2097 | 2026-08-19T22:54:40.833Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2098 | 2026-08-19T22:54:40.833Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2099 | 2026-08-19T22:54:40.843Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2100 | 2026-08-19T22:54:40.844Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2101 | 2026-08-19T22:54:40.844Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2102 | 2026-08-19T22:54:40.866Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2103 | 2026-08-19T22:54:40.867Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 2104 | 2026-08-19T22:54:40.867Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2105 | 2026-08-19T22:54:40.867Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2106 | 2026-08-19T22:54:40.867Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = list
|
| 2107 | 2026-08-19T22:54:40.878Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::boot_order::configurable_boot_order
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 210M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 2108 | 2026-08-19T22:54:40.878Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-09212b57-5fc8-4b2b-a663-ae41eaaed7c9"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = snapshot
|
| 2109 | 2026-08-19T22:54:40.899Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-09212b57-5fc8-4b2b-a663-ae41eaaed7c9", "phd-artifacts/phd-clone-aed27312-f746-47ee-a99c-b077845fbecd"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = clone
|
| 2110 | 2026-08-19T22:54:40.916Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-aed27312-f746-47ee-a99c-b077845fbecd"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = list
|
| 2111 | 2026-08-19T22:54:40.926Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::boot_order::configurable_boot_order
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-aed27312-f746-47ee-a99c-b077845fbecd 0B 25.3T 207M /phd-artifacts/phd-clone-aed27312-f746-47ee-a99c-b077845fbecd\n
target = phd_framework::zfs
|
| 2112 | 2026-08-19T22:54:40.927Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2113 | 2026-08-19T22:54:40.927Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = list
|
| 2114 | 2026-08-19T22:54:40.939Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::boot_order::configurable_boot_order
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 211M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 2115 | 2026-08-19T22:54:40.939Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-4106d791-cb17-4dcb-9612-339ac13b7385"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = snapshot
|
| 2116 | 2026-08-19T22:54:40.958Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-4106d791-cb17-4dcb-9612-339ac13b7385", "phd-artifacts/phd-clone-a2da3093-626c-449e-a71b-36ab8b7e5448"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = clone
|
| 2117 | 2026-08-19T22:54:40.976Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-a2da3093-626c-449e-a71b-36ab8b7e5448"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = list
|
| 2118 | 2026-08-19T22:54:40.988Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::boot_order::configurable_boot_order
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-a2da3093-626c-449e-a71b-36ab8b7e5448 0B 25.3T 207M /phd-artifacts/phd-clone-a2da3093-626c-449e-a71b-36ab8b7e5448\n
target = phd_framework::zfs
|
| 2119 | 2026-08-19T22:54:40.988Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
|
| 2120 | 2026-08-19T22:54:40.988Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm_name = configurable_boot_order
|
| 2121 | 2026-08-19T22:54:40.989Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 2122 | 2026-08-19T22:54:40.989Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::boot_order::configurable_boot_order
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 2123 | 2026-08-19T22:54:40.989Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::boot_order::configurable_boot_order
stderr_path = "/tmp/propolis-phd/phd_tests::boot_order::configurable_boot_order/configurable_boot_order.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::boot_order::configurable_boot_order/configurable_boot_order.stdout.log"
target = phd_framework::log_config
|
| 2124 | 2026-08-19T22:54:41.017Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1099
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm::server
|
| 2125 | 2026-08-19T22:54:41.031Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 42
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
|
| 2126 | 2026-08-19T22:54:41.031Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2127 | 2026-08-19T22:54:41.032Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9002/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2128 | 2026-08-19T22:54:41.575Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2129 | 2026-08-19T22:54:41.576Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 7be41253-1622-45a9-a4d5-4662b86fba0c, name: "phd-vm-7be41253-1622-45a9-a4d5-4662b86fba0c", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: d17facf7-c98a-4993-aac6-f68faeca4117, project_id: 205f02d3-6b58-42c2-ac5a-c7acfc8b613f, sled_id: 1273bebf-c3dd-4587-a248-7284f26d0d86, sled_serial: "1273bebf-c3dd-4587-a248-7284f26d0d86", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2130 | 2026-08-19T22:54:41.576Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2131 | 2026-08-19T22:54:41.576Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::boot_order::configurable_boot_order
state = Run
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2132 | 2026-08-19T22:54:41.577Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2133 | 2026-08-19T22:54:41.578Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
|
| 2134 | 2026-08-19T22:54:41.578Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = 300s
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2135 | 2026-08-19T22:54:41.578Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::configurable_boot_order
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 2136 | 2026-08-19T22:54:41.578Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2137 | 2026-08-19T22:54:41.578Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2138 | 2026-08-19T22:54:46.169Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4591
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2139 | 2026-08-19T22:54:46.170Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::configurable_boot_order
step = WriteStr("root")
target = phd_framework::test_vm
|
| 2140 | 2026-08-19T22:54:46.170Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::configurable_boot_order
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2141 | 2026-08-19T22:54:46.170Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2142 | 2026-08-19T22:54:46.170Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2143 | 2026-08-19T22:54:46.199Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 28
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2144 | 2026-08-19T22:54:46.199Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::configurable_boot_order
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 2145 | 2026-08-19T22:54:46.199Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::configurable_boot_order
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2146 | 2026-08-19T22:54:46.199Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2147 | 2026-08-19T22:54:46.199Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2148 | 2026-08-19T22:54:46.232Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2149 | 2026-08-19T22:54:46.232Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
|
| 2150 | 2026-08-19T22:54:46.232Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4654
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
|
| 2151 | 2026-08-19T22:54:46.232Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2152 | 2026-08-19T22:54:46.233Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2153 | 2026-08-19T22:54:46.264Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2154 | 2026-08-19T22:54:46.264Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2155 | 2026-08-19T22:54:46.264Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2156 | 2026-08-19T22:54:46.297Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2157 | 2026-08-19T22:54:46.298Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2158 | 2026-08-19T22:54:46.298Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2159 | 2026-08-19T22:54:46.308Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2160 | 2026-08-19T22:54:46.309Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2161 | 2026-08-19T22:54:46.309Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2162 | 2026-08-19T22:54:46.341Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2163 | 2026-08-19T22:54:46.342Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2164 | 2026-08-19T22:54:46.342Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2165 | 2026-08-19T22:54:46.374Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2166 | 2026-08-19T22:54:46.375Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2167 | 2026-08-19T22:54:46.375Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2168 | 2026-08-19T22:54:46.408Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2169 | 2026-08-19T22:54:46.408Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2170 | 2026-08-19T22:54:46.408Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2171 | 2026-08-19T22:54:46.419Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2172 | 2026-08-19T22:54:46.419Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2173 | 2026-08-19T22:54:46.419Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2174 | 2026-08-19T22:54:46.451Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2175 | 2026-08-19T22:54:46.451Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2176 | 2026-08-19T22:54:46.452Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2177 | 2026-08-19T22:54:46.452Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 2178 | 2026-08-19T22:54:46.452Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 10439
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2179 | 2026-08-19T22:54:46.452Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 2180 | 2026-08-19T22:54:46.452Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4876
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2181 | 2026-08-19T22:54:46.453Z | INFO | phd-runner: test phd_tests::boot_order::configurable_boot_order ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 2182 | 2026-08-19T22:54:46.453Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2183 | 2026-08-19T22:54:46.454Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1195
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2184 | 2026-08-19T22:54:46.454Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1195
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2185 | 2026-08-19T22:54:46.899Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::boot_order::configurable_boot_order
self.address = 127.0.0.1:9002
target = phd_framework::test_vm::server
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2186 | 2026-08-19T22:54:46.983Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2187 | 2026-08-19T22:54:46.983Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-aed27312-f746-47ee-a99c-b077845fbecd"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = destroy
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2188 | 2026-08-19T22:54:47.010Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2189 | 2026-08-19T22:54:47.010Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-09212b57-5fc8-4b2b-a663-ae41eaaed7c9"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = destroy
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2190 | 2026-08-19T22:54:47.029Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2191 | 2026-08-19T22:54:47.029Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-a2da3093-626c-449e-a71b-36ab8b7e5448"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = destroy
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2192 | 2026-08-19T22:54:47.058Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2193 | 2026-08-19T22:54:47.058Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-4106d791-cb17-4dcb-9612-339ac13b7385"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = destroy
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2194 | 2026-08-19T22:54:47.078Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 626
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2195 | 2026-08-19T22:54:47.078Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6046
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 7be41253-1622-45a9-a4d5-4662b86fba0c
|
| 2196 | 2026-08-19T22:54:47.087Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::boot_order::configurable_boot_order
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2197 | 2026-08-19T22:54:47.169Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2198 | 2026-08-19T22:54:47.169Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-466d6958-6ccc-4f27-8edc-ca76a5ec6b9f"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = destroy
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2199 | 2026-08-19T22:54:47.196Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2200 | 2026-08-19T22:54:47.196Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2fa4587a-10b1-48dd-8f52-8b1ee8742abd"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = destroy
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2201 | 2026-08-19T22:54:47.216Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2202 | 2026-08-19T22:54:47.216Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-2a98764e-a7b1-406d-b838-edb919bd9502"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = destroy
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2203 | 2026-08-19T22:54:47.241Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2204 | 2026-08-19T22:54:47.241Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-c06055a2-77b4-408a-9a48-0f097600383b"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = destroy
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2205 | 2026-08-19T22:54:47.261Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 808
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2206 | 2026-08-19T22:54:47.261Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 11953
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f659c810-42ca-4ff0-aadd-b1f8bd341adb
|
| 2207 | 2026-08-19T22:54:47.261Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 808
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2208 | 2026-08-19T22:54:47.261Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 12120
file = phd-tests/tests/src/boot_order.rs
line = 51
path = phd_tests::boot_order::configurable_boot_order
target = phd_tests::boot_order
|
| 2209 | 2026-08-19T22:54:47.261Z | INFO | phd-runner: Starting test phd_tests::boot_order::unbootable_disk_skipped
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 2210 | 2026-08-19T22:54:47.261Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2211 | 2026-08-19T22:54:47.261Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2212 | 2026-08-19T22:54:47.261Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/boot_order.rs
line = 117
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_tests::boot_order
|
| 2213 | 2026-08-19T22:54:47.261Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 2214 | 2026-08-19T22:54:47.262Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2215 | 2026-08-19T22:54:47.262Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2216 | 2026-08-19T22:54:47.262Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::zfs
verb = list
|
| 2217 | 2026-08-19T22:54:47.274Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::boot_order::unbootable_disk_skipped
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 210M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 2218 | 2026-08-19T22:54:47.274Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-b04740a0-3aa7-4fb3-a4a6-4205f3606ad6"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::zfs
verb = snapshot
|
| 2219 | 2026-08-19T22:54:47.290Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-b04740a0-3aa7-4fb3-a4a6-4205f3606ad6", "phd-artifacts/phd-clone-3da691ee-f08d-4ef6-b150-eb2f1c569c6f"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::zfs
verb = clone
|
| 2220 | 2026-08-19T22:54:47.308Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-3da691ee-f08d-4ef6-b150-eb2f1c569c6f"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::zfs
verb = list
|
| 2221 | 2026-08-19T22:54:47.320Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::boot_order::unbootable_disk_skipped
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-3da691ee-f08d-4ef6-b150-eb2f1c569c6f 0B 25.3T 207M /phd-artifacts/phd-clone-3da691ee-f08d-4ef6-b150-eb2f1c569c6f\n
target = phd_framework::zfs
|
| 2222 | 2026-08-19T22:54:47.321Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
|
| 2223 | 2026-08-19T22:54:47.321Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm_name = unbootable_disk_skipped
|
| 2224 | 2026-08-19T22:54:47.322Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 2225 | 2026-08-19T22:54:47.322Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::boot_order::unbootable_disk_skipped
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 2226 | 2026-08-19T22:54:47.322Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::boot_order::unbootable_disk_skipped
stderr_path = "/tmp/propolis-phd/phd_tests::boot_order::unbootable_disk_skipped/unbootable_disk_skipped.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::boot_order::unbootable_disk_skipped/unbootable_disk_skipped.stdout.log"
target = phd_framework::log_config
|
| 2227 | 2026-08-19T22:54:47.348Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1114
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm::server
|
| 2228 | 2026-08-19T22:54:47.362Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 41
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
|
| 2229 | 2026-08-19T22:54:47.363Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2230 | 2026-08-19T22:54:47.365Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2231 | 2026-08-19T22:54:47.978Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2232 | 2026-08-19T22:54:47.979Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: f72f3d31-3bb9-45f7-a139-38216086f3c6, name: "phd-vm-f72f3d31-3bb9-45f7-a139-38216086f3c6", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 5d9a9fbf-4344-425f-9e33-f43970af1d13, project_id: 84b5bc5b-8bda-407d-ba3a-2e7f5d15f276, sled_id: 531ac090-75bc-4ebd-83c6-482db4242c4c, sled_serial: "531ac090-75bc-4ebd-83c6-482db4242c4c", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2233 | 2026-08-19T22:54:47.979Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2234 | 2026-08-19T22:54:47.979Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::boot_order::unbootable_disk_skipped
state = Run
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2235 | 2026-08-19T22:54:47.980Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2236 | 2026-08-19T22:54:47.980Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
|
| 2237 | 2026-08-19T22:54:47.981Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = 300s
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2238 | 2026-08-19T22:54:47.981Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::unbootable_disk_skipped
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 2239 | 2026-08-19T22:54:47.981Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2240 | 2026-08-19T22:54:47.981Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2241 | 2026-08-19T22:54:52.571Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4590
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2242 | 2026-08-19T22:54:52.571Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::unbootable_disk_skipped
step = WriteStr("root")
target = phd_framework::test_vm
|
| 2243 | 2026-08-19T22:54:52.571Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::unbootable_disk_skipped
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2244 | 2026-08-19T22:54:52.571Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2245 | 2026-08-19T22:54:52.571Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2246 | 2026-08-19T22:54:52.600Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 28
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2247 | 2026-08-19T22:54:52.601Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::unbootable_disk_skipped
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 2248 | 2026-08-19T22:54:52.601Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::unbootable_disk_skipped
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2249 | 2026-08-19T22:54:52.601Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2250 | 2026-08-19T22:54:52.601Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2251 | 2026-08-19T22:54:52.634Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2252 | 2026-08-19T22:54:52.634Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
|
| 2253 | 2026-08-19T22:54:52.634Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4653
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
|
| 2254 | 2026-08-19T22:54:52.635Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2255 | 2026-08-19T22:54:52.635Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2256 | 2026-08-19T22:54:52.667Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2257 | 2026-08-19T22:54:52.668Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2258 | 2026-08-19T22:54:52.668Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2259 | 2026-08-19T22:54:52.700Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2260 | 2026-08-19T22:54:52.701Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2261 | 2026-08-19T22:54:52.701Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2262 | 2026-08-19T22:54:52.711Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2263 | 2026-08-19T22:54:52.712Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2264 | 2026-08-19T22:54:52.712Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2265 | 2026-08-19T22:54:52.744Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2266 | 2026-08-19T22:54:52.744Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2267 | 2026-08-19T22:54:52.745Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2268 | 2026-08-19T22:54:52.778Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2269 | 2026-08-19T22:54:52.778Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2270 | 2026-08-19T22:54:52.778Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2271 | 2026-08-19T22:54:52.833Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 54
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2272 | 2026-08-19T22:54:52.833Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2273 | 2026-08-19T22:54:52.833Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2274 | 2026-08-19T22:54:52.845Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2275 | 2026-08-19T22:54:52.845Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2276 | 2026-08-19T22:54:52.845Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2277 | 2026-08-19T22:54:52.878Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2278 | 2026-08-19T22:54:52.879Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2279 | 2026-08-19T22:54:52.879Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2280 | 2026-08-19T22:54:52.889Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2281 | 2026-08-19T22:54:52.889Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2282 | 2026-08-19T22:54:52.889Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2283 | 2026-08-19T22:54:52.923Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 34
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2284 | 2026-08-19T22:54:52.923Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2285 | 2026-08-19T22:54:52.923Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2286 | 2026-08-19T22:54:52.934Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2287 | 2026-08-19T22:54:52.934Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2288 | 2026-08-19T22:54:52.934Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2289 | 2026-08-19T22:54:52.956Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2290 | 2026-08-19T22:54:52.957Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2291 | 2026-08-19T22:54:52.957Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2292 | 2026-08-19T22:54:52.967Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2293 | 2026-08-19T22:54:52.968Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2294 | 2026-08-19T22:54:52.968Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2295 | 2026-08-19T22:54:53.022Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 54
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2296 | 2026-08-19T22:54:53.022Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2297 | 2026-08-19T22:54:53.022Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2298 | 2026-08-19T22:54:53.033Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2299 | 2026-08-19T22:54:53.033Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2300 | 2026-08-19T22:54:53.033Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2301 | 2026-08-19T22:54:53.056Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2302 | 2026-08-19T22:54:53.056Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2303 | 2026-08-19T22:54:53.057Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2304 | 2026-08-19T22:54:53.068Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2305 | 2026-08-19T22:54:53.068Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2306 | 2026-08-19T22:54:53.068Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2307 | 2026-08-19T22:54:53.112Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 43
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2308 | 2026-08-19T22:54:53.112Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2309 | 2026-08-19T22:54:53.112Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2310 | 2026-08-19T22:54:53.124Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2311 | 2026-08-19T22:54:53.124Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2312 | 2026-08-19T22:54:53.124Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2313 | 2026-08-19T22:54:53.156Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2314 | 2026-08-19T22:54:53.156Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2315 | 2026-08-19T22:54:53.156Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2316 | 2026-08-19T22:54:53.168Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2317 | 2026-08-19T22:54:53.168Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2318 | 2026-08-19T22:54:53.168Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2319 | 2026-08-19T22:54:53.213Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 45
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2320 | 2026-08-19T22:54:53.214Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2321 | 2026-08-19T22:54:53.214Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2322 | 2026-08-19T22:54:53.224Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2323 | 2026-08-19T22:54:53.225Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2324 | 2026-08-19T22:54:53.225Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2325 | 2026-08-19T22:54:53.258Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2326 | 2026-08-19T22:54:53.259Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2327 | 2026-08-19T22:54:53.259Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2328 | 2026-08-19T22:54:53.269Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2329 | 2026-08-19T22:54:53.269Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2330 | 2026-08-19T22:54:53.269Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2331 | 2026-08-19T22:54:53.324Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 54
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2332 | 2026-08-19T22:54:53.325Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2333 | 2026-08-19T22:54:53.325Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2334 | 2026-08-19T22:54:53.335Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2335 | 2026-08-19T22:54:53.336Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2336 | 2026-08-19T22:54:53.336Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2337 | 2026-08-19T22:54:53.359Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2338 | 2026-08-19T22:54:53.359Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2339 | 2026-08-19T22:54:53.359Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 2340 | 2026-08-19T22:54:53.359Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 5381
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2341 | 2026-08-19T22:54:53.359Z | INFO | phd-runner: test phd_tests::boot_order::unbootable_disk_skipped ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 2342 | 2026-08-19T22:54:53.360Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2343 | 2026-08-19T22:54:53.361Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1195
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2344 | 2026-08-19T22:54:53.956Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::boot_order::unbootable_disk_skipped
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2345 | 2026-08-19T22:54:54.037Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::zfs
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2346 | 2026-08-19T22:54:54.037Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-3da691ee-f08d-4ef6-b150-eb2f1c569c6f"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::zfs
verb = destroy
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2347 | 2026-08-19T22:54:54.064Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::zfs
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2348 | 2026-08-19T22:54:54.064Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-b04740a0-3aa7-4fb3-a4a6-4205f3606ad6"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::zfs
verb = destroy
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2349 | 2026-08-19T22:54:54.083Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 723
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2350 | 2026-08-19T22:54:54.083Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 723
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2351 | 2026-08-19T22:54:54.084Z | INFO | phd-runner: Starting test phd_tests::boot_order::boot_order_source_priority
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 2352 | 2026-08-19T22:54:54.084Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2353 | 2026-08-19T22:54:54.083Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6720
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = f72f3d31-3bb9-45f7-a139-38216086f3c6
|
| 2354 | 2026-08-19T22:54:54.084Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2355 | 2026-08-19T22:54:54.084Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 6821
file = phd-tests/tests/src/boot_order.rs
line = 117
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_tests::boot_order
|
| 2356 | 2026-08-19T22:54:54.084Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/boot_order.rs
line = 403
path = phd_tests::boot_order::boot_order_source_priority
target = phd_tests::boot_order
|
| 2357 | 2026-08-19T22:54:54.084Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 2358 | 2026-08-19T22:54:54.084Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2359 | 2026-08-19T22:54:54.084Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2360 | 2026-08-19T22:54:54.084Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::zfs
verb = list
|
| 2361 | 2026-08-19T22:54:54.096Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::boot_order::boot_order_source_priority
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 209M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 2362 | 2026-08-19T22:54:54.096Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-bbd52971-6cb6-4a5a-8880-bec9a508d248"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::zfs
verb = snapshot
|
| 2363 | 2026-08-19T22:54:54.113Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-bbd52971-6cb6-4a5a-8880-bec9a508d248", "phd-artifacts/phd-clone-3bf8bede-1658-4321-b2f2-cb97a2c618db"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::zfs
verb = clone
|
| 2364 | 2026-08-19T22:54:54.133Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-3bf8bede-1658-4321-b2f2-cb97a2c618db"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::zfs
verb = list
|
| 2365 | 2026-08-19T22:54:54.144Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::boot_order::boot_order_source_priority
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-3bf8bede-1658-4321-b2f2-cb97a2c618db 0B 25.3T 207M /phd-artifacts/phd-clone-3bf8bede-1658-4321-b2f2-cb97a2c618db\n
target = phd_framework::zfs
|
| 2366 | 2026-08-19T22:54:54.146Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
|
| 2367 | 2026-08-19T22:54:54.146Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm_name = boot_order_source_priority
|
| 2368 | 2026-08-19T22:54:54.146Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 2369 | 2026-08-19T22:54:54.146Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::boot_order::boot_order_source_priority
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 2370 | 2026-08-19T22:54:54.146Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::boot_order::boot_order_source_priority
stderr_path = "/tmp/propolis-phd/phd_tests::boot_order::boot_order_source_priority/boot_order_source_priority.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::boot_order::boot_order_source_priority/boot_order_source_priority.stdout.log"
target = phd_framework::log_config
|
| 2371 | 2026-08-19T22:54:54.175Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1122
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm::server
|
| 2372 | 2026-08-19T22:54:54.190Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 43
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
|
| 2373 | 2026-08-19T22:54:54.190Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2374 | 2026-08-19T22:54:54.193Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2375 | 2026-08-19T22:54:55.072Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2376 | 2026-08-19T22:54:55.073Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 77f4932e-1675-44d1-87ae-a1a483f78480, name: "phd-vm-77f4932e-1675-44d1-87ae-a1a483f78480", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: eca1d638-e3c4-42dd-965f-197760cdb36f, project_id: 2b07045c-ce52-4c76-aed9-6b64192fd341, sled_id: 688821c8-3fc6-4f94-8078-1a3fdece0344, sled_serial: "688821c8-3fc6-4f94-8078-1a3fdece0344", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2377 | 2026-08-19T22:54:55.073Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2378 | 2026-08-19T22:54:55.073Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::boot_order::boot_order_source_priority
state = Run
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2379 | 2026-08-19T22:54:55.074Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2380 | 2026-08-19T22:54:55.074Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
|
| 2381 | 2026-08-19T22:54:55.074Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = 300s
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2382 | 2026-08-19T22:54:55.074Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::boot_order_source_priority
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 2383 | 2026-08-19T22:54:55.074Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2384 | 2026-08-19T22:54:55.074Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2385 | 2026-08-19T22:54:59.740Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4665
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2386 | 2026-08-19T22:54:59.740Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::boot_order_source_priority
step = WriteStr("root")
target = phd_framework::test_vm
|
| 2387 | 2026-08-19T22:54:59.740Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::boot_order_source_priority
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2388 | 2026-08-19T22:54:59.740Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2389 | 2026-08-19T22:54:59.740Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2390 | 2026-08-19T22:54:59.758Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2391 | 2026-08-19T22:54:59.759Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::boot_order_source_priority
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 2392 | 2026-08-19T22:54:59.759Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::boot_order_source_priority
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2393 | 2026-08-19T22:54:59.759Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2394 | 2026-08-19T22:54:59.759Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2395 | 2026-08-19T22:54:59.792Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2396 | 2026-08-19T22:54:59.792Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
|
| 2397 | 2026-08-19T22:54:59.792Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4717
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
|
| 2398 | 2026-08-19T22:54:59.792Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2399 | 2026-08-19T22:54:59.793Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2400 | 2026-08-19T22:54:59.803Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2401 | 2026-08-19T22:54:59.803Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2402 | 2026-08-19T22:54:59.803Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2403 | 2026-08-19T22:54:59.836Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2404 | 2026-08-19T22:54:59.836Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2405 | 2026-08-19T22:54:59.836Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2406 | 2026-08-19T22:54:59.847Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2407 | 2026-08-19T22:54:59.848Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2408 | 2026-08-19T22:54:59.848Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2409 | 2026-08-19T22:54:59.881Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2410 | 2026-08-19T22:54:59.882Z | INFO | phd-runner: [TEST - EVENT] Initial boot order var: [0, 0, 1, 0, 2, 0, 3, 0, 4, 0]
file = phd-tests/tests/src/boot_order/efi_utils.rs
line = 413
path = phd_tests::boot_order::boot_order_source_priority
target = phd_tests::boot_order::efi_utils
|
| 2411 | 2026-08-19T22:54:59.882Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2412 | 2026-08-19T22:54:59.882Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2413 | 2026-08-19T22:54:59.892Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2414 | 2026-08-19T22:54:59.892Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2415 | 2026-08-19T22:54:59.892Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2416 | 2026-08-19T22:54:59.925Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2417 | 2026-08-19T22:54:59.926Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2418 | 2026-08-19T22:54:59.926Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2419 | 2026-08-19T22:54:59.937Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2420 | 2026-08-19T22:54:59.937Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2421 | 2026-08-19T22:54:59.938Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2422 | 2026-08-19T22:54:59.960Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2423 | 2026-08-19T22:54:59.960Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2424 | 2026-08-19T22:54:59.960Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2425 | 2026-08-19T22:54:59.971Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2426 | 2026-08-19T22:54:59.971Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2427 | 2026-08-19T22:54:59.971Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2428 | 2026-08-19T22:55:00.005Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2429 | 2026-08-19T22:55:00.005Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2430 | 2026-08-19T22:55:00.005Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2431 | 2026-08-19T22:55:00.016Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2432 | 2026-08-19T22:55:00.017Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2433 | 2026-08-19T22:55:00.017Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2434 | 2026-08-19T22:55:00.049Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2435 | 2026-08-19T22:55:00.050Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2436 | 2026-08-19T22:55:00.051Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2437 | 2026-08-19T22:55:00.062Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2438 | 2026-08-19T22:55:00.062Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2439 | 2026-08-19T22:55:00.062Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2440 | 2026-08-19T22:55:00.096Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 34
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2441 | 2026-08-19T22:55:00.096Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2442 | 2026-08-19T22:55:00.096Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2443 | 2026-08-19T22:55:00.107Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2444 | 2026-08-19T22:55:00.107Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2445 | 2026-08-19T22:55:00.108Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2446 | 2026-08-19T22:55:00.139Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2447 | 2026-08-19T22:55:00.140Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2448 | 2026-08-19T22:55:00.140Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2449 | 2026-08-19T22:55:00.152Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2450 | 2026-08-19T22:55:00.152Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2451 | 2026-08-19T22:55:00.152Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2452 | 2026-08-19T22:55:00.217Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 64
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2453 | 2026-08-19T22:55:00.217Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2454 | 2026-08-19T22:55:00.217Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2455 | 2026-08-19T22:55:00.227Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2456 | 2026-08-19T22:55:00.228Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2457 | 2026-08-19T22:55:00.228Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2458 | 2026-08-19T22:55:00.250Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2459 | 2026-08-19T22:55:00.250Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2460 | 2026-08-19T22:55:00.250Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2461 | 2026-08-19T22:55:00.261Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2462 | 2026-08-19T22:55:00.261Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2463 | 2026-08-19T22:55:00.262Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2464 | 2026-08-19T22:55:00.295Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2465 | 2026-08-19T22:55:00.295Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2466 | 2026-08-19T22:55:00.295Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2467 | 2026-08-19T22:55:00.306Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2468 | 2026-08-19T22:55:00.306Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2469 | 2026-08-19T22:55:00.306Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2470 | 2026-08-19T22:55:00.339Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2471 | 2026-08-19T22:55:00.340Z | INFO | phd-runner: [TEST - EVENT] Found boot options: {"boot-disk": 1, "unbootable": 2, "unbootable-2": 3, "efi shell": 4, "uiapp": 0}
file = phd-tests/tests/src/boot_order/efi_utils.rs
line = 469
path = phd_tests::boot_order::boot_order_source_priority
target = phd_tests::boot_order::efi_utils
|
| 2472 | 2026-08-19T22:55:00.340Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2473 | 2026-08-19T22:55:00.340Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2474 | 2026-08-19T22:55:00.350Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2475 | 2026-08-19T22:55:00.350Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2476 | 2026-08-19T22:55:00.350Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2477 | 2026-08-19T22:55:00.383Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2478 | 2026-08-19T22:55:00.383Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2479 | 2026-08-19T22:55:00.383Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2480 | 2026-08-19T22:55:00.394Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2481 | 2026-08-19T22:55:00.394Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2482 | 2026-08-19T22:55:00.395Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2483 | 2026-08-19T22:55:00.427Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2484 | 2026-08-19T22:55:00.428Z | INFO | phd-runner: [TEST - EVENT] Removing Boot 2 from the boot order. It was at index 2
file = phd-tests/tests/src/boot_order/efi_utils.rs
line = 504
path = phd_tests::boot_order::boot_order_source_priority
target = phd_tests::boot_order::efi_utils
|
| 2485 | 2026-08-19T22:55:00.428Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2486 | 2026-08-19T22:55:00.428Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2487 | 2026-08-19T22:55:00.440Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2488 | 2026-08-19T22:55:00.440Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2489 | 2026-08-19T22:55:00.440Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2490 | 2026-08-19T22:55:00.474Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 34
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2491 | 2026-08-19T22:55:00.474Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2492 | 2026-08-19T22:55:00.475Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2493 | 2026-08-19T22:55:00.485Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2494 | 2026-08-19T22:55:00.485Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2495 | 2026-08-19T22:55:00.485Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2496 | 2026-08-19T22:55:00.518Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2497 | 2026-08-19T22:55:00.519Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2498 | 2026-08-19T22:55:00.519Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2499 | 2026-08-19T22:55:00.540Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2500 | 2026-08-19T22:55:00.540Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2501 | 2026-08-19T22:55:00.540Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2502 | 2026-08-19T22:55:00.573Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2503 | 2026-08-19T22:55:00.573Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2504 | 2026-08-19T22:55:00.573Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2505 | 2026-08-19T22:55:00.584Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2506 | 2026-08-19T22:55:00.584Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2507 | 2026-08-19T22:55:00.584Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2508 | 2026-08-19T22:55:00.618Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2509 | 2026-08-19T22:55:00.618Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2510 | 2026-08-19T22:55:00.618Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2511 | 2026-08-19T22:55:00.629Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2512 | 2026-08-19T22:55:00.629Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
|
| 2513 | 2026-08-19T22:55:00.629Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = 300s
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2514 | 2026-08-19T22:55:00.629Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::boot_order_source_priority
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 2515 | 2026-08-19T22:55:00.629Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2516 | 2026-08-19T22:55:00.629Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2517 | 2026-08-19T22:55:07.488Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 6858
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2518 | 2026-08-19T22:55:07.488Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::boot_order_source_priority
step = WriteStr("root")
target = phd_framework::test_vm
|
| 2519 | 2026-08-19T22:55:07.488Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::boot_order_source_priority
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2520 | 2026-08-19T22:55:07.488Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2521 | 2026-08-19T22:55:07.488Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2522 | 2026-08-19T22:55:07.507Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2523 | 2026-08-19T22:55:07.507Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::boot_order_source_priority
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 2524 | 2026-08-19T22:55:07.507Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::boot_order_source_priority
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2525 | 2026-08-19T22:55:07.507Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2526 | 2026-08-19T22:55:07.507Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2527 | 2026-08-19T22:55:07.540Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2528 | 2026-08-19T22:55:07.540Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
|
| 2529 | 2026-08-19T22:55:07.540Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 6910
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
|
| 2530 | 2026-08-19T22:55:07.540Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2531 | 2026-08-19T22:55:07.540Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2532 | 2026-08-19T22:55:07.552Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2533 | 2026-08-19T22:55:07.552Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2534 | 2026-08-19T22:55:07.552Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2535 | 2026-08-19T22:55:07.584Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2536 | 2026-08-19T22:55:07.584Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2537 | 2026-08-19T22:55:07.584Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2538 | 2026-08-19T22:55:07.595Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2539 | 2026-08-19T22:55:07.596Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2540 | 2026-08-19T22:55:07.596Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2541 | 2026-08-19T22:55:07.629Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2542 | 2026-08-19T22:55:07.629Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2543 | 2026-08-19T22:55:07.629Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 2544 | 2026-08-19T22:55:07.629Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2545 | 2026-08-19T22:55:07.629Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2546 | 2026-08-19T22:55:07.629Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::zfs
verb = list
|
| 2547 | 2026-08-19T22:55:07.633Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1195
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2548 | 2026-08-19T22:55:07.641Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::boot_order::boot_order_source_priority
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 210M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 2549 | 2026-08-19T22:55:07.641Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-70037414-ff2c-4935-a44e-a502772f8d3a"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::zfs
verb = snapshot
|
| 2550 | 2026-08-19T22:55:07.659Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-70037414-ff2c-4935-a44e-a502772f8d3a", "phd-artifacts/phd-clone-252966de-dc8b-458e-a53f-1bcdc0e388d8"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::zfs
verb = clone
|
| 2551 | 2026-08-19T22:55:07.676Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-252966de-dc8b-458e-a53f-1bcdc0e388d8"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::zfs
verb = list
|
| 2552 | 2026-08-19T22:55:07.687Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::boot_order::boot_order_source_priority
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-252966de-dc8b-458e-a53f-1bcdc0e388d8 0B 25.3T 207M /phd-artifacts/phd-clone-252966de-dc8b-458e-a53f-1bcdc0e388d8\n
target = phd_framework::zfs
|
| 2553 | 2026-08-19T22:55:07.689Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
|
| 2554 | 2026-08-19T22:55:07.689Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm_name = boot_order_source_priority
|
| 2555 | 2026-08-19T22:55:07.689Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 2556 | 2026-08-19T22:55:07.689Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::boot_order::boot_order_source_priority
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 2557 | 2026-08-19T22:55:07.689Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::boot_order::boot_order_source_priority
stderr_path = "/tmp/propolis-phd/phd_tests::boot_order::boot_order_source_priority/boot_order_source_priority.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::boot_order::boot_order_source_priority/boot_order_source_priority.stdout.log"
target = phd_framework::log_config
|
| 2558 | 2026-08-19T22:55:07.718Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1127
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm::server
|
| 2559 | 2026-08-19T22:55:07.732Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 42
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
|
| 2560 | 2026-08-19T22:55:07.732Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2561 | 2026-08-19T22:55:07.735Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9002/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2562 | 2026-08-19T22:55:07.736Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial websocket closed
file = phd-tests/framework/src/serial/mod.rs
line = 271
target = phd_framework::serial
|
| 2563 | 2026-08-19T22:55:07.736Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 12663
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2564 | 2026-08-19T22:55:08.140Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::boot_order::boot_order_source_priority
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2565 | 2026-08-19T22:55:08.224Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::zfs
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2566 | 2026-08-19T22:55:08.225Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-3bf8bede-1658-4321-b2f2-cb97a2c618db"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::zfs
verb = destroy
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2567 | 2026-08-19T22:55:08.256Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::zfs
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2568 | 2026-08-19T22:55:08.256Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-bbd52971-6cb6-4a5a-8880-bec9a508d248"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::zfs
verb = destroy
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2569 | 2026-08-19T22:55:08.277Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 647
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2570 | 2026-08-19T22:55:08.277Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 14086
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 77f4932e-1675-44d1-87ae-a1a483f78480
|
| 2571 | 2026-08-19T22:55:08.531Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2572 | 2026-08-19T22:55:08.532Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e, name: "phd-vm-a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: e907472e-56ac-4d54-808e-631bc0267c42, project_id: 44110273-1833-44fd-ab14-20837c71eb07, sled_id: 28b0edee-6d26-453c-bc42-cbb7c4812d8f, sled_serial: "28b0edee-6d26-453c-bc42-cbb7c4812d8f", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2573 | 2026-08-19T22:55:08.532Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2574 | 2026-08-19T22:55:08.532Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::boot_order::boot_order_source_priority
state = Run
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2575 | 2026-08-19T22:55:08.533Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2576 | 2026-08-19T22:55:08.533Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
|
| 2577 | 2026-08-19T22:55:08.533Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = 300s
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2578 | 2026-08-19T22:55:08.533Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::boot_order_source_priority
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 2579 | 2026-08-19T22:55:08.533Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2580 | 2026-08-19T22:55:08.533Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2581 | 2026-08-19T22:55:13.127Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4593
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2582 | 2026-08-19T22:55:13.127Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::boot_order_source_priority
step = WriteStr("root")
target = phd_framework::test_vm
|
| 2583 | 2026-08-19T22:55:13.127Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::boot_order_source_priority
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2584 | 2026-08-19T22:55:13.127Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2585 | 2026-08-19T22:55:13.127Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2586 | 2026-08-19T22:55:13.145Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2587 | 2026-08-19T22:55:13.145Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::boot_order_source_priority
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 2588 | 2026-08-19T22:55:13.146Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::boot_order_source_priority
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2589 | 2026-08-19T22:55:13.146Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2590 | 2026-08-19T22:55:13.146Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2591 | 2026-08-19T22:55:13.179Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2592 | 2026-08-19T22:55:13.179Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
|
| 2593 | 2026-08-19T22:55:13.179Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4645
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
|
| 2594 | 2026-08-19T22:55:13.179Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2595 | 2026-08-19T22:55:13.179Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2596 | 2026-08-19T22:55:13.190Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2597 | 2026-08-19T22:55:13.190Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2598 | 2026-08-19T22:55:13.190Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2599 | 2026-08-19T22:55:13.223Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2600 | 2026-08-19T22:55:13.223Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2601 | 2026-08-19T22:55:13.223Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2602 | 2026-08-19T22:55:13.235Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2603 | 2026-08-19T22:55:13.235Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2604 | 2026-08-19T22:55:13.235Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2605 | 2026-08-19T22:55:13.268Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2606 | 2026-08-19T22:55:13.268Z | INFO | phd-runner: [TEST - EVENT] Initial boot order var: [1, 0, 2, 0, 3, 0, 0, 0, 4, 0]
file = phd-tests/tests/src/boot_order/efi_utils.rs
line = 413
path = phd_tests::boot_order::boot_order_source_priority
target = phd_tests::boot_order::efi_utils
|
| 2607 | 2026-08-19T22:55:13.268Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2608 | 2026-08-19T22:55:13.268Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2609 | 2026-08-19T22:55:13.279Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2610 | 2026-08-19T22:55:13.279Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2611 | 2026-08-19T22:55:13.279Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2612 | 2026-08-19T22:55:13.333Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 54
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2613 | 2026-08-19T22:55:13.333Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2614 | 2026-08-19T22:55:13.333Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2615 | 2026-08-19T22:55:13.345Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2616 | 2026-08-19T22:55:13.345Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2617 | 2026-08-19T22:55:13.345Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2618 | 2026-08-19T22:55:13.378Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2619 | 2026-08-19T22:55:13.378Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2620 | 2026-08-19T22:55:13.378Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2621 | 2026-08-19T22:55:13.390Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2622 | 2026-08-19T22:55:13.390Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2623 | 2026-08-19T22:55:13.390Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2624 | 2026-08-19T22:55:13.446Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 55
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2625 | 2026-08-19T22:55:13.446Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2626 | 2026-08-19T22:55:13.446Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2627 | 2026-08-19T22:55:13.457Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2628 | 2026-08-19T22:55:13.457Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2629 | 2026-08-19T22:55:13.457Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2630 | 2026-08-19T22:55:13.478Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2631 | 2026-08-19T22:55:13.479Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2632 | 2026-08-19T22:55:13.479Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2633 | 2026-08-19T22:55:13.490Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2634 | 2026-08-19T22:55:13.490Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2635 | 2026-08-19T22:55:13.490Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2636 | 2026-08-19T22:55:13.546Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 55
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2637 | 2026-08-19T22:55:13.546Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2638 | 2026-08-19T22:55:13.546Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2639 | 2026-08-19T22:55:13.556Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2640 | 2026-08-19T22:55:13.556Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2641 | 2026-08-19T22:55:13.556Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2642 | 2026-08-19T22:55:13.578Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2643 | 2026-08-19T22:55:13.578Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2644 | 2026-08-19T22:55:13.578Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2645 | 2026-08-19T22:55:13.590Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2646 | 2026-08-19T22:55:13.590Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2647 | 2026-08-19T22:55:13.590Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2648 | 2026-08-19T22:55:13.633Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 43
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2649 | 2026-08-19T22:55:13.633Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2650 | 2026-08-19T22:55:13.633Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2651 | 2026-08-19T22:55:13.645Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2652 | 2026-08-19T22:55:13.645Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2653 | 2026-08-19T22:55:13.645Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2654 | 2026-08-19T22:55:13.668Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2655 | 2026-08-19T22:55:13.668Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2656 | 2026-08-19T22:55:13.668Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2657 | 2026-08-19T22:55:13.679Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2658 | 2026-08-19T22:55:13.679Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2659 | 2026-08-19T22:55:13.680Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2660 | 2026-08-19T22:55:13.736Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 56
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2661 | 2026-08-19T22:55:13.736Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2662 | 2026-08-19T22:55:13.736Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2663 | 2026-08-19T22:55:13.747Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2664 | 2026-08-19T22:55:13.747Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2665 | 2026-08-19T22:55:13.747Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2666 | 2026-08-19T22:55:13.780Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2667 | 2026-08-19T22:55:13.780Z | INFO | phd-runner: [TEST - EVENT] Found boot options: {"efi shell": 4, "boot-disk": 1, "unbootable": 2, "unbootable-2": 3, "uiapp": 0}
file = phd-tests/tests/src/boot_order/efi_utils.rs
line = 469
path = phd_tests::boot_order::boot_order_source_priority
target = phd_tests::boot_order::efi_utils
|
| 2668 | 2026-08-19T22:55:13.780Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2669 | 2026-08-19T22:55:13.780Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2670 | 2026-08-19T22:55:13.790Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2671 | 2026-08-19T22:55:13.791Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2672 | 2026-08-19T22:55:13.791Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2673 | 2026-08-19T22:55:13.823Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2674 | 2026-08-19T22:55:13.824Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2675 | 2026-08-19T22:55:13.824Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2676 | 2026-08-19T22:55:13.834Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2677 | 2026-08-19T22:55:13.834Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2678 | 2026-08-19T22:55:13.834Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2679 | 2026-08-19T22:55:13.867Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2680 | 2026-08-19T22:55:13.867Z | INFO | phd-runner: [TEST - EVENT] Removing Boot 2 from the boot order. It was at index 1
file = phd-tests/tests/src/boot_order/efi_utils.rs
line = 504
path = phd_tests::boot_order::boot_order_source_priority
target = phd_tests::boot_order::efi_utils
|
| 2681 | 2026-08-19T22:55:13.867Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2682 | 2026-08-19T22:55:13.868Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2683 | 2026-08-19T22:55:13.878Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2684 | 2026-08-19T22:55:13.879Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2685 | 2026-08-19T22:55:13.879Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2686 | 2026-08-19T22:55:13.911Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2687 | 2026-08-19T22:55:13.912Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2688 | 2026-08-19T22:55:13.912Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2689 | 2026-08-19T22:55:13.922Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2690 | 2026-08-19T22:55:13.922Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2691 | 2026-08-19T22:55:13.923Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2692 | 2026-08-19T22:55:13.955Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2693 | 2026-08-19T22:55:13.956Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2694 | 2026-08-19T22:55:13.956Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2695 | 2026-08-19T22:55:13.978Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2696 | 2026-08-19T22:55:13.978Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2697 | 2026-08-19T22:55:13.978Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2698 | 2026-08-19T22:55:14.011Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2699 | 2026-08-19T22:55:14.011Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2700 | 2026-08-19T22:55:14.011Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2701 | 2026-08-19T22:55:14.021Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2702 | 2026-08-19T22:55:14.022Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2703 | 2026-08-19T22:55:14.022Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2704 | 2026-08-19T22:55:14.054Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2705 | 2026-08-19T22:55:14.055Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2706 | 2026-08-19T22:55:14.055Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2707 | 2026-08-19T22:55:14.065Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2708 | 2026-08-19T22:55:14.065Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
|
| 2709 | 2026-08-19T22:55:14.065Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = 300s
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2710 | 2026-08-19T22:55:14.066Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::boot_order_source_priority
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 2711 | 2026-08-19T22:55:14.066Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2712 | 2026-08-19T22:55:14.066Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2713 | 2026-08-19T22:55:20.756Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 6689
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2714 | 2026-08-19T22:55:20.756Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::boot_order_source_priority
step = WriteStr("root")
target = phd_framework::test_vm
|
| 2715 | 2026-08-19T22:55:20.756Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::boot_order_source_priority
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2716 | 2026-08-19T22:55:20.756Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2717 | 2026-08-19T22:55:20.756Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2718 | 2026-08-19T22:55:20.774Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2719 | 2026-08-19T22:55:20.775Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::boot_order_source_priority
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 2720 | 2026-08-19T22:55:20.775Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::boot_order_source_priority
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2721 | 2026-08-19T22:55:20.775Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2722 | 2026-08-19T22:55:20.775Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2723 | 2026-08-19T22:55:20.807Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2724 | 2026-08-19T22:55:20.807Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
|
| 2725 | 2026-08-19T22:55:20.807Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 6741
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
|
| 2726 | 2026-08-19T22:55:20.807Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2727 | 2026-08-19T22:55:20.808Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2728 | 2026-08-19T22:55:20.841Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2729 | 2026-08-19T22:55:20.841Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2730 | 2026-08-19T22:55:20.841Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2731 | 2026-08-19T22:55:20.874Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2732 | 2026-08-19T22:55:20.874Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2733 | 2026-08-19T22:55:20.875Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2734 | 2026-08-19T22:55:20.885Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2735 | 2026-08-19T22:55:20.885Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2736 | 2026-08-19T22:55:20.885Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2737 | 2026-08-19T22:55:20.917Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2738 | 2026-08-19T22:55:20.918Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2739 | 2026-08-19T22:55:20.918Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 2740 | 2026-08-19T22:55:20.918Z | INFO | phd-runner: test phd_tests::boot_order::boot_order_source_priority ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 2741 | 2026-08-19T22:55:20.918Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 12386
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2742 | 2026-08-19T22:55:20.918Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2743 | 2026-08-19T22:55:20.920Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1195
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2744 | 2026-08-19T22:55:21.458Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::boot_order::boot_order_source_priority
self.address = 127.0.0.1:9002
target = phd_framework::test_vm::server
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2745 | 2026-08-19T22:55:21.546Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::zfs
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2746 | 2026-08-19T22:55:21.546Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-252966de-dc8b-458e-a53f-1bcdc0e388d8"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::zfs
verb = destroy
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2747 | 2026-08-19T22:55:21.573Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::zfs
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2748 | 2026-08-19T22:55:21.573Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-70037414-ff2c-4935-a44e-a502772f8d3a"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::zfs
verb = destroy
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2749 | 2026-08-19T22:55:21.591Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 672
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2750 | 2026-08-19T22:55:21.591Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 672
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2751 | 2026-08-19T22:55:21.591Z | INFO | phd-runner: Starting test phd_tests::boot_order::guest_can_adjust_boot_order
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 2752 | 2026-08-19T22:55:21.591Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2753 | 2026-08-19T22:55:21.591Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2754 | 2026-08-19T22:55:21.591Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 13858
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a7a7fe98-b9b2-4dce-bb35-426ad6bb9a7e
|
| 2755 | 2026-08-19T22:55:21.591Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 27506
file = phd-tests/tests/src/boot_order.rs
line = 403
path = phd_tests::boot_order::boot_order_source_priority
target = phd_tests::boot_order
|
| 2756 | 2026-08-19T22:55:21.591Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/boot_order.rs
line = 236
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_tests::boot_order
|
| 2757 | 2026-08-19T22:55:21.592Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 2758 | 2026-08-19T22:55:21.592Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2759 | 2026-08-19T22:55:21.592Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2760 | 2026-08-19T22:55:21.592Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::zfs
verb = list
|
| 2761 | 2026-08-19T22:55:21.603Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::boot_order::guest_can_adjust_boot_order
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 209M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 2762 | 2026-08-19T22:55:21.603Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-ba54d07b-5ef9-480b-9f4f-a1e8558104da"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::zfs
verb = snapshot
|
| 2763 | 2026-08-19T22:55:21.621Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-ba54d07b-5ef9-480b-9f4f-a1e8558104da", "phd-artifacts/phd-clone-87dd7750-8021-4ae2-b1c5-21fac8385dc8"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::zfs
verb = clone
|
| 2764 | 2026-08-19T22:55:21.639Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-87dd7750-8021-4ae2-b1c5-21fac8385dc8"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::zfs
verb = list
|
| 2765 | 2026-08-19T22:55:21.650Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::boot_order::guest_can_adjust_boot_order
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-87dd7750-8021-4ae2-b1c5-21fac8385dc8 0B 25.3T 207M /phd-artifacts/phd-clone-87dd7750-8021-4ae2-b1c5-21fac8385dc8\n
target = phd_framework::zfs
|
| 2766 | 2026-08-19T22:55:21.652Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
|
| 2767 | 2026-08-19T22:55:21.652Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm_name = guest_can_adjust_boot_order
|
| 2768 | 2026-08-19T22:55:21.652Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 2769 | 2026-08-19T22:55:21.652Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::boot_order::guest_can_adjust_boot_order
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 2770 | 2026-08-19T22:55:21.652Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::boot_order::guest_can_adjust_boot_order
stderr_path = "/tmp/propolis-phd/phd_tests::boot_order::guest_can_adjust_boot_order/guest_can_adjust_boot_order.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::boot_order::guest_can_adjust_boot_order/guest_can_adjust_boot_order.stdout.log"
target = phd_framework::log_config
|
| 2771 | 2026-08-19T22:55:21.683Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1138
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm::server
|
| 2772 | 2026-08-19T22:55:21.697Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 45
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
|
| 2773 | 2026-08-19T22:55:21.697Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2774 | 2026-08-19T22:55:21.699Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2775 | 2026-08-19T22:55:22.280Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2776 | 2026-08-19T22:55:22.281Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d, name: "phd-vm-0449c4b5-2b66-4852-b7db-7e9d9d0ce05d", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 39192c55-a19c-4ab6-8d88-a9f87eefa3e1, project_id: fa4da1c1-f622-4950-bea7-8fa7dd651fad, sled_id: 38f9dc14-70b0-435c-aad0-0950433afc88, sled_serial: "38f9dc14-70b0-435c-aad0-0950433afc88", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2777 | 2026-08-19T22:55:22.281Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2778 | 2026-08-19T22:55:22.281Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::boot_order::guest_can_adjust_boot_order
state = Run
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2779 | 2026-08-19T22:55:22.282Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2780 | 2026-08-19T22:55:22.282Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
|
| 2781 | 2026-08-19T22:55:22.282Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = 300s
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2782 | 2026-08-19T22:55:22.282Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::guest_can_adjust_boot_order
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 2783 | 2026-08-19T22:55:22.282Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2784 | 2026-08-19T22:55:22.282Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2785 | 2026-08-19T22:55:26.723Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4441
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2786 | 2026-08-19T22:55:26.724Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::guest_can_adjust_boot_order
step = WriteStr("root")
target = phd_framework::test_vm
|
| 2787 | 2026-08-19T22:55:26.724Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::guest_can_adjust_boot_order
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2788 | 2026-08-19T22:55:26.724Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2789 | 2026-08-19T22:55:26.724Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2790 | 2026-08-19T22:55:26.742Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2791 | 2026-08-19T22:55:26.742Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::guest_can_adjust_boot_order
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 2792 | 2026-08-19T22:55:26.743Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::guest_can_adjust_boot_order
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2793 | 2026-08-19T22:55:26.743Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2794 | 2026-08-19T22:55:26.743Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2795 | 2026-08-19T22:55:26.775Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2796 | 2026-08-19T22:55:26.775Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
|
| 2797 | 2026-08-19T22:55:26.775Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4492
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
|
| 2798 | 2026-08-19T22:55:26.775Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2799 | 2026-08-19T22:55:26.775Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2800 | 2026-08-19T22:55:26.786Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2801 | 2026-08-19T22:55:26.786Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2802 | 2026-08-19T22:55:26.786Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2803 | 2026-08-19T22:55:26.818Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2804 | 2026-08-19T22:55:26.818Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2805 | 2026-08-19T22:55:26.819Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2806 | 2026-08-19T22:55:26.830Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2807 | 2026-08-19T22:55:26.830Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2808 | 2026-08-19T22:55:26.830Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2809 | 2026-08-19T22:55:26.863Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2810 | 2026-08-19T22:55:26.863Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2811 | 2026-08-19T22:55:26.863Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2812 | 2026-08-19T22:55:26.874Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2813 | 2026-08-19T22:55:26.874Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2814 | 2026-08-19T22:55:26.874Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2815 | 2026-08-19T22:55:26.907Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2816 | 2026-08-19T22:55:26.907Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2817 | 2026-08-19T22:55:26.908Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2818 | 2026-08-19T22:55:26.919Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2819 | 2026-08-19T22:55:26.919Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2820 | 2026-08-19T22:55:26.919Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2821 | 2026-08-19T22:55:26.942Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2822 | 2026-08-19T22:55:26.942Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2823 | 2026-08-19T22:55:26.943Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2824 | 2026-08-19T22:55:26.954Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2825 | 2026-08-19T22:55:26.954Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2826 | 2026-08-19T22:55:26.954Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2827 | 2026-08-19T22:55:26.998Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 44
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2828 | 2026-08-19T22:55:26.999Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2829 | 2026-08-19T22:55:26.999Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2830 | 2026-08-19T22:55:27.009Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2831 | 2026-08-19T22:55:27.010Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2832 | 2026-08-19T22:55:27.010Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2833 | 2026-08-19T22:55:27.042Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2834 | 2026-08-19T22:55:27.043Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2835 | 2026-08-19T22:55:27.043Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2836 | 2026-08-19T22:55:27.054Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2837 | 2026-08-19T22:55:27.054Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2838 | 2026-08-19T22:55:27.054Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2839 | 2026-08-19T22:55:27.087Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2840 | 2026-08-19T22:55:27.088Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2841 | 2026-08-19T22:55:27.088Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2842 | 2026-08-19T22:55:27.098Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2843 | 2026-08-19T22:55:27.098Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2844 | 2026-08-19T22:55:27.098Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2845 | 2026-08-19T22:55:27.131Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2846 | 2026-08-19T22:55:27.132Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2847 | 2026-08-19T22:55:27.132Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2848 | 2026-08-19T22:55:27.164Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2849 | 2026-08-19T22:55:27.165Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2850 | 2026-08-19T22:55:27.165Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2851 | 2026-08-19T22:55:27.198Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2852 | 2026-08-19T22:55:27.198Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2853 | 2026-08-19T22:55:27.198Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2854 | 2026-08-19T22:55:27.209Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2855 | 2026-08-19T22:55:27.209Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2856 | 2026-08-19T22:55:27.209Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2857 | 2026-08-19T22:55:27.242Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2858 | 2026-08-19T22:55:27.242Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2859 | 2026-08-19T22:55:27.242Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2860 | 2026-08-19T22:55:27.254Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2861 | 2026-08-19T22:55:27.254Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2862 | 2026-08-19T22:55:27.254Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2863 | 2026-08-19T22:55:27.298Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 44
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2864 | 2026-08-19T22:55:27.298Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2865 | 2026-08-19T22:55:27.298Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2866 | 2026-08-19T22:55:27.310Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2867 | 2026-08-19T22:55:27.310Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2868 | 2026-08-19T22:55:27.311Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2869 | 2026-08-19T22:55:27.343Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2870 | 2026-08-19T22:55:27.344Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2871 | 2026-08-19T22:55:27.344Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2872 | 2026-08-19T22:55:27.355Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2873 | 2026-08-19T22:55:27.355Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2874 | 2026-08-19T22:55:27.355Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2875 | 2026-08-19T22:55:27.388Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2876 | 2026-08-19T22:55:27.388Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2877 | 2026-08-19T22:55:27.389Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2878 | 2026-08-19T22:55:27.399Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2879 | 2026-08-19T22:55:27.399Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2880 | 2026-08-19T22:55:27.400Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2881 | 2026-08-19T22:55:27.422Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2882 | 2026-08-19T22:55:27.423Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2883 | 2026-08-19T22:55:27.423Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2884 | 2026-08-19T22:55:27.434Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2885 | 2026-08-19T22:55:27.434Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2886 | 2026-08-19T22:55:27.434Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2887 | 2026-08-19T22:55:27.467Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2888 | 2026-08-19T22:55:27.467Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2889 | 2026-08-19T22:55:27.468Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2890 | 2026-08-19T22:55:27.479Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2891 | 2026-08-19T22:55:27.479Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2892 | 2026-08-19T22:55:27.479Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2893 | 2026-08-19T22:55:27.502Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2894 | 2026-08-19T22:55:27.502Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2895 | 2026-08-19T22:55:27.503Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2896 | 2026-08-19T22:55:27.514Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2897 | 2026-08-19T22:55:27.514Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2898 | 2026-08-19T22:55:27.514Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2899 | 2026-08-19T22:55:27.547Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2900 | 2026-08-19T22:55:27.547Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2901 | 2026-08-19T22:55:27.547Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2902 | 2026-08-19T22:55:27.558Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2903 | 2026-08-19T22:55:27.558Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2904 | 2026-08-19T22:55:27.558Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2905 | 2026-08-19T22:55:27.591Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2906 | 2026-08-19T22:55:27.592Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2907 | 2026-08-19T22:55:27.592Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2908 | 2026-08-19T22:55:27.625Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2909 | 2026-08-19T22:55:27.625Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2910 | 2026-08-19T22:55:27.625Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2911 | 2026-08-19T22:55:27.658Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2912 | 2026-08-19T22:55:27.659Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2913 | 2026-08-19T22:55:27.659Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2914 | 2026-08-19T22:55:27.670Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2915 | 2026-08-19T22:55:27.670Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2916 | 2026-08-19T22:55:27.671Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2917 | 2026-08-19T22:55:27.693Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2918 | 2026-08-19T22:55:27.693Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2919 | 2026-08-19T22:55:27.694Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2920 | 2026-08-19T22:55:27.705Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2921 | 2026-08-19T22:55:27.705Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2922 | 2026-08-19T22:55:27.705Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2923 | 2026-08-19T22:55:27.738Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2924 | 2026-08-19T22:55:27.738Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2925 | 2026-08-19T22:55:27.739Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2926 | 2026-08-19T22:55:27.749Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2927 | 2026-08-19T22:55:27.749Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2928 | 2026-08-19T22:55:27.749Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2929 | 2026-08-19T22:55:27.772Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2930 | 2026-08-19T22:55:27.773Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2931 | 2026-08-19T22:55:27.773Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2932 | 2026-08-19T22:55:27.784Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2933 | 2026-08-19T22:55:27.784Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2934 | 2026-08-19T22:55:27.784Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2935 | 2026-08-19T22:55:27.816Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2936 | 2026-08-19T22:55:27.817Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2937 | 2026-08-19T22:55:27.817Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2938 | 2026-08-19T22:55:27.827Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2939 | 2026-08-19T22:55:27.828Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2940 | 2026-08-19T22:55:27.828Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2941 | 2026-08-19T22:55:27.851Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2942 | 2026-08-19T22:55:27.851Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2943 | 2026-08-19T22:55:27.851Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2944 | 2026-08-19T22:55:27.884Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2945 | 2026-08-19T22:55:27.884Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2946 | 2026-08-19T22:55:27.884Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2947 | 2026-08-19T22:55:27.917Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2948 | 2026-08-19T22:55:27.917Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2949 | 2026-08-19T22:55:27.918Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2950 | 2026-08-19T22:55:27.929Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2951 | 2026-08-19T22:55:27.929Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2952 | 2026-08-19T22:55:27.930Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2953 | 2026-08-19T22:55:27.961Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2954 | 2026-08-19T22:55:27.962Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2955 | 2026-08-19T22:55:27.962Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2956 | 2026-08-19T22:55:27.973Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2957 | 2026-08-19T22:55:27.973Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2958 | 2026-08-19T22:55:27.973Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2959 | 2026-08-19T22:55:28.005Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2960 | 2026-08-19T22:55:28.006Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2961 | 2026-08-19T22:55:28.006Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2962 | 2026-08-19T22:55:28.016Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2963 | 2026-08-19T22:55:28.017Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2964 | 2026-08-19T22:55:28.017Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2965 | 2026-08-19T22:55:28.050Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2966 | 2026-08-19T22:55:28.050Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2967 | 2026-08-19T22:55:28.050Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2968 | 2026-08-19T22:55:28.061Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2969 | 2026-08-19T22:55:28.062Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2970 | 2026-08-19T22:55:28.062Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2971 | 2026-08-19T22:55:28.095Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2972 | 2026-08-19T22:55:28.095Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2973 | 2026-08-19T22:55:28.095Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2974 | 2026-08-19T22:55:28.106Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2975 | 2026-08-19T22:55:28.106Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2976 | 2026-08-19T22:55:28.106Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2977 | 2026-08-19T22:55:28.139Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2978 | 2026-08-19T22:55:28.139Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2979 | 2026-08-19T22:55:28.139Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2980 | 2026-08-19T22:55:28.161Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2981 | 2026-08-19T22:55:28.161Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2982 | 2026-08-19T22:55:28.161Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2983 | 2026-08-19T22:55:28.193Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2984 | 2026-08-19T22:55:28.194Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2985 | 2026-08-19T22:55:28.194Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2986 | 2026-08-19T22:55:28.204Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2987 | 2026-08-19T22:55:28.205Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2988 | 2026-08-19T22:55:28.205Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2989 | 2026-08-19T22:55:28.238Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2990 | 2026-08-19T22:55:28.238Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2991 | 2026-08-19T22:55:28.238Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2992 | 2026-08-19T22:55:28.249Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2993 | 2026-08-19T22:55:28.250Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2994 | 2026-08-19T22:55:28.250Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2995 | 2026-08-19T22:55:28.283Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2996 | 2026-08-19T22:55:28.283Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2997 | 2026-08-19T22:55:28.283Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2998 | 2026-08-19T22:55:28.294Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 2999 | 2026-08-19T22:55:28.294Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3000 | 2026-08-19T22:55:28.294Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3001 | 2026-08-19T22:55:28.327Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3002 | 2026-08-19T22:55:28.327Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3003 | 2026-08-19T22:55:28.327Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3004 | 2026-08-19T22:55:28.338Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3005 | 2026-08-19T22:55:28.338Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
|
| 3006 | 2026-08-19T22:55:28.338Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = 300s
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3007 | 2026-08-19T22:55:28.338Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::guest_can_adjust_boot_order
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 3008 | 2026-08-19T22:55:28.338Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3009 | 2026-08-19T22:55:28.338Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3010 | 2026-08-19T22:55:34.952Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 6613
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3011 | 2026-08-19T22:55:34.952Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::guest_can_adjust_boot_order
step = WriteStr("root")
target = phd_framework::test_vm
|
| 3012 | 2026-08-19T22:55:34.952Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::guest_can_adjust_boot_order
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3013 | 2026-08-19T22:55:34.952Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3014 | 2026-08-19T22:55:34.952Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3015 | 2026-08-19T22:55:34.971Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 19
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3016 | 2026-08-19T22:55:34.972Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::guest_can_adjust_boot_order
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 3017 | 2026-08-19T22:55:34.972Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::guest_can_adjust_boot_order
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3018 | 2026-08-19T22:55:34.972Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3019 | 2026-08-19T22:55:34.972Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3020 | 2026-08-19T22:55:35.005Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3021 | 2026-08-19T22:55:35.005Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
|
| 3022 | 2026-08-19T22:55:35.005Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 6666
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
|
| 3023 | 2026-08-19T22:55:35.005Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3024 | 2026-08-19T22:55:35.005Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3025 | 2026-08-19T22:55:35.016Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3026 | 2026-08-19T22:55:35.016Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3027 | 2026-08-19T22:55:35.016Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3028 | 2026-08-19T22:55:35.049Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3029 | 2026-08-19T22:55:35.049Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3030 | 2026-08-19T22:55:35.050Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3031 | 2026-08-19T22:55:35.060Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3032 | 2026-08-19T22:55:35.060Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3033 | 2026-08-19T22:55:35.060Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3034 | 2026-08-19T22:55:35.093Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3035 | 2026-08-19T22:55:35.094Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3036 | 2026-08-19T22:55:35.094Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3037 | 2026-08-19T22:55:35.105Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3038 | 2026-08-19T22:55:35.106Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3039 | 2026-08-19T22:55:35.106Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3040 | 2026-08-19T22:55:35.139Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3041 | 2026-08-19T22:55:35.139Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3042 | 2026-08-19T22:55:35.139Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3043 | 2026-08-19T22:55:35.150Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3044 | 2026-08-19T22:55:35.150Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3045 | 2026-08-19T22:55:35.150Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3046 | 2026-08-19T22:55:35.183Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3047 | 2026-08-19T22:55:35.183Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3048 | 2026-08-19T22:55:35.183Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3049 | 2026-08-19T22:55:35.194Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3050 | 2026-08-19T22:55:35.194Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3051 | 2026-08-19T22:55:35.195Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3052 | 2026-08-19T22:55:35.228Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3053 | 2026-08-19T22:55:35.228Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3054 | 2026-08-19T22:55:35.228Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3055 | 2026-08-19T22:55:35.239Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3056 | 2026-08-19T22:55:35.239Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3057 | 2026-08-19T22:55:35.239Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3058 | 2026-08-19T22:55:35.272Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3059 | 2026-08-19T22:55:35.272Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3060 | 2026-08-19T22:55:35.272Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 3061 | 2026-08-19T22:55:35.273Z | INFO | phd-runner: test phd_tests::boot_order::guest_can_adjust_boot_order ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 3062 | 2026-08-19T22:55:35.273Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 12992
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3063 | 2026-08-19T22:55:35.273Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3064 | 2026-08-19T22:55:35.274Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1195
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3065 | 2026-08-19T22:55:35.797Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::boot_order::guest_can_adjust_boot_order
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3066 | 2026-08-19T22:55:35.885Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::zfs
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3067 | 2026-08-19T22:55:35.885Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-87dd7750-8021-4ae2-b1c5-21fac8385dc8"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::zfs
verb = destroy
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3068 | 2026-08-19T22:55:35.911Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::zfs
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3069 | 2026-08-19T22:55:35.911Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-ba54d07b-5ef9-480b-9f4f-a1e8558104da"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::zfs
verb = destroy
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3070 | 2026-08-19T22:55:35.930Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 657
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3071 | 2026-08-19T22:55:35.930Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 657
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3072 | 2026-08-19T22:55:35.930Z | INFO | phd-runner: Starting test phd_tests::boot_order::nvme_boot_option_description
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 3073 | 2026-08-19T22:55:35.930Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 14232
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 0449c4b5-2b66-4852-b7db-7e9d9d0ce05d
|
| 3074 | 2026-08-19T22:55:35.930Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3075 | 2026-08-19T22:55:35.930Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3076 | 2026-08-19T22:55:35.930Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 14337
file = phd-tests/tests/src/boot_order.rs
line = 236
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_tests::boot_order
|
| 3077 | 2026-08-19T22:55:35.930Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/boot_order.rs
line = 510
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_tests::boot_order
|
| 3078 | 2026-08-19T22:55:35.930Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 3079 | 2026-08-19T22:55:35.930Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3080 | 2026-08-19T22:55:35.930Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3081 | 2026-08-19T22:55:35.931Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
verb = list
|
| 3082 | 2026-08-19T22:55:35.942Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::boot_order::nvme_boot_option_description
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 209M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 3083 | 2026-08-19T22:55:35.942Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-85cf9243-4a0c-42f4-9817-fbc9ae7788d5"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
verb = snapshot
|
| 3084 | 2026-08-19T22:55:35.960Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-85cf9243-4a0c-42f4-9817-fbc9ae7788d5", "phd-artifacts/phd-clone-3941e81a-0a76-44a9-adb7-ed2937d279e8"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
verb = clone
|
| 3085 | 2026-08-19T22:55:35.978Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-3941e81a-0a76-44a9-adb7-ed2937d279e8"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
verb = list
|
| 3086 | 2026-08-19T22:55:35.989Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::boot_order::nvme_boot_option_description
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-3941e81a-0a76-44a9-adb7-ed2937d279e8 0B 25.3T 207M /phd-artifacts/phd-clone-3941e81a-0a76-44a9-adb7-ed2937d279e8\n
target = phd_framework::zfs
|
| 3087 | 2026-08-19T22:55:35.990Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3088 | 2026-08-19T22:55:35.990Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
verb = list
|
| 3089 | 2026-08-19T22:55:36.002Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::boot_order::nvme_boot_option_description
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 209M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 3090 | 2026-08-19T22:55:36.002Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5c5b7aaa-db30-438f-818b-256990059bda"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
verb = snapshot
|
| 3091 | 2026-08-19T22:55:36.021Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5c5b7aaa-db30-438f-818b-256990059bda", "phd-artifacts/phd-clone-6c5bfbc1-2cc0-4dc0-a4e9-2d79207a3e4e"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
verb = clone
|
| 3092 | 2026-08-19T22:55:36.039Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-6c5bfbc1-2cc0-4dc0-a4e9-2d79207a3e4e"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
verb = list
|
| 3093 | 2026-08-19T22:55:36.050Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::boot_order::nvme_boot_option_description
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-6c5bfbc1-2cc0-4dc0-a4e9-2d79207a3e4e 0B 25.3T 207M /phd-artifacts/phd-clone-6c5bfbc1-2cc0-4dc0-a4e9-2d79207a3e4e\n
target = phd_framework::zfs
|
| 3094 | 2026-08-19T22:55:36.051Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
|
| 3095 | 2026-08-19T22:55:36.051Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm_name = nvme_boot_option_description
|
| 3096 | 2026-08-19T22:55:36.051Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 3097 | 2026-08-19T22:55:36.051Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::boot_order::nvme_boot_option_description
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 3098 | 2026-08-19T22:55:36.051Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::boot_order::nvme_boot_option_description
stderr_path = "/tmp/propolis-phd/phd_tests::boot_order::nvme_boot_option_description/nvme_boot_option_description.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::boot_order::nvme_boot_option_description/nvme_boot_option_description.stdout.log"
target = phd_framework::log_config
|
| 3099 | 2026-08-19T22:55:36.079Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1150
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm::server
|
| 3100 | 2026-08-19T22:55:36.093Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 42
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
|
| 3101 | 2026-08-19T22:55:36.094Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3102 | 2026-08-19T22:55:36.094Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3103 | 2026-08-19T22:55:36.572Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3104 | 2026-08-19T22:55:36.573Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: bfc6161f-fd35-4a65-ab3d-1f8d30285fac, name: "phd-vm-bfc6161f-fd35-4a65-ab3d-1f8d30285fac", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 430d15e0-70d3-4541-91a1-71c68ff9b6f6, project_id: 1653fea9-7082-4a94-bbe1-92a0df46408a, sled_id: 1ac4d060-1e27-4370-a556-c60c23d0f9b8, sled_serial: "1ac4d060-1e27-4370-a556-c60c23d0f9b8", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3105 | 2026-08-19T22:55:36.574Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3106 | 2026-08-19T22:55:36.574Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::boot_order::nvme_boot_option_description
state = Run
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3107 | 2026-08-19T22:55:36.575Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3108 | 2026-08-19T22:55:36.575Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
|
| 3109 | 2026-08-19T22:55:36.575Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = 300s
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3110 | 2026-08-19T22:55:36.575Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::nvme_boot_option_description
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 3111 | 2026-08-19T22:55:36.575Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3112 | 2026-08-19T22:55:36.575Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3113 | 2026-08-19T22:55:41.120Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4544
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3114 | 2026-08-19T22:55:41.120Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::nvme_boot_option_description
step = WriteStr("root")
target = phd_framework::test_vm
|
| 3115 | 2026-08-19T22:55:41.120Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::nvme_boot_option_description
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3116 | 2026-08-19T22:55:41.120Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3117 | 2026-08-19T22:55:41.120Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3118 | 2026-08-19T22:55:41.138Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3119 | 2026-08-19T22:55:41.138Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::nvme_boot_option_description
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 3120 | 2026-08-19T22:55:41.139Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::boot_order::nvme_boot_option_description
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3121 | 2026-08-19T22:55:41.139Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3122 | 2026-08-19T22:55:41.139Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3123 | 2026-08-19T22:55:41.171Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3124 | 2026-08-19T22:55:41.171Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
|
| 3125 | 2026-08-19T22:55:41.171Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4596
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
|
| 3126 | 2026-08-19T22:55:41.171Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3127 | 2026-08-19T22:55:41.171Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3128 | 2026-08-19T22:55:41.182Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3129 | 2026-08-19T22:55:41.182Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3130 | 2026-08-19T22:55:41.182Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3131 | 2026-08-19T22:55:41.215Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3132 | 2026-08-19T22:55:41.215Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3133 | 2026-08-19T22:55:41.215Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3134 | 2026-08-19T22:55:41.226Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3135 | 2026-08-19T22:55:41.226Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3136 | 2026-08-19T22:55:41.226Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3137 | 2026-08-19T22:55:41.258Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3138 | 2026-08-19T22:55:41.258Z | INFO | phd-runner: [TEST - EVENT] Initial boot order var: [1, 0, 2, 0, 0, 0, 3, 0]
file = phd-tests/tests/src/boot_order/efi_utils.rs
line = 413
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_tests::boot_order::efi_utils
|
| 3139 | 2026-08-19T22:55:41.259Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3140 | 2026-08-19T22:55:41.259Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3141 | 2026-08-19T22:55:41.270Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3142 | 2026-08-19T22:55:41.271Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3143 | 2026-08-19T22:55:41.271Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3144 | 2026-08-19T22:55:41.326Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 55
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3145 | 2026-08-19T22:55:41.326Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3146 | 2026-08-19T22:55:41.326Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3147 | 2026-08-19T22:55:41.338Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3148 | 2026-08-19T22:55:41.339Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3149 | 2026-08-19T22:55:41.339Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3150 | 2026-08-19T22:55:41.372Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3151 | 2026-08-19T22:55:41.372Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3152 | 2026-08-19T22:55:41.372Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3153 | 2026-08-19T22:55:41.383Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3154 | 2026-08-19T22:55:41.383Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3155 | 2026-08-19T22:55:41.383Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3156 | 2026-08-19T22:55:41.438Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 54
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3157 | 2026-08-19T22:55:41.438Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3158 | 2026-08-19T22:55:41.438Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3159 | 2026-08-19T22:55:41.449Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3160 | 2026-08-19T22:55:41.449Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3161 | 2026-08-19T22:55:41.449Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3162 | 2026-08-19T22:55:41.481Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3163 | 2026-08-19T22:55:41.481Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3164 | 2026-08-19T22:55:41.482Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3165 | 2026-08-19T22:55:41.493Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3166 | 2026-08-19T22:55:41.493Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3167 | 2026-08-19T22:55:41.493Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3168 | 2026-08-19T22:55:41.536Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 43
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3169 | 2026-08-19T22:55:41.537Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3170 | 2026-08-19T22:55:41.537Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3171 | 2026-08-19T22:55:41.547Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3172 | 2026-08-19T22:55:41.547Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3173 | 2026-08-19T22:55:41.548Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3174 | 2026-08-19T22:55:41.570Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3175 | 2026-08-19T22:55:41.571Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3176 | 2026-08-19T22:55:41.571Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3177 | 2026-08-19T22:55:41.582Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3178 | 2026-08-19T22:55:41.582Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3179 | 2026-08-19T22:55:41.582Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3180 | 2026-08-19T22:55:41.637Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 54
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3181 | 2026-08-19T22:55:41.637Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3182 | 2026-08-19T22:55:41.637Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3183 | 2026-08-19T22:55:41.647Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3184 | 2026-08-19T22:55:41.648Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3185 | 2026-08-19T22:55:41.648Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3186 | 2026-08-19T22:55:41.670Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3187 | 2026-08-19T22:55:41.670Z | INFO | phd-runner: [TEST - EVENT] Found boot options: {"nvme-test-disk": 2, "boot-disk": 1, "uiapp": 0, "efi shell": 3}
file = phd-tests/tests/src/boot_order/efi_utils.rs
line = 469
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_tests::boot_order::efi_utils
|
| 3188 | 2026-08-19T22:55:41.670Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3189 | 2026-08-19T22:55:41.670Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3190 | 2026-08-19T22:55:41.681Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3191 | 2026-08-19T22:55:41.681Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3192 | 2026-08-19T22:55:41.681Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3193 | 2026-08-19T22:55:41.736Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 54
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3194 | 2026-08-19T22:55:41.736Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3195 | 2026-08-19T22:55:41.736Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3196 | 2026-08-19T22:55:41.747Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3197 | 2026-08-19T22:55:41.747Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3198 | 2026-08-19T22:55:41.747Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3199 | 2026-08-19T22:55:41.769Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3200 | 2026-08-19T22:55:41.770Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3201 | 2026-08-19T22:55:41.770Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 3202 | 2026-08-19T22:55:41.770Z | INFO | phd-runner: test phd_tests::boot_order::nvme_boot_option_description ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 3203 | 2026-08-19T22:55:41.770Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 5197
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3204 | 2026-08-19T22:55:41.770Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3205 | 2026-08-19T22:55:41.772Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1195
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3206 | 2026-08-19T22:55:42.046Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::boot_order::nvme_boot_option_description
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3207 | 2026-08-19T22:55:42.138Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3208 | 2026-08-19T22:55:42.138Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-3941e81a-0a76-44a9-adb7-ed2937d279e8"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
verb = destroy
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3209 | 2026-08-19T22:55:42.164Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3210 | 2026-08-19T22:55:42.164Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-85cf9243-4a0c-42f4-9817-fbc9ae7788d5"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
verb = destroy
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3211 | 2026-08-19T22:55:42.184Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3212 | 2026-08-19T22:55:42.184Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-6c5bfbc1-2cc0-4dc0-a4e9-2d79207a3e4e"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
verb = destroy
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3213 | 2026-08-19T22:55:42.210Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3214 | 2026-08-19T22:55:42.210Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5c5b7aaa-db30-438f-818b-256990059bda"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
verb = destroy
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3215 | 2026-08-19T22:55:42.227Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 456
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3216 | 2026-08-19T22:55:42.227Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6133
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = bfc6161f-fd35-4a65-ab3d-1f8d30285fac
|
| 3217 | 2026-08-19T22:55:42.227Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 6296
file = phd-tests/tests/src/boot_order.rs
line = 510
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_tests::boot_order
|
| 3218 | 2026-08-19T22:55:42.227Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 456
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3219 | 2026-08-19T22:55:42.227Z | INFO | phd-runner: Starting test phd_tests::hw::lspci_lifecycle_test
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 3220 | 2026-08-19T22:55:42.227Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3221 | 2026-08-19T22:55:42.227Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3222 | 2026-08-19T22:55:42.227Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/hw.rs
line = 8
path = phd_tests::hw::lspci_lifecycle_test
target = phd_tests::hw
|
| 3223 | 2026-08-19T22:55:42.228Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 3224 | 2026-08-19T22:55:42.228Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3225 | 2026-08-19T22:55:42.228Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3226 | 2026-08-19T22:55:42.228Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::zfs
verb = list
|
| 3227 | 2026-08-19T22:55:42.239Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::hw::lspci_lifecycle_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 209M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 3228 | 2026-08-19T22:55:42.239Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-8b7c05e6-2588-4050-865d-25ea2cd85fca"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::zfs
verb = snapshot
|
| 3229 | 2026-08-19T22:55:42.260Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-8b7c05e6-2588-4050-865d-25ea2cd85fca", "phd-artifacts/phd-clone-9cc383fd-e327-4649-aaa6-887d001d1864"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::zfs
verb = clone
|
| 3230 | 2026-08-19T22:55:42.279Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-9cc383fd-e327-4649-aaa6-887d001d1864"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::zfs
verb = list
|
| 3231 | 2026-08-19T22:55:42.289Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::hw::lspci_lifecycle_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-9cc383fd-e327-4649-aaa6-887d001d1864 0B 25.3T 207M /phd-artifacts/phd-clone-9cc383fd-e327-4649-aaa6-887d001d1864\n
target = phd_framework::zfs
|
| 3232 | 2026-08-19T22:55:42.290Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
|
| 3233 | 2026-08-19T22:55:42.290Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm_name = lspci_lifecycle_test
|
| 3234 | 2026-08-19T22:55:42.290Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 3235 | 2026-08-19T22:55:42.290Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::hw::lspci_lifecycle_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 3236 | 2026-08-19T22:55:42.290Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::hw::lspci_lifecycle_test
stderr_path = "/tmp/propolis-phd/phd_tests::hw::lspci_lifecycle_test/lspci_lifecycle_test.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::hw::lspci_lifecycle_test/lspci_lifecycle_test.stdout.log"
target = phd_framework::log_config
|
| 3237 | 2026-08-19T22:55:42.320Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1160
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm::server
|
| 3238 | 2026-08-19T22:55:42.334Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 43
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
|
| 3239 | 2026-08-19T22:55:42.334Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = c1fb6694-9b29-4bcc-8321-3e9e81370a66
|
| 3240 | 2026-08-19T22:55:42.335Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = c1fb6694-9b29-4bcc-8321-3e9e81370a66
|
| 3241 | 2026-08-19T22:55:42.710Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3242 | 2026-08-19T22:55:42.711Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: c1fb6694-9b29-4bcc-8321-3e9e81370a66, name: "phd-vm-c1fb6694-9b29-4bcc-8321-3e9e81370a66", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 814bd79f-c88f-44d4-ad50-00c78c907c4b, project_id: 143ede4d-eac2-4de7-8c93-8e8821ad4603, sled_id: a6e66286-b15b-4847-9843-fd37f57926f8, sled_serial: "a6e66286-b15b-4847-9843-fd37f57926f8", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = c1fb6694-9b29-4bcc-8321-3e9e81370a66
|
| 3243 | 2026-08-19T22:55:42.712Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = c1fb6694-9b29-4bcc-8321-3e9e81370a66
|
| 3244 | 2026-08-19T22:55:42.712Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::hw::lspci_lifecycle_test
state = Run
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = c1fb6694-9b29-4bcc-8321-3e9e81370a66
|
| 3245 | 2026-08-19T22:55:42.713Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = c1fb6694-9b29-4bcc-8321-3e9e81370a66
|
| 3246 | 2026-08-19T22:55:42.713Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
|
| 3247 | 2026-08-19T22:55:42.713Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = lspci_lifecycle_test
vm_id = c1fb6694-9b29-4bcc-8321-3e9e81370a66
|
| 3248 | 2026-08-19T22:55:42.713Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::hw::lspci_lifecycle_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 3249 | 2026-08-19T22:55:42.713Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = c1fb6694-9b29-4bcc-8321-3e9e81370a66
|
| 3250 | 2026-08-19T22:55:42.713Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = lspci_lifecycle_test
vm_id = c1fb6694-9b29-4bcc-8321-3e9e81370a66
|
| 3251 | 2026-08-19T22:55:47.094Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4380
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = c1fb6694-9b29-4bcc-8321-3e9e81370a66
|
| 3252 | 2026-08-19T22:55:47.094Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::hw::lspci_lifecycle_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 3253 | 2026-08-19T22:55:47.094Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::hw::lspci_lifecycle_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3254 | 2026-08-19T22:55:47.094Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = c1fb6694-9b29-4bcc-8321-3e9e81370a66
|
| 3255 | 2026-08-19T22:55:47.094Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = lspci_lifecycle_test
vm_id = c1fb6694-9b29-4bcc-8321-3e9e81370a66
|
| 3256 | 2026-08-19T22:55:47.112Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = c1fb6694-9b29-4bcc-8321-3e9e81370a66
|
| 3257 | 2026-08-19T22:55:47.112Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::hw::lspci_lifecycle_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 3258 | 2026-08-19T22:55:47.112Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::hw::lspci_lifecycle_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3259 | 2026-08-19T22:55:47.113Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = c1fb6694-9b29-4bcc-8321-3e9e81370a66
|
| 3260 | 2026-08-19T22:55:47.113Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = lspci_lifecycle_test
vm_id = c1fb6694-9b29-4bcc-8321-3e9e81370a66
|
| 3261 | 2026-08-19T22:55:47.144Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = c1fb6694-9b29-4bcc-8321-3e9e81370a66
|
| 3262 | 2026-08-19T22:55:47.144Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
|
| 3263 | 2026-08-19T22:55:47.144Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4431
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
|
| 3264 | 2026-08-19T22:55:47.145Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = c1fb6694-9b29-4bcc-8321-3e9e81370a66
|
| 3265 | 2026-08-19T22:55:47.145Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = lspci_lifecycle_test
vm_id = c1fb6694-9b29-4bcc-8321-3e9e81370a66
|
| 3266 | 2026-08-19T22:55:47.155Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = c1fb6694-9b29-4bcc-8321-3e9e81370a66
|
| 3267 | 2026-08-19T22:55:47.156Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = c1fb6694-9b29-4bcc-8321-3e9e81370a66
|
| 3268 | 2026-08-19T22:55:47.156Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = lspci_lifecycle_test
vm_id = c1fb6694-9b29-4bcc-8321-3e9e81370a66
|
| 3269 | 2026-08-19T22:55:47.190Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = c1fb6694-9b29-4bcc-8321-3e9e81370a66
|
| 3270 | 2026-08-19T22:55:47.190Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = c1fb6694-9b29-4bcc-8321-3e9e81370a66
|
| 3271 | 2026-08-19T22:55:47.190Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = lspci_lifecycle_test
vm_id = c1fb6694-9b29-4bcc-8321-3e9e81370a66
|
| 3272 | 2026-08-19T22:55:47.201Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = c1fb6694-9b29-4bcc-8321-3e9e81370a66
|
| 3273 | 2026-08-19T22:55:47.201Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = c1fb6694-9b29-4bcc-8321-3e9e81370a66
|
| 3274 | 2026-08-19T22:55:47.201Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = lspci_lifecycle_test
vm_id = c1fb6694-9b29-4bcc-8321-3e9e81370a66
|
| 3275 | 2026-08-19T22:55:47.234Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = c1fb6694-9b29-4bcc-8321-3e9e81370a66
|
| 3276 | 2026-08-19T22:55:47.234Z | INFO | phd-runner: [TEST - EVENT] stopping and starting VM for lifecycle test
file = phd-tests/framework/src/lifecycle.rs
line = 57
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::lifecycle
vm_name = lspci_lifecycle_test
|
| 3277 | 2026-08-19T22:55:47.234Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = c1fb6694-9b29-4bcc-8321-3e9e81370a66
|
| 3278 | 2026-08-19T22:55:47.234Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::hw::lspci_lifecycle_test
state = Stop
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = c1fb6694-9b29-4bcc-8321-3e9e81370a66
|
| 3279 | 2026-08-19T22:55:47.236Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = c1fb6694-9b29-4bcc-8321-3e9e81370a66
|
| 3280 | 2026-08-19T22:55:47.236Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
|
| 3281 | 2026-08-19T22:55:47.236Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm_name = lspci_lifecycle_test_lifecycle_0
|
| 3282 | 2026-08-19T22:55:47.236Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 3283 | 2026-08-19T22:55:47.236Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::hw::lspci_lifecycle_test
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 3284 | 2026-08-19T22:55:47.236Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::hw::lspci_lifecycle_test
stderr_path = "/tmp/propolis-phd/phd_tests::hw::lspci_lifecycle_test/lspci_lifecycle_test_lifecycle_0.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::hw::lspci_lifecycle_test/lspci_lifecycle_test_lifecycle_0.stdout.log"
target = phd_framework::log_config
|
| 3285 | 2026-08-19T22:55:47.269Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1161
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm::server
|
| 3286 | 2026-08-19T22:55:47.281Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 45
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
|
| 3287 | 2026-08-19T22:55:47.281Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = fff6989a-5c78-429b-afed-ef7be0d507e2
|
| 3288 | 2026-08-19T22:55:47.281Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9002/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = fff6989a-5c78-429b-afed-ef7be0d507e2
|
| 3289 | 2026-08-19T22:55:47.282Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial websocket closed
file = phd-tests/framework/src/serial/mod.rs
line = 271
target = phd_framework::serial
|
| 3290 | 2026-08-19T22:55:47.282Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4571
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3291 | 2026-08-19T22:55:48.095Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3292 | 2026-08-19T22:55:48.096Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: fff6989a-5c78-429b-afed-ef7be0d507e2, name: "phd-vm-fff6989a-5c78-429b-afed-ef7be0d507e2", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 814bd79f-c88f-44d4-ad50-00c78c907c4b, project_id: 143ede4d-eac2-4de7-8c93-8e8821ad4603, sled_id: 88db16d2-1f61-4f75-ad9f-d5c542d0dc18, sled_serial: "88db16d2-1f61-4f75-ad9f-d5c542d0dc18", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = fff6989a-5c78-429b-afed-ef7be0d507e2
|
| 3293 | 2026-08-19T22:55:48.097Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = fff6989a-5c78-429b-afed-ef7be0d507e2
|
| 3294 | 2026-08-19T22:55:48.097Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::hw::lspci_lifecycle_test
state = Run
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = fff6989a-5c78-429b-afed-ef7be0d507e2
|
| 3295 | 2026-08-19T22:55:48.097Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = fff6989a-5c78-429b-afed-ef7be0d507e2
|
| 3296 | 2026-08-19T22:55:48.098Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
|
| 3297 | 2026-08-19T22:55:48.098Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = lspci_lifecycle_test_lifecycle_0
vm_id = fff6989a-5c78-429b-afed-ef7be0d507e2
|
| 3298 | 2026-08-19T22:55:48.098Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::hw::lspci_lifecycle_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 3299 | 2026-08-19T22:55:48.098Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = fff6989a-5c78-429b-afed-ef7be0d507e2
|
| 3300 | 2026-08-19T22:55:48.098Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = lspci_lifecycle_test_lifecycle_0
vm_id = fff6989a-5c78-429b-afed-ef7be0d507e2
|
| 3301 | 2026-08-19T22:55:52.614Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4515
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = fff6989a-5c78-429b-afed-ef7be0d507e2
|
| 3302 | 2026-08-19T22:55:52.614Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::hw::lspci_lifecycle_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 3303 | 2026-08-19T22:55:52.614Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::hw::lspci_lifecycle_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3304 | 2026-08-19T22:55:52.614Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = fff6989a-5c78-429b-afed-ef7be0d507e2
|
| 3305 | 2026-08-19T22:55:52.614Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = lspci_lifecycle_test_lifecycle_0
vm_id = fff6989a-5c78-429b-afed-ef7be0d507e2
|
| 3306 | 2026-08-19T22:55:52.632Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = fff6989a-5c78-429b-afed-ef7be0d507e2
|
| 3307 | 2026-08-19T22:55:52.633Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::hw::lspci_lifecycle_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 3308 | 2026-08-19T22:55:52.633Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::hw::lspci_lifecycle_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3309 | 2026-08-19T22:55:52.633Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = fff6989a-5c78-429b-afed-ef7be0d507e2
|
| 3310 | 2026-08-19T22:55:52.633Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = lspci_lifecycle_test_lifecycle_0
vm_id = fff6989a-5c78-429b-afed-ef7be0d507e2
|
| 3311 | 2026-08-19T22:55:52.665Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = fff6989a-5c78-429b-afed-ef7be0d507e2
|
| 3312 | 2026-08-19T22:55:52.665Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
|
| 3313 | 2026-08-19T22:55:52.665Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4567
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
|
| 3314 | 2026-08-19T22:55:52.665Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = c1fb6694-9b29-4bcc-8321-3e9e81370a66
|
| 3315 | 2026-08-19T22:55:52.666Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = fff6989a-5c78-429b-afed-ef7be0d507e2
|
| 3316 | 2026-08-19T22:55:52.666Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = lspci_lifecycle_test_lifecycle_0
vm_id = fff6989a-5c78-429b-afed-ef7be0d507e2
|
| 3317 | 2026-08-19T22:55:52.667Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::hw::lspci_lifecycle_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = lspci_lifecycle_test
vm_id = c1fb6694-9b29-4bcc-8321-3e9e81370a66
|
| 3318 | 2026-08-19T22:55:52.750Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 84
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = c1fb6694-9b29-4bcc-8321-3e9e81370a66
|
| 3319 | 2026-08-19T22:55:52.751Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 85
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = fff6989a-5c78-429b-afed-ef7be0d507e2
|
| 3320 | 2026-08-19T22:55:52.751Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 10416
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = c1fb6694-9b29-4bcc-8321-3e9e81370a66
|
| 3321 | 2026-08-19T22:55:52.751Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = fff6989a-5c78-429b-afed-ef7be0d507e2
|
| 3322 | 2026-08-19T22:55:52.751Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = lspci_lifecycle_test_lifecycle_0
vm_id = fff6989a-5c78-429b-afed-ef7be0d507e2
|
| 3323 | 2026-08-19T22:55:52.776Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 25
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = fff6989a-5c78-429b-afed-ef7be0d507e2
|
| 3324 | 2026-08-19T22:55:52.776Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = fff6989a-5c78-429b-afed-ef7be0d507e2
|
| 3325 | 2026-08-19T22:55:52.777Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = lspci_lifecycle_test_lifecycle_0
vm_id = fff6989a-5c78-429b-afed-ef7be0d507e2
|
| 3326 | 2026-08-19T22:55:52.787Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = fff6989a-5c78-429b-afed-ef7be0d507e2
|
| 3327 | 2026-08-19T22:55:52.787Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = fff6989a-5c78-429b-afed-ef7be0d507e2
|
| 3328 | 2026-08-19T22:55:52.787Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = lspci_lifecycle_test_lifecycle_0
vm_id = fff6989a-5c78-429b-afed-ef7be0d507e2
|
| 3329 | 2026-08-19T22:55:52.821Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = fff6989a-5c78-429b-afed-ef7be0d507e2
|
| 3330 | 2026-08-19T22:55:52.821Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = fff6989a-5c78-429b-afed-ef7be0d507e2
|
| 3331 | 2026-08-19T22:55:52.821Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 3332 | 2026-08-19T22:55:52.821Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4725
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3333 | 2026-08-19T22:55:52.821Z | INFO | phd-runner: test phd_tests::hw::lspci_lifecycle_test ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 3334 | 2026-08-19T22:55:52.821Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3335 | 2026-08-19T22:55:52.823Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1195
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = fff6989a-5c78-429b-afed-ef7be0d507e2
|
| 3336 | 2026-08-19T22:55:53.155Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::hw::lspci_lifecycle_test
self.address = 127.0.0.1:9002
target = phd_framework::test_vm::server
vm = lspci_lifecycle_test_lifecycle_0
vm_id = fff6989a-5c78-429b-afed-ef7be0d507e2
|
| 3337 | 2026-08-19T22:55:53.244Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::zfs
vm = lspci_lifecycle_test_lifecycle_0
vm_id = fff6989a-5c78-429b-afed-ef7be0d507e2
|
| 3338 | 2026-08-19T22:55:53.244Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-9cc383fd-e327-4649-aaa6-887d001d1864"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::zfs
verb = destroy
vm = lspci_lifecycle_test_lifecycle_0
vm_id = fff6989a-5c78-429b-afed-ef7be0d507e2
|
| 3339 | 2026-08-19T22:55:53.272Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::zfs
vm = lspci_lifecycle_test_lifecycle_0
vm_id = fff6989a-5c78-429b-afed-ef7be0d507e2
|
| 3340 | 2026-08-19T22:55:53.272Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-8b7c05e6-2588-4050-865d-25ea2cd85fca"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::zfs
verb = destroy
vm = lspci_lifecycle_test_lifecycle_0
vm_id = fff6989a-5c78-429b-afed-ef7be0d507e2
|
| 3341 | 2026-08-19T22:55:53.292Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 470
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = fff6989a-5c78-429b-afed-ef7be0d507e2
|
| 3342 | 2026-08-19T22:55:53.292Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 470
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3343 | 2026-08-19T22:55:53.292Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6010
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = fff6989a-5c78-429b-afed-ef7be0d507e2
|
| 3344 | 2026-08-19T22:55:53.292Z | INFO | phd-runner: Starting test phd_tests::migrate::running_process::export_failure
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 3345 | 2026-08-19T22:55:53.292Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 11064
file = phd-tests/tests/src/hw.rs
line = 8
path = phd_tests::hw::lspci_lifecycle_test
target = phd_tests::hw
|
| 3346 | 2026-08-19T22:55:53.292Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3347 | 2026-08-19T22:55:53.292Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3348 | 2026-08-19T22:55:53.293Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 206
path = phd_tests::migrate::running_process::export_failure
target = phd_tests::migrate::running_process
|
| 3349 | 2026-08-19T22:55:53.293Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 3350 | 2026-08-19T22:55:53.293Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3351 | 2026-08-19T22:55:53.293Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3352 | 2026-08-19T22:55:53.293Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::zfs
verb = list
|
| 3353 | 2026-08-19T22:55:53.304Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::running_process::export_failure
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 210M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 3354 | 2026-08-19T22:55:53.305Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5982f922-6ebb-41f6-9f4f-e7fbd717929f"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::zfs
verb = snapshot
|
| 3355 | 2026-08-19T22:55:53.322Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5982f922-6ebb-41f6-9f4f-e7fbd717929f", "phd-artifacts/phd-clone-2be442e5-5c97-4853-812c-5cd9b53a1702"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::zfs
verb = clone
|
| 3356 | 2026-08-19T22:55:53.340Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-2be442e5-5c97-4853-812c-5cd9b53a1702"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::zfs
verb = list
|
| 3357 | 2026-08-19T22:55:53.351Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::running_process::export_failure
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-2be442e5-5c97-4853-812c-5cd9b53a1702 0B 25.3T 207M /phd-artifacts/phd-clone-2be442e5-5c97-4853-812c-5cd9b53a1702\n
target = phd_framework::zfs
|
| 3358 | 2026-08-19T22:55:53.352Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
|
| 3359 | 2026-08-19T22:55:53.352Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm_name = migrate_running_process::export_failure_source
|
| 3360 | 2026-08-19T22:55:53.352Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 3361 | 2026-08-19T22:55:53.352Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::migrate::running_process::export_failure
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 3362 | 2026-08-19T22:55:53.352Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::migrate::running_process::export_failure
stderr_path = "/tmp/propolis-phd/phd_tests::migrate::running_process::export_failure/migrate_running_process::export_failure_source.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::migrate::running_process::export_failure/migrate_running_process::export_failure_source.stdout.log"
target = phd_framework::log_config
|
| 3363 | 2026-08-19T22:55:53.382Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1170
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm::server
|
| 3364 | 2026-08-19T22:55:53.396Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 44
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
|
| 3365 | 2026-08-19T22:55:53.396Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
|
| 3366 | 2026-08-19T22:55:53.397Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm_name = migrate_running_process::export_failure_target1
|
| 3367 | 2026-08-19T22:55:53.397Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 3368 | 2026-08-19T22:55:53.397Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::migrate::running_process::export_failure
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 3369 | 2026-08-19T22:55:53.397Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::migrate::running_process::export_failure
stderr_path = "/tmp/propolis-phd/phd_tests::migrate::running_process::export_failure/migrate_running_process::export_failure_target1.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::migrate::running_process::export_failure/migrate_running_process::export_failure_target1.stdout.log"
target = phd_framework::log_config
|
| 3370 | 2026-08-19T22:55:53.430Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1171
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm::server
|
| 3371 | 2026-08-19T22:55:53.445Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 48
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
|
| 3372 | 2026-08-19T22:55:53.445Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
|
| 3373 | 2026-08-19T22:55:53.445Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm_name = migrate_running_process::export_failure_target2
|
| 3374 | 2026-08-19T22:55:53.445Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 3375 | 2026-08-19T22:55:53.445Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::migrate::running_process::export_failure
server_addr = 127.0.0.1:9004
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 3376 | 2026-08-19T22:55:53.445Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::migrate::running_process::export_failure
stderr_path = "/tmp/propolis-phd/phd_tests::migrate::running_process::export_failure/migrate_running_process::export_failure_target2.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::migrate::running_process::export_failure/migrate_running_process::export_failure_target2.stdout.log"
target = phd_framework::log_config
|
| 3377 | 2026-08-19T22:55:53.475Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1172
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm::server
|
| 3378 | 2026-08-19T22:55:53.490Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 45
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
|
| 3379 | 2026-08-19T22:55:53.490Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3380 | 2026-08-19T22:55:53.617Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3381 | 2026-08-19T22:55:53.618Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: c04e8a89-6912-428b-b40a-f856490d5888, name: "phd-vm-c04e8a89-6912-428b-b40a-f856490d5888", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 3d2cffb7-0dd3-4db9-8aa0-247d89ea1971, project_id: 8104bba7-0d61-4bbb-b1c3-fdf935869ec5, sled_id: 2e15c74b-8342-482e-8ffd-e32d27d75a0b, sled_serial: "2e15c74b-8342-482e-8ffd-e32d27d75a0b", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3382 | 2026-08-19T22:55:53.618Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3383 | 2026-08-19T22:55:53.618Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::migrate::running_process::export_failure
state = Run
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3384 | 2026-08-19T22:55:53.619Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3385 | 2026-08-19T22:55:53.620Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
|
| 3386 | 2026-08-19T22:55:53.620Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = 300s
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3387 | 2026-08-19T22:55:53.620Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::migrate::running_process::export_failure
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 3388 | 2026-08-19T22:55:53.620Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3389 | 2026-08-19T22:55:53.620Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3390 | 2026-08-19T22:55:58.009Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4388
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3391 | 2026-08-19T22:55:58.009Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::migrate::running_process::export_failure
step = WriteStr("root")
target = phd_framework::test_vm
|
| 3392 | 2026-08-19T22:55:58.009Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::migrate::running_process::export_failure
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3393 | 2026-08-19T22:55:58.009Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3394 | 2026-08-19T22:55:58.009Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3395 | 2026-08-19T22:55:58.028Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3396 | 2026-08-19T22:55:58.028Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::migrate::running_process::export_failure
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 3397 | 2026-08-19T22:55:58.028Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::migrate::running_process::export_failure
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3398 | 2026-08-19T22:55:58.028Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3399 | 2026-08-19T22:55:58.028Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3400 | 2026-08-19T22:55:58.062Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3401 | 2026-08-19T22:55:58.062Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
|
| 3402 | 2026-08-19T22:55:58.062Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4442
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
|
| 3403 | 2026-08-19T22:55:58.062Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3404 | 2026-08-19T22:55:58.062Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3405 | 2026-08-19T22:55:58.184Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 121
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3406 | 2026-08-19T22:55:58.184Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3407 | 2026-08-19T22:55:58.184Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3408 | 2026-08-19T22:55:58.195Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3409 | 2026-08-19T22:55:58.195Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3410 | 2026-08-19T22:55:58.195Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3411 | 2026-08-19T22:55:58.206Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3412 | 2026-08-19T22:55:58.206Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3413 | 2026-08-19T22:55:58.206Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3414 | 2026-08-19T22:55:58.228Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3415 | 2026-08-19T22:55:58.228Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3416 | 2026-08-19T22:55:58.228Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3417 | 2026-08-19T22:55:58.239Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3418 | 2026-08-19T22:55:58.239Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3419 | 2026-08-19T22:55:58.239Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3420 | 2026-08-19T22:55:58.272Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3421 | 2026-08-19T22:55:58.273Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3422 | 2026-08-19T22:55:58.273Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3423 | 2026-08-19T22:55:58.283Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3424 | 2026-08-19T22:55:58.284Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3425 | 2026-08-19T22:55:58.284Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3426 | 2026-08-19T22:55:58.305Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3427 | 2026-08-19T22:55:58.306Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3428 | 2026-08-19T22:55:58.306Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3429 | 2026-08-19T22:55:58.316Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3430 | 2026-08-19T22:55:58.317Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3431 | 2026-08-19T22:55:58.317Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3432 | 2026-08-19T22:55:58.619Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 302
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3433 | 2026-08-19T22:55:58.619Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3434 | 2026-08-19T22:55:58.620Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3435 | 2026-08-19T22:55:58.630Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3436 | 2026-08-19T22:55:58.630Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3437 | 2026-08-19T22:55:58.630Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3438 | 2026-08-19T22:55:58.664Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3439 | 2026-08-19T22:55:58.664Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = c04e8a89-6912-428b-b40a-f856490d5888
target = phd_framework::test_vm
target_id = e89596c6-6473-47d9-9f93-7dde8535f1a0
|
| 3440 | 2026-08-19T22:55:58.664Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9000
file = phd-tests/framework/src/test_vm/mod.rs
line = 642
migration_id = a326c856-66de-4d2f-aa80-e032bc7f92f5
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = c04e8a89-6912-428b-b40a-f856490d5888
target = phd_framework::test_vm
target_id = e89596c6-6473-47d9-9f93-7dde8535f1a0
timeout_duration = 45s
|
| 3441 | 2026-08-19T22:55:58.664Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = c04e8a89-6912-428b-b40a-f856490d5888
target = phd_framework::test_vm
target_id = e89596c6-6473-47d9-9f93-7dde8535f1a0
vm = migrate_running_process::export_failure_target1
vm_id = e89596c6-6473-47d9-9f93-7dde8535f1a0
|
| 3442 | 2026-08-19T22:55:58.788Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: e89596c6-6473-47d9-9f93-7dde8535f1a0, name: "phd-vm-e89596c6-6473-47d9-9f93-7dde8535f1a0", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 3d2cffb7-0dd3-4db9-8aa0-247d89ea1971, project_id: 8104bba7-0d61-4bbb-b1c3-fdf935869ec5, sled_id: 1609e574-5115-461d-ad2e-389e5255b057, sled_serial: "1609e574-5115-461d-ad2e-389e5255b057", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 514
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = c04e8a89-6912-428b-b40a-f856490d5888
target = phd_framework::test_vm
target_id = e89596c6-6473-47d9-9f93-7dde8535f1a0
vm = migrate_running_process::export_failure_target1
vm_id = e89596c6-6473-47d9-9f93-7dde8535f1a0
|
| 3443 | 2026-08-19T22:55:58.789Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = a326c856-66de-4d2f-aa80-e032bc7f92f5
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = c04e8a89-6912-428b-b40a-f856490d5888
target = phd_framework::test_vm
target_id = e89596c6-6473-47d9-9f93-7dde8535f1a0
|
| 3444 | 2026-08-19T22:56:01.071Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Instance reported error during migration
file = phd-tests/framework/src/test_vm/mod.rs
line = 680
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = c04e8a89-6912-428b-b40a-f856490d5888
target = phd_framework::test_vm
target_id = e89596c6-6473-47d9-9f93-7dde8535f1a0
|
| 3445 | 2026-08-19T22:56:01.071Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2282
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = a326c856-66de-4d2f-aa80-e032bc7f92f5
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = c04e8a89-6912-428b-b40a-f856490d5888
target = phd_framework::test_vm
target_id = e89596c6-6473-47d9-9f93-7dde8535f1a0
|
| 3446 | 2026-08-19T22:56:01.071Z | INFO | phd-runner: [TEST - EVENT] first migration failed as expected
error = live migration
file = phd-tests/tests/src/migrate.rs
line = 240
path = phd_tests::migrate::running_process::export_failure
target = phd_tests::migrate::running_process
|
| 3447 | 2026-08-19T22:56:01.072Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 788
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3448 | 2026-08-19T22:56:01.072Z | INFO | phd-runner: [WAIT_FOR_STATE - EVENT] Waiting 5s for server to reach state Running
file = phd-tests/framework/src/test_vm/mod.rs
line = 794
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3449 | 2026-08-19T22:56:01.072Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3450 | 2026-08-19T22:56:01.072Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 587
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3451 | 2026-08-19T22:56:01.073Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3452 | 2026-08-19T22:56:01.073Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 788
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3453 | 2026-08-19T22:56:01.073Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = c04e8a89-6912-428b-b40a-f856490d5888
target = phd_framework::test_vm
target_id = 421ca7cf-8bb3-428d-aa45-6b8e8381f7cc
|
| 3454 | 2026-08-19T22:56:01.073Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9000
file = phd-tests/framework/src/test_vm/mod.rs
line = 642
migration_id = 5553b04a-6f72-4b03-a887-cafaee027515
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = c04e8a89-6912-428b-b40a-f856490d5888
target = phd_framework::test_vm
target_id = 421ca7cf-8bb3-428d-aa45-6b8e8381f7cc
timeout_duration = 45s
|
| 3455 | 2026-08-19T22:56:01.074Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = c04e8a89-6912-428b-b40a-f856490d5888
target = phd_framework::test_vm
target_id = 421ca7cf-8bb3-428d-aa45-6b8e8381f7cc
vm = migrate_running_process::export_failure_target2
vm_id = 421ca7cf-8bb3-428d-aa45-6b8e8381f7cc
|
| 3456 | 2026-08-19T22:56:01.198Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 421ca7cf-8bb3-428d-aa45-6b8e8381f7cc, name: "phd-vm-421ca7cf-8bb3-428d-aa45-6b8e8381f7cc", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 3d2cffb7-0dd3-4db9-8aa0-247d89ea1971, project_id: 8104bba7-0d61-4bbb-b1c3-fdf935869ec5, sled_id: dea9d3c8-76f6-44a6-ae85-a8d1ca10f10a, sled_serial: "dea9d3c8-76f6-44a6-ae85-a8d1ca10f10a", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 514
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = c04e8a89-6912-428b-b40a-f856490d5888
target = phd_framework::test_vm
target_id = 421ca7cf-8bb3-428d-aa45-6b8e8381f7cc
vm = migrate_running_process::export_failure_target2
vm_id = 421ca7cf-8bb3-428d-aa45-6b8e8381f7cc
|
| 3457 | 2026-08-19T22:56:01.198Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = 5553b04a-6f72-4b03-a887-cafaee027515
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = c04e8a89-6912-428b-b40a-f856490d5888
target = phd_framework::test_vm
target_id = 421ca7cf-8bb3-428d-aa45-6b8e8381f7cc
|
| 3458 | 2026-08-19T22:56:03.383Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9004","from_start":9506}}
target = phd_framework::serial
|
| 3459 | 2026-08-19T22:56:05.382Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 676
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = c04e8a89-6912-428b-b40a-f856490d5888
target = phd_framework::test_vm
target_id = 421ca7cf-8bb3-428d-aa45-6b8e8381f7cc
|
| 3460 | 2026-08-19T22:56:05.382Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 4182
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = 5553b04a-6f72-4b03-a887-cafaee027515
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = c04e8a89-6912-428b-b40a-f856490d5888
target = phd_framework::test_vm
target_id = 421ca7cf-8bb3-428d-aa45-6b8e8381f7cc
|
| 3461 | 2026-08-19T22:56:05.382Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target2
vm_id = 421ca7cf-8bb3-428d-aa45-6b8e8381f7cc
|
| 3462 | 2026-08-19T22:56:05.382Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::export_failure_target2
vm_id = 421ca7cf-8bb3-428d-aa45-6b8e8381f7cc
|
| 3463 | 2026-08-19T22:56:05.394Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target2
vm_id = 421ca7cf-8bb3-428d-aa45-6b8e8381f7cc
|
| 3464 | 2026-08-19T22:56:05.394Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target2
vm_id = 421ca7cf-8bb3-428d-aa45-6b8e8381f7cc
|
| 3465 | 2026-08-19T22:56:05.394Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::export_failure_target2
vm_id = 421ca7cf-8bb3-428d-aa45-6b8e8381f7cc
|
| 3466 | 2026-08-19T22:56:05.482Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 88
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target2
vm_id = 421ca7cf-8bb3-428d-aa45-6b8e8381f7cc
|
| 3467 | 2026-08-19T22:56:05.482Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target2
vm_id = 421ca7cf-8bb3-428d-aa45-6b8e8381f7cc
|
| 3468 | 2026-08-19T22:56:05.483Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::export_failure_target2
vm_id = 421ca7cf-8bb3-428d-aa45-6b8e8381f7cc
|
| 3469 | 2026-08-19T22:56:05.494Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target2
vm_id = 421ca7cf-8bb3-428d-aa45-6b8e8381f7cc
|
| 3470 | 2026-08-19T22:56:05.494Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target2
vm_id = 421ca7cf-8bb3-428d-aa45-6b8e8381f7cc
|
| 3471 | 2026-08-19T22:56:05.494Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::export_failure_target2
vm_id = 421ca7cf-8bb3-428d-aa45-6b8e8381f7cc
|
| 3472 | 2026-08-19T22:56:05.517Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target2
vm_id = 421ca7cf-8bb3-428d-aa45-6b8e8381f7cc
|
| 3473 | 2026-08-19T22:56:05.517Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target2
vm_id = 421ca7cf-8bb3-428d-aa45-6b8e8381f7cc
|
| 3474 | 2026-08-19T22:56:05.517Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target1
vm_id = e89596c6-6473-47d9-9f93-7dde8535f1a0
|
| 3475 | 2026-08-19T22:56:05.518Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3476 | 2026-08-19T22:56:05.518Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 3477 | 2026-08-19T22:56:05.518Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 11900
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3478 | 2026-08-19T22:56:05.518Z | INFO | phd-runner: test phd_tests::migrate::running_process::export_failure ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 3479 | 2026-08-19T22:56:05.518Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3480 | 2026-08-19T22:56:05.519Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1195
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target2
vm_id = 421ca7cf-8bb3-428d-aa45-6b8e8381f7cc
|
| 3481 | 2026-08-19T22:56:05.520Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1195
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target1
vm_id = e89596c6-6473-47d9-9f93-7dde8535f1a0
|
| 3482 | 2026-08-19T22:56:05.520Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::migrate::running_process::export_failure
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3483 | 2026-08-19T22:56:05.523Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::migrate::running_process::export_failure
self.address = 127.0.0.1:9002
target = phd_framework::test_vm::server
vm = migrate_running_process::export_failure_target1
vm_id = e89596c6-6473-47d9-9f93-7dde8535f1a0
|
| 3484 | 2026-08-19T22:56:05.609Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 91
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3485 | 2026-08-19T22:56:05.609Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 12118
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = c04e8a89-6912-428b-b40a-f856490d5888
|
| 3486 | 2026-08-19T22:56:05.610Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::migrate::running_process::export_failure
self.address = 127.0.0.1:9004
target = phd_framework::test_vm::server
vm = migrate_running_process::export_failure_target2
vm_id = 421ca7cf-8bb3-428d-aa45-6b8e8381f7cc
|
| 3487 | 2026-08-19T22:56:05.661Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 143
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target1
vm_id = e89596c6-6473-47d9-9f93-7dde8535f1a0
|
| 3488 | 2026-08-19T22:56:05.661Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6996
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = c04e8a89-6912-428b-b40a-f856490d5888
target = phd_framework::test_vm
target_id = e89596c6-6473-47d9-9f93-7dde8535f1a0
vm = migrate_running_process::export_failure_target1
vm_id = e89596c6-6473-47d9-9f93-7dde8535f1a0
|
| 3489 | 2026-08-19T22:56:05.661Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 6996
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = c04e8a89-6912-428b-b40a-f856490d5888
target = phd_framework::test_vm
target_id = e89596c6-6473-47d9-9f93-7dde8535f1a0
|
| 3490 | 2026-08-19T22:56:05.703Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::zfs
vm = migrate_running_process::export_failure_target2
vm_id = 421ca7cf-8bb3-428d-aa45-6b8e8381f7cc
|
| 3491 | 2026-08-19T22:56:05.703Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-2be442e5-5c97-4853-812c-5cd9b53a1702"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::zfs
verb = destroy
vm = migrate_running_process::export_failure_target2
vm_id = 421ca7cf-8bb3-428d-aa45-6b8e8381f7cc
|
| 3492 | 2026-08-19T22:56:05.731Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::zfs
vm = migrate_running_process::export_failure_target2
vm_id = 421ca7cf-8bb3-428d-aa45-6b8e8381f7cc
|
| 3493 | 2026-08-19T22:56:05.731Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5982f922-6ebb-41f6-9f4f-e7fbd717929f"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::zfs
verb = destroy
vm = migrate_running_process::export_failure_target2
vm_id = 421ca7cf-8bb3-428d-aa45-6b8e8381f7cc
|
| 3494 | 2026-08-19T22:56:05.750Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 232
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target2
vm_id = 421ca7cf-8bb3-428d-aa45-6b8e8381f7cc
|
| 3495 | 2026-08-19T22:56:05.750Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 4676
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = c04e8a89-6912-428b-b40a-f856490d5888
target = phd_framework::test_vm
target_id = 421ca7cf-8bb3-428d-aa45-6b8e8381f7cc
vm = migrate_running_process::export_failure_target2
vm_id = 421ca7cf-8bb3-428d-aa45-6b8e8381f7cc
|
| 3496 | 2026-08-19T22:56:05.750Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 4676
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = c04e8a89-6912-428b-b40a-f856490d5888
target = phd_framework::test_vm
target_id = 421ca7cf-8bb3-428d-aa45-6b8e8381f7cc
|
| 3497 | 2026-08-19T22:56:05.750Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 12456
file = phd-tests/tests/src/migrate.rs
line = 206
path = phd_tests::migrate::running_process::export_failure
target = phd_tests::migrate::running_process
|
| 3498 | 2026-08-19T22:56:05.750Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 232
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3499 | 2026-08-19T22:56:05.750Z | INFO | phd-runner: Starting test phd_tests::migrate::running_process::import_failure
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 3500 | 2026-08-19T22:56:05.750Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3501 | 2026-08-19T22:56:05.750Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3502 | 2026-08-19T22:56:05.750Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 136
path = phd_tests::migrate::running_process::import_failure
target = phd_tests::migrate::running_process
|
| 3503 | 2026-08-19T22:56:05.751Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 3504 | 2026-08-19T22:56:05.751Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3505 | 2026-08-19T22:56:05.751Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3506 | 2026-08-19T22:56:05.751Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = list
|
| 3507 | 2026-08-19T22:56:05.762Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::running_process::import_failure
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 210M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 3508 | 2026-08-19T22:56:05.762Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-6a1b7a9a-36c4-48cf-824d-34c5623cfc34"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = snapshot
|
| 3509 | 2026-08-19T22:56:05.780Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-6a1b7a9a-36c4-48cf-824d-34c5623cfc34", "phd-artifacts/phd-clone-c7619c07-e52b-4cfc-b31f-617b690004a2"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = clone
|
| 3510 | 2026-08-19T22:56:05.797Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-c7619c07-e52b-4cfc-b31f-617b690004a2"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = list
|
| 3511 | 2026-08-19T22:56:05.809Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::running_process::import_failure
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-c7619c07-e52b-4cfc-b31f-617b690004a2 0B 25.3T 207M /phd-artifacts/phd-clone-c7619c07-e52b-4cfc-b31f-617b690004a2\n
target = phd_framework::zfs
|
| 3512 | 2026-08-19T22:56:05.810Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
|
| 3513 | 2026-08-19T22:56:05.810Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm_name = migrate_running_process::import_failure_source
|
| 3514 | 2026-08-19T22:56:05.810Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 3515 | 2026-08-19T22:56:05.810Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::migrate::running_process::import_failure
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 3516 | 2026-08-19T22:56:05.810Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::migrate::running_process::import_failure
stderr_path = "/tmp/propolis-phd/phd_tests::migrate::running_process::import_failure/migrate_running_process::import_failure_source.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::migrate::running_process::import_failure/migrate_running_process::import_failure_source.stdout.log"
target = phd_framework::log_config
|
| 3517 | 2026-08-19T22:56:05.840Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1182
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm::server
|
| 3518 | 2026-08-19T22:56:05.856Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 46
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
|
| 3519 | 2026-08-19T22:56:05.856Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 3520 | 2026-08-19T22:56:05.856Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3521 | 2026-08-19T22:56:05.856Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3522 | 2026-08-19T22:56:05.856Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = list
|
| 3523 | 2026-08-19T22:56:05.868Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::running_process::import_failure
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 210M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 3524 | 2026-08-19T22:56:05.868Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-7fb29cb9-34af-4d5e-9b31-9c2fa75eb31d"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = snapshot
|
| 3525 | 2026-08-19T22:56:05.893Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-7fb29cb9-34af-4d5e-9b31-9c2fa75eb31d", "phd-artifacts/phd-clone-637c3543-7263-4aba-9ae0-40ba0283f9fe"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = clone
|
| 3526 | 2026-08-19T22:56:05.912Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-637c3543-7263-4aba-9ae0-40ba0283f9fe"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = list
|
| 3527 | 2026-08-19T22:56:05.923Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::running_process::import_failure
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-637c3543-7263-4aba-9ae0-40ba0283f9fe 0B 25.3T 207M /phd-artifacts/phd-clone-637c3543-7263-4aba-9ae0-40ba0283f9fe\n
target = phd_framework::zfs
|
| 3528 | 2026-08-19T22:56:05.923Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
|
| 3529 | 2026-08-19T22:56:05.923Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm_name = migrate_running_process::import_failure_target1
|
| 3530 | 2026-08-19T22:56:05.923Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 3531 | 2026-08-19T22:56:05.924Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::migrate::running_process::import_failure
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 3532 | 2026-08-19T22:56:05.924Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::migrate::running_process::import_failure
stderr_path = "/tmp/propolis-phd/phd_tests::migrate::running_process::import_failure/migrate_running_process::import_failure_target1.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::migrate::running_process::import_failure/migrate_running_process::import_failure_target1.stdout.log"
target = phd_framework::log_config
|
| 3533 | 2026-08-19T22:56:05.954Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1187
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm::server
|
| 3534 | 2026-08-19T22:56:05.969Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 45
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
|
| 3535 | 2026-08-19T22:56:05.969Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
|
| 3536 | 2026-08-19T22:56:05.970Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm_name = migrate_running_process::import_failure_target2
|
| 3537 | 2026-08-19T22:56:05.970Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 3538 | 2026-08-19T22:56:05.970Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::migrate::running_process::import_failure
server_addr = 127.0.0.1:9004
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 3539 | 2026-08-19T22:56:05.970Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::migrate::running_process::import_failure
stderr_path = "/tmp/propolis-phd/phd_tests::migrate::running_process::import_failure/migrate_running_process::import_failure_target2.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::migrate::running_process::import_failure/migrate_running_process::import_failure_target2.stdout.log"
target = phd_framework::log_config
|
| 3540 | 2026-08-19T22:56:05.999Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1188
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm::server
|
| 3541 | 2026-08-19T22:56:06.013Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 43
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
|
| 3542 | 2026-08-19T22:56:06.013Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3543 | 2026-08-19T22:56:06.138Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3544 | 2026-08-19T22:56:06.139Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 14425c07-36d8-4cd7-bff7-ca52e84b67aa, name: "phd-vm-14425c07-36d8-4cd7-bff7-ca52e84b67aa", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 8ae4bcb2-7230-4139-be93-a264ae6a0457, project_id: 03d4eac1-d925-4962-97d9-6a0d16b1ff3a, sled_id: 6bbc8882-c198-4e78-8b07-b2a362cb270b, sled_serial: "6bbc8882-c198-4e78-8b07-b2a362cb270b", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3545 | 2026-08-19T22:56:06.139Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3546 | 2026-08-19T22:56:06.139Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::migrate::running_process::import_failure
state = Run
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3547 | 2026-08-19T22:56:06.140Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3548 | 2026-08-19T22:56:06.140Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
|
| 3549 | 2026-08-19T22:56:06.140Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = 300s
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3550 | 2026-08-19T22:56:06.140Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::migrate::running_process::import_failure
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 3551 | 2026-08-19T22:56:06.140Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3552 | 2026-08-19T22:56:06.141Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3553 | 2026-08-19T22:56:10.542Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4401
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3554 | 2026-08-19T22:56:10.542Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::migrate::running_process::import_failure
step = WriteStr("root")
target = phd_framework::test_vm
|
| 3555 | 2026-08-19T22:56:10.543Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::migrate::running_process::import_failure
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3556 | 2026-08-19T22:56:10.543Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3557 | 2026-08-19T22:56:10.543Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3558 | 2026-08-19T22:56:10.562Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 19
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3559 | 2026-08-19T22:56:10.562Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::migrate::running_process::import_failure
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 3560 | 2026-08-19T22:56:10.562Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::migrate::running_process::import_failure
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3561 | 2026-08-19T22:56:10.563Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3562 | 2026-08-19T22:56:10.563Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3563 | 2026-08-19T22:56:10.595Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3564 | 2026-08-19T22:56:10.595Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
|
| 3565 | 2026-08-19T22:56:10.595Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4454
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
|
| 3566 | 2026-08-19T22:56:10.595Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3567 | 2026-08-19T22:56:10.595Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3568 | 2026-08-19T22:56:10.704Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 108
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3569 | 2026-08-19T22:56:10.704Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3570 | 2026-08-19T22:56:10.704Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3571 | 2026-08-19T22:56:10.715Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3572 | 2026-08-19T22:56:10.715Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3573 | 2026-08-19T22:56:10.715Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3574 | 2026-08-19T22:56:10.725Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3575 | 2026-08-19T22:56:10.726Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3576 | 2026-08-19T22:56:10.726Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3577 | 2026-08-19T22:56:10.748Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3578 | 2026-08-19T22:56:10.748Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3579 | 2026-08-19T22:56:10.748Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3580 | 2026-08-19T22:56:10.758Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3581 | 2026-08-19T22:56:10.759Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3582 | 2026-08-19T22:56:10.759Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3583 | 2026-08-19T22:56:10.792Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3584 | 2026-08-19T22:56:10.792Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3585 | 2026-08-19T22:56:10.792Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3586 | 2026-08-19T22:56:10.804Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3587 | 2026-08-19T22:56:10.804Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3588 | 2026-08-19T22:56:10.804Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3589 | 2026-08-19T22:56:10.836Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3590 | 2026-08-19T22:56:10.837Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3591 | 2026-08-19T22:56:10.837Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3592 | 2026-08-19T22:56:10.847Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3593 | 2026-08-19T22:56:10.847Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3594 | 2026-08-19T22:56:10.848Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3595 | 2026-08-19T22:56:11.153Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 305
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3596 | 2026-08-19T22:56:11.154Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3597 | 2026-08-19T22:56:11.154Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3598 | 2026-08-19T22:56:11.164Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3599 | 2026-08-19T22:56:11.165Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3600 | 2026-08-19T22:56:11.165Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3601 | 2026-08-19T22:56:11.198Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3602 | 2026-08-19T22:56:11.198Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
target = phd_framework::test_vm
target_id = 0f7a03ef-f116-419c-8113-f84f6d907326
|
| 3603 | 2026-08-19T22:56:11.198Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9000
file = phd-tests/framework/src/test_vm/mod.rs
line = 642
migration_id = b1695368-edf0-421f-b7fb-6b0cda651666
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
target = phd_framework::test_vm
target_id = 0f7a03ef-f116-419c-8113-f84f6d907326
timeout_duration = 45s
|
| 3604 | 2026-08-19T22:56:11.198Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
target = phd_framework::test_vm
target_id = 0f7a03ef-f116-419c-8113-f84f6d907326
vm = migrate_running_process::import_failure_target1
vm_id = 0f7a03ef-f116-419c-8113-f84f6d907326
|
| 3605 | 2026-08-19T22:56:11.321Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 0f7a03ef-f116-419c-8113-f84f6d907326, name: "phd-vm-0f7a03ef-f116-419c-8113-f84f6d907326", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 7516fe00-892d-4e76-9920-5bbaaf62627d, project_id: ff0a5c34-f884-45d8-b76c-a716227702b9, sled_id: ec8262d6-fa98-4329-a7a4-6096b6a8a6a9, sled_serial: "ec8262d6-fa98-4329-a7a4-6096b6a8a6a9", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 514
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
target = phd_framework::test_vm
target_id = 0f7a03ef-f116-419c-8113-f84f6d907326
vm = migrate_running_process::import_failure_target1
vm_id = 0f7a03ef-f116-419c-8113-f84f6d907326
|
| 3606 | 2026-08-19T22:56:11.321Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = b1695368-edf0-421f-b7fb-6b0cda651666
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
target = phd_framework::test_vm
target_id = 0f7a03ef-f116-419c-8113-f84f6d907326
|
| 3607 | 2026-08-19T22:56:14.243Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Instance reported error during migration
file = phd-tests/framework/src/test_vm/mod.rs
line = 680
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
target = phd_framework::test_vm
target_id = 0f7a03ef-f116-419c-8113-f84f6d907326
|
| 3608 | 2026-08-19T22:56:14.244Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2922
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = b1695368-edf0-421f-b7fb-6b0cda651666
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
target = phd_framework::test_vm
target_id = 0f7a03ef-f116-419c-8113-f84f6d907326
|
| 3609 | 2026-08-19T22:56:14.244Z | INFO | phd-runner: [TEST - EVENT] first migration failed as expected
error = live migration
file = phd-tests/tests/src/migrate.rs
line = 178
path = phd_tests::migrate::running_process::import_failure
target = phd_tests::migrate::running_process
|
| 3610 | 2026-08-19T22:56:14.244Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 788
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3611 | 2026-08-19T22:56:14.245Z | INFO | phd-runner: [WAIT_FOR_STATE - EVENT] Waiting 5s for server to reach state Running
file = phd-tests/framework/src/test_vm/mod.rs
line = 794
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3612 | 2026-08-19T22:56:14.245Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3613 | 2026-08-19T22:56:14.245Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 587
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3614 | 2026-08-19T22:56:14.246Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3615 | 2026-08-19T22:56:14.246Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 788
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3616 | 2026-08-19T22:56:14.246Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
target = phd_framework::test_vm
target_id = 426b01d0-0757-44a5-973b-9efb8bd2fe76
|
| 3617 | 2026-08-19T22:56:14.246Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9000
file = phd-tests/framework/src/test_vm/mod.rs
line = 642
migration_id = c20e8de3-166d-424a-968f-302fc962f8c4
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
target = phd_framework::test_vm
target_id = 426b01d0-0757-44a5-973b-9efb8bd2fe76
timeout_duration = 45s
|
| 3618 | 2026-08-19T22:56:14.246Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
target = phd_framework::test_vm
target_id = 426b01d0-0757-44a5-973b-9efb8bd2fe76
vm = migrate_running_process::import_failure_target2
vm_id = 426b01d0-0757-44a5-973b-9efb8bd2fe76
|
| 3619 | 2026-08-19T22:56:14.368Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 426b01d0-0757-44a5-973b-9efb8bd2fe76, name: "phd-vm-426b01d0-0757-44a5-973b-9efb8bd2fe76", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 8ae4bcb2-7230-4139-be93-a264ae6a0457, project_id: 03d4eac1-d925-4962-97d9-6a0d16b1ff3a, sled_id: 3b7c1755-18bb-44c4-b3ce-8dfd2d8513db, sled_serial: "3b7c1755-18bb-44c4-b3ce-8dfd2d8513db", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 514
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
target = phd_framework::test_vm
target_id = 426b01d0-0757-44a5-973b-9efb8bd2fe76
vm = migrate_running_process::import_failure_target2
vm_id = 426b01d0-0757-44a5-973b-9efb8bd2fe76
|
| 3620 | 2026-08-19T22:56:14.368Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = c20e8de3-166d-424a-968f-302fc962f8c4
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
target = phd_framework::test_vm
target_id = 426b01d0-0757-44a5-973b-9efb8bd2fe76
|
| 3621 | 2026-08-19T22:56:16.535Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9004","from_start":9506}}
target = phd_framework::serial
|
| 3622 | 2026-08-19T22:56:17.150Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 676
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
target = phd_framework::test_vm
target_id = 426b01d0-0757-44a5-973b-9efb8bd2fe76
|
| 3623 | 2026-08-19T22:56:17.150Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2781
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = c20e8de3-166d-424a-968f-302fc962f8c4
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
target = phd_framework::test_vm
target_id = 426b01d0-0757-44a5-973b-9efb8bd2fe76
|
| 3624 | 2026-08-19T22:56:17.150Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target2
vm_id = 426b01d0-0757-44a5-973b-9efb8bd2fe76
|
| 3625 | 2026-08-19T22:56:17.150Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::import_failure_target2
vm_id = 426b01d0-0757-44a5-973b-9efb8bd2fe76
|
| 3626 | 2026-08-19T22:56:17.162Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target2
vm_id = 426b01d0-0757-44a5-973b-9efb8bd2fe76
|
| 3627 | 2026-08-19T22:56:17.162Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target2
vm_id = 426b01d0-0757-44a5-973b-9efb8bd2fe76
|
| 3628 | 2026-08-19T22:56:17.162Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::import_failure_target2
vm_id = 426b01d0-0757-44a5-973b-9efb8bd2fe76
|
| 3629 | 2026-08-19T22:56:17.250Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 87
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target2
vm_id = 426b01d0-0757-44a5-973b-9efb8bd2fe76
|
| 3630 | 2026-08-19T22:56:17.251Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target2
vm_id = 426b01d0-0757-44a5-973b-9efb8bd2fe76
|
| 3631 | 2026-08-19T22:56:17.251Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::import_failure_target2
vm_id = 426b01d0-0757-44a5-973b-9efb8bd2fe76
|
| 3632 | 2026-08-19T22:56:17.262Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target2
vm_id = 426b01d0-0757-44a5-973b-9efb8bd2fe76
|
| 3633 | 2026-08-19T22:56:17.263Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target2
vm_id = 426b01d0-0757-44a5-973b-9efb8bd2fe76
|
| 3634 | 2026-08-19T22:56:17.263Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::import_failure_target2
vm_id = 426b01d0-0757-44a5-973b-9efb8bd2fe76
|
| 3635 | 2026-08-19T22:56:17.295Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target2
vm_id = 426b01d0-0757-44a5-973b-9efb8bd2fe76
|
| 3636 | 2026-08-19T22:56:17.295Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target2
vm_id = 426b01d0-0757-44a5-973b-9efb8bd2fe76
|
| 3637 | 2026-08-19T22:56:17.295Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target1
vm_id = 0f7a03ef-f116-419c-8113-f84f6d907326
|
| 3638 | 2026-08-19T22:56:17.295Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3639 | 2026-08-19T22:56:17.295Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 3640 | 2026-08-19T22:56:17.296Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 11156
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3641 | 2026-08-19T22:56:17.296Z | INFO | phd-runner: test phd_tests::migrate::running_process::import_failure ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 3642 | 2026-08-19T22:56:17.296Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3643 | 2026-08-19T22:56:17.297Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1195
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target2
vm_id = 426b01d0-0757-44a5-973b-9efb8bd2fe76
|
| 3644 | 2026-08-19T22:56:17.298Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1195
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target1
vm_id = 0f7a03ef-f116-419c-8113-f84f6d907326
|
| 3645 | 2026-08-19T22:56:17.298Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::migrate::running_process::import_failure
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3646 | 2026-08-19T22:56:17.300Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::migrate::running_process::import_failure
self.address = 127.0.0.1:9002
target = phd_framework::test_vm::server
vm = migrate_running_process::import_failure_target1
vm_id = 0f7a03ef-f116-419c-8113-f84f6d907326
|
| 3647 | 2026-08-19T22:56:17.390Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 94
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3648 | 2026-08-19T22:56:17.390Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 11376
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
|
| 3649 | 2026-08-19T22:56:17.390Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::migrate::running_process::import_failure
self.address = 127.0.0.1:9004
target = phd_framework::test_vm::server
vm = migrate_running_process::import_failure_target2
vm_id = 426b01d0-0757-44a5-973b-9efb8bd2fe76
|
| 3650 | 2026-08-19T22:56:17.437Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
vm = migrate_running_process::import_failure_target1
vm_id = 0f7a03ef-f116-419c-8113-f84f6d907326
|
| 3651 | 2026-08-19T22:56:17.437Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-637c3543-7263-4aba-9ae0-40ba0283f9fe"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = destroy
vm = migrate_running_process::import_failure_target1
vm_id = 0f7a03ef-f116-419c-8113-f84f6d907326
|
| 3652 | 2026-08-19T22:56:17.458Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
vm = migrate_running_process::import_failure_target1
vm_id = 0f7a03ef-f116-419c-8113-f84f6d907326
|
| 3653 | 2026-08-19T22:56:17.458Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-7fb29cb9-34af-4d5e-9b31-9c2fa75eb31d"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = destroy
vm = migrate_running_process::import_failure_target1
vm_id = 0f7a03ef-f116-419c-8113-f84f6d907326
|
| 3654 | 2026-08-19T22:56:17.476Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 181
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target1
vm_id = 0f7a03ef-f116-419c-8113-f84f6d907326
|
| 3655 | 2026-08-19T22:56:17.477Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6277
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
target = phd_framework::test_vm
target_id = 0f7a03ef-f116-419c-8113-f84f6d907326
vm = migrate_running_process::import_failure_target1
vm_id = 0f7a03ef-f116-419c-8113-f84f6d907326
|
| 3656 | 2026-08-19T22:56:17.477Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 6278
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
target = phd_framework::test_vm
target_id = 0f7a03ef-f116-419c-8113-f84f6d907326
|
| 3657 | 2026-08-19T22:56:17.484Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
vm = migrate_running_process::import_failure_target2
vm_id = 426b01d0-0757-44a5-973b-9efb8bd2fe76
|
| 3658 | 2026-08-19T22:56:17.484Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-c7619c07-e52b-4cfc-b31f-617b690004a2"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = destroy
vm = migrate_running_process::import_failure_target2
vm_id = 426b01d0-0757-44a5-973b-9efb8bd2fe76
|
| 3659 | 2026-08-19T22:56:17.511Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
vm = migrate_running_process::import_failure_target2
vm_id = 426b01d0-0757-44a5-973b-9efb8bd2fe76
|
| 3660 | 2026-08-19T22:56:17.511Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-6a1b7a9a-36c4-48cf-824d-34c5623cfc34"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = destroy
vm = migrate_running_process::import_failure_target2
vm_id = 426b01d0-0757-44a5-973b-9efb8bd2fe76
|
| 3661 | 2026-08-19T22:56:17.530Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 234
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target2
vm_id = 426b01d0-0757-44a5-973b-9efb8bd2fe76
|
| 3662 | 2026-08-19T22:56:17.530Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 233
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3663 | 2026-08-19T22:56:17.530Z | INFO | phd-runner: Starting test phd_tests::migrate::running_process::migrate_running_process
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 3664 | 2026-08-19T22:56:17.530Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3665 | 2026-08-19T22:56:17.530Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 3283
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
target = phd_framework::test_vm
target_id = 426b01d0-0757-44a5-973b-9efb8bd2fe76
vm = migrate_running_process::import_failure_target2
vm_id = 426b01d0-0757-44a5-973b-9efb8bd2fe76
|
| 3666 | 2026-08-19T22:56:17.530Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3667 | 2026-08-19T22:56:17.530Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 3283
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 14425c07-36d8-4cd7-bff7-ca52e84b67aa
target = phd_framework::test_vm
target_id = 426b01d0-0757-44a5-973b-9efb8bd2fe76
|
| 3668 | 2026-08-19T22:56:17.530Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 11779
file = phd-tests/tests/src/migrate.rs
line = 136
path = phd_tests::migrate::running_process::import_failure
target = phd_tests::migrate::running_process
|
| 3669 | 2026-08-19T22:56:17.530Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 116
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_tests::migrate::running_process
|
| 3670 | 2026-08-19T22:56:17.530Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 3671 | 2026-08-19T22:56:17.530Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3672 | 2026-08-19T22:56:17.531Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3673 | 2026-08-19T22:56:17.531Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::zfs
verb = list
|
| 3674 | 2026-08-19T22:56:17.543Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::running_process::migrate_running_process
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 210M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 3675 | 2026-08-19T22:56:17.543Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-7218d55f-062a-48ca-bbdb-1f16d926c6b6"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::zfs
verb = snapshot
|
| 3676 | 2026-08-19T22:56:17.559Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-7218d55f-062a-48ca-bbdb-1f16d926c6b6", "phd-artifacts/phd-clone-dea5c31c-685a-4ac4-a107-f67335a409dd"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::zfs
verb = clone
|
| 3677 | 2026-08-19T22:56:17.578Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-dea5c31c-685a-4ac4-a107-f67335a409dd"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::zfs
verb = list
|
| 3678 | 2026-08-19T22:56:17.589Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::running_process::migrate_running_process
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-dea5c31c-685a-4ac4-a107-f67335a409dd 0B 25.3T 207M /phd-artifacts/phd-clone-dea5c31c-685a-4ac4-a107-f67335a409dd\n
target = phd_framework::zfs
|
| 3679 | 2026-08-19T22:56:17.589Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
|
| 3680 | 2026-08-19T22:56:17.589Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm_name = migrate_running_process_source
|
| 3681 | 2026-08-19T22:56:17.589Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 3682 | 2026-08-19T22:56:17.589Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::migrate::running_process::migrate_running_process
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 3683 | 2026-08-19T22:56:17.589Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::migrate::running_process::migrate_running_process
stderr_path = "/tmp/propolis-phd/phd_tests::migrate::running_process::migrate_running_process/migrate_running_process_source.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::migrate::running_process::migrate_running_process/migrate_running_process_source.stdout.log"
target = phd_framework::log_config
|
| 3684 | 2026-08-19T22:56:17.619Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1200
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm::server
|
| 3685 | 2026-08-19T22:56:17.633Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 44
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
|
| 3686 | 2026-08-19T22:56:17.634Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
|
| 3687 | 2026-08-19T22:56:17.634Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm_name = migrate_running_process_target
|
| 3688 | 2026-08-19T22:56:17.634Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 3689 | 2026-08-19T22:56:17.634Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::migrate::running_process::migrate_running_process
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 3690 | 2026-08-19T22:56:17.634Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::migrate::running_process::migrate_running_process
stderr_path = "/tmp/propolis-phd/phd_tests::migrate::running_process::migrate_running_process/migrate_running_process_target.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::migrate::running_process::migrate_running_process/migrate_running_process_target.stdout.log"
target = phd_framework::log_config
|
| 3691 | 2026-08-19T22:56:17.659Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1201
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm::server
|
| 3692 | 2026-08-19T22:56:17.673Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 39
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
|
| 3693 | 2026-08-19T22:56:17.673Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3694 | 2026-08-19T22:56:17.801Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3695 | 2026-08-19T22:56:17.802Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 16caeece-8a45-4ec6-ace3-b1ad5d717264, name: "phd-vm-16caeece-8a45-4ec6-ace3-b1ad5d717264", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: effa3f9d-9c35-45d8-ae5f-a4186cdaf273, project_id: 73d9b6e8-e402-4188-99ff-fb74b00d35a7, sled_id: 2b00f671-0f3b-4810-9dbb-25489cb7479a, sled_serial: "2b00f671-0f3b-4810-9dbb-25489cb7479a", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3696 | 2026-08-19T22:56:17.802Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3697 | 2026-08-19T22:56:17.802Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::migrate::running_process::migrate_running_process
state = Run
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3698 | 2026-08-19T22:56:17.803Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3699 | 2026-08-19T22:56:17.803Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
|
| 3700 | 2026-08-19T22:56:17.803Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = 300s
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3701 | 2026-08-19T22:56:17.803Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::migrate::running_process::migrate_running_process
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 3702 | 2026-08-19T22:56:17.803Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3703 | 2026-08-19T22:56:17.804Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3704 | 2026-08-19T22:56:22.212Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4408
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3705 | 2026-08-19T22:56:22.212Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::migrate::running_process::migrate_running_process
step = WriteStr("root")
target = phd_framework::test_vm
|
| 3706 | 2026-08-19T22:56:22.212Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::migrate::running_process::migrate_running_process
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3707 | 2026-08-19T22:56:22.212Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3708 | 2026-08-19T22:56:22.212Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3709 | 2026-08-19T22:56:22.232Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 19
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3710 | 2026-08-19T22:56:22.232Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::migrate::running_process::migrate_running_process
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 3711 | 2026-08-19T22:56:22.232Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::migrate::running_process::migrate_running_process
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3712 | 2026-08-19T22:56:22.232Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3713 | 2026-08-19T22:56:22.232Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3714 | 2026-08-19T22:56:22.265Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3715 | 2026-08-19T22:56:22.265Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
|
| 3716 | 2026-08-19T22:56:22.265Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4461
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
|
| 3717 | 2026-08-19T22:56:22.266Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3718 | 2026-08-19T22:56:22.266Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3719 | 2026-08-19T22:56:22.375Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 109
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3720 | 2026-08-19T22:56:22.375Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3721 | 2026-08-19T22:56:22.376Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3722 | 2026-08-19T22:56:22.386Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3723 | 2026-08-19T22:56:22.386Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3724 | 2026-08-19T22:56:22.386Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3725 | 2026-08-19T22:56:22.397Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3726 | 2026-08-19T22:56:22.397Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3727 | 2026-08-19T22:56:22.397Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3728 | 2026-08-19T22:56:22.430Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3729 | 2026-08-19T22:56:22.430Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3730 | 2026-08-19T22:56:22.430Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3731 | 2026-08-19T22:56:22.441Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3732 | 2026-08-19T22:56:22.441Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3733 | 2026-08-19T22:56:22.441Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3734 | 2026-08-19T22:56:22.474Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3735 | 2026-08-19T22:56:22.474Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3736 | 2026-08-19T22:56:22.474Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3737 | 2026-08-19T22:56:22.484Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3738 | 2026-08-19T22:56:22.485Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3739 | 2026-08-19T22:56:22.485Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3740 | 2026-08-19T22:56:22.518Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3741 | 2026-08-19T22:56:22.518Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3742 | 2026-08-19T22:56:22.518Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3743 | 2026-08-19T22:56:22.529Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3744 | 2026-08-19T22:56:22.529Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3745 | 2026-08-19T22:56:22.529Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3746 | 2026-08-19T22:56:22.831Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 302
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3747 | 2026-08-19T22:56:22.831Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3748 | 2026-08-19T22:56:22.831Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3749 | 2026-08-19T22:56:22.842Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3750 | 2026-08-19T22:56:22.842Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3751 | 2026-08-19T22:56:22.842Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3752 | 2026-08-19T22:56:22.876Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3753 | 2026-08-19T22:56:22.876Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
target = phd_framework::test_vm
target_id = 3f1e07a6-b06f-44a7-a000-9630e8ed9c94
|
| 3754 | 2026-08-19T22:56:22.876Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9000
file = phd-tests/framework/src/test_vm/mod.rs
line = 642
migration_id = d1b0aafc-5271-430c-8cf4-439a62d9409c
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
target = phd_framework::test_vm
target_id = 3f1e07a6-b06f-44a7-a000-9630e8ed9c94
timeout_duration = 45s
|
| 3755 | 2026-08-19T22:56:22.876Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
target = phd_framework::test_vm
target_id = 3f1e07a6-b06f-44a7-a000-9630e8ed9c94
vm = migrate_running_process_target
vm_id = 3f1e07a6-b06f-44a7-a000-9630e8ed9c94
|
| 3756 | 2026-08-19T22:56:22.997Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 3f1e07a6-b06f-44a7-a000-9630e8ed9c94, name: "phd-vm-3f1e07a6-b06f-44a7-a000-9630e8ed9c94", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: effa3f9d-9c35-45d8-ae5f-a4186cdaf273, project_id: 73d9b6e8-e402-4188-99ff-fb74b00d35a7, sled_id: 6e7ec5e5-1504-454e-bf00-cbff0b376578, sled_serial: "6e7ec5e5-1504-454e-bf00-cbff0b376578", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 514
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
target = phd_framework::test_vm
target_id = 3f1e07a6-b06f-44a7-a000-9630e8ed9c94
vm = migrate_running_process_target
vm_id = 3f1e07a6-b06f-44a7-a000-9630e8ed9c94
|
| 3757 | 2026-08-19T22:56:22.997Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = d1b0aafc-5271-430c-8cf4-439a62d9409c
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
target = phd_framework::test_vm
target_id = 3f1e07a6-b06f-44a7-a000-9630e8ed9c94
|
| 3758 | 2026-08-19T22:56:25.318Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9002","from_start":9506}}
target = phd_framework::serial
|
| 3759 | 2026-08-19T22:56:26.951Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 676
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
target = phd_framework::test_vm
target_id = 3f1e07a6-b06f-44a7-a000-9630e8ed9c94
|
| 3760 | 2026-08-19T22:56:26.951Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3952
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = d1b0aafc-5271-430c-8cf4-439a62d9409c
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
target = phd_framework::test_vm
target_id = 3f1e07a6-b06f-44a7-a000-9630e8ed9c94
|
| 3761 | 2026-08-19T22:56:26.951Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = 3f1e07a6-b06f-44a7-a000-9630e8ed9c94
|
| 3762 | 2026-08-19T22:56:26.951Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process_target
vm_id = 3f1e07a6-b06f-44a7-a000-9630e8ed9c94
|
| 3763 | 2026-08-19T22:56:27.813Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 862
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = 3f1e07a6-b06f-44a7-a000-9630e8ed9c94
|
| 3764 | 2026-08-19T22:56:27.814Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = 3f1e07a6-b06f-44a7-a000-9630e8ed9c94
|
| 3765 | 2026-08-19T22:56:27.814Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process_target
vm_id = 3f1e07a6-b06f-44a7-a000-9630e8ed9c94
|
| 3766 | 2026-08-19T22:56:27.903Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 89
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = 3f1e07a6-b06f-44a7-a000-9630e8ed9c94
|
| 3767 | 2026-08-19T22:56:27.903Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = 3f1e07a6-b06f-44a7-a000-9630e8ed9c94
|
| 3768 | 2026-08-19T22:56:27.903Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process_target
vm_id = 3f1e07a6-b06f-44a7-a000-9630e8ed9c94
|
| 3769 | 2026-08-19T22:56:27.914Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = 3f1e07a6-b06f-44a7-a000-9630e8ed9c94
|
| 3770 | 2026-08-19T22:56:27.914Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = 3f1e07a6-b06f-44a7-a000-9630e8ed9c94
|
| 3771 | 2026-08-19T22:56:27.914Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process_target
vm_id = 3f1e07a6-b06f-44a7-a000-9630e8ed9c94
|
| 3772 | 2026-08-19T22:56:27.946Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = 3f1e07a6-b06f-44a7-a000-9630e8ed9c94
|
| 3773 | 2026-08-19T22:56:27.947Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = 3f1e07a6-b06f-44a7-a000-9630e8ed9c94
|
| 3774 | 2026-08-19T22:56:27.947Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3775 | 2026-08-19T22:56:27.947Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 3776 | 2026-08-19T22:56:27.947Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 10145
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3777 | 2026-08-19T22:56:27.947Z | INFO | phd-runner: test phd_tests::migrate::running_process::migrate_running_process ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 3778 | 2026-08-19T22:56:27.948Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3779 | 2026-08-19T22:56:27.949Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::migrate::running_process::migrate_running_process
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3780 | 2026-08-19T22:56:28.036Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 89
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3781 | 2026-08-19T22:56:28.036Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 10362
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
|
| 3782 | 2026-08-19T22:56:28.037Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1195
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = 3f1e07a6-b06f-44a7-a000-9630e8ed9c94
|
| 3783 | 2026-08-19T22:56:28.608Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::migrate::running_process::migrate_running_process
self.address = 127.0.0.1:9002
target = phd_framework::test_vm::server
vm = migrate_running_process_target
vm_id = 3f1e07a6-b06f-44a7-a000-9630e8ed9c94
|
| 3784 | 2026-08-19T22:56:28.696Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::zfs
vm = migrate_running_process_target
vm_id = 3f1e07a6-b06f-44a7-a000-9630e8ed9c94
|
| 3785 | 2026-08-19T22:56:28.697Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-dea5c31c-685a-4ac4-a107-f67335a409dd"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::zfs
verb = destroy
vm = migrate_running_process_target
vm_id = 3f1e07a6-b06f-44a7-a000-9630e8ed9c94
|
| 3786 | 2026-08-19T22:56:28.723Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::zfs
vm = migrate_running_process_target
vm_id = 3f1e07a6-b06f-44a7-a000-9630e8ed9c94
|
| 3787 | 2026-08-19T22:56:28.723Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-7218d55f-062a-48ca-bbdb-1f16d926c6b6"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::zfs
verb = destroy
vm = migrate_running_process_target
vm_id = 3f1e07a6-b06f-44a7-a000-9630e8ed9c94
|
| 3788 | 2026-08-19T22:56:28.741Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 794
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = 3f1e07a6-b06f-44a7-a000-9630e8ed9c94
|
| 3789 | 2026-08-19T22:56:28.742Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5865
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
target = phd_framework::test_vm
target_id = 3f1e07a6-b06f-44a7-a000-9630e8ed9c94
vm = migrate_running_process_target
vm_id = 3f1e07a6-b06f-44a7-a000-9630e8ed9c94
|
| 3790 | 2026-08-19T22:56:28.742Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 793
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3791 | 2026-08-19T22:56:28.742Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 5865
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 16caeece-8a45-4ec6-ace3-b1ad5d717264
target = phd_framework::test_vm
target_id = 3f1e07a6-b06f-44a7-a000-9630e8ed9c94
|
| 3792 | 2026-08-19T22:56:28.742Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 11211
file = phd-tests/tests/src/migrate.rs
line = 116
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_tests::migrate::running_process
|
| 3793 | 2026-08-19T22:56:28.742Z | INFO | phd-runner: Starting test phd_tests::server_state_machine::instance_reset_test
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 3794 | 2026-08-19T22:56:28.742Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3795 | 2026-08-19T22:56:28.742Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3796 | 2026-08-19T22:56:28.742Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/server_state_machine.rs
line = 72
path = phd_tests::server_state_machine::instance_reset_test
target = phd_tests::server_state_machine
|
| 3797 | 2026-08-19T22:56:28.742Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 3798 | 2026-08-19T22:56:28.742Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3799 | 2026-08-19T22:56:28.742Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3800 | 2026-08-19T22:56:28.742Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::zfs
verb = list
|
| 3801 | 2026-08-19T22:56:28.754Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::server_state_machine::instance_reset_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 210M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 3802 | 2026-08-19T22:56:28.754Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-da062761-0017-40a1-a695-1cc53a358139"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::zfs
verb = snapshot
|
| 3803 | 2026-08-19T22:56:28.772Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-da062761-0017-40a1-a695-1cc53a358139", "phd-artifacts/phd-clone-e70e6af5-e287-4f28-87c8-f71e6e0ebcdc"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::zfs
verb = clone
|
| 3804 | 2026-08-19T22:56:28.790Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-e70e6af5-e287-4f28-87c8-f71e6e0ebcdc"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::zfs
verb = list
|
| 3805 | 2026-08-19T22:56:28.800Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::server_state_machine::instance_reset_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-e70e6af5-e287-4f28-87c8-f71e6e0ebcdc 0B 25.3T 207M /phd-artifacts/phd-clone-e70e6af5-e287-4f28-87c8-f71e6e0ebcdc\n
target = phd_framework::zfs
|
| 3806 | 2026-08-19T22:56:28.801Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
|
| 3807 | 2026-08-19T22:56:28.801Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm_name = instance_reset_returns_to_running_test
|
| 3808 | 2026-08-19T22:56:28.801Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 3809 | 2026-08-19T22:56:28.801Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::server_state_machine::instance_reset_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 3810 | 2026-08-19T22:56:28.801Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::server_state_machine::instance_reset_test
stderr_path = "/tmp/propolis-phd/phd_tests::server_state_machine::instance_reset_test/instance_reset_returns_to_running_test.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::server_state_machine::instance_reset_test/instance_reset_returns_to_running_test.stdout.log"
target = phd_framework::log_config
|
| 3811 | 2026-08-19T22:56:28.832Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1210
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm::server
|
| 3812 | 2026-08-19T22:56:28.846Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 45
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
|
| 3813 | 2026-08-19T22:56:28.846Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3814 | 2026-08-19T22:56:28.846Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::server_state_machine::instance_reset_test
state = Reboot
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3815 | 2026-08-19T22:56:28.847Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3816 | 2026-08-19T22:56:28.847Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3817 | 2026-08-19T22:56:28.847Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3818 | 2026-08-19T22:56:29.682Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3819 | 2026-08-19T22:56:29.683Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: cd6117c8-dfa3-43b8-9d72-32d27a1ad184, name: "phd-vm-cd6117c8-dfa3-43b8-9d72-32d27a1ad184", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: d406ff33-56eb-4699-be39-ef4348735a86, project_id: 71ddf719-80f4-4ad5-b2cd-369342c2bc4c, sled_id: f6c61551-9f11-4d37-99d4-544ca810536e, sled_serial: "f6c61551-9f11-4d37-99d4-544ca810536e", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3820 | 2026-08-19T22:56:29.683Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3821 | 2026-08-19T22:56:29.683Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::server_state_machine::instance_reset_test
state = Run
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3822 | 2026-08-19T22:56:29.684Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3823 | 2026-08-19T22:56:29.684Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 788
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3824 | 2026-08-19T22:56:29.684Z | INFO | phd-runner: [WAIT_FOR_STATE - EVENT] Waiting 60s for server to reach state Running
file = phd-tests/framework/src/test_vm/mod.rs
line = 794
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3825 | 2026-08-19T22:56:29.684Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3826 | 2026-08-19T22:56:29.684Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 587
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3827 | 2026-08-19T22:56:29.685Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3828 | 2026-08-19T22:56:29.685Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 788
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3829 | 2026-08-19T22:56:29.685Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3830 | 2026-08-19T22:56:29.685Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::server_state_machine::instance_reset_test
state = Reboot
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3831 | 2026-08-19T22:56:29.686Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3832 | 2026-08-19T22:56:29.686Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 788
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3833 | 2026-08-19T22:56:29.686Z | INFO | phd-runner: [WAIT_FOR_STATE - EVENT] Waiting 60s for server to reach state Running
file = phd-tests/framework/src/test_vm/mod.rs
line = 794
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3834 | 2026-08-19T22:56:29.686Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3835 | 2026-08-19T22:56:29.686Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 587
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3836 | 2026-08-19T22:56:29.690Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 3
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3837 | 2026-08-19T22:56:29.690Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 3
file = phd-tests/framework/src/test_vm/mod.rs
line = 788
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3838 | 2026-08-19T22:56:29.690Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3839 | 2026-08-19T22:56:29.690Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::server_state_machine::instance_reset_test
state = Reboot
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3840 | 2026-08-19T22:56:29.691Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3841 | 2026-08-19T22:56:29.691Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3842 | 2026-08-19T22:56:29.691Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::server_state_machine::instance_reset_test
state = Reboot
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3843 | 2026-08-19T22:56:29.692Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3844 | 2026-08-19T22:56:29.692Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3845 | 2026-08-19T22:56:29.692Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::server_state_machine::instance_reset_test
state = Reboot
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3846 | 2026-08-19T22:56:29.693Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3847 | 2026-08-19T22:56:29.693Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3848 | 2026-08-19T22:56:29.693Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::server_state_machine::instance_reset_test
state = Reboot
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3849 | 2026-08-19T22:56:29.694Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3850 | 2026-08-19T22:56:29.694Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3851 | 2026-08-19T22:56:29.694Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::server_state_machine::instance_reset_test
state = Reboot
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3852 | 2026-08-19T22:56:29.695Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3853 | 2026-08-19T22:56:29.695Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3854 | 2026-08-19T22:56:29.695Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::server_state_machine::instance_reset_test
state = Reboot
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3855 | 2026-08-19T22:56:29.696Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3856 | 2026-08-19T22:56:29.696Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3857 | 2026-08-19T22:56:29.696Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::server_state_machine::instance_reset_test
state = Reboot
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3858 | 2026-08-19T22:56:29.697Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3859 | 2026-08-19T22:56:29.697Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3860 | 2026-08-19T22:56:29.697Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::server_state_machine::instance_reset_test
state = Reboot
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3861 | 2026-08-19T22:56:29.698Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3862 | 2026-08-19T22:56:29.698Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3863 | 2026-08-19T22:56:29.698Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::server_state_machine::instance_reset_test
state = Reboot
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3864 | 2026-08-19T22:56:29.699Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3865 | 2026-08-19T22:56:29.699Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3866 | 2026-08-19T22:56:29.699Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::server_state_machine::instance_reset_test
state = Reboot
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3867 | 2026-08-19T22:56:29.700Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3868 | 2026-08-19T22:56:29.700Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 788
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3869 | 2026-08-19T22:56:29.700Z | INFO | phd-runner: [WAIT_FOR_STATE - EVENT] Waiting 60s for server to reach state Running
file = phd-tests/framework/src/test_vm/mod.rs
line = 794
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3870 | 2026-08-19T22:56:29.700Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3871 | 2026-08-19T22:56:29.700Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 587
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3872 | 2026-08-19T22:56:29.702Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3873 | 2026-08-19T22:56:29.702Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 788
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3874 | 2026-08-19T22:56:29.702Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3875 | 2026-08-19T22:56:29.702Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::server_state_machine::instance_reset_test
state = Stop
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3876 | 2026-08-19T22:56:29.703Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3877 | 2026-08-19T22:56:29.703Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 788
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3878 | 2026-08-19T22:56:29.703Z | INFO | phd-runner: [WAIT_FOR_STATE - EVENT] Waiting 60s for server to reach state Destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 794
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3879 | 2026-08-19T22:56:29.703Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3880 | 2026-08-19T22:56:29.703Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 587
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3881 | 2026-08-19T22:56:29.704Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3882 | 2026-08-19T22:56:29.707Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial websocket closed
file = phd-tests/framework/src/serial/mod.rs
line = 271
target = phd_framework::serial
|
| 3883 | 2026-08-19T22:56:29.707Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 25
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3884 | 2026-08-19T22:56:30.363Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3885 | 2026-08-19T22:56:30.363Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 587
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3886 | 2026-08-19T22:56:30.364Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3887 | 2026-08-19T22:56:30.364Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 661
file = phd-tests/framework/src/test_vm/mod.rs
line = 788
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3888 | 2026-08-19T22:56:30.364Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3889 | 2026-08-19T22:56:30.364Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::server_state_machine::instance_reset_test
state = Reboot
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3890 | 2026-08-19T22:56:30.365Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3891 | 2026-08-19T22:56:30.365Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3892 | 2026-08-19T22:56:30.366Z | INFO | phd-runner: test phd_tests::server_state_machine::instance_reset_test ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 3893 | 2026-08-19T22:56:30.366Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3894 | 2026-08-19T22:56:30.367Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::server_state_machine::instance_reset_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3895 | 2026-08-19T22:56:30.451Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::zfs
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3896 | 2026-08-19T22:56:30.451Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-e70e6af5-e287-4f28-87c8-f71e6e0ebcdc"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::zfs
verb = destroy
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3897 | 2026-08-19T22:56:30.482Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::zfs
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3898 | 2026-08-19T22:56:30.483Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-da062761-0017-40a1-a695-1cc53a358139"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::zfs
verb = destroy
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3899 | 2026-08-19T22:56:30.500Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 134
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3900 | 2026-08-19T22:56:30.500Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 133
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3901 | 2026-08-19T22:56:30.500Z | INFO | phd-runner: Starting test phd_tests::server_state_machine::instance_start_stop_test
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 3902 | 2026-08-19T22:56:30.500Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 1652
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cd6117c8-dfa3-43b8-9d72-32d27a1ad184
|
| 3903 | 2026-08-19T22:56:30.500Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3904 | 2026-08-19T22:56:30.500Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3905 | 2026-08-19T22:56:30.500Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 1757
file = phd-tests/tests/src/server_state_machine.rs
line = 72
path = phd_tests::server_state_machine::instance_reset_test
target = phd_tests::server_state_machine
|
| 3906 | 2026-08-19T22:56:30.500Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/server_state_machine.rs
line = 16
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_tests::server_state_machine
|
| 3907 | 2026-08-19T22:56:30.500Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 3908 | 2026-08-19T22:56:30.500Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3909 | 2026-08-19T22:56:30.500Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3910 | 2026-08-19T22:56:30.501Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::zfs
verb = list
|
| 3911 | 2026-08-19T22:56:30.512Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::server_state_machine::instance_start_stop_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 210M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 3912 | 2026-08-19T22:56:30.512Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5aba04a1-54de-4840-91fd-f63923c16216"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::zfs
verb = snapshot
|
| 3913 | 2026-08-19T22:56:30.530Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5aba04a1-54de-4840-91fd-f63923c16216", "phd-artifacts/phd-clone-b5c8b100-e63d-4349-9ffe-02b9c1e3f6d8"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::zfs
verb = clone
|
| 3914 | 2026-08-19T22:56:30.549Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-b5c8b100-e63d-4349-9ffe-02b9c1e3f6d8"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::zfs
verb = list
|
| 3915 | 2026-08-19T22:56:30.560Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::server_state_machine::instance_start_stop_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-b5c8b100-e63d-4349-9ffe-02b9c1e3f6d8 0B 25.3T 207M /phd-artifacts/phd-clone-b5c8b100-e63d-4349-9ffe-02b9c1e3f6d8\n
target = phd_framework::zfs
|
| 3916 | 2026-08-19T22:56:30.561Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
|
| 3917 | 2026-08-19T22:56:30.561Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm_name = instance_ensure_running_test
|
| 3918 | 2026-08-19T22:56:30.561Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 3919 | 2026-08-19T22:56:30.561Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::server_state_machine::instance_start_stop_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 3920 | 2026-08-19T22:56:30.561Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::server_state_machine::instance_start_stop_test
stderr_path = "/tmp/propolis-phd/phd_tests::server_state_machine::instance_start_stop_test/instance_ensure_running_test.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::server_state_machine::instance_start_stop_test/instance_ensure_running_test.stdout.log"
target = phd_framework::log_config
|
| 3921 | 2026-08-19T22:56:30.592Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1218
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm::server
|
| 3922 | 2026-08-19T22:56:30.607Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 45
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
|
| 3923 | 2026-08-19T22:56:30.607Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = fb8de419-3464-416d-aa52-4ee875380781
|
| 3924 | 2026-08-19T22:56:30.607Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = fb8de419-3464-416d-aa52-4ee875380781
|
| 3925 | 2026-08-19T22:56:31.327Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3926 | 2026-08-19T22:56:31.328Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: fb8de419-3464-416d-aa52-4ee875380781, name: "phd-vm-fb8de419-3464-416d-aa52-4ee875380781", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 931b0a1d-44ea-43a3-9be4-074922160587, project_id: fbd23cfb-a33b-4ce6-8219-acdbf02bc3bd, sled_id: 9f3080ff-cc78-44ec-a136-7a59b337256a, sled_serial: "9f3080ff-cc78-44ec-a136-7a59b337256a", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = fb8de419-3464-416d-aa52-4ee875380781
|
| 3927 | 2026-08-19T22:56:31.329Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = fb8de419-3464-416d-aa52-4ee875380781
|
| 3928 | 2026-08-19T22:56:31.329Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 587
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = fb8de419-3464-416d-aa52-4ee875380781
|
| 3929 | 2026-08-19T22:56:31.330Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = fb8de419-3464-416d-aa52-4ee875380781
|
| 3930 | 2026-08-19T22:56:31.330Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = fb8de419-3464-416d-aa52-4ee875380781
|
| 3931 | 2026-08-19T22:56:31.330Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::server_state_machine::instance_start_stop_test
state = Run
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = fb8de419-3464-416d-aa52-4ee875380781
|
| 3932 | 2026-08-19T22:56:31.331Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = fb8de419-3464-416d-aa52-4ee875380781
|
| 3933 | 2026-08-19T22:56:31.331Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 788
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = fb8de419-3464-416d-aa52-4ee875380781
|
| 3934 | 2026-08-19T22:56:31.331Z | INFO | phd-runner: [WAIT_FOR_STATE - EVENT] Waiting 60s for server to reach state Running
file = phd-tests/framework/src/test_vm/mod.rs
line = 794
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = fb8de419-3464-416d-aa52-4ee875380781
|
| 3935 | 2026-08-19T22:56:31.331Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = fb8de419-3464-416d-aa52-4ee875380781
|
| 3936 | 2026-08-19T22:56:31.331Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 587
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = fb8de419-3464-416d-aa52-4ee875380781
|
| 3937 | 2026-08-19T22:56:31.332Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = fb8de419-3464-416d-aa52-4ee875380781
|
| 3938 | 2026-08-19T22:56:31.332Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 788
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = fb8de419-3464-416d-aa52-4ee875380781
|
| 3939 | 2026-08-19T22:56:31.332Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = fb8de419-3464-416d-aa52-4ee875380781
|
| 3940 | 2026-08-19T22:56:31.332Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::server_state_machine::instance_start_stop_test
state = Stop
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = fb8de419-3464-416d-aa52-4ee875380781
|
| 3941 | 2026-08-19T22:56:31.333Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = fb8de419-3464-416d-aa52-4ee875380781
|
| 3942 | 2026-08-19T22:56:31.333Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 788
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = fb8de419-3464-416d-aa52-4ee875380781
|
| 3943 | 2026-08-19T22:56:31.333Z | INFO | phd-runner: [WAIT_FOR_STATE - EVENT] Waiting 60s for server to reach state Destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 794
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = fb8de419-3464-416d-aa52-4ee875380781
|
| 3944 | 2026-08-19T22:56:31.333Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = fb8de419-3464-416d-aa52-4ee875380781
|
| 3945 | 2026-08-19T22:56:31.333Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 587
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = fb8de419-3464-416d-aa52-4ee875380781
|
| 3946 | 2026-08-19T22:56:31.334Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = fb8de419-3464-416d-aa52-4ee875380781
|
| 3947 | 2026-08-19T22:56:31.337Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial websocket closed
file = phd-tests/framework/src/serial/mod.rs
line = 271
target = phd_framework::serial
|
| 3948 | 2026-08-19T22:56:31.337Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3949 | 2026-08-19T22:56:31.899Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = fb8de419-3464-416d-aa52-4ee875380781
|
| 3950 | 2026-08-19T22:56:31.899Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 587
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = fb8de419-3464-416d-aa52-4ee875380781
|
| 3951 | 2026-08-19T22:56:31.900Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = fb8de419-3464-416d-aa52-4ee875380781
|
| 3952 | 2026-08-19T22:56:31.900Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 567
file = phd-tests/framework/src/test_vm/mod.rs
line = 788
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = fb8de419-3464-416d-aa52-4ee875380781
|
| 3953 | 2026-08-19T22:56:31.900Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = fb8de419-3464-416d-aa52-4ee875380781
|
| 3954 | 2026-08-19T22:56:31.901Z | INFO | phd-runner: test phd_tests::server_state_machine::instance_start_stop_test ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 3955 | 2026-08-19T22:56:31.901Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3956 | 2026-08-19T22:56:31.901Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::server_state_machine::instance_start_stop_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = instance_ensure_running_test
vm_id = fb8de419-3464-416d-aa52-4ee875380781
|
| 3957 | 2026-08-19T22:56:31.985Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::zfs
vm = instance_ensure_running_test
vm_id = fb8de419-3464-416d-aa52-4ee875380781
|
| 3958 | 2026-08-19T22:56:31.985Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-b5c8b100-e63d-4349-9ffe-02b9c1e3f6d8"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::zfs
verb = destroy
vm = instance_ensure_running_test
vm_id = fb8de419-3464-416d-aa52-4ee875380781
|
| 3959 | 2026-08-19T22:56:32.017Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::zfs
vm = instance_ensure_running_test
vm_id = fb8de419-3464-416d-aa52-4ee875380781
|
| 3960 | 2026-08-19T22:56:32.017Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5aba04a1-54de-4840-91fd-f63923c16216"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::zfs
verb = destroy
vm = instance_ensure_running_test
vm_id = fb8de419-3464-416d-aa52-4ee875380781
|
| 3961 | 2026-08-19T22:56:32.036Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 135
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = fb8de419-3464-416d-aa52-4ee875380781
|
| 3962 | 2026-08-19T22:56:32.036Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 1428
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = fb8de419-3464-416d-aa52-4ee875380781
|
| 3963 | 2026-08-19T22:56:32.036Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 135
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3964 | 2026-08-19T22:56:32.036Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 1535
file = phd-tests/tests/src/server_state_machine.rs
line = 16
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_tests::server_state_machine
|
| 3965 | 2026-08-19T22:56:32.036Z | INFO | phd-runner: Starting test phd_tests::server_state_machine::instance_stop_unstarted_test
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 3966 | 2026-08-19T22:56:32.036Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3967 | 2026-08-19T22:56:32.036Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3968 | 2026-08-19T22:56:32.036Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/server_state_machine.rs
line = 32
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_tests::server_state_machine
|
| 3969 | 2026-08-19T22:56:32.036Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 3970 | 2026-08-19T22:56:32.036Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3971 | 2026-08-19T22:56:32.036Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3972 | 2026-08-19T22:56:32.036Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::zfs
verb = list
|
| 3973 | 2026-08-19T22:56:32.049Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::server_state_machine::instance_stop_unstarted_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 210M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 3974 | 2026-08-19T22:56:32.049Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-e0d5cbcb-8b87-4439-ae5d-0145ac11f92b"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::zfs
verb = snapshot
|
| 3975 | 2026-08-19T22:56:32.072Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-e0d5cbcb-8b87-4439-ae5d-0145ac11f92b", "phd-artifacts/phd-clone-eadd256a-b66a-45fd-89dc-ba277de04a1f"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::zfs
verb = clone
|
| 3976 | 2026-08-19T22:56:32.094Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-eadd256a-b66a-45fd-89dc-ba277de04a1f"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::zfs
verb = list
|
| 3977 | 2026-08-19T22:56:32.106Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::server_state_machine::instance_stop_unstarted_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-eadd256a-b66a-45fd-89dc-ba277de04a1f 0B 25.3T 207M /phd-artifacts/phd-clone-eadd256a-b66a-45fd-89dc-ba277de04a1f\n
target = phd_framework::zfs
|
| 3978 | 2026-08-19T22:56:32.107Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::test_vm
|
| 3979 | 2026-08-19T22:56:32.107Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::test_vm
vm_name = instance_stop_unstarted_test
|
| 3980 | 2026-08-19T22:56:32.107Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 3981 | 2026-08-19T22:56:32.107Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::server_state_machine::instance_stop_unstarted_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 3982 | 2026-08-19T22:56:32.107Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::server_state_machine::instance_stop_unstarted_test
stderr_path = "/tmp/propolis-phd/phd_tests::server_state_machine::instance_stop_unstarted_test/instance_stop_unstarted_test.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::server_state_machine::instance_stop_unstarted_test/instance_stop_unstarted_test.stdout.log"
target = phd_framework::log_config
|
| 3983 | 2026-08-19T22:56:32.140Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1226
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::test_vm::server
|
| 3984 | 2026-08-19T22:56:32.154Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 46
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::test_vm
|
| 3985 | 2026-08-19T22:56:32.154Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::test_vm
vm = instance_stop_unstarted_test
vm_id = 34fe282d-bc4a-4661-9fdb-03e6660e5956
|
| 3986 | 2026-08-19T22:56:32.155Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::test_vm
vm = instance_stop_unstarted_test
vm_id = 34fe282d-bc4a-4661-9fdb-03e6660e5956
|
| 3987 | 2026-08-19T22:56:32.847Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3988 | 2026-08-19T22:56:32.848Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 34fe282d-bc4a-4661-9fdb-03e6660e5956, name: "phd-vm-34fe282d-bc4a-4661-9fdb-03e6660e5956", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 3c55ef9e-afc1-4ef0-8e9b-f91f7dd1e054, project_id: 219ced80-2a51-4391-95cc-d2e76d0c9b9a, sled_id: fd87b984-6137-437c-b753-0e6dff058048, sled_serial: "fd87b984-6137-437c-b753-0e6dff058048", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::test_vm
vm = instance_stop_unstarted_test
vm_id = 34fe282d-bc4a-4661-9fdb-03e6660e5956
|
| 3989 | 2026-08-19T22:56:32.848Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::test_vm
vm = instance_stop_unstarted_test
vm_id = 34fe282d-bc4a-4661-9fdb-03e6660e5956
|
| 3990 | 2026-08-19T22:56:32.848Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 587
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::test_vm
vm = instance_stop_unstarted_test
vm_id = 34fe282d-bc4a-4661-9fdb-03e6660e5956
|
| 3991 | 2026-08-19T22:56:32.849Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::test_vm
vm = instance_stop_unstarted_test
vm_id = 34fe282d-bc4a-4661-9fdb-03e6660e5956
|
| 3992 | 2026-08-19T22:56:32.849Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::test_vm
vm = instance_stop_unstarted_test
vm_id = 34fe282d-bc4a-4661-9fdb-03e6660e5956
|
| 3993 | 2026-08-19T22:56:32.849Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::server_state_machine::instance_stop_unstarted_test
state = Stop
target = phd_framework::test_vm
vm = instance_stop_unstarted_test
vm_id = 34fe282d-bc4a-4661-9fdb-03e6660e5956
|
| 3994 | 2026-08-19T22:56:32.850Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::test_vm
vm = instance_stop_unstarted_test
vm_id = 34fe282d-bc4a-4661-9fdb-03e6660e5956
|
| 3995 | 2026-08-19T22:56:32.850Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 788
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::test_vm
vm = instance_stop_unstarted_test
vm_id = 34fe282d-bc4a-4661-9fdb-03e6660e5956
|
| 3996 | 2026-08-19T22:56:32.850Z | INFO | phd-runner: [WAIT_FOR_STATE - EVENT] Waiting 60s for server to reach state Destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 794
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::test_vm
vm = instance_stop_unstarted_test
vm_id = 34fe282d-bc4a-4661-9fdb-03e6660e5956
|
| 3997 | 2026-08-19T22:56:32.850Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::test_vm
vm = instance_stop_unstarted_test
vm_id = 34fe282d-bc4a-4661-9fdb-03e6660e5956
|
| 3998 | 2026-08-19T22:56:32.850Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 587
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::test_vm
vm = instance_stop_unstarted_test
vm_id = 34fe282d-bc4a-4661-9fdb-03e6660e5956
|
| 3999 | 2026-08-19T22:56:32.851Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::test_vm
vm = instance_stop_unstarted_test
vm_id = 34fe282d-bc4a-4661-9fdb-03e6660e5956
|
| 4000 | 2026-08-19T22:56:32.854Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial websocket closed
file = phd-tests/framework/src/serial/mod.rs
line = 271
target = phd_framework::serial
|
| 4001 | 2026-08-19T22:56:32.854Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 6
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4002 | 2026-08-19T22:56:33.339Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::test_vm
vm = instance_stop_unstarted_test
vm_id = 34fe282d-bc4a-4661-9fdb-03e6660e5956
|
| 4003 | 2026-08-19T22:56:33.339Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 587
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::test_vm
vm = instance_stop_unstarted_test
vm_id = 34fe282d-bc4a-4661-9fdb-03e6660e5956
|
| 4004 | 2026-08-19T22:56:33.340Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::test_vm
vm = instance_stop_unstarted_test
vm_id = 34fe282d-bc4a-4661-9fdb-03e6660e5956
|
| 4005 | 2026-08-19T22:56:33.340Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 490
file = phd-tests/framework/src/test_vm/mod.rs
line = 788
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::test_vm
vm = instance_stop_unstarted_test
vm_id = 34fe282d-bc4a-4661-9fdb-03e6660e5956
|
| 4006 | 2026-08-19T22:56:33.341Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::test_vm
vm = instance_stop_unstarted_test
vm_id = 34fe282d-bc4a-4661-9fdb-03e6660e5956
|
| 4007 | 2026-08-19T22:56:33.341Z | INFO | phd-runner: test phd_tests::server_state_machine::instance_stop_unstarted_test ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 4008 | 2026-08-19T22:56:33.341Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4009 | 2026-08-19T22:56:33.342Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::server_state_machine::instance_stop_unstarted_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = instance_stop_unstarted_test
vm_id = 34fe282d-bc4a-4661-9fdb-03e6660e5956
|
| 4010 | 2026-08-19T22:56:33.425Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::zfs
vm = instance_stop_unstarted_test
vm_id = 34fe282d-bc4a-4661-9fdb-03e6660e5956
|
| 4011 | 2026-08-19T22:56:33.425Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-eadd256a-b66a-45fd-89dc-ba277de04a1f"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::zfs
verb = destroy
vm = instance_stop_unstarted_test
vm_id = 34fe282d-bc4a-4661-9fdb-03e6660e5956
|
| 4012 | 2026-08-19T22:56:33.458Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::zfs
vm = instance_stop_unstarted_test
vm_id = 34fe282d-bc4a-4661-9fdb-03e6660e5956
|
| 4013 | 2026-08-19T22:56:33.458Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-e0d5cbcb-8b87-4439-ae5d-0145ac11f92b"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::zfs
verb = destroy
vm = instance_stop_unstarted_test
vm_id = 34fe282d-bc4a-4661-9fdb-03e6660e5956
|
| 4014 | 2026-08-19T22:56:33.477Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 135
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::test_vm
vm = instance_stop_unstarted_test
vm_id = 34fe282d-bc4a-4661-9fdb-03e6660e5956
|
| 4015 | 2026-08-19T22:56:33.477Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 1322
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::test_vm
vm = instance_stop_unstarted_test
vm_id = 34fe282d-bc4a-4661-9fdb-03e6660e5956
|
| 4016 | 2026-08-19T22:56:33.477Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 135
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4017 | 2026-08-19T22:56:33.477Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 1440
file = phd-tests/tests/src/server_state_machine.rs
line = 32
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_tests::server_state_machine
|
| 4018 | 2026-08-19T22:56:33.477Z | INFO | phd-runner: Starting test phd_tests::server_state_machine::stop_while_blocked_on_start_test
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 4019 | 2026-08-19T22:56:33.477Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4020 | 2026-08-19T22:56:33.477Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4021 | 2026-08-19T22:56:33.477Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/server_state_machine.rs
line = 113
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_tests::server_state_machine
|
| 4022 | 2026-08-19T22:56:33.477Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 4023 | 2026-08-19T22:56:33.477Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4024 | 2026-08-19T22:56:33.478Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4025 | 2026-08-19T22:56:33.478Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::zfs
verb = list
|
| 4026 | 2026-08-19T22:56:33.489Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 210M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 4027 | 2026-08-19T22:56:33.489Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-b7615095-716f-4041-9f33-01840fb670c7"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::zfs
verb = snapshot
|
| 4028 | 2026-08-19T22:56:33.507Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-b7615095-716f-4041-9f33-01840fb670c7", "phd-artifacts/phd-clone-91cbc1e5-0697-4838-96bf-6c5ac066b8c9"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::zfs
verb = clone
|
| 4029 | 2026-08-19T22:56:33.525Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-91cbc1e5-0697-4838-96bf-6c5ac066b8c9"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::zfs
verb = list
|
| 4030 | 2026-08-19T22:56:33.536Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-91cbc1e5-0697-4838-96bf-6c5ac066b8c9 0B 25.3T 207M /phd-artifacts/phd-clone-91cbc1e5-0697-4838-96bf-6c5ac066b8c9\n
target = phd_framework::zfs
|
| 4031 | 2026-08-19T22:56:33.537Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/fdcb1fb6b813d621788c8e8542cfd939240e295029a624a25123e0b2f1fda4ff/crucible-downstairs
target = phd_framework::artifacts::store
|
| 4032 | 2026-08-19T22:56:33.537Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/cc56fa0f-a486-4e33-a5cc-705113343e19_9000", "--encrypted", "--uuid", "cc56fa0f-a486-4e33-a5cc-705113343e19", "--extent-size", "131072", "--extent-count", "16"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::disk::crucible
|
| 4033 | 2026-08-19T22:56:33.563Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/cc56fa0f-a486-4e33-a5cc-705113343e19_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:56:33.547586616Z","hostname":"BRM42220010","pid":1234}\n{"msg":"UUID: cc56fa0f-a486-4e33-a5cc-705113343e19","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:56:33.55995437Z","hostname":"BRM42220010","pid":1234}\n{"msg":"Blocks per extent:131072 Total Extents: 16","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:56:33.559973536Z","hostname":"BRM42220010","pid":1234}\n
target = phd_framework::disk::crucible
|
| 4034 | 2026-08-19T22:56:33.563Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/cc56fa0f-a486-4e33-a5cc-705113343e19_9001", "--encrypted", "--uuid", "cc56fa0f-a486-4e33-a5cc-705113343e19", "--extent-size", "131072", "--extent-count", "16"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::disk::crucible
|
| 4035 | 2026-08-19T22:56:33.589Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/cc56fa0f-a486-4e33-a5cc-705113343e19_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:56:33.573498861Z","hostname":"BRM42220010","pid":1235}\n{"msg":"UUID: cc56fa0f-a486-4e33-a5cc-705113343e19","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:56:33.586134434Z","hostname":"BRM42220010","pid":1235}\n{"msg":"Blocks per extent:131072 Total Extents: 16","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:56:33.586148441Z","hostname":"BRM42220010","pid":1235}\n
target = phd_framework::disk::crucible
|
| 4036 | 2026-08-19T22:56:33.589Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/cc56fa0f-a486-4e33-a5cc-705113343e19_9002", "--encrypted", "--uuid", "cc56fa0f-a486-4e33-a5cc-705113343e19", "--extent-size", "131072", "--extent-count", "16"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::disk::crucible
|
| 4037 | 2026-08-19T22:56:33.615Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/cc56fa0f-a486-4e33-a5cc-705113343e19_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:56:33.599578524Z","hostname":"BRM42220010","pid":1236}\n{"msg":"UUID: cc56fa0f-a486-4e33-a5cc-705113343e19","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:56:33.611931681Z","hostname":"BRM42220010","pid":1236}\n{"msg":"Blocks per extent:131072 Total Extents: 16","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:56:33.61194209Z","hostname":"BRM42220010","pid":1236}\n
target = phd_framework::disk::crucible
|
| 4038 | 2026-08-19T22:56:33.615Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
stderr_path = "/tmp/propolis-phd/phd_tests::server_state_machine::stop_while_blocked_on_start_test/crucible_cc56fa0f-a486-4e33-a5cc-705113343e19_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::server_state_machine::stop_while_blocked_on_start_test/crucible_cc56fa0f-a486-4e33-a5cc-705113343e19_9000.stdout.log"
target = phd_framework::log_config
|
| 4039 | 2026-08-19T22:56:33.615Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/cc56fa0f-a486-4e33-a5cc-705113343e19_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::disk::crucible
|
| 4040 | 2026-08-19T22:56:33.615Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/cc56fa0f-a486-4e33-a5cc-705113343e19_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::disk::crucible
|
| 4041 | 2026-08-19T22:56:33.617Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
stderr_path = "/tmp/propolis-phd/phd_tests::server_state_machine::stop_while_blocked_on_start_test/crucible_cc56fa0f-a486-4e33-a5cc-705113343e19_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::server_state_machine::stop_while_blocked_on_start_test/crucible_cc56fa0f-a486-4e33-a5cc-705113343e19_9001.stdout.log"
target = phd_framework::log_config
|
| 4042 | 2026-08-19T22:56:33.617Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/cc56fa0f-a486-4e33-a5cc-705113343e19_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::disk::crucible
|
| 4043 | 2026-08-19T22:56:33.617Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/cc56fa0f-a486-4e33-a5cc-705113343e19_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::disk::crucible
|
| 4044 | 2026-08-19T22:56:33.619Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
stderr_path = "/tmp/propolis-phd/phd_tests::server_state_machine::stop_while_blocked_on_start_test/crucible_cc56fa0f-a486-4e33-a5cc-705113343e19_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::server_state_machine::stop_while_blocked_on_start_test/crucible_cc56fa0f-a486-4e33-a5cc-705113343e19_9002.stdout.log"
target = phd_framework::log_config
|
| 4045 | 2026-08-19T22:56:33.619Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/cc56fa0f-a486-4e33-a5cc-705113343e19_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::disk::crucible
|
| 4046 | 2026-08-19T22:56:33.619Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/cc56fa0f-a486-4e33-a5cc-705113343e19_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::disk::crucible
|
| 4047 | 2026-08-19T22:56:33.622Z | INFO | phd-runner: [TEST - EVENT] enabling vcr black hole
disk = vcr-replacement-target
file = phd-tests/framework/src/disk/crucible.rs
line = 130
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::disk::crucible
|
| 4048 | 2026-08-19T22:56:33.622Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
|
| 4049 | 2026-08-19T22:56:33.622Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
vm_name = stop_while_blocked_on_start_test
|
| 4050 | 2026-08-19T22:56:33.622Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 4051 | 2026-08-19T22:56:33.622Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
server_addr = 127.0.0.1:9003
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 4052 | 2026-08-19T22:56:33.622Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
stderr_path = "/tmp/propolis-phd/phd_tests::server_state_machine::stop_while_blocked_on_start_test/stop_while_blocked_on_start_test.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::server_state_machine::stop_while_blocked_on_start_test/stop_while_blocked_on_start_test.stdout.log"
target = phd_framework::log_config
|
| 4053 | 2026-08-19T22:56:33.651Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1240
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm::server
|
| 4054 | 2026-08-19T22:56:33.666Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 43
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
|
| 4055 | 2026-08-19T22:56:33.666Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = 3dec81fc-5ff5-4d36-aa23-fea0fde3874f
|
| 4056 | 2026-08-19T22:56:33.666Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9003/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = 3dec81fc-5ff5-4d36-aa23-fea0fde3874f
|
| 4057 | 2026-08-19T22:56:34.426Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4058 | 2026-08-19T22:56:34.427Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 3dec81fc-5ff5-4d36-aa23-fea0fde3874f, name: "phd-vm-3dec81fc-5ff5-4d36-aa23-fea0fde3874f", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 2c7017cf-cafd-491c-9e04-7bb730d02993, project_id: b39cd4c7-1fe3-4457-8659-202f87a6437f, sled_id: 8fa18ac2-1680-462d-bc58-a27351686f63, sled_serial: "8fa18ac2-1680-462d-bc58-a27351686f63", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = 3dec81fc-5ff5-4d36-aa23-fea0fde3874f
|
| 4059 | 2026-08-19T22:56:34.428Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = 3dec81fc-5ff5-4d36-aa23-fea0fde3874f
|
| 4060 | 2026-08-19T22:56:34.428Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
state = Run
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = 3dec81fc-5ff5-4d36-aa23-fea0fde3874f
|
| 4061 | 2026-08-19T22:56:34.429Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = 3dec81fc-5ff5-4d36-aa23-fea0fde3874f
|
| 4062 | 2026-08-19T22:56:34.429Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 788
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = 3dec81fc-5ff5-4d36-aa23-fea0fde3874f
|
| 4063 | 2026-08-19T22:56:34.429Z | INFO | phd-runner: [WAIT_FOR_STATE - EVENT] Waiting 15s for server to reach state Starting
file = phd-tests/framework/src/test_vm/mod.rs
line = 794
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = 3dec81fc-5ff5-4d36-aa23-fea0fde3874f
|
| 4064 | 2026-08-19T22:56:34.429Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = 3dec81fc-5ff5-4d36-aa23-fea0fde3874f
|
| 4065 | 2026-08-19T22:56:34.429Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 587
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = 3dec81fc-5ff5-4d36-aa23-fea0fde3874f
|
| 4066 | 2026-08-19T22:56:34.430Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = 3dec81fc-5ff5-4d36-aa23-fea0fde3874f
|
| 4067 | 2026-08-19T22:56:34.430Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 788
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = 3dec81fc-5ff5-4d36-aa23-fea0fde3874f
|
| 4068 | 2026-08-19T22:56:34.430Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = 3dec81fc-5ff5-4d36-aa23-fea0fde3874f
|
| 4069 | 2026-08-19T22:56:34.430Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
state = Stop
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = 3dec81fc-5ff5-4d36-aa23-fea0fde3874f
|
| 4070 | 2026-08-19T22:56:34.432Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = 3dec81fc-5ff5-4d36-aa23-fea0fde3874f
|
| 4071 | 2026-08-19T22:56:34.432Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 788
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = 3dec81fc-5ff5-4d36-aa23-fea0fde3874f
|
| 4072 | 2026-08-19T22:56:34.432Z | INFO | phd-runner: [WAIT_FOR_STATE - EVENT] Waiting 60s for server to reach state Destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 794
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = 3dec81fc-5ff5-4d36-aa23-fea0fde3874f
|
| 4073 | 2026-08-19T22:56:34.432Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = 3dec81fc-5ff5-4d36-aa23-fea0fde3874f
|
| 4074 | 2026-08-19T22:56:34.432Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 587
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = 3dec81fc-5ff5-4d36-aa23-fea0fde3874f
|
| 4075 | 2026-08-19T22:56:34.437Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial websocket closed
file = phd-tests/framework/src/serial/mod.rs
line = 271
target = phd_framework::serial
|
| 4076 | 2026-08-19T22:56:34.437Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4077 | 2026-08-19T22:56:34.438Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 6
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = 3dec81fc-5ff5-4d36-aa23-fea0fde3874f
|
| 4078 | 2026-08-19T22:56:34.438Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 6
file = phd-tests/framework/src/test_vm/mod.rs
line = 788
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = 3dec81fc-5ff5-4d36-aa23-fea0fde3874f
|
| 4079 | 2026-08-19T22:56:34.438Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = 3dec81fc-5ff5-4d36-aa23-fea0fde3874f
|
| 4080 | 2026-08-19T22:56:34.439Z | INFO | phd-runner: test phd_tests::server_state_machine::stop_while_blocked_on_start_test ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 4081 | 2026-08-19T22:56:34.439Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4082 | 2026-08-19T22:56:34.440Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
self.address = 127.0.0.1:9003
target = phd_framework::test_vm::server
vm = stop_while_blocked_on_start_test
vm_id = 3dec81fc-5ff5-4d36-aa23-fea0fde3874f
|
| 4083 | 2026-08-19T22:56:34.526Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::zfs
vm = stop_while_blocked_on_start_test
vm_id = 3dec81fc-5ff5-4d36-aa23-fea0fde3874f
|
| 4084 | 2026-08-19T22:56:34.526Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-91cbc1e5-0697-4838-96bf-6c5ac066b8c9"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::zfs
verb = destroy
vm = stop_while_blocked_on_start_test
vm_id = 3dec81fc-5ff5-4d36-aa23-fea0fde3874f
|
| 4085 | 2026-08-19T22:56:34.558Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::zfs
vm = stop_while_blocked_on_start_test
vm_id = 3dec81fc-5ff5-4d36-aa23-fea0fde3874f
|
| 4086 | 2026-08-19T22:56:34.558Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-b7615095-716f-4041-9f33-01840fb670c7"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::zfs
verb = destroy
vm = stop_while_blocked_on_start_test
vm_id = 3dec81fc-5ff5-4d36-aa23-fea0fde3874f
|
| 4087 | 2026-08-19T22:56:34.581Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9000, vcr_address_override: Some([100::]:9000), data_dir: DataDirectory { path: "/tmp/propolis-phd/cc56fa0f-a486-4e33-a5cc-705113343e19_9000" } }
target = phd_framework::disk::crucible
vm = stop_while_blocked_on_start_test
vm_id = 3dec81fc-5ff5-4d36-aa23-fea0fde3874f
|
| 4088 | 2026-08-19T22:56:34.585Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
self.path = "/tmp/propolis-phd/cc56fa0f-a486-4e33-a5cc-705113343e19_9000"
target = phd_framework::disk::crucible
vm = stop_while_blocked_on_start_test
vm_id = 3dec81fc-5ff5-4d36-aa23-fea0fde3874f
|
| 4089 | 2026-08-19T22:56:34.586Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9001, vcr_address_override: None, data_dir: DataDirectory { path: "/tmp/propolis-phd/cc56fa0f-a486-4e33-a5cc-705113343e19_9001" } }
target = phd_framework::disk::crucible
vm = stop_while_blocked_on_start_test
vm_id = 3dec81fc-5ff5-4d36-aa23-fea0fde3874f
|
| 4090 | 2026-08-19T22:56:34.591Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
self.path = "/tmp/propolis-phd/cc56fa0f-a486-4e33-a5cc-705113343e19_9001"
target = phd_framework::disk::crucible
vm = stop_while_blocked_on_start_test
vm_id = 3dec81fc-5ff5-4d36-aa23-fea0fde3874f
|
| 4091 | 2026-08-19T22:56:34.592Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9002, vcr_address_override: None, data_dir: DataDirectory { path: "/tmp/propolis-phd/cc56fa0f-a486-4e33-a5cc-705113343e19_9002" } }
target = phd_framework::disk::crucible
vm = stop_while_blocked_on_start_test
vm_id = 3dec81fc-5ff5-4d36-aa23-fea0fde3874f
|
| 4092 | 2026-08-19T22:56:34.597Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
self.path = "/tmp/propolis-phd/cc56fa0f-a486-4e33-a5cc-705113343e19_9002"
target = phd_framework::disk::crucible
vm = stop_while_blocked_on_start_test
vm_id = 3dec81fc-5ff5-4d36-aa23-fea0fde3874f
|
| 4093 | 2026-08-19T22:56:34.598Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 159
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = 3dec81fc-5ff5-4d36-aa23-fea0fde3874f
|
| 4094 | 2026-08-19T22:56:34.598Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 159
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4095 | 2026-08-19T22:56:34.598Z | INFO | phd-runner: Starting test phd_tests::server_state_machine::instance_stop_causes_destroy_test
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 4096 | 2026-08-19T22:56:34.598Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 932
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = 3dec81fc-5ff5-4d36-aa23-fea0fde3874f
|
| 4097 | 2026-08-19T22:56:34.598Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4098 | 2026-08-19T22:56:34.598Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 1120
file = phd-tests/tests/src/server_state_machine.rs
line = 113
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_tests::server_state_machine
|
| 4099 | 2026-08-19T22:56:34.598Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4100 | 2026-08-19T22:56:34.598Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/server_state_machine.rs
line = 48
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_tests::server_state_machine
|
| 4101 | 2026-08-19T22:56:34.599Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 4102 | 2026-08-19T22:56:34.599Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4103 | 2026-08-19T22:56:34.599Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4104 | 2026-08-19T22:56:34.599Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::zfs
verb = list
|
| 4105 | 2026-08-19T22:56:34.610Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 211M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 4106 | 2026-08-19T22:56:34.610Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-47b38ecd-d28d-4ae3-aac2-3a7a5c5990ee"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::zfs
verb = snapshot
|
| 4107 | 2026-08-19T22:56:34.627Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-47b38ecd-d28d-4ae3-aac2-3a7a5c5990ee", "phd-artifacts/phd-clone-ab7e48d4-b6d5-404a-addc-fb7ceeee0a42"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::zfs
verb = clone
|
| 4108 | 2026-08-19T22:56:34.645Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-ab7e48d4-b6d5-404a-addc-fb7ceeee0a42"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::zfs
verb = list
|
| 4109 | 2026-08-19T22:56:34.655Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-ab7e48d4-b6d5-404a-addc-fb7ceeee0a42 0B 25.3T 207M /phd-artifacts/phd-clone-ab7e48d4-b6d5-404a-addc-fb7ceeee0a42\n
target = phd_framework::zfs
|
| 4110 | 2026-08-19T22:56:34.656Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
|
| 4111 | 2026-08-19T22:56:34.656Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm_name = instance_stop_causes_destroy_test
|
| 4112 | 2026-08-19T22:56:34.656Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 4113 | 2026-08-19T22:56:34.656Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 4114 | 2026-08-19T22:56:34.656Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
stderr_path = "/tmp/propolis-phd/phd_tests::server_state_machine::instance_stop_causes_destroy_test/instance_stop_causes_destroy_test.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::server_state_machine::instance_stop_causes_destroy_test/instance_stop_causes_destroy_test.stdout.log"
target = phd_framework::log_config
|
| 4115 | 2026-08-19T22:56:34.686Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1248
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm::server
|
| 4116 | 2026-08-19T22:56:34.700Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 44
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
|
| 4117 | 2026-08-19T22:56:34.700Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = fef8cba1-1031-4d00-bf69-05d32688c4fd
|
| 4118 | 2026-08-19T22:56:34.701Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = fef8cba1-1031-4d00-bf69-05d32688c4fd
|
| 4119 | 2026-08-19T22:56:35.250Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4120 | 2026-08-19T22:56:35.251Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: fef8cba1-1031-4d00-bf69-05d32688c4fd, name: "phd-vm-fef8cba1-1031-4d00-bf69-05d32688c4fd", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 0cf5e822-eda7-42a2-b9b8-fe7d34ed418e, project_id: a957d13f-ee05-4457-a40c-d324ecc77c5a, sled_id: 4c57606a-215a-4ad6-b2bf-1bc2d9a6eb0c, sled_serial: "4c57606a-215a-4ad6-b2bf-1bc2d9a6eb0c", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = fef8cba1-1031-4d00-bf69-05d32688c4fd
|
| 4121 | 2026-08-19T22:56:35.251Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = fef8cba1-1031-4d00-bf69-05d32688c4fd
|
| 4122 | 2026-08-19T22:56:35.251Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
state = Run
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = fef8cba1-1031-4d00-bf69-05d32688c4fd
|
| 4123 | 2026-08-19T22:56:35.252Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = fef8cba1-1031-4d00-bf69-05d32688c4fd
|
| 4124 | 2026-08-19T22:56:35.252Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = fef8cba1-1031-4d00-bf69-05d32688c4fd
|
| 4125 | 2026-08-19T22:56:35.252Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
state = Stop
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = fef8cba1-1031-4d00-bf69-05d32688c4fd
|
| 4126 | 2026-08-19T22:56:35.253Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = fef8cba1-1031-4d00-bf69-05d32688c4fd
|
| 4127 | 2026-08-19T22:56:35.253Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 788
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = fef8cba1-1031-4d00-bf69-05d32688c4fd
|
| 4128 | 2026-08-19T22:56:35.253Z | INFO | phd-runner: [WAIT_FOR_STATE - EVENT] Waiting 60s for server to reach state Destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 794
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = fef8cba1-1031-4d00-bf69-05d32688c4fd
|
| 4129 | 2026-08-19T22:56:35.253Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = fef8cba1-1031-4d00-bf69-05d32688c4fd
|
| 4130 | 2026-08-19T22:56:35.253Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 587
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = fef8cba1-1031-4d00-bf69-05d32688c4fd
|
| 4131 | 2026-08-19T22:56:35.255Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = fef8cba1-1031-4d00-bf69-05d32688c4fd
|
| 4132 | 2026-08-19T22:56:35.257Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial websocket closed
file = phd-tests/framework/src/serial/mod.rs
line = 271
target = phd_framework::serial
|
| 4133 | 2026-08-19T22:56:35.257Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 7
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4134 | 2026-08-19T22:56:35.728Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = fef8cba1-1031-4d00-bf69-05d32688c4fd
|
| 4135 | 2026-08-19T22:56:35.728Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 587
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = fef8cba1-1031-4d00-bf69-05d32688c4fd
|
| 4136 | 2026-08-19T22:56:35.729Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = fef8cba1-1031-4d00-bf69-05d32688c4fd
|
| 4137 | 2026-08-19T22:56:35.729Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 475
file = phd-tests/framework/src/test_vm/mod.rs
line = 788
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = fef8cba1-1031-4d00-bf69-05d32688c4fd
|
| 4138 | 2026-08-19T22:56:35.729Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = fef8cba1-1031-4d00-bf69-05d32688c4fd
|
| 4139 | 2026-08-19T22:56:35.729Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
state = Run
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = fef8cba1-1031-4d00-bf69-05d32688c4fd
|
| 4140 | 2026-08-19T22:56:35.730Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = fef8cba1-1031-4d00-bf69-05d32688c4fd
|
| 4141 | 2026-08-19T22:56:35.730Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = fef8cba1-1031-4d00-bf69-05d32688c4fd
|
| 4142 | 2026-08-19T22:56:35.730Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
state = Stop
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = fef8cba1-1031-4d00-bf69-05d32688c4fd
|
| 4143 | 2026-08-19T22:56:35.731Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = fef8cba1-1031-4d00-bf69-05d32688c4fd
|
| 4144 | 2026-08-19T22:56:35.731Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = fef8cba1-1031-4d00-bf69-05d32688c4fd
|
| 4145 | 2026-08-19T22:56:35.731Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
state = Reboot
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = fef8cba1-1031-4d00-bf69-05d32688c4fd
|
| 4146 | 2026-08-19T22:56:35.732Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = fef8cba1-1031-4d00-bf69-05d32688c4fd
|
| 4147 | 2026-08-19T22:56:35.732Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = fef8cba1-1031-4d00-bf69-05d32688c4fd
|
| 4148 | 2026-08-19T22:56:35.732Z | INFO | phd-runner: test phd_tests::server_state_machine::instance_stop_causes_destroy_test ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 4149 | 2026-08-19T22:56:35.733Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4150 | 2026-08-19T22:56:35.734Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = instance_stop_causes_destroy_test
vm_id = fef8cba1-1031-4d00-bf69-05d32688c4fd
|
| 4151 | 2026-08-19T22:56:35.820Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::zfs
vm = instance_stop_causes_destroy_test
vm_id = fef8cba1-1031-4d00-bf69-05d32688c4fd
|
| 4152 | 2026-08-19T22:56:35.820Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-ab7e48d4-b6d5-404a-addc-fb7ceeee0a42"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::zfs
verb = destroy
vm = instance_stop_causes_destroy_test
vm_id = fef8cba1-1031-4d00-bf69-05d32688c4fd
|
| 4153 | 2026-08-19T22:56:35.852Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::zfs
vm = instance_stop_causes_destroy_test
vm_id = fef8cba1-1031-4d00-bf69-05d32688c4fd
|
| 4154 | 2026-08-19T22:56:35.852Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-47b38ecd-d28d-4ae3-aac2-3a7a5c5990ee"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::zfs
verb = destroy
vm = instance_stop_causes_destroy_test
vm_id = fef8cba1-1031-4d00-bf69-05d32688c4fd
|
| 4155 | 2026-08-19T22:56:35.870Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 137
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = fef8cba1-1031-4d00-bf69-05d32688c4fd
|
| 4156 | 2026-08-19T22:56:35.870Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 137
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4157 | 2026-08-19T22:56:35.870Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 1169
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = fef8cba1-1031-4d00-bf69-05d32688c4fd
|
| 4158 | 2026-08-19T22:56:35.870Z | INFO | phd-runner: Starting test phd_tests::server_state_machine::instance_reset_requires_running_test
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 4159 | 2026-08-19T22:56:35.870Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4160 | 2026-08-19T22:56:35.870Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 1271
file = phd-tests/tests/src/server_state_machine.rs
line = 48
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_tests::server_state_machine
|
| 4161 | 2026-08-19T22:56:35.870Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4162 | 2026-08-19T22:56:35.870Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/server_state_machine.rs
line = 103
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_tests::server_state_machine
|
| 4163 | 2026-08-19T22:56:35.870Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 4164 | 2026-08-19T22:56:35.870Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4165 | 2026-08-19T22:56:35.871Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4166 | 2026-08-19T22:56:35.871Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::zfs
verb = list
|
| 4167 | 2026-08-19T22:56:35.883Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::server_state_machine::instance_reset_requires_running_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 210M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 4168 | 2026-08-19T22:56:35.884Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-3e17d932-7cb9-4684-b3a2-13d6e1ebaa0c"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::zfs
verb = snapshot
|
| 4169 | 2026-08-19T22:56:35.901Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-3e17d932-7cb9-4684-b3a2-13d6e1ebaa0c", "phd-artifacts/phd-clone-a251b3db-ed47-494f-9c7f-ec473baed9f2"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::zfs
verb = clone
|
| 4170 | 2026-08-19T22:56:35.918Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-a251b3db-ed47-494f-9c7f-ec473baed9f2"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::zfs
verb = list
|
| 4171 | 2026-08-19T22:56:35.929Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::server_state_machine::instance_reset_requires_running_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-a251b3db-ed47-494f-9c7f-ec473baed9f2 0B 25.3T 207M /phd-artifacts/phd-clone-a251b3db-ed47-494f-9c7f-ec473baed9f2\n
target = phd_framework::zfs
|
| 4172 | 2026-08-19T22:56:35.930Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
|
| 4173 | 2026-08-19T22:56:35.930Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm_name = instance_reset_requires_running_test
|
| 4174 | 2026-08-19T22:56:35.930Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 4175 | 2026-08-19T22:56:35.930Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::server_state_machine::instance_reset_requires_running_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 4176 | 2026-08-19T22:56:35.930Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::server_state_machine::instance_reset_requires_running_test
stderr_path = "/tmp/propolis-phd/phd_tests::server_state_machine::instance_reset_requires_running_test/instance_reset_requires_running_test.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::server_state_machine::instance_reset_requires_running_test/instance_reset_requires_running_test.stdout.log"
target = phd_framework::log_config
|
| 4177 | 2026-08-19T22:56:35.963Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1256
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm::server
|
| 4178 | 2026-08-19T22:56:35.977Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 46
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
|
| 4179 | 2026-08-19T22:56:35.977Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 5605c352-b170-4c8e-a17a-db49ade40b76
|
| 4180 | 2026-08-19T22:56:35.977Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::server_state_machine::instance_reset_requires_running_test
state = Reboot
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 5605c352-b170-4c8e-a17a-db49ade40b76
|
| 4181 | 2026-08-19T22:56:35.978Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 5605c352-b170-4c8e-a17a-db49ade40b76
|
| 4182 | 2026-08-19T22:56:35.978Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 5605c352-b170-4c8e-a17a-db49ade40b76
|
| 4183 | 2026-08-19T22:56:35.978Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 5605c352-b170-4c8e-a17a-db49ade40b76
|
| 4184 | 2026-08-19T22:56:36.484Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4185 | 2026-08-19T22:56:36.485Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 5605c352-b170-4c8e-a17a-db49ade40b76, name: "phd-vm-5605c352-b170-4c8e-a17a-db49ade40b76", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: e729df36-1b1c-4fa7-8cc8-db52512f6d28, project_id: 1cb1708d-dafa-40a0-af9c-63f9b309c20b, sled_id: 76abd581-2b1f-42fe-9a87-4ac6f6987f0c, sled_serial: "76abd581-2b1f-42fe-9a87-4ac6f6987f0c", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 5605c352-b170-4c8e-a17a-db49ade40b76
|
| 4186 | 2026-08-19T22:56:36.485Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 5605c352-b170-4c8e-a17a-db49ade40b76
|
| 4187 | 2026-08-19T22:56:36.485Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::server_state_machine::instance_reset_requires_running_test
state = Run
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 5605c352-b170-4c8e-a17a-db49ade40b76
|
| 4188 | 2026-08-19T22:56:36.486Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 5605c352-b170-4c8e-a17a-db49ade40b76
|
| 4189 | 2026-08-19T22:56:36.487Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 788
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 5605c352-b170-4c8e-a17a-db49ade40b76
|
| 4190 | 2026-08-19T22:56:36.487Z | INFO | phd-runner: [WAIT_FOR_STATE - EVENT] Waiting 60s for server to reach state Running
file = phd-tests/framework/src/test_vm/mod.rs
line = 794
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 5605c352-b170-4c8e-a17a-db49ade40b76
|
| 4191 | 2026-08-19T22:56:36.487Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 5605c352-b170-4c8e-a17a-db49ade40b76
|
| 4192 | 2026-08-19T22:56:36.487Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 587
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 5605c352-b170-4c8e-a17a-db49ade40b76
|
| 4193 | 2026-08-19T22:56:36.488Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 5605c352-b170-4c8e-a17a-db49ade40b76
|
| 4194 | 2026-08-19T22:56:36.488Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 788
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 5605c352-b170-4c8e-a17a-db49ade40b76
|
| 4195 | 2026-08-19T22:56:36.488Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 5605c352-b170-4c8e-a17a-db49ade40b76
|
| 4196 | 2026-08-19T22:56:36.489Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 4197 | 2026-08-19T22:56:36.489Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4198 | 2026-08-19T22:56:36.489Z | INFO | phd-runner: test phd_tests::server_state_machine::instance_reset_requires_running_test ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 4199 | 2026-08-19T22:56:36.489Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4200 | 2026-08-19T22:56:36.490Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1195
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 5605c352-b170-4c8e-a17a-db49ade40b76
|
| 4201 | 2026-08-19T22:56:36.986Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::server_state_machine::instance_reset_requires_running_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = instance_reset_requires_running_test
vm_id = 5605c352-b170-4c8e-a17a-db49ade40b76
|
| 4202 | 2026-08-19T22:56:37.076Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::zfs
vm = instance_reset_requires_running_test
vm_id = 5605c352-b170-4c8e-a17a-db49ade40b76
|
| 4203 | 2026-08-19T22:56:37.076Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-a251b3db-ed47-494f-9c7f-ec473baed9f2"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::zfs
verb = destroy
vm = instance_reset_requires_running_test
vm_id = 5605c352-b170-4c8e-a17a-db49ade40b76
|
| 4204 | 2026-08-19T22:56:37.107Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::zfs
vm = instance_reset_requires_running_test
vm_id = 5605c352-b170-4c8e-a17a-db49ade40b76
|
| 4205 | 2026-08-19T22:56:37.107Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-3e17d932-7cb9-4684-b3a2-13d6e1ebaa0c"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::zfs
verb = destroy
vm = instance_reset_requires_running_test
vm_id = 5605c352-b170-4c8e-a17a-db49ade40b76
|
| 4206 | 2026-08-19T22:56:37.125Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 636
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 5605c352-b170-4c8e-a17a-db49ade40b76
|
| 4207 | 2026-08-19T22:56:37.126Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 1147
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 5605c352-b170-4c8e-a17a-db49ade40b76
|
| 4208 | 2026-08-19T22:56:37.126Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 636
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4209 | 2026-08-19T22:56:37.126Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 1255
file = phd-tests/tests/src/server_state_machine.rs
line = 103
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_tests::server_state_machine
|
| 4210 | 2026-08-19T22:56:37.126Z | INFO | phd-runner: Starting test phd_tests::vsock::vsock_get_cid
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 4211 | 2026-08-19T22:56:37.126Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4212 | 2026-08-19T22:56:37.126Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4213 | 2026-08-19T22:56:37.126Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/vsock.rs
line = 25
path = phd_tests::vsock::vsock_get_cid
target = phd_tests::vsock
|
| 4214 | 2026-08-19T22:56:37.126Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 4215 | 2026-08-19T22:56:37.126Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4216 | 2026-08-19T22:56:37.126Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4217 | 2026-08-19T22:56:37.126Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::zfs
verb = list
|
| 4218 | 2026-08-19T22:56:37.138Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::vsock::vsock_get_cid
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 210M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 4219 | 2026-08-19T22:56:37.138Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5bffe1e1-8771-4067-8189-c0da5b37ea53"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::zfs
verb = snapshot
|
| 4220 | 2026-08-19T22:56:37.159Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5bffe1e1-8771-4067-8189-c0da5b37ea53", "phd-artifacts/phd-clone-b0812d27-a0a0-4230-acc8-6f5ae3e53dde"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::zfs
verb = clone
|
| 4221 | 2026-08-19T22:56:37.182Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-b0812d27-a0a0-4230-acc8-6f5ae3e53dde"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::zfs
verb = list
|
| 4222 | 2026-08-19T22:56:37.192Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::vsock::vsock_get_cid
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-b0812d27-a0a0-4230-acc8-6f5ae3e53dde 0B 25.3T 207M /phd-artifacts/phd-clone-b0812d27-a0a0-4230-acc8-6f5ae3e53dde\n
target = phd_framework::zfs
|
| 4223 | 2026-08-19T22:56:37.193Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::test_vm
|
| 4224 | 2026-08-19T22:56:37.193Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::test_vm
vm_name = vsock_get_cid
|
| 4225 | 2026-08-19T22:56:37.193Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 4226 | 2026-08-19T22:56:37.193Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::vsock::vsock_get_cid
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 4227 | 2026-08-19T22:56:37.193Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::vsock::vsock_get_cid
stderr_path = "/tmp/propolis-phd/phd_tests::vsock::vsock_get_cid/vsock_get_cid.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::vsock::vsock_get_cid/vsock_get_cid.stdout.log"
target = phd_framework::log_config
|
| 4228 | 2026-08-19T22:56:37.224Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1264
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::test_vm::server
|
| 4229 | 2026-08-19T22:56:37.239Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 45
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::test_vm
|
| 4230 | 2026-08-19T22:56:37.239Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::test_vm
vm = vsock_get_cid
vm_id = 86ac29d0-e195-4a6c-bd24-73bae087f8e5
|
| 4231 | 2026-08-19T22:56:37.239Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::test_vm
vm = vsock_get_cid
vm_id = 86ac29d0-e195-4a6c-bd24-73bae087f8e5
|
| 4232 | 2026-08-19T22:56:38.085Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4233 | 2026-08-19T22:56:38.086Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 86ac29d0-e195-4a6c-bd24-73bae087f8e5, name: "phd-vm-86ac29d0-e195-4a6c-bd24-73bae087f8e5", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 59b627c6-789b-474e-8b15-0ff698f68af3, project_id: 2788e26e-00f3-417a-87f3-d66da29ca51e, sled_id: 6c526041-c64f-4e74-81aa-06b13388a4ee, sled_serial: "6c526041-c64f-4e74-81aa-06b13388a4ee", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::test_vm
vm = vsock_get_cid
vm_id = 86ac29d0-e195-4a6c-bd24-73bae087f8e5
|
| 4234 | 2026-08-19T22:56:38.086Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::test_vm
vm = vsock_get_cid
vm_id = 86ac29d0-e195-4a6c-bd24-73bae087f8e5
|
| 4235 | 2026-08-19T22:56:38.086Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::vsock::vsock_get_cid
state = Run
target = phd_framework::test_vm
vm = vsock_get_cid
vm_id = 86ac29d0-e195-4a6c-bd24-73bae087f8e5
|
| 4236 | 2026-08-19T22:56:38.087Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::test_vm
vm = vsock_get_cid
vm_id = 86ac29d0-e195-4a6c-bd24-73bae087f8e5
|
| 4237 | 2026-08-19T22:56:38.087Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::test_vm
|
| 4238 | 2026-08-19T22:56:38.087Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::test_vm
timeout_duration = 300s
vm = vsock_get_cid
vm_id = 86ac29d0-e195-4a6c-bd24-73bae087f8e5
|
| 4239 | 2026-08-19T22:56:38.087Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::vsock::vsock_get_cid
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 4240 | 2026-08-19T22:56:38.087Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::test_vm
vm = vsock_get_cid
vm_id = 86ac29d0-e195-4a6c-bd24-73bae087f8e5
|
| 4241 | 2026-08-19T22:56:38.087Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = vsock_get_cid
vm_id = 86ac29d0-e195-4a6c-bd24-73bae087f8e5
|
| 4242 | 2026-08-19T22:56:42.532Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4444
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::test_vm
vm = vsock_get_cid
vm_id = 86ac29d0-e195-4a6c-bd24-73bae087f8e5
|
| 4243 | 2026-08-19T22:56:42.532Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::vsock::vsock_get_cid
step = WriteStr("root")
target = phd_framework::test_vm
|
| 4244 | 2026-08-19T22:56:42.532Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::vsock::vsock_get_cid
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4245 | 2026-08-19T22:56:42.532Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::test_vm
vm = vsock_get_cid
vm_id = 86ac29d0-e195-4a6c-bd24-73bae087f8e5
|
| 4246 | 2026-08-19T22:56:42.532Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = vsock_get_cid
vm_id = 86ac29d0-e195-4a6c-bd24-73bae087f8e5
|
| 4247 | 2026-08-19T22:56:42.550Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::test_vm
vm = vsock_get_cid
vm_id = 86ac29d0-e195-4a6c-bd24-73bae087f8e5
|
| 4248 | 2026-08-19T22:56:42.550Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::vsock::vsock_get_cid
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 4249 | 2026-08-19T22:56:42.551Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::vsock::vsock_get_cid
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4250 | 2026-08-19T22:56:42.551Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::test_vm
vm = vsock_get_cid
vm_id = 86ac29d0-e195-4a6c-bd24-73bae087f8e5
|
| 4251 | 2026-08-19T22:56:42.551Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = vsock_get_cid
vm_id = 86ac29d0-e195-4a6c-bd24-73bae087f8e5
|
| 4252 | 2026-08-19T22:56:42.583Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::test_vm
vm = vsock_get_cid
vm_id = 86ac29d0-e195-4a6c-bd24-73bae087f8e5
|
| 4253 | 2026-08-19T22:56:42.583Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::test_vm
|
| 4254 | 2026-08-19T22:56:42.583Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4495
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::test_vm
|
| 4255 | 2026-08-19T22:56:42.583Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::test_vm
vm = vsock_get_cid
vm_id = 86ac29d0-e195-4a6c-bd24-73bae087f8e5
|
| 4256 | 2026-08-19T22:56:42.583Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = vsock_get_cid
vm_id = 86ac29d0-e195-4a6c-bd24-73bae087f8e5
|
| 4257 | 2026-08-19T22:56:42.594Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::test_vm
vm = vsock_get_cid
vm_id = 86ac29d0-e195-4a6c-bd24-73bae087f8e5
|
| 4258 | 2026-08-19T22:56:42.594Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::test_vm
vm = vsock_get_cid
vm_id = 86ac29d0-e195-4a6c-bd24-73bae087f8e5
|
| 4259 | 2026-08-19T22:56:42.594Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = vsock_get_cid
vm_id = 86ac29d0-e195-4a6c-bd24-73bae087f8e5
|
| 4260 | 2026-08-19T22:56:42.616Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::test_vm
vm = vsock_get_cid
vm_id = 86ac29d0-e195-4a6c-bd24-73bae087f8e5
|
| 4261 | 2026-08-19T22:56:42.616Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::test_vm
vm = vsock_get_cid
vm_id = 86ac29d0-e195-4a6c-bd24-73bae087f8e5
|
| 4262 | 2026-08-19T22:56:42.616Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = vsock_get_cid
vm_id = 86ac29d0-e195-4a6c-bd24-73bae087f8e5
|
| 4263 | 2026-08-19T22:56:42.627Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::test_vm
vm = vsock_get_cid
vm_id = 86ac29d0-e195-4a6c-bd24-73bae087f8e5
|
| 4264 | 2026-08-19T22:56:42.627Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::test_vm
vm = vsock_get_cid
vm_id = 86ac29d0-e195-4a6c-bd24-73bae087f8e5
|
| 4265 | 2026-08-19T22:56:42.627Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = vsock_get_cid
vm_id = 86ac29d0-e195-4a6c-bd24-73bae087f8e5
|
| 4266 | 2026-08-19T22:56:42.650Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::test_vm
vm = vsock_get_cid
vm_id = 86ac29d0-e195-4a6c-bd24-73bae087f8e5
|
| 4267 | 2026-08-19T22:56:42.650Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::test_vm
vm = vsock_get_cid
vm_id = 86ac29d0-e195-4a6c-bd24-73bae087f8e5
|
| 4268 | 2026-08-19T22:56:42.650Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 4269 | 2026-08-19T22:56:42.650Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4565
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4270 | 2026-08-19T22:56:42.651Z | INFO | phd-runner: test phd_tests::vsock::vsock_get_cid ... skipped: guest doesn't have getcid installed
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 4271 | 2026-08-19T22:56:42.651Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4272 | 2026-08-19T22:56:42.652Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1195
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::test_vm
vm = vsock_get_cid
vm_id = 86ac29d0-e195-4a6c-bd24-73bae087f8e5
|
| 4273 | 2026-08-19T22:56:42.924Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::vsock::vsock_get_cid
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = vsock_get_cid
vm_id = 86ac29d0-e195-4a6c-bd24-73bae087f8e5
|
| 4274 | 2026-08-19T22:56:43.013Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::zfs
vm = vsock_get_cid
vm_id = 86ac29d0-e195-4a6c-bd24-73bae087f8e5
|
| 4275 | 2026-08-19T22:56:43.013Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-b0812d27-a0a0-4230-acc8-6f5ae3e53dde"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::zfs
verb = destroy
vm = vsock_get_cid
vm_id = 86ac29d0-e195-4a6c-bd24-73bae087f8e5
|
| 4276 | 2026-08-19T22:56:43.039Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::zfs
vm = vsock_get_cid
vm_id = 86ac29d0-e195-4a6c-bd24-73bae087f8e5
|
| 4277 | 2026-08-19T22:56:43.039Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5bffe1e1-8771-4067-8189-c0da5b37ea53"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::zfs
verb = destroy
vm = vsock_get_cid
vm_id = 86ac29d0-e195-4a6c-bd24-73bae087f8e5
|
| 4278 | 2026-08-19T22:56:43.057Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 406
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::test_vm
vm = vsock_get_cid
vm_id = 86ac29d0-e195-4a6c-bd24-73bae087f8e5
|
| 4279 | 2026-08-19T22:56:43.058Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 406
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4280 | 2026-08-19T22:56:43.058Z | INFO | phd-runner: Starting test phd_tests::vsock::vsock_smoke_test
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 4281 | 2026-08-19T22:56:43.058Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4282 | 2026-08-19T22:56:43.058Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5818
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::test_vm
vm = vsock_get_cid
vm_id = 86ac29d0-e195-4a6c-bd24-73bae087f8e5
|
| 4283 | 2026-08-19T22:56:43.058Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4284 | 2026-08-19T22:56:43.058Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 5931
file = phd-tests/tests/src/vsock.rs
line = 25
path = phd_tests::vsock::vsock_get_cid
target = phd_tests::vsock
|
| 4285 | 2026-08-19T22:56:43.058Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/vsock.rs
line = 10
path = phd_tests::vsock::vsock_smoke_test
target = phd_tests::vsock
|
| 4286 | 2026-08-19T22:56:43.058Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 4287 | 2026-08-19T22:56:43.058Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4288 | 2026-08-19T22:56:43.058Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4289 | 2026-08-19T22:56:43.058Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::zfs
verb = list
|
| 4290 | 2026-08-19T22:56:43.070Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::vsock::vsock_smoke_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 210M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 4291 | 2026-08-19T22:56:43.070Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-6957f96d-5f3b-419a-abd0-959ca1fa834b"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::zfs
verb = snapshot
|
| 4292 | 2026-08-19T22:56:43.089Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-6957f96d-5f3b-419a-abd0-959ca1fa834b", "phd-artifacts/phd-clone-650d35f3-a079-48d8-8e43-b86ffd0d08e2"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::zfs
verb = clone
|
| 4293 | 2026-08-19T22:56:43.107Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-650d35f3-a079-48d8-8e43-b86ffd0d08e2"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::zfs
verb = list
|
| 4294 | 2026-08-19T22:56:43.117Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::vsock::vsock_smoke_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-650d35f3-a079-48d8-8e43-b86ffd0d08e2 0B 25.3T 207M /phd-artifacts/phd-clone-650d35f3-a079-48d8-8e43-b86ffd0d08e2\n
target = phd_framework::zfs
|
| 4295 | 2026-08-19T22:56:43.118Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::test_vm
|
| 4296 | 2026-08-19T22:56:43.118Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::test_vm
vm_name = vsock_smoke_test
|
| 4297 | 2026-08-19T22:56:43.118Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 4298 | 2026-08-19T22:56:43.118Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::vsock::vsock_smoke_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 4299 | 2026-08-19T22:56:43.118Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::vsock::vsock_smoke_test
stderr_path = "/tmp/propolis-phd/phd_tests::vsock::vsock_smoke_test/vsock_smoke_test.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::vsock::vsock_smoke_test/vsock_smoke_test.stdout.log"
target = phd_framework::log_config
|
| 4300 | 2026-08-19T22:56:43.150Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1272
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::test_vm::server
|
| 4301 | 2026-08-19T22:56:43.164Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 46
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::test_vm
|
| 4302 | 2026-08-19T22:56:43.164Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::test_vm
vm = vsock_smoke_test
vm_id = 4c881044-5659-40ef-8754-78c4d26bfb47
|
| 4303 | 2026-08-19T22:56:43.165Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::test_vm
vm = vsock_smoke_test
vm_id = 4c881044-5659-40ef-8754-78c4d26bfb47
|
| 4304 | 2026-08-19T22:56:43.731Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4305 | 2026-08-19T22:56:43.732Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 4c881044-5659-40ef-8754-78c4d26bfb47, name: "phd-vm-4c881044-5659-40ef-8754-78c4d26bfb47", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 1a76da45-b948-4626-bf37-8f315532c7fa, project_id: 585caefd-541f-4c30-83a3-3731bb0095bd, sled_id: a29c966c-7144-488e-9077-9046627fc674, sled_serial: "a29c966c-7144-488e-9077-9046627fc674", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::test_vm
vm = vsock_smoke_test
vm_id = 4c881044-5659-40ef-8754-78c4d26bfb47
|
| 4306 | 2026-08-19T22:56:43.732Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::test_vm
vm = vsock_smoke_test
vm_id = 4c881044-5659-40ef-8754-78c4d26bfb47
|
| 4307 | 2026-08-19T22:56:43.733Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::vsock::vsock_smoke_test
state = Run
target = phd_framework::test_vm
vm = vsock_smoke_test
vm_id = 4c881044-5659-40ef-8754-78c4d26bfb47
|
| 4308 | 2026-08-19T22:56:43.734Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::test_vm
vm = vsock_smoke_test
vm_id = 4c881044-5659-40ef-8754-78c4d26bfb47
|
| 4309 | 2026-08-19T22:56:43.734Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::test_vm
|
| 4310 | 2026-08-19T22:56:43.734Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = vsock_smoke_test
vm_id = 4c881044-5659-40ef-8754-78c4d26bfb47
|
| 4311 | 2026-08-19T22:56:43.734Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::vsock::vsock_smoke_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 4312 | 2026-08-19T22:56:43.734Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::test_vm
vm = vsock_smoke_test
vm_id = 4c881044-5659-40ef-8754-78c4d26bfb47
|
| 4313 | 2026-08-19T22:56:43.734Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = vsock_smoke_test
vm_id = 4c881044-5659-40ef-8754-78c4d26bfb47
|
| 4314 | 2026-08-19T22:56:48.103Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4369
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::test_vm
vm = vsock_smoke_test
vm_id = 4c881044-5659-40ef-8754-78c4d26bfb47
|
| 4315 | 2026-08-19T22:56:48.104Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::vsock::vsock_smoke_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 4316 | 2026-08-19T22:56:48.104Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::vsock::vsock_smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4317 | 2026-08-19T22:56:48.104Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::test_vm
vm = vsock_smoke_test
vm_id = 4c881044-5659-40ef-8754-78c4d26bfb47
|
| 4318 | 2026-08-19T22:56:48.104Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = vsock_smoke_test
vm_id = 4c881044-5659-40ef-8754-78c4d26bfb47
|
| 4319 | 2026-08-19T22:56:48.122Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::test_vm
vm = vsock_smoke_test
vm_id = 4c881044-5659-40ef-8754-78c4d26bfb47
|
| 4320 | 2026-08-19T22:56:48.122Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::vsock::vsock_smoke_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 4321 | 2026-08-19T22:56:48.123Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::vsock::vsock_smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4322 | 2026-08-19T22:56:48.123Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::test_vm
vm = vsock_smoke_test
vm_id = 4c881044-5659-40ef-8754-78c4d26bfb47
|
| 4323 | 2026-08-19T22:56:48.123Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = vsock_smoke_test
vm_id = 4c881044-5659-40ef-8754-78c4d26bfb47
|
| 4324 | 2026-08-19T22:56:48.155Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::test_vm
vm = vsock_smoke_test
vm_id = 4c881044-5659-40ef-8754-78c4d26bfb47
|
| 4325 | 2026-08-19T22:56:48.155Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::test_vm
|
| 4326 | 2026-08-19T22:56:48.155Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4421
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::test_vm
|
| 4327 | 2026-08-19T22:56:48.155Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::test_vm
vm = vsock_smoke_test
vm_id = 4c881044-5659-40ef-8754-78c4d26bfb47
|
| 4328 | 2026-08-19T22:56:48.155Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = vsock_smoke_test
vm_id = 4c881044-5659-40ef-8754-78c4d26bfb47
|
| 4329 | 2026-08-19T22:56:48.166Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::test_vm
vm = vsock_smoke_test
vm_id = 4c881044-5659-40ef-8754-78c4d26bfb47
|
| 4330 | 2026-08-19T22:56:48.166Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::test_vm
vm = vsock_smoke_test
vm_id = 4c881044-5659-40ef-8754-78c4d26bfb47
|
| 4331 | 2026-08-19T22:56:48.166Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = vsock_smoke_test
vm_id = 4c881044-5659-40ef-8754-78c4d26bfb47
|
| 4332 | 2026-08-19T22:56:48.198Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::test_vm
vm = vsock_smoke_test
vm_id = 4c881044-5659-40ef-8754-78c4d26bfb47
|
| 4333 | 2026-08-19T22:56:48.199Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::test_vm
vm = vsock_smoke_test
vm_id = 4c881044-5659-40ef-8754-78c4d26bfb47
|
| 4334 | 2026-08-19T22:56:48.199Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = vsock_smoke_test
vm_id = 4c881044-5659-40ef-8754-78c4d26bfb47
|
| 4335 | 2026-08-19T22:56:48.210Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::test_vm
vm = vsock_smoke_test
vm_id = 4c881044-5659-40ef-8754-78c4d26bfb47
|
| 4336 | 2026-08-19T22:56:48.210Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::test_vm
vm = vsock_smoke_test
vm_id = 4c881044-5659-40ef-8754-78c4d26bfb47
|
| 4337 | 2026-08-19T22:56:48.210Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = vsock_smoke_test
vm_id = 4c881044-5659-40ef-8754-78c4d26bfb47
|
| 4338 | 2026-08-19T22:56:48.243Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::test_vm
vm = vsock_smoke_test
vm_id = 4c881044-5659-40ef-8754-78c4d26bfb47
|
| 4339 | 2026-08-19T22:56:48.243Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::test_vm
vm = vsock_smoke_test
vm_id = 4c881044-5659-40ef-8754-78c4d26bfb47
|
| 4340 | 2026-08-19T22:56:48.244Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 4341 | 2026-08-19T22:56:48.244Z | INFO | phd-runner: test phd_tests::vsock::vsock_smoke_test ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 4342 | 2026-08-19T22:56:48.244Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4512
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4343 | 2026-08-19T22:56:48.244Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4344 | 2026-08-19T22:56:48.245Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1195
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::test_vm
vm = vsock_smoke_test
vm_id = 4c881044-5659-40ef-8754-78c4d26bfb47
|
| 4345 | 2026-08-19T22:56:48.573Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::vsock::vsock_smoke_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = vsock_smoke_test
vm_id = 4c881044-5659-40ef-8754-78c4d26bfb47
|
| 4346 | 2026-08-19T22:56:48.662Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::zfs
vm = vsock_smoke_test
vm_id = 4c881044-5659-40ef-8754-78c4d26bfb47
|
| 4347 | 2026-08-19T22:56:48.662Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-650d35f3-a079-48d8-8e43-b86ffd0d08e2"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::zfs
verb = destroy
vm = vsock_smoke_test
vm_id = 4c881044-5659-40ef-8754-78c4d26bfb47
|
| 4348 | 2026-08-19T22:56:48.687Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::zfs
vm = vsock_smoke_test
vm_id = 4c881044-5659-40ef-8754-78c4d26bfb47
|
| 4349 | 2026-08-19T22:56:48.687Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-6957f96d-5f3b-419a-abd0-959ca1fa834b"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::zfs
verb = destroy
vm = vsock_smoke_test
vm_id = 4c881044-5659-40ef-8754-78c4d26bfb47
|
| 4350 | 2026-08-19T22:56:48.705Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 461
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::test_vm
vm = vsock_smoke_test
vm_id = 4c881044-5659-40ef-8754-78c4d26bfb47
|
| 4351 | 2026-08-19T22:56:48.705Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 461
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4352 | 2026-08-19T22:56:48.705Z | INFO | phd-runner: Starting test phd_tests::framework::long_line_serial_test
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 4353 | 2026-08-19T22:56:48.705Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5540
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::test_vm
vm = vsock_smoke_test
vm_id = 4c881044-5659-40ef-8754-78c4d26bfb47
|
| 4354 | 2026-08-19T22:56:48.706Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4355 | 2026-08-19T22:56:48.706Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4356 | 2026-08-19T22:56:48.706Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 5647
file = phd-tests/tests/src/vsock.rs
line = 10
path = phd_tests::vsock::vsock_smoke_test
target = phd_tests::vsock
|
| 4357 | 2026-08-19T22:56:48.706Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/framework.rs
line = 20
path = phd_tests::framework::long_line_serial_test
target = phd_tests::framework
|
| 4358 | 2026-08-19T22:56:48.706Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4359 | 2026-08-19T22:56:48.706Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 4360 | 2026-08-19T22:56:48.706Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4361 | 2026-08-19T22:56:48.706Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4362 | 2026-08-19T22:56:48.706Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::framework::long_line_serial_test
target = phd_framework::zfs
verb = list
|
| 4363 | 2026-08-19T22:56:48.718Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::framework::long_line_serial_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 210M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 4364 | 2026-08-19T22:56:48.718Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-be93c7ce-1d2e-4df1-90fb-c9062c81ed4e"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::framework::long_line_serial_test
target = phd_framework::zfs
verb = snapshot
|
| 4365 | 2026-08-19T22:56:48.735Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-be93c7ce-1d2e-4df1-90fb-c9062c81ed4e", "phd-artifacts/phd-clone-0290c16e-da94-4637-b333-dbd83a8266dc"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::framework::long_line_serial_test
target = phd_framework::zfs
verb = clone
|
| 4366 | 2026-08-19T22:56:48.754Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-0290c16e-da94-4637-b333-dbd83a8266dc"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::framework::long_line_serial_test
target = phd_framework::zfs
verb = list
|
| 4367 | 2026-08-19T22:56:48.765Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::framework::long_line_serial_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-0290c16e-da94-4637-b333-dbd83a8266dc 0B 25.3T 207M /phd-artifacts/phd-clone-0290c16e-da94-4637-b333-dbd83a8266dc\n
target = phd_framework::zfs
|
| 4368 | 2026-08-19T22:56:48.766Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
|
| 4369 | 2026-08-19T22:56:48.766Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm_name = long_line_serial_test
|
| 4370 | 2026-08-19T22:56:48.766Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 4371 | 2026-08-19T22:56:48.766Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::framework::long_line_serial_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 4372 | 2026-08-19T22:56:48.766Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::framework::long_line_serial_test
stderr_path = "/tmp/propolis-phd/phd_tests::framework::long_line_serial_test/long_line_serial_test.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::framework::long_line_serial_test/long_line_serial_test.stdout.log"
target = phd_framework::log_config
|
| 4373 | 2026-08-19T22:56:48.796Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1280
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm::server
|
| 4374 | 2026-08-19T22:56:48.810Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 44
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
|
| 4375 | 2026-08-19T22:56:48.810Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = a8e9718c-1275-47fd-b562-88de5bf4c84b
|
| 4376 | 2026-08-19T22:56:48.811Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = a8e9718c-1275-47fd-b562-88de5bf4c84b
|
| 4377 | 2026-08-19T22:56:49.602Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4378 | 2026-08-19T22:56:49.603Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: a8e9718c-1275-47fd-b562-88de5bf4c84b, name: "phd-vm-a8e9718c-1275-47fd-b562-88de5bf4c84b", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 99b125d5-827b-4d45-8de9-af8cb12e5333, project_id: 97e04dfc-8e88-476a-ac68-fa6b171fa4b1, sled_id: dda890a3-6f17-45f5-a905-7a14cba1fd31, sled_serial: "dda890a3-6f17-45f5-a905-7a14cba1fd31", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = a8e9718c-1275-47fd-b562-88de5bf4c84b
|
| 4379 | 2026-08-19T22:56:49.603Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = a8e9718c-1275-47fd-b562-88de5bf4c84b
|
| 4380 | 2026-08-19T22:56:49.603Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::framework::long_line_serial_test
state = Run
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = a8e9718c-1275-47fd-b562-88de5bf4c84b
|
| 4381 | 2026-08-19T22:56:49.604Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = a8e9718c-1275-47fd-b562-88de5bf4c84b
|
| 4382 | 2026-08-19T22:56:49.604Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
|
| 4383 | 2026-08-19T22:56:49.604Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = long_line_serial_test
vm_id = a8e9718c-1275-47fd-b562-88de5bf4c84b
|
| 4384 | 2026-08-19T22:56:49.604Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::framework::long_line_serial_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 4385 | 2026-08-19T22:56:49.604Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = a8e9718c-1275-47fd-b562-88de5bf4c84b
|
| 4386 | 2026-08-19T22:56:49.605Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = long_line_serial_test
vm_id = a8e9718c-1275-47fd-b562-88de5bf4c84b
|
| 4387 | 2026-08-19T22:56:54.093Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4488
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = a8e9718c-1275-47fd-b562-88de5bf4c84b
|
| 4388 | 2026-08-19T22:56:54.093Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::framework::long_line_serial_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 4389 | 2026-08-19T22:56:54.093Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::framework::long_line_serial_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4390 | 2026-08-19T22:56:54.093Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = a8e9718c-1275-47fd-b562-88de5bf4c84b
|
| 4391 | 2026-08-19T22:56:54.094Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = long_line_serial_test
vm_id = a8e9718c-1275-47fd-b562-88de5bf4c84b
|
| 4392 | 2026-08-19T22:56:54.112Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = a8e9718c-1275-47fd-b562-88de5bf4c84b
|
| 4393 | 2026-08-19T22:56:54.112Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::framework::long_line_serial_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 4394 | 2026-08-19T22:56:54.112Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::framework::long_line_serial_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4395 | 2026-08-19T22:56:54.112Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = a8e9718c-1275-47fd-b562-88de5bf4c84b
|
| 4396 | 2026-08-19T22:56:54.112Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = long_line_serial_test
vm_id = a8e9718c-1275-47fd-b562-88de5bf4c84b
|
| 4397 | 2026-08-19T22:56:54.145Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = a8e9718c-1275-47fd-b562-88de5bf4c84b
|
| 4398 | 2026-08-19T22:56:54.146Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
|
| 4399 | 2026-08-19T22:56:54.146Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4541
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
|
| 4400 | 2026-08-19T22:56:54.146Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = a8e9718c-1275-47fd-b562-88de5bf4c84b
|
| 4401 | 2026-08-19T22:56:54.146Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = long_line_serial_test
vm_id = a8e9718c-1275-47fd-b562-88de5bf4c84b
|
| 4402 | 2026-08-19T22:56:54.224Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 78
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = a8e9718c-1275-47fd-b562-88de5bf4c84b
|
| 4403 | 2026-08-19T22:56:54.224Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = a8e9718c-1275-47fd-b562-88de5bf4c84b
|
| 4404 | 2026-08-19T22:56:54.224Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = long_line_serial_test
vm_id = a8e9718c-1275-47fd-b562-88de5bf4c84b
|
| 4405 | 2026-08-19T22:56:54.268Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 43
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = a8e9718c-1275-47fd-b562-88de5bf4c84b
|
| 4406 | 2026-08-19T22:56:54.268Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = a8e9718c-1275-47fd-b562-88de5bf4c84b
|
| 4407 | 2026-08-19T22:56:54.269Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = long_line_serial_test
vm_id = a8e9718c-1275-47fd-b562-88de5bf4c84b
|
| 4408 | 2026-08-19T22:56:54.279Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = a8e9718c-1275-47fd-b562-88de5bf4c84b
|
| 4409 | 2026-08-19T22:56:54.279Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = a8e9718c-1275-47fd-b562-88de5bf4c84b
|
| 4410 | 2026-08-19T22:56:54.279Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = long_line_serial_test
vm_id = a8e9718c-1275-47fd-b562-88de5bf4c84b
|
| 4411 | 2026-08-19T22:56:54.313Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = a8e9718c-1275-47fd-b562-88de5bf4c84b
|
| 4412 | 2026-08-19T22:56:54.313Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = a8e9718c-1275-47fd-b562-88de5bf4c84b
|
| 4413 | 2026-08-19T22:56:54.313Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 4414 | 2026-08-19T22:56:54.313Z | INFO | phd-runner: test phd_tests::framework::long_line_serial_test ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 4415 | 2026-08-19T22:56:54.313Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4711
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4416 | 2026-08-19T22:56:54.314Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4417 | 2026-08-19T22:56:54.315Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1195
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = a8e9718c-1275-47fd-b562-88de5bf4c84b
|
| 4418 | 2026-08-19T22:56:55.005Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::framework::long_line_serial_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = long_line_serial_test
vm_id = a8e9718c-1275-47fd-b562-88de5bf4c84b
|
| 4419 | 2026-08-19T22:56:55.093Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::framework::long_line_serial_test
target = phd_framework::zfs
vm = long_line_serial_test
vm_id = a8e9718c-1275-47fd-b562-88de5bf4c84b
|
| 4420 | 2026-08-19T22:56:55.093Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-0290c16e-da94-4637-b333-dbd83a8266dc"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::framework::long_line_serial_test
target = phd_framework::zfs
verb = destroy
vm = long_line_serial_test
vm_id = a8e9718c-1275-47fd-b562-88de5bf4c84b
|
| 4421 | 2026-08-19T22:56:55.119Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::framework::long_line_serial_test
target = phd_framework::zfs
vm = long_line_serial_test
vm_id = a8e9718c-1275-47fd-b562-88de5bf4c84b
|
| 4422 | 2026-08-19T22:56:55.119Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-be93c7ce-1d2e-4df1-90fb-c9062c81ed4e"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::framework::long_line_serial_test
target = phd_framework::zfs
verb = destroy
vm = long_line_serial_test
vm_id = a8e9718c-1275-47fd-b562-88de5bf4c84b
|
| 4423 | 2026-08-19T22:56:55.138Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 825
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = a8e9718c-1275-47fd-b562-88de5bf4c84b
|
| 4424 | 2026-08-19T22:56:55.138Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 824
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4425 | 2026-08-19T22:56:55.138Z | INFO | phd-runner: Starting test phd_tests::framework::multiline_serial_test
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 4426 | 2026-08-19T22:56:55.139Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4427 | 2026-08-19T22:56:55.139Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6327
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = a8e9718c-1275-47fd-b562-88de5bf4c84b
|
| 4428 | 2026-08-19T22:56:55.139Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4429 | 2026-08-19T22:56:55.139Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 6432
file = phd-tests/tests/src/framework.rs
line = 20
path = phd_tests::framework::long_line_serial_test
target = phd_tests::framework
|
| 4430 | 2026-08-19T22:56:55.139Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/framework.rs
line = 10
path = phd_tests::framework::multiline_serial_test
target = phd_tests::framework
|
| 4431 | 2026-08-19T22:56:55.139Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 4432 | 2026-08-19T22:56:55.139Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4433 | 2026-08-19T22:56:55.139Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4434 | 2026-08-19T22:56:55.139Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::framework::multiline_serial_test
target = phd_framework::zfs
verb = list
|
| 4435 | 2026-08-19T22:56:55.149Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::framework::multiline_serial_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 210M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 4436 | 2026-08-19T22:56:55.149Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5641e206-004a-42b4-9675-d9c279028481"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::framework::multiline_serial_test
target = phd_framework::zfs
verb = snapshot
|
| 4437 | 2026-08-19T22:56:55.167Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5641e206-004a-42b4-9675-d9c279028481", "phd-artifacts/phd-clone-098133f1-2655-4691-8ff7-67a5fef02b25"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::framework::multiline_serial_test
target = phd_framework::zfs
verb = clone
|
| 4438 | 2026-08-19T22:56:55.186Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-098133f1-2655-4691-8ff7-67a5fef02b25"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::framework::multiline_serial_test
target = phd_framework::zfs
verb = list
|
| 4439 | 2026-08-19T22:56:55.197Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::framework::multiline_serial_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-098133f1-2655-4691-8ff7-67a5fef02b25 0B 25.3T 207M /phd-artifacts/phd-clone-098133f1-2655-4691-8ff7-67a5fef02b25\n
target = phd_framework::zfs
|
| 4440 | 2026-08-19T22:56:55.198Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
|
| 4441 | 2026-08-19T22:56:55.198Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm_name = multiline_test
|
| 4442 | 2026-08-19T22:56:55.198Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 4443 | 2026-08-19T22:56:55.198Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::framework::multiline_serial_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 4444 | 2026-08-19T22:56:55.198Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::framework::multiline_serial_test
stderr_path = "/tmp/propolis-phd/phd_tests::framework::multiline_serial_test/multiline_test.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::framework::multiline_serial_test/multiline_test.stdout.log"
target = phd_framework::log_config
|
| 4445 | 2026-08-19T22:56:55.229Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1288
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm::server
|
| 4446 | 2026-08-19T22:56:55.243Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 45
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
|
| 4447 | 2026-08-19T22:56:55.244Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 2afb5d3c-318b-46ef-af45-8b452580f6ca
|
| 4448 | 2026-08-19T22:56:55.244Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 2afb5d3c-318b-46ef-af45-8b452580f6ca
|
| 4449 | 2026-08-19T22:56:55.730Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4450 | 2026-08-19T22:56:55.731Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 2afb5d3c-318b-46ef-af45-8b452580f6ca, name: "phd-vm-2afb5d3c-318b-46ef-af45-8b452580f6ca", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 362ea2cb-28a2-4e10-89c1-60533c7e1b5c, project_id: f0c651e7-30b5-43b1-b740-e740890f48bd, sled_id: 5a4ef809-4ecc-43f3-8edf-a1e8c33bd898, sled_serial: "5a4ef809-4ecc-43f3-8edf-a1e8c33bd898", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 2afb5d3c-318b-46ef-af45-8b452580f6ca
|
| 4451 | 2026-08-19T22:56:55.731Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 2afb5d3c-318b-46ef-af45-8b452580f6ca
|
| 4452 | 2026-08-19T22:56:55.731Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::framework::multiline_serial_test
state = Run
target = phd_framework::test_vm
vm = multiline_test
vm_id = 2afb5d3c-318b-46ef-af45-8b452580f6ca
|
| 4453 | 2026-08-19T22:56:55.732Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 2afb5d3c-318b-46ef-af45-8b452580f6ca
|
| 4454 | 2026-08-19T22:56:55.732Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
|
| 4455 | 2026-08-19T22:56:55.732Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = multiline_test
vm_id = 2afb5d3c-318b-46ef-af45-8b452580f6ca
|
| 4456 | 2026-08-19T22:56:55.732Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::framework::multiline_serial_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 4457 | 2026-08-19T22:56:55.732Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 2afb5d3c-318b-46ef-af45-8b452580f6ca
|
| 4458 | 2026-08-19T22:56:55.732Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = multiline_test
vm_id = 2afb5d3c-318b-46ef-af45-8b452580f6ca
|
| 4459 | 2026-08-19T22:57:00.179Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4446
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 2afb5d3c-318b-46ef-af45-8b452580f6ca
|
| 4460 | 2026-08-19T22:57:00.179Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::framework::multiline_serial_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 4461 | 2026-08-19T22:57:00.179Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::framework::multiline_serial_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4462 | 2026-08-19T22:57:00.179Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 2afb5d3c-318b-46ef-af45-8b452580f6ca
|
| 4463 | 2026-08-19T22:57:00.179Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = multiline_test
vm_id = 2afb5d3c-318b-46ef-af45-8b452580f6ca
|
| 4464 | 2026-08-19T22:57:00.197Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 2afb5d3c-318b-46ef-af45-8b452580f6ca
|
| 4465 | 2026-08-19T22:57:00.197Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::framework::multiline_serial_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 4466 | 2026-08-19T22:57:00.198Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::framework::multiline_serial_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4467 | 2026-08-19T22:57:00.198Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 2afb5d3c-318b-46ef-af45-8b452580f6ca
|
| 4468 | 2026-08-19T22:57:00.198Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = multiline_test
vm_id = 2afb5d3c-318b-46ef-af45-8b452580f6ca
|
| 4469 | 2026-08-19T22:57:00.231Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 2afb5d3c-318b-46ef-af45-8b452580f6ca
|
| 4470 | 2026-08-19T22:57:00.231Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
|
| 4471 | 2026-08-19T22:57:00.231Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4498
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
|
| 4472 | 2026-08-19T22:57:00.231Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 2afb5d3c-318b-46ef-af45-8b452580f6ca
|
| 4473 | 2026-08-19T22:57:00.231Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = multiline_test
vm_id = 2afb5d3c-318b-46ef-af45-8b452580f6ca
|
| 4474 | 2026-08-19T22:57:00.264Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 2afb5d3c-318b-46ef-af45-8b452580f6ca
|
| 4475 | 2026-08-19T22:57:00.264Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 2afb5d3c-318b-46ef-af45-8b452580f6ca
|
| 4476 | 2026-08-19T22:57:00.265Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = multiline_test
vm_id = 2afb5d3c-318b-46ef-af45-8b452580f6ca
|
| 4477 | 2026-08-19T22:57:00.275Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 2afb5d3c-318b-46ef-af45-8b452580f6ca
|
| 4478 | 2026-08-19T22:57:00.275Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 2afb5d3c-318b-46ef-af45-8b452580f6ca
|
| 4479 | 2026-08-19T22:57:00.275Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = multiline_test
vm_id = 2afb5d3c-318b-46ef-af45-8b452580f6ca
|
| 4480 | 2026-08-19T22:57:00.286Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 2afb5d3c-318b-46ef-af45-8b452580f6ca
|
| 4481 | 2026-08-19T22:57:00.286Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 2afb5d3c-318b-46ef-af45-8b452580f6ca
|
| 4482 | 2026-08-19T22:57:00.286Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = multiline_test
vm_id = 2afb5d3c-318b-46ef-af45-8b452580f6ca
|
| 4483 | 2026-08-19T22:57:00.309Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 2afb5d3c-318b-46ef-af45-8b452580f6ca
|
| 4484 | 2026-08-19T22:57:00.309Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 2afb5d3c-318b-46ef-af45-8b452580f6ca
|
| 4485 | 2026-08-19T22:57:00.309Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 4486 | 2026-08-19T22:57:00.309Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4578
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4487 | 2026-08-19T22:57:00.309Z | INFO | phd-runner: test phd_tests::framework::multiline_serial_test ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 4488 | 2026-08-19T22:57:00.309Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4489 | 2026-08-19T22:57:00.311Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1195
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 2afb5d3c-318b-46ef-af45-8b452580f6ca
|
| 4490 | 2026-08-19T22:57:00.831Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::framework::multiline_serial_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = multiline_test
vm_id = 2afb5d3c-318b-46ef-af45-8b452580f6ca
|
| 4491 | 2026-08-19T22:57:00.919Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::framework::multiline_serial_test
target = phd_framework::zfs
vm = multiline_test
vm_id = 2afb5d3c-318b-46ef-af45-8b452580f6ca
|
| 4492 | 2026-08-19T22:57:00.919Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-098133f1-2655-4691-8ff7-67a5fef02b25"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::framework::multiline_serial_test
target = phd_framework::zfs
verb = destroy
vm = multiline_test
vm_id = 2afb5d3c-318b-46ef-af45-8b452580f6ca
|
| 4493 | 2026-08-19T22:57:00.945Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::framework::multiline_serial_test
target = phd_framework::zfs
vm = multiline_test
vm_id = 2afb5d3c-318b-46ef-af45-8b452580f6ca
|
| 4494 | 2026-08-19T22:57:00.945Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5641e206-004a-42b4-9675-d9c279028481"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::framework::multiline_serial_test
target = phd_framework::zfs
verb = destroy
vm = multiline_test
vm_id = 2afb5d3c-318b-46ef-af45-8b452580f6ca
|
| 4495 | 2026-08-19T22:57:00.962Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 653
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 2afb5d3c-318b-46ef-af45-8b452580f6ca
|
| 4496 | 2026-08-19T22:57:00.962Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5718
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 2afb5d3c-318b-46ef-af45-8b452580f6ca
|
| 4497 | 2026-08-19T22:57:00.962Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 652
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4498 | 2026-08-19T22:57:00.962Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 5823
file = phd-tests/tests/src/framework.rs
line = 10
path = phd_tests::framework::multiline_serial_test
target = phd_tests::framework
|
| 4499 | 2026-08-19T22:57:00.962Z | INFO | phd-runner: Starting test phd_tests::smoke::nproc_test
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 4500 | 2026-08-19T22:57:00.962Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4501 | 2026-08-19T22:57:00.962Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4502 | 2026-08-19T22:57:00.963Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/smoke.rs
line = 8
path = phd_tests::smoke::nproc_test
target = phd_tests::smoke
|
| 4503 | 2026-08-19T22:57:00.963Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 4504 | 2026-08-19T22:57:00.963Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4505 | 2026-08-19T22:57:00.963Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4506 | 2026-08-19T22:57:00.963Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::nproc_test
target = phd_framework::zfs
verb = list
|
| 4507 | 2026-08-19T22:57:00.973Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::smoke::nproc_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 210M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 4508 | 2026-08-19T22:57:00.973Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-fc41a748-3c14-4ef5-9e33-5256610cfc0d"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::nproc_test
target = phd_framework::zfs
verb = snapshot
|
| 4509 | 2026-08-19T22:57:00.990Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-fc41a748-3c14-4ef5-9e33-5256610cfc0d", "phd-artifacts/phd-clone-cd437c08-e926-49d9-9870-cf64b88b9160"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::nproc_test
target = phd_framework::zfs
verb = clone
|
| 4510 | 2026-08-19T22:57:01.008Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-cd437c08-e926-49d9-9870-cf64b88b9160"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::nproc_test
target = phd_framework::zfs
verb = list
|
| 4511 | 2026-08-19T22:57:01.019Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::smoke::nproc_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-cd437c08-e926-49d9-9870-cf64b88b9160 0B 25.3T 207M /phd-artifacts/phd-clone-cd437c08-e926-49d9-9870-cf64b88b9160\n
target = phd_framework::zfs
|
| 4512 | 2026-08-19T22:57:01.019Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
|
| 4513 | 2026-08-19T22:57:01.019Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm_name = nproc_test
|
| 4514 | 2026-08-19T22:57:01.019Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 4515 | 2026-08-19T22:57:01.019Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::smoke::nproc_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 4516 | 2026-08-19T22:57:01.019Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::smoke::nproc_test
stderr_path = "/tmp/propolis-phd/phd_tests::smoke::nproc_test/nproc_test.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::smoke::nproc_test/nproc_test.stdout.log"
target = phd_framework::log_config
|
| 4517 | 2026-08-19T22:57:01.047Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1296
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm::server
|
| 4518 | 2026-08-19T22:57:01.061Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 41
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
|
| 4519 | 2026-08-19T22:57:01.061Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 3f285b06-27b8-4135-8888-4d92a388ef7d
|
| 4520 | 2026-08-19T22:57:01.062Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 3f285b06-27b8-4135-8888-4d92a388ef7d
|
| 4521 | 2026-08-19T22:57:01.462Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4522 | 2026-08-19T22:57:01.463Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 3f285b06-27b8-4135-8888-4d92a388ef7d, name: "phd-vm-3f285b06-27b8-4135-8888-4d92a388ef7d", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 5be487db-d425-496f-9016-cb4a2a26a3a0, project_id: 05f9be6b-fdf6-474c-b3b4-19d496b13504, sled_id: dae21fac-de2c-4a4f-a285-1b84f4d12aa9, sled_serial: "dae21fac-de2c-4a4f-a285-1b84f4d12aa9", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 3f285b06-27b8-4135-8888-4d92a388ef7d
|
| 4523 | 2026-08-19T22:57:01.463Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 3f285b06-27b8-4135-8888-4d92a388ef7d
|
| 4524 | 2026-08-19T22:57:01.463Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::smoke::nproc_test
state = Run
target = phd_framework::test_vm
vm = nproc_test
vm_id = 3f285b06-27b8-4135-8888-4d92a388ef7d
|
| 4525 | 2026-08-19T22:57:01.464Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 3f285b06-27b8-4135-8888-4d92a388ef7d
|
| 4526 | 2026-08-19T22:57:01.464Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
|
| 4527 | 2026-08-19T22:57:01.464Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = nproc_test
vm_id = 3f285b06-27b8-4135-8888-4d92a388ef7d
|
| 4528 | 2026-08-19T22:57:01.464Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::smoke::nproc_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 4529 | 2026-08-19T22:57:01.465Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 3f285b06-27b8-4135-8888-4d92a388ef7d
|
| 4530 | 2026-08-19T22:57:01.465Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = nproc_test
vm_id = 3f285b06-27b8-4135-8888-4d92a388ef7d
|
| 4531 | 2026-08-19T22:57:06.640Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 5175
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 3f285b06-27b8-4135-8888-4d92a388ef7d
|
| 4532 | 2026-08-19T22:57:06.640Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::smoke::nproc_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 4533 | 2026-08-19T22:57:06.640Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::smoke::nproc_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4534 | 2026-08-19T22:57:06.640Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 3f285b06-27b8-4135-8888-4d92a388ef7d
|
| 4535 | 2026-08-19T22:57:06.640Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = nproc_test
vm_id = 3f285b06-27b8-4135-8888-4d92a388ef7d
|
| 4536 | 2026-08-19T22:57:06.659Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 19
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 3f285b06-27b8-4135-8888-4d92a388ef7d
|
| 4537 | 2026-08-19T22:57:06.660Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::smoke::nproc_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 4538 | 2026-08-19T22:57:06.660Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::smoke::nproc_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4539 | 2026-08-19T22:57:06.660Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 3f285b06-27b8-4135-8888-4d92a388ef7d
|
| 4540 | 2026-08-19T22:57:06.660Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = nproc_test
vm_id = 3f285b06-27b8-4135-8888-4d92a388ef7d
|
| 4541 | 2026-08-19T22:57:06.693Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 3f285b06-27b8-4135-8888-4d92a388ef7d
|
| 4542 | 2026-08-19T22:57:06.693Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
|
| 4543 | 2026-08-19T22:57:06.693Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 5228
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
|
| 4544 | 2026-08-19T22:57:06.693Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 3f285b06-27b8-4135-8888-4d92a388ef7d
|
| 4545 | 2026-08-19T22:57:06.693Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = nproc_test
vm_id = 3f285b06-27b8-4135-8888-4d92a388ef7d
|
| 4546 | 2026-08-19T22:57:06.704Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 3f285b06-27b8-4135-8888-4d92a388ef7d
|
| 4547 | 2026-08-19T22:57:06.704Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 3f285b06-27b8-4135-8888-4d92a388ef7d
|
| 4548 | 2026-08-19T22:57:06.704Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = nproc_test
vm_id = 3f285b06-27b8-4135-8888-4d92a388ef7d
|
| 4549 | 2026-08-19T22:57:06.737Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 3f285b06-27b8-4135-8888-4d92a388ef7d
|
| 4550 | 2026-08-19T22:57:06.737Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 3f285b06-27b8-4135-8888-4d92a388ef7d
|
| 4551 | 2026-08-19T22:57:06.737Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = nproc_test
vm_id = 3f285b06-27b8-4135-8888-4d92a388ef7d
|
| 4552 | 2026-08-19T22:57:06.748Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 3f285b06-27b8-4135-8888-4d92a388ef7d
|
| 4553 | 2026-08-19T22:57:06.748Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 3f285b06-27b8-4135-8888-4d92a388ef7d
|
| 4554 | 2026-08-19T22:57:06.748Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = nproc_test
vm_id = 3f285b06-27b8-4135-8888-4d92a388ef7d
|
| 4555 | 2026-08-19T22:57:06.781Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 3f285b06-27b8-4135-8888-4d92a388ef7d
|
| 4556 | 2026-08-19T22:57:06.783Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 3f285b06-27b8-4135-8888-4d92a388ef7d
|
| 4557 | 2026-08-19T22:57:06.783Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 4558 | 2026-08-19T22:57:06.783Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 5320
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4559 | 2026-08-19T22:57:06.783Z | INFO | phd-runner: test phd_tests::smoke::nproc_test ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 4560 | 2026-08-19T22:57:06.783Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4561 | 2026-08-19T22:57:06.785Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1195
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 3f285b06-27b8-4135-8888-4d92a388ef7d
|
| 4562 | 2026-08-19T22:57:07.248Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::smoke::nproc_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = nproc_test
vm_id = 3f285b06-27b8-4135-8888-4d92a388ef7d
|
| 4563 | 2026-08-19T22:57:07.337Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::smoke::nproc_test
target = phd_framework::zfs
vm = nproc_test
vm_id = 3f285b06-27b8-4135-8888-4d92a388ef7d
|
| 4564 | 2026-08-19T22:57:07.337Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-cd437c08-e926-49d9-9870-cf64b88b9160"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::nproc_test
target = phd_framework::zfs
verb = destroy
vm = nproc_test
vm_id = 3f285b06-27b8-4135-8888-4d92a388ef7d
|
| 4565 | 2026-08-19T22:57:07.363Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::smoke::nproc_test
target = phd_framework::zfs
vm = nproc_test
vm_id = 3f285b06-27b8-4135-8888-4d92a388ef7d
|
| 4566 | 2026-08-19T22:57:07.363Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-fc41a748-3c14-4ef5-9e33-5256610cfc0d"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::nproc_test
target = phd_framework::zfs
verb = destroy
vm = nproc_test
vm_id = 3f285b06-27b8-4135-8888-4d92a388ef7d
|
| 4567 | 2026-08-19T22:57:07.382Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 598
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 3f285b06-27b8-4135-8888-4d92a388ef7d
|
| 4568 | 2026-08-19T22:57:07.382Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 598
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4569 | 2026-08-19T22:57:07.382Z | INFO | phd-runner: Starting test phd_tests::smoke::api_reboot_test
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 4570 | 2026-08-19T22:57:07.382Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4571 | 2026-08-19T22:57:07.382Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6320
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 3f285b06-27b8-4135-8888-4d92a388ef7d
|
| 4572 | 2026-08-19T22:57:07.382Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4573 | 2026-08-19T22:57:07.382Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 6419
file = phd-tests/tests/src/smoke.rs
line = 8
path = phd_tests::smoke::nproc_test
target = phd_tests::smoke
|
| 4574 | 2026-08-19T22:57:07.383Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/smoke.rs
line = 19
path = phd_tests::smoke::api_reboot_test
target = phd_tests::smoke
|
| 4575 | 2026-08-19T22:57:07.383Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 4576 | 2026-08-19T22:57:07.383Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4577 | 2026-08-19T22:57:07.383Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4578 | 2026-08-19T22:57:07.383Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::api_reboot_test
target = phd_framework::zfs
verb = list
|
| 4579 | 2026-08-19T22:57:07.393Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::smoke::api_reboot_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 210M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 4580 | 2026-08-19T22:57:07.393Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-3baad593-17f5-455d-a27f-70fc72ecc9cc"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::api_reboot_test
target = phd_framework::zfs
verb = snapshot
|
| 4581 | 2026-08-19T22:57:07.412Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-3baad593-17f5-455d-a27f-70fc72ecc9cc", "phd-artifacts/phd-clone-5c0ca878-402f-4ab4-97a7-aecc707f9c07"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::api_reboot_test
target = phd_framework::zfs
verb = clone
|
| 4582 | 2026-08-19T22:57:07.431Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-5c0ca878-402f-4ab4-97a7-aecc707f9c07"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::api_reboot_test
target = phd_framework::zfs
verb = list
|
| 4583 | 2026-08-19T22:57:07.442Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::smoke::api_reboot_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-5c0ca878-402f-4ab4-97a7-aecc707f9c07 0B 25.3T 207M /phd-artifacts/phd-clone-5c0ca878-402f-4ab4-97a7-aecc707f9c07\n
target = phd_framework::zfs
|
| 4584 | 2026-08-19T22:57:07.443Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 4585 | 2026-08-19T22:57:07.443Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm_name = api_reboot_test
|
| 4586 | 2026-08-19T22:57:07.443Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 4587 | 2026-08-19T22:57:07.443Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::smoke::api_reboot_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 4588 | 2026-08-19T22:57:07.443Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::smoke::api_reboot_test
stderr_path = "/tmp/propolis-phd/phd_tests::smoke::api_reboot_test/api_reboot_test.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::smoke::api_reboot_test/api_reboot_test.stdout.log"
target = phd_framework::log_config
|
| 4589 | 2026-08-19T22:57:07.474Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1304
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm::server
|
| 4590 | 2026-08-19T22:57:07.488Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 44
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 4591 | 2026-08-19T22:57:07.488Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = f3d864bf-921e-4bae-8a75-6b48f01cc9e5
|
| 4592 | 2026-08-19T22:57:07.488Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = f3d864bf-921e-4bae-8a75-6b48f01cc9e5
|
| 4593 | 2026-08-19T22:57:07.881Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4594 | 2026-08-19T22:57:07.883Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: f3d864bf-921e-4bae-8a75-6b48f01cc9e5, name: "phd-vm-f3d864bf-921e-4bae-8a75-6b48f01cc9e5", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 2f52cbe8-1424-436e-a26c-3e3fb0543c27, project_id: 939f0a24-b874-485d-b367-3f8f0b59ec04, sled_id: dbec9ad4-4f21-4ab0-ab43-f0e328673e11, sled_serial: "dbec9ad4-4f21-4ab0-ab43-f0e328673e11", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = f3d864bf-921e-4bae-8a75-6b48f01cc9e5
|
| 4595 | 2026-08-19T22:57:07.883Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = f3d864bf-921e-4bae-8a75-6b48f01cc9e5
|
| 4596 | 2026-08-19T22:57:07.883Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::smoke::api_reboot_test
state = Run
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = f3d864bf-921e-4bae-8a75-6b48f01cc9e5
|
| 4597 | 2026-08-19T22:57:07.884Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = f3d864bf-921e-4bae-8a75-6b48f01cc9e5
|
| 4598 | 2026-08-19T22:57:07.884Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 4599 | 2026-08-19T22:57:07.884Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = api_reboot_test
vm_id = f3d864bf-921e-4bae-8a75-6b48f01cc9e5
|
| 4600 | 2026-08-19T22:57:07.884Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::smoke::api_reboot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 4601 | 2026-08-19T22:57:07.884Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = f3d864bf-921e-4bae-8a75-6b48f01cc9e5
|
| 4602 | 2026-08-19T22:57:07.884Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = api_reboot_test
vm_id = f3d864bf-921e-4bae-8a75-6b48f01cc9e5
|
| 4603 | 2026-08-19T22:57:12.303Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4418
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = f3d864bf-921e-4bae-8a75-6b48f01cc9e5
|
| 4604 | 2026-08-19T22:57:12.303Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::smoke::api_reboot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 4605 | 2026-08-19T22:57:12.303Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::smoke::api_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4606 | 2026-08-19T22:57:12.303Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = f3d864bf-921e-4bae-8a75-6b48f01cc9e5
|
| 4607 | 2026-08-19T22:57:12.303Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = api_reboot_test
vm_id = f3d864bf-921e-4bae-8a75-6b48f01cc9e5
|
| 4608 | 2026-08-19T22:57:12.321Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = f3d864bf-921e-4bae-8a75-6b48f01cc9e5
|
| 4609 | 2026-08-19T22:57:12.321Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::smoke::api_reboot_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 4610 | 2026-08-19T22:57:12.322Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::smoke::api_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4611 | 2026-08-19T22:57:12.322Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = f3d864bf-921e-4bae-8a75-6b48f01cc9e5
|
| 4612 | 2026-08-19T22:57:12.322Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = api_reboot_test
vm_id = f3d864bf-921e-4bae-8a75-6b48f01cc9e5
|
| 4613 | 2026-08-19T22:57:12.354Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = f3d864bf-921e-4bae-8a75-6b48f01cc9e5
|
| 4614 | 2026-08-19T22:57:12.354Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 4615 | 2026-08-19T22:57:12.354Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4469
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 4616 | 2026-08-19T22:57:12.354Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = f3d864bf-921e-4bae-8a75-6b48f01cc9e5
|
| 4617 | 2026-08-19T22:57:12.354Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::smoke::api_reboot_test
state = Reboot
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = f3d864bf-921e-4bae-8a75-6b48f01cc9e5
|
| 4618 | 2026-08-19T22:57:12.355Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = f3d864bf-921e-4bae-8a75-6b48f01cc9e5
|
| 4619 | 2026-08-19T22:57:12.355Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 4620 | 2026-08-19T22:57:12.355Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = api_reboot_test
vm_id = f3d864bf-921e-4bae-8a75-6b48f01cc9e5
|
| 4621 | 2026-08-19T22:57:12.355Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::smoke::api_reboot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 4622 | 2026-08-19T22:57:12.355Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = f3d864bf-921e-4bae-8a75-6b48f01cc9e5
|
| 4623 | 2026-08-19T22:57:12.355Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = api_reboot_test
vm_id = f3d864bf-921e-4bae-8a75-6b48f01cc9e5
|
| 4624 | 2026-08-19T22:57:16.490Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4134
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = f3d864bf-921e-4bae-8a75-6b48f01cc9e5
|
| 4625 | 2026-08-19T22:57:16.490Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::smoke::api_reboot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 4626 | 2026-08-19T22:57:16.490Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::smoke::api_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4627 | 2026-08-19T22:57:16.490Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = f3d864bf-921e-4bae-8a75-6b48f01cc9e5
|
| 4628 | 2026-08-19T22:57:16.490Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = api_reboot_test
vm_id = f3d864bf-921e-4bae-8a75-6b48f01cc9e5
|
| 4629 | 2026-08-19T22:57:16.508Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = f3d864bf-921e-4bae-8a75-6b48f01cc9e5
|
| 4630 | 2026-08-19T22:57:16.509Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::smoke::api_reboot_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 4631 | 2026-08-19T22:57:16.509Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::smoke::api_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4632 | 2026-08-19T22:57:16.509Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = f3d864bf-921e-4bae-8a75-6b48f01cc9e5
|
| 4633 | 2026-08-19T22:57:16.509Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = api_reboot_test
vm_id = f3d864bf-921e-4bae-8a75-6b48f01cc9e5
|
| 4634 | 2026-08-19T22:57:16.541Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = f3d864bf-921e-4bae-8a75-6b48f01cc9e5
|
| 4635 | 2026-08-19T22:57:16.541Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 4636 | 2026-08-19T22:57:16.541Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4185
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 4637 | 2026-08-19T22:57:16.541Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = f3d864bf-921e-4bae-8a75-6b48f01cc9e5
|
| 4638 | 2026-08-19T22:57:16.542Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 4639 | 2026-08-19T22:57:16.542Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 8659
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4640 | 2026-08-19T22:57:16.542Z | INFO | phd-runner: test phd_tests::smoke::api_reboot_test ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 4641 | 2026-08-19T22:57:16.542Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4642 | 2026-08-19T22:57:16.543Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1195
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = f3d864bf-921e-4bae-8a75-6b48f01cc9e5
|
| 4643 | 2026-08-19T22:57:16.936Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::smoke::api_reboot_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = api_reboot_test
vm_id = f3d864bf-921e-4bae-8a75-6b48f01cc9e5
|
| 4644 | 2026-08-19T22:57:17.024Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::smoke::api_reboot_test
target = phd_framework::zfs
vm = api_reboot_test
vm_id = f3d864bf-921e-4bae-8a75-6b48f01cc9e5
|
| 4645 | 2026-08-19T22:57:17.024Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-5c0ca878-402f-4ab4-97a7-aecc707f9c07"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::api_reboot_test
target = phd_framework::zfs
verb = destroy
vm = api_reboot_test
vm_id = f3d864bf-921e-4bae-8a75-6b48f01cc9e5
|
| 4646 | 2026-08-19T22:57:17.052Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::smoke::api_reboot_test
target = phd_framework::zfs
vm = api_reboot_test
vm_id = f3d864bf-921e-4bae-8a75-6b48f01cc9e5
|
| 4647 | 2026-08-19T22:57:17.052Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-3baad593-17f5-455d-a27f-70fc72ecc9cc"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::api_reboot_test
target = phd_framework::zfs
verb = destroy
vm = api_reboot_test
vm_id = f3d864bf-921e-4bae-8a75-6b48f01cc9e5
|
| 4648 | 2026-08-19T22:57:17.071Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 529
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = f3d864bf-921e-4bae-8a75-6b48f01cc9e5
|
| 4649 | 2026-08-19T22:57:17.072Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 9583
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = f3d864bf-921e-4bae-8a75-6b48f01cc9e5
|
| 4650 | 2026-08-19T22:57:17.072Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 529
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4651 | 2026-08-19T22:57:17.072Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 9688
file = phd-tests/tests/src/smoke.rs
line = 19
path = phd_tests::smoke::api_reboot_test
target = phd_tests::smoke
|
| 4652 | 2026-08-19T22:57:17.072Z | INFO | phd-runner: Starting test phd_tests::smoke::guest_reboot_test
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 4653 | 2026-08-19T22:57:17.072Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4654 | 2026-08-19T22:57:17.072Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4655 | 2026-08-19T22:57:17.072Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/smoke.rs
line = 28
path = phd_tests::smoke::guest_reboot_test
target = phd_tests::smoke
|
| 4656 | 2026-08-19T22:57:17.072Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 4657 | 2026-08-19T22:57:17.072Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4658 | 2026-08-19T22:57:17.072Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4659 | 2026-08-19T22:57:17.072Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::zfs
verb = list
|
| 4660 | 2026-08-19T22:57:17.084Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::smoke::guest_reboot_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 209M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 4661 | 2026-08-19T22:57:17.084Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-4421b404-0ab2-4e8d-9eb0-445ecc161e90"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::zfs
verb = snapshot
|
| 4662 | 2026-08-19T22:57:17.102Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-4421b404-0ab2-4e8d-9eb0-445ecc161e90", "phd-artifacts/phd-clone-7f7d769a-3f7d-47e4-85b6-f1d098097504"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::zfs
verb = clone
|
| 4663 | 2026-08-19T22:57:17.118Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-7f7d769a-3f7d-47e4-85b6-f1d098097504"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::zfs
verb = list
|
| 4664 | 2026-08-19T22:57:17.129Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::smoke::guest_reboot_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-7f7d769a-3f7d-47e4-85b6-f1d098097504 0B 25.3T 207M /phd-artifacts/phd-clone-7f7d769a-3f7d-47e4-85b6-f1d098097504\n
target = phd_framework::zfs
|
| 4665 | 2026-08-19T22:57:17.130Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 4666 | 2026-08-19T22:57:17.130Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm_name = guest_reboot_test
|
| 4667 | 2026-08-19T22:57:17.130Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 4668 | 2026-08-19T22:57:17.130Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::smoke::guest_reboot_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 4669 | 2026-08-19T22:57:17.131Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::smoke::guest_reboot_test
stderr_path = "/tmp/propolis-phd/phd_tests::smoke::guest_reboot_test/guest_reboot_test.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::smoke::guest_reboot_test/guest_reboot_test.stdout.log"
target = phd_framework::log_config
|
| 4670 | 2026-08-19T22:57:17.161Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1312
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm::server
|
| 4671 | 2026-08-19T22:57:17.175Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 44
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 4672 | 2026-08-19T22:57:17.175Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a117b5ae-1ad5-49f0-9ea3-344da15caf13
|
| 4673 | 2026-08-19T22:57:17.176Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a117b5ae-1ad5-49f0-9ea3-344da15caf13
|
| 4674 | 2026-08-19T22:57:17.673Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4675 | 2026-08-19T22:57:17.674Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: a117b5ae-1ad5-49f0-9ea3-344da15caf13, name: "phd-vm-a117b5ae-1ad5-49f0-9ea3-344da15caf13", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 64000a8a-bf90-4f7e-b74d-7e74d82afb48, project_id: 8a455632-fcc4-4e4b-a6c9-6b934578829f, sled_id: 1b3353a3-0d61-4215-9e39-2a2031a07d72, sled_serial: "1b3353a3-0d61-4215-9e39-2a2031a07d72", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a117b5ae-1ad5-49f0-9ea3-344da15caf13
|
| 4676 | 2026-08-19T22:57:17.674Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a117b5ae-1ad5-49f0-9ea3-344da15caf13
|
| 4677 | 2026-08-19T22:57:17.674Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::smoke::guest_reboot_test
state = Run
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a117b5ae-1ad5-49f0-9ea3-344da15caf13
|
| 4678 | 2026-08-19T22:57:17.676Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a117b5ae-1ad5-49f0-9ea3-344da15caf13
|
| 4679 | 2026-08-19T22:57:17.676Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 4680 | 2026-08-19T22:57:17.676Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = guest_reboot_test
vm_id = a117b5ae-1ad5-49f0-9ea3-344da15caf13
|
| 4681 | 2026-08-19T22:57:17.676Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::smoke::guest_reboot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 4682 | 2026-08-19T22:57:17.676Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a117b5ae-1ad5-49f0-9ea3-344da15caf13
|
| 4683 | 2026-08-19T22:57:17.676Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_reboot_test
vm_id = a117b5ae-1ad5-49f0-9ea3-344da15caf13
|
| 4684 | 2026-08-19T22:57:22.067Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4390
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a117b5ae-1ad5-49f0-9ea3-344da15caf13
|
| 4685 | 2026-08-19T22:57:22.067Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::smoke::guest_reboot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 4686 | 2026-08-19T22:57:22.067Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::smoke::guest_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4687 | 2026-08-19T22:57:22.067Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a117b5ae-1ad5-49f0-9ea3-344da15caf13
|
| 4688 | 2026-08-19T22:57:22.067Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_reboot_test
vm_id = a117b5ae-1ad5-49f0-9ea3-344da15caf13
|
| 4689 | 2026-08-19T22:57:22.096Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 29
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a117b5ae-1ad5-49f0-9ea3-344da15caf13
|
| 4690 | 2026-08-19T22:57:22.096Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::smoke::guest_reboot_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 4691 | 2026-08-19T22:57:22.097Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::smoke::guest_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4692 | 2026-08-19T22:57:22.097Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a117b5ae-1ad5-49f0-9ea3-344da15caf13
|
| 4693 | 2026-08-19T22:57:22.097Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_reboot_test
vm_id = a117b5ae-1ad5-49f0-9ea3-344da15caf13
|
| 4694 | 2026-08-19T22:57:22.129Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a117b5ae-1ad5-49f0-9ea3-344da15caf13
|
| 4695 | 2026-08-19T22:57:22.129Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 4696 | 2026-08-19T22:57:22.129Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4453
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 4697 | 2026-08-19T22:57:22.129Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a117b5ae-1ad5-49f0-9ea3-344da15caf13
|
| 4698 | 2026-08-19T22:57:22.129Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_reboot_test
vm_id = a117b5ae-1ad5-49f0-9ea3-344da15caf13
|
| 4699 | 2026-08-19T22:57:22.140Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a117b5ae-1ad5-49f0-9ea3-344da15caf13
|
| 4700 | 2026-08-19T22:57:22.140Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 4701 | 2026-08-19T22:57:22.140Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = guest_reboot_test
vm_id = a117b5ae-1ad5-49f0-9ea3-344da15caf13
|
| 4702 | 2026-08-19T22:57:22.140Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::smoke::guest_reboot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 4703 | 2026-08-19T22:57:22.140Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a117b5ae-1ad5-49f0-9ea3-344da15caf13
|
| 4704 | 2026-08-19T22:57:22.140Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_reboot_test
vm_id = a117b5ae-1ad5-49f0-9ea3-344da15caf13
|
| 4705 | 2026-08-19T22:57:28.789Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 6648
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a117b5ae-1ad5-49f0-9ea3-344da15caf13
|
| 4706 | 2026-08-19T22:57:28.789Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::smoke::guest_reboot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 4707 | 2026-08-19T22:57:28.789Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::smoke::guest_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4708 | 2026-08-19T22:57:28.789Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a117b5ae-1ad5-49f0-9ea3-344da15caf13
|
| 4709 | 2026-08-19T22:57:28.789Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_reboot_test
vm_id = a117b5ae-1ad5-49f0-9ea3-344da15caf13
|
| 4710 | 2026-08-19T22:57:28.808Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a117b5ae-1ad5-49f0-9ea3-344da15caf13
|
| 4711 | 2026-08-19T22:57:28.808Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::smoke::guest_reboot_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 4712 | 2026-08-19T22:57:28.808Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::smoke::guest_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4713 | 2026-08-19T22:57:28.808Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a117b5ae-1ad5-49f0-9ea3-344da15caf13
|
| 4714 | 2026-08-19T22:57:28.808Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_reboot_test
vm_id = a117b5ae-1ad5-49f0-9ea3-344da15caf13
|
| 4715 | 2026-08-19T22:57:28.840Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a117b5ae-1ad5-49f0-9ea3-344da15caf13
|
| 4716 | 2026-08-19T22:57:28.841Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 4717 | 2026-08-19T22:57:28.841Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 6700
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 4718 | 2026-08-19T22:57:28.841Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a117b5ae-1ad5-49f0-9ea3-344da15caf13
|
| 4719 | 2026-08-19T22:57:28.841Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 4720 | 2026-08-19T22:57:28.841Z | INFO | phd-runner: test phd_tests::smoke::guest_reboot_test ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 4721 | 2026-08-19T22:57:28.841Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 11167
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4722 | 2026-08-19T22:57:28.841Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4723 | 2026-08-19T22:57:28.843Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1195
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a117b5ae-1ad5-49f0-9ea3-344da15caf13
|
| 4724 | 2026-08-19T22:57:29.547Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::smoke::guest_reboot_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = guest_reboot_test
vm_id = a117b5ae-1ad5-49f0-9ea3-344da15caf13
|
| 4725 | 2026-08-19T22:57:29.637Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::zfs
vm = guest_reboot_test
vm_id = a117b5ae-1ad5-49f0-9ea3-344da15caf13
|
| 4726 | 2026-08-19T22:57:29.637Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-7f7d769a-3f7d-47e4-85b6-f1d098097504"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::zfs
verb = destroy
vm = guest_reboot_test
vm_id = a117b5ae-1ad5-49f0-9ea3-344da15caf13
|
| 4727 | 2026-08-19T22:57:29.663Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::zfs
vm = guest_reboot_test
vm_id = a117b5ae-1ad5-49f0-9ea3-344da15caf13
|
| 4728 | 2026-08-19T22:57:29.663Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-4421b404-0ab2-4e8d-9eb0-445ecc161e90"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::zfs
verb = destroy
vm = guest_reboot_test
vm_id = a117b5ae-1ad5-49f0-9ea3-344da15caf13
|
| 4729 | 2026-08-19T22:57:29.682Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 840
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a117b5ae-1ad5-49f0-9ea3-344da15caf13
|
| 4730 | 2026-08-19T22:57:29.682Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 840
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4731 | 2026-08-19T22:57:29.682Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 12506
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a117b5ae-1ad5-49f0-9ea3-344da15caf13
|
| 4732 | 2026-08-19T22:57:29.682Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 12609
file = phd-tests/tests/src/smoke.rs
line = 28
path = phd_tests::smoke::guest_reboot_test
target = phd_tests::smoke
|
| 4733 | 2026-08-19T22:57:29.683Z | INFO | phd-runner: Starting test phd_tests::smoke::instance_spec_get_test
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 4734 | 2026-08-19T22:57:29.683Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4735 | 2026-08-19T22:57:29.683Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4736 | 2026-08-19T22:57:29.683Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/smoke.rs
line = 37
path = phd_tests::smoke::instance_spec_get_test
target = phd_tests::smoke
|
| 4737 | 2026-08-19T22:57:29.683Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 4738 | 2026-08-19T22:57:29.683Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4739 | 2026-08-19T22:57:29.683Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4740 | 2026-08-19T22:57:29.683Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::zfs
verb = list
|
| 4741 | 2026-08-19T22:57:29.694Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::smoke::instance_spec_get_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 209M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 4742 | 2026-08-19T22:57:29.694Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-b5bba7c4-be74-45ea-b50b-2cae45413206"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::zfs
verb = snapshot
|
| 4743 | 2026-08-19T22:57:29.713Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-b5bba7c4-be74-45ea-b50b-2cae45413206", "phd-artifacts/phd-clone-1477a215-1126-4b55-84d1-23412204f926"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::zfs
verb = clone
|
| 4744 | 2026-08-19T22:57:29.732Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-1477a215-1126-4b55-84d1-23412204f926"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::zfs
verb = list
|
| 4745 | 2026-08-19T22:57:29.743Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::smoke::instance_spec_get_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-1477a215-1126-4b55-84d1-23412204f926 0B 25.3T 207M /phd-artifacts/phd-clone-1477a215-1126-4b55-84d1-23412204f926\n
target = phd_framework::zfs
|
| 4746 | 2026-08-19T22:57:29.743Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
|
| 4747 | 2026-08-19T22:57:29.744Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm_name = instance_spec_test
|
| 4748 | 2026-08-19T22:57:29.744Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 4749 | 2026-08-19T22:57:29.744Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::smoke::instance_spec_get_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 4750 | 2026-08-19T22:57:29.744Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::smoke::instance_spec_get_test
stderr_path = "/tmp/propolis-phd/phd_tests::smoke::instance_spec_get_test/instance_spec_test.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::smoke::instance_spec_get_test/instance_spec_test.stdout.log"
target = phd_framework::log_config
|
| 4751 | 2026-08-19T22:57:29.776Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1320
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm::server
|
| 4752 | 2026-08-19T22:57:29.790Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 46
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
|
| 4753 | 2026-08-19T22:57:29.790Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = 739c45fd-a32d-4dcf-a8e2-42afc685a559
|
| 4754 | 2026-08-19T22:57:29.790Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = 739c45fd-a32d-4dcf-a8e2-42afc685a559
|
| 4755 | 2026-08-19T22:57:30.573Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4756 | 2026-08-19T22:57:30.574Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 739c45fd-a32d-4dcf-a8e2-42afc685a559, name: "phd-vm-739c45fd-a32d-4dcf-a8e2-42afc685a559", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 17af60a1-3232-41c6-8905-dbeb5ac5ed97, project_id: 7368d966-99a0-4349-b62a-e6296a10ce27, sled_id: 9b1df04b-18c4-4e7b-88cb-08484bae0a02, sled_serial: "9b1df04b-18c4-4e7b-88cb-08484bae0a02", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = 739c45fd-a32d-4dcf-a8e2-42afc685a559
|
| 4757 | 2026-08-19T22:57:30.574Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = 739c45fd-a32d-4dcf-a8e2-42afc685a559
|
| 4758 | 2026-08-19T22:57:30.574Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::smoke::instance_spec_get_test
state = Run
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = 739c45fd-a32d-4dcf-a8e2-42afc685a559
|
| 4759 | 2026-08-19T22:57:30.575Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = 739c45fd-a32d-4dcf-a8e2-42afc685a559
|
| 4760 | 2026-08-19T22:57:30.575Z | INFO | phd-runner: [GET_SPEC - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 596
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = 739c45fd-a32d-4dcf-a8e2-42afc685a559
|
| 4761 | 2026-08-19T22:57:30.575Z | INFO | phd-runner: [GET_SPEC - EVENT] Sending instance spec get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 598
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = 739c45fd-a32d-4dcf-a8e2-42afc685a559
|
| 4762 | 2026-08-19T22:57:30.577Z | INFO | phd-runner: [GET_SPEC - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 596
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = 739c45fd-a32d-4dcf-a8e2-42afc685a559
|
| 4763 | 2026-08-19T22:57:30.577Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = 739c45fd-a32d-4dcf-a8e2-42afc685a559
|
| 4764 | 2026-08-19T22:57:30.577Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 4765 | 2026-08-19T22:57:30.577Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4766 | 2026-08-19T22:57:30.577Z | INFO | phd-runner: test phd_tests::smoke::instance_spec_get_test ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 4767 | 2026-08-19T22:57:30.577Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4768 | 2026-08-19T22:57:30.579Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1195
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = 739c45fd-a32d-4dcf-a8e2-42afc685a559
|
| 4769 | 2026-08-19T22:57:31.188Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::smoke::instance_spec_get_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = instance_spec_test
vm_id = 739c45fd-a32d-4dcf-a8e2-42afc685a559
|
| 4770 | 2026-08-19T22:57:31.447Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::zfs
vm = instance_spec_test
vm_id = 739c45fd-a32d-4dcf-a8e2-42afc685a559
|
| 4771 | 2026-08-19T22:57:31.447Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-1477a215-1126-4b55-84d1-23412204f926"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::zfs
verb = destroy
vm = instance_spec_test
vm_id = 739c45fd-a32d-4dcf-a8e2-42afc685a559
|
| 4772 | 2026-08-19T22:57:31.481Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::zfs
vm = instance_spec_test
vm_id = 739c45fd-a32d-4dcf-a8e2-42afc685a559
|
| 4773 | 2026-08-19T22:57:31.481Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-b5bba7c4-be74-45ea-b50b-2cae45413206"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::zfs
verb = destroy
vm = instance_spec_test
vm_id = 739c45fd-a32d-4dcf-a8e2-42afc685a559
|
| 4774 | 2026-08-19T22:57:31.498Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 921
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = 739c45fd-a32d-4dcf-a8e2-42afc685a559
|
| 4775 | 2026-08-19T22:57:31.499Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 920
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4776 | 2026-08-19T22:57:31.499Z | INFO | phd-runner: Starting test phd_tests::firmware::acpi_tables_parse
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 4777 | 2026-08-19T22:57:31.499Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4778 | 2026-08-19T22:57:31.499Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4779 | 2026-08-19T22:57:31.499Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 1708
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = 739c45fd-a32d-4dcf-a8e2-42afc685a559
|
| 4780 | 2026-08-19T22:57:31.499Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 1815
file = phd-tests/tests/src/smoke.rs
line = 37
path = phd_tests::smoke::instance_spec_get_test
target = phd_tests::smoke
|
| 4781 | 2026-08-19T22:57:31.499Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/firmware.rs
line = 177
path = phd_tests::firmware::acpi_tables_parse
target = phd_tests::firmware
|
| 4782 | 2026-08-19T22:57:31.499Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 4783 | 2026-08-19T22:57:31.499Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4784 | 2026-08-19T22:57:31.499Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4785 | 2026-08-19T22:57:31.499Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::zfs
verb = list
|
| 4786 | 2026-08-19T22:57:31.511Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::firmware::acpi_tables_parse
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 209M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 4787 | 2026-08-19T22:57:31.511Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-8a23ca23-fa2f-4b24-a0a4-03c110751763"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::zfs
verb = snapshot
|
| 4788 | 2026-08-19T22:57:31.529Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-8a23ca23-fa2f-4b24-a0a4-03c110751763", "phd-artifacts/phd-clone-ad835cdc-0f4b-466a-82e0-6e9462a2df74"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::zfs
verb = clone
|
| 4789 | 2026-08-19T22:57:31.548Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-ad835cdc-0f4b-466a-82e0-6e9462a2df74"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::zfs
verb = list
|
| 4790 | 2026-08-19T22:57:31.558Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::firmware::acpi_tables_parse
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-ad835cdc-0f4b-466a-82e0-6e9462a2df74 0B 25.3T 207M /phd-artifacts/phd-clone-ad835cdc-0f4b-466a-82e0-6e9462a2df74\n
target = phd_framework::zfs
|
| 4791 | 2026-08-19T22:57:31.559Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::test_vm
|
| 4792 | 2026-08-19T22:57:31.559Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::test_vm
vm_name = acpi_tables_parse
|
| 4793 | 2026-08-19T22:57:31.559Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 4794 | 2026-08-19T22:57:31.559Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::firmware::acpi_tables_parse
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 4795 | 2026-08-19T22:57:31.559Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::firmware::acpi_tables_parse
stderr_path = "/tmp/propolis-phd/phd_tests::firmware::acpi_tables_parse/acpi_tables_parse.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::firmware::acpi_tables_parse/acpi_tables_parse.stdout.log"
target = phd_framework::log_config
|
| 4796 | 2026-08-19T22:57:31.590Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1328
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::test_vm::server
|
| 4797 | 2026-08-19T22:57:31.604Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 45
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::test_vm
|
| 4798 | 2026-08-19T22:57:31.605Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::test_vm
vm = acpi_tables_parse
vm_id = bf20bf1c-a3fa-4641-8772-91fc55909a58
|
| 4799 | 2026-08-19T22:57:31.605Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::test_vm
vm = acpi_tables_parse
vm_id = bf20bf1c-a3fa-4641-8772-91fc55909a58
|
| 4800 | 2026-08-19T22:57:32.365Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4801 | 2026-08-19T22:57:32.366Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: bf20bf1c-a3fa-4641-8772-91fc55909a58, name: "phd-vm-bf20bf1c-a3fa-4641-8772-91fc55909a58", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: b49a5fb3-b7e2-4d13-a0d5-d4ace798f0e4, project_id: 99ee0324-244c-4b97-9092-8cd9d19fe6f0, sled_id: fe7fdf50-784d-45db-9b58-a40dad5ac011, sled_serial: "fe7fdf50-784d-45db-9b58-a40dad5ac011", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::test_vm
vm = acpi_tables_parse
vm_id = bf20bf1c-a3fa-4641-8772-91fc55909a58
|
| 4802 | 2026-08-19T22:57:32.366Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::test_vm
vm = acpi_tables_parse
vm_id = bf20bf1c-a3fa-4641-8772-91fc55909a58
|
| 4803 | 2026-08-19T22:57:32.366Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::firmware::acpi_tables_parse
state = Run
target = phd_framework::test_vm
vm = acpi_tables_parse
vm_id = bf20bf1c-a3fa-4641-8772-91fc55909a58
|
| 4804 | 2026-08-19T22:57:32.367Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::test_vm
vm = acpi_tables_parse
vm_id = bf20bf1c-a3fa-4641-8772-91fc55909a58
|
| 4805 | 2026-08-19T22:57:32.368Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::test_vm
|
| 4806 | 2026-08-19T22:57:32.368Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::test_vm
timeout_duration = 300s
vm = acpi_tables_parse
vm_id = bf20bf1c-a3fa-4641-8772-91fc55909a58
|
| 4807 | 2026-08-19T22:57:32.368Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::firmware::acpi_tables_parse
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 4808 | 2026-08-19T22:57:32.368Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::test_vm
vm = acpi_tables_parse
vm_id = bf20bf1c-a3fa-4641-8772-91fc55909a58
|
| 4809 | 2026-08-19T22:57:32.368Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = acpi_tables_parse
vm_id = bf20bf1c-a3fa-4641-8772-91fc55909a58
|
| 4810 | 2026-08-19T22:57:36.753Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4385
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::test_vm
vm = acpi_tables_parse
vm_id = bf20bf1c-a3fa-4641-8772-91fc55909a58
|
| 4811 | 2026-08-19T22:57:36.753Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::firmware::acpi_tables_parse
step = WriteStr("root")
target = phd_framework::test_vm
|
| 4812 | 2026-08-19T22:57:36.754Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::firmware::acpi_tables_parse
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4813 | 2026-08-19T22:57:36.754Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::test_vm
vm = acpi_tables_parse
vm_id = bf20bf1c-a3fa-4641-8772-91fc55909a58
|
| 4814 | 2026-08-19T22:57:36.754Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = acpi_tables_parse
vm_id = bf20bf1c-a3fa-4641-8772-91fc55909a58
|
| 4815 | 2026-08-19T22:57:36.773Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 19
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::test_vm
vm = acpi_tables_parse
vm_id = bf20bf1c-a3fa-4641-8772-91fc55909a58
|
| 4816 | 2026-08-19T22:57:36.773Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::firmware::acpi_tables_parse
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 4817 | 2026-08-19T22:57:36.773Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::firmware::acpi_tables_parse
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4818 | 2026-08-19T22:57:36.774Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::test_vm
vm = acpi_tables_parse
vm_id = bf20bf1c-a3fa-4641-8772-91fc55909a58
|
| 4819 | 2026-08-19T22:57:36.774Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = acpi_tables_parse
vm_id = bf20bf1c-a3fa-4641-8772-91fc55909a58
|
| 4820 | 2026-08-19T22:57:36.806Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::test_vm
vm = acpi_tables_parse
vm_id = bf20bf1c-a3fa-4641-8772-91fc55909a58
|
| 4821 | 2026-08-19T22:57:36.807Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::test_vm
|
| 4822 | 2026-08-19T22:57:36.807Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4438
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::test_vm
|
| 4823 | 2026-08-19T22:57:36.807Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::test_vm
vm = acpi_tables_parse
vm_id = bf20bf1c-a3fa-4641-8772-91fc55909a58
|
| 4824 | 2026-08-19T22:57:36.807Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = acpi_tables_parse
vm_id = bf20bf1c-a3fa-4641-8772-91fc55909a58
|
| 4825 | 2026-08-19T22:57:36.818Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::test_vm
vm = acpi_tables_parse
vm_id = bf20bf1c-a3fa-4641-8772-91fc55909a58
|
| 4826 | 2026-08-19T22:57:36.818Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::test_vm
vm = acpi_tables_parse
vm_id = bf20bf1c-a3fa-4641-8772-91fc55909a58
|
| 4827 | 2026-08-19T22:57:36.818Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = acpi_tables_parse
vm_id = bf20bf1c-a3fa-4641-8772-91fc55909a58
|
| 4828 | 2026-08-19T22:57:36.851Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::test_vm
vm = acpi_tables_parse
vm_id = bf20bf1c-a3fa-4641-8772-91fc55909a58
|
| 4829 | 2026-08-19T22:57:36.851Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::test_vm
vm = acpi_tables_parse
vm_id = bf20bf1c-a3fa-4641-8772-91fc55909a58
|
| 4830 | 2026-08-19T22:57:36.851Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = acpi_tables_parse
vm_id = bf20bf1c-a3fa-4641-8772-91fc55909a58
|
| 4831 | 2026-08-19T22:57:36.862Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::test_vm
vm = acpi_tables_parse
vm_id = bf20bf1c-a3fa-4641-8772-91fc55909a58
|
| 4832 | 2026-08-19T22:57:36.862Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::test_vm
vm = acpi_tables_parse
vm_id = bf20bf1c-a3fa-4641-8772-91fc55909a58
|
| 4833 | 2026-08-19T22:57:36.862Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = acpi_tables_parse
vm_id = bf20bf1c-a3fa-4641-8772-91fc55909a58
|
| 4834 | 2026-08-19T22:57:36.896Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::test_vm
vm = acpi_tables_parse
vm_id = bf20bf1c-a3fa-4641-8772-91fc55909a58
|
| 4835 | 2026-08-19T22:57:36.896Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::test_vm
vm = acpi_tables_parse
vm_id = bf20bf1c-a3fa-4641-8772-91fc55909a58
|
| 4836 | 2026-08-19T22:57:36.896Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 4837 | 2026-08-19T22:57:36.896Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4531
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4838 | 2026-08-19T22:57:36.897Z | INFO | phd-runner: test phd_tests::firmware::acpi_tables_parse ... skipped: guest doesn't have acpidump installed
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 4839 | 2026-08-19T22:57:36.897Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4840 | 2026-08-19T22:57:36.898Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1195
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::test_vm
vm = acpi_tables_parse
vm_id = bf20bf1c-a3fa-4641-8772-91fc55909a58
|
| 4841 | 2026-08-19T22:57:37.383Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::firmware::acpi_tables_parse
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = acpi_tables_parse
vm_id = bf20bf1c-a3fa-4641-8772-91fc55909a58
|
| 4842 | 2026-08-19T22:57:37.472Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::zfs
vm = acpi_tables_parse
vm_id = bf20bf1c-a3fa-4641-8772-91fc55909a58
|
| 4843 | 2026-08-19T22:57:37.472Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-ad835cdc-0f4b-466a-82e0-6e9462a2df74"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::zfs
verb = destroy
vm = acpi_tables_parse
vm_id = bf20bf1c-a3fa-4641-8772-91fc55909a58
|
| 4844 | 2026-08-19T22:57:37.497Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::zfs
vm = acpi_tables_parse
vm_id = bf20bf1c-a3fa-4641-8772-91fc55909a58
|
| 4845 | 2026-08-19T22:57:37.497Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-8a23ca23-fa2f-4b24-a0a4-03c110751763"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::zfs
verb = destroy
vm = acpi_tables_parse
vm_id = bf20bf1c-a3fa-4641-8772-91fc55909a58
|
| 4846 | 2026-08-19T22:57:37.516Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 619
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::test_vm
vm = acpi_tables_parse
vm_id = bf20bf1c-a3fa-4641-8772-91fc55909a58
|
| 4847 | 2026-08-19T22:57:37.516Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5911
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::test_vm
vm = acpi_tables_parse
vm_id = bf20bf1c-a3fa-4641-8772-91fc55909a58
|
| 4848 | 2026-08-19T22:57:37.516Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 619
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4849 | 2026-08-19T22:57:37.516Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 6017
file = phd-tests/tests/src/firmware.rs
line = 177
path = phd_tests::firmware::acpi_tables_parse
target = phd_tests::firmware
|
| 4850 | 2026-08-19T22:57:37.516Z | INFO | phd-runner: Starting test phd_tests::firmware::acpi_tables_generation
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 4851 | 2026-08-19T22:57:37.516Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4852 | 2026-08-19T22:57:37.517Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4853 | 2026-08-19T22:57:37.517Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/firmware.rs
line = 47
path = phd_tests::firmware::acpi_tables_generation
target = phd_tests::firmware
|
| 4854 | 2026-08-19T22:57:37.517Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 4855 | 2026-08-19T22:57:37.517Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4856 | 2026-08-19T22:57:37.517Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4857 | 2026-08-19T22:57:37.517Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::zfs
verb = list
|
| 4858 | 2026-08-19T22:57:37.527Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::firmware::acpi_tables_generation
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 209M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 4859 | 2026-08-19T22:57:37.527Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-a887b389-4f22-41bd-9757-c25d8524ddf7"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::zfs
verb = snapshot
|
| 4860 | 2026-08-19T22:57:37.546Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-a887b389-4f22-41bd-9757-c25d8524ddf7", "phd-artifacts/phd-clone-2c917c9a-7816-4332-a93a-81ba180c4217"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::zfs
verb = clone
|
| 4861 | 2026-08-19T22:57:37.564Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-2c917c9a-7816-4332-a93a-81ba180c4217"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::zfs
verb = list
|
| 4862 | 2026-08-19T22:57:37.576Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::firmware::acpi_tables_generation
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-2c917c9a-7816-4332-a93a-81ba180c4217 0B 25.3T 207M /phd-artifacts/phd-clone-2c917c9a-7816-4332-a93a-81ba180c4217\n
target = phd_framework::zfs
|
| 4863 | 2026-08-19T22:57:37.576Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
|
| 4864 | 2026-08-19T22:57:37.576Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm_name = acpi_tables_generation
|
| 4865 | 2026-08-19T22:57:37.576Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 4866 | 2026-08-19T22:57:37.577Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::firmware::acpi_tables_generation
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 4867 | 2026-08-19T22:57:37.577Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::firmware::acpi_tables_generation
stderr_path = "/tmp/propolis-phd/phd_tests::firmware::acpi_tables_generation/acpi_tables_generation.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::firmware::acpi_tables_generation/acpi_tables_generation.stdout.log"
target = phd_framework::log_config
|
| 4868 | 2026-08-19T22:57:37.607Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1336
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm::server
|
| 4869 | 2026-08-19T22:57:37.621Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 44
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
|
| 4870 | 2026-08-19T22:57:37.621Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4871 | 2026-08-19T22:57:37.622Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4872 | 2026-08-19T22:57:38.321Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4873 | 2026-08-19T22:57:38.323Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 747265a7-3fcc-45ee-b873-69c764f0297c, name: "phd-vm-747265a7-3fcc-45ee-b873-69c764f0297c", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 74afcb63-b700-4530-923c-0652ca2e6813, project_id: 4b5ac031-d638-4141-aa73-aadec3cbcb37, sled_id: df52cf80-8d5b-43b1-958f-89a54336be44, sled_serial: "df52cf80-8d5b-43b1-958f-89a54336be44", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4874 | 2026-08-19T22:57:38.323Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4875 | 2026-08-19T22:57:38.323Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::firmware::acpi_tables_generation
state = Run
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4876 | 2026-08-19T22:57:38.324Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4877 | 2026-08-19T22:57:38.324Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
|
| 4878 | 2026-08-19T22:57:38.324Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
timeout_duration = 300s
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4879 | 2026-08-19T22:57:38.324Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::firmware::acpi_tables_generation
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 4880 | 2026-08-19T22:57:38.324Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4881 | 2026-08-19T22:57:38.324Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4882 | 2026-08-19T22:57:42.718Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4393
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4883 | 2026-08-19T22:57:42.718Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::firmware::acpi_tables_generation
step = WriteStr("root")
target = phd_framework::test_vm
|
| 4884 | 2026-08-19T22:57:42.718Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::firmware::acpi_tables_generation
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4885 | 2026-08-19T22:57:42.718Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4886 | 2026-08-19T22:57:42.718Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4887 | 2026-08-19T22:57:42.737Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4888 | 2026-08-19T22:57:42.737Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::firmware::acpi_tables_generation
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 4889 | 2026-08-19T22:57:42.737Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::firmware::acpi_tables_generation
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4890 | 2026-08-19T22:57:42.737Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4891 | 2026-08-19T22:57:42.737Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4892 | 2026-08-19T22:57:42.769Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4893 | 2026-08-19T22:57:42.769Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
|
| 4894 | 2026-08-19T22:57:42.769Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4445
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
|
| 4895 | 2026-08-19T22:57:42.770Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4896 | 2026-08-19T22:57:42.770Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4897 | 2026-08-19T22:57:42.780Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4898 | 2026-08-19T22:57:42.780Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4899 | 2026-08-19T22:57:42.781Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4900 | 2026-08-19T22:57:42.824Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 43
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4901 | 2026-08-19T22:57:42.824Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4902 | 2026-08-19T22:57:42.824Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4903 | 2026-08-19T22:57:42.835Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4904 | 2026-08-19T22:57:42.835Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4905 | 2026-08-19T22:57:42.835Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4906 | 2026-08-19T22:57:42.868Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4907 | 2026-08-19T22:57:42.869Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4908 | 2026-08-19T22:57:42.869Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4909 | 2026-08-19T22:57:42.879Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4910 | 2026-08-19T22:57:42.880Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4911 | 2026-08-19T22:57:42.880Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4912 | 2026-08-19T22:57:43.191Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 311
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4913 | 2026-08-19T22:57:43.191Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4914 | 2026-08-19T22:57:43.191Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4915 | 2026-08-19T22:57:43.201Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4916 | 2026-08-19T22:57:43.201Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4917 | 2026-08-19T22:57:43.201Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4918 | 2026-08-19T22:57:43.235Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 34
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4919 | 2026-08-19T22:57:43.237Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4920 | 2026-08-19T22:57:43.237Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4921 | 2026-08-19T22:57:43.257Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 20
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4922 | 2026-08-19T22:57:43.258Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4923 | 2026-08-19T22:57:43.258Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4924 | 2026-08-19T22:57:43.302Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 44
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4925 | 2026-08-19T22:57:43.302Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4926 | 2026-08-19T22:57:43.303Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4927 | 2026-08-19T22:57:43.313Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4928 | 2026-08-19T22:57:43.313Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4929 | 2026-08-19T22:57:43.313Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4930 | 2026-08-19T22:57:43.346Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4931 | 2026-08-19T22:57:43.346Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4932 | 2026-08-19T22:57:43.346Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4933 | 2026-08-19T22:57:43.357Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4934 | 2026-08-19T22:57:43.357Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4935 | 2026-08-19T22:57:43.357Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4936 | 2026-08-19T22:57:43.390Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4937 | 2026-08-19T22:57:43.391Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4938 | 2026-08-19T22:57:43.391Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4939 | 2026-08-19T22:57:43.401Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4940 | 2026-08-19T22:57:43.401Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4941 | 2026-08-19T22:57:43.402Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4942 | 2026-08-19T22:57:43.435Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4943 | 2026-08-19T22:57:43.435Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4944 | 2026-08-19T22:57:43.435Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4945 | 2026-08-19T22:57:43.458Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4946 | 2026-08-19T22:57:43.458Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4947 | 2026-08-19T22:57:43.458Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4948 | 2026-08-19T22:57:43.491Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4949 | 2026-08-19T22:57:43.491Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4950 | 2026-08-19T22:57:43.491Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4951 | 2026-08-19T22:57:43.502Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4952 | 2026-08-19T22:57:43.502Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4953 | 2026-08-19T22:57:43.502Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4954 | 2026-08-19T22:57:43.535Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4955 | 2026-08-19T22:57:43.536Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4956 | 2026-08-19T22:57:43.536Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 4957 | 2026-08-19T22:57:43.536Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 5214
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4958 | 2026-08-19T22:57:43.536Z | INFO | phd-runner: test phd_tests::firmware::acpi_tables_generation ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 4959 | 2026-08-19T22:57:43.536Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4960 | 2026-08-19T22:57:43.538Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1195
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4961 | 2026-08-19T22:57:44.088Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::firmware::acpi_tables_generation
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4962 | 2026-08-19T22:57:44.175Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::zfs
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4963 | 2026-08-19T22:57:44.176Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-2c917c9a-7816-4332-a93a-81ba180c4217"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::zfs
verb = destroy
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4964 | 2026-08-19T22:57:44.202Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::zfs
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4965 | 2026-08-19T22:57:44.202Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-a887b389-4f22-41bd-9757-c25d8524ddf7"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::zfs
verb = destroy
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4966 | 2026-08-19T22:57:44.221Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 684
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4967 | 2026-08-19T22:57:44.221Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6599
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 747265a7-3fcc-45ee-b873-69c764f0297c
|
| 4968 | 2026-08-19T22:57:44.221Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 6704
file = phd-tests/tests/src/firmware.rs
line = 47
path = phd_tests::firmware::acpi_tables_generation
target = phd_tests::firmware
|
| 4969 | 2026-08-19T22:57:44.221Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 684
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4970 | 2026-08-19T22:57:44.221Z | INFO | phd-runner: Starting test phd_tests::crucible::smoke::api_reboot_test
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 4971 | 2026-08-19T22:57:44.221Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4972 | 2026-08-19T22:57:44.221Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4973 | 2026-08-19T22:57:44.221Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/crucible/smoke.rs
line = 23
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_tests::crucible::smoke
|
| 4974 | 2026-08-19T22:57:44.222Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 4975 | 2026-08-19T22:57:44.222Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4976 | 2026-08-19T22:57:44.222Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/fdcb1fb6b813d621788c8e8542cfd939240e295029a624a25123e0b2f1fda4ff/crucible-downstairs
target = phd_framework::artifacts::store
|
| 4977 | 2026-08-19T22:57:44.222Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4978 | 2026-08-19T22:57:44.222Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/4422e28f-407b-4ed9-a030-222cc64852b9_9000", "--encrypted", "--uuid", "4422e28f-407b-4ed9-a030-222cc64852b9", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::disk::crucible
|
| 4979 | 2026-08-19T22:57:44.327Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
path = phd_tests::crucible::smoke::api_reboot_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/4422e28f-407b-4ed9-a030-222cc64852b9_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:57:44.232745162Z","hostname":"BRM42220010","pid":1340}\n{"msg":"UUID: 4422e28f-407b-4ed9-a030-222cc64852b9","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:57:44.322846203Z","hostname":"BRM42220010","pid":1340}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:57:44.322866892Z","hostname":"BRM42220010","pid":1340}\n
target = phd_framework::disk::crucible
|
| 4980 | 2026-08-19T22:57:44.327Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/4422e28f-407b-4ed9-a030-222cc64852b9_9001", "--encrypted", "--uuid", "4422e28f-407b-4ed9-a030-222cc64852b9", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::disk::crucible
|
| 4981 | 2026-08-19T22:57:44.438Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
path = phd_tests::crucible::smoke::api_reboot_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/4422e28f-407b-4ed9-a030-222cc64852b9_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:57:44.337673806Z","hostname":"BRM42220010","pid":1341}\n{"msg":"UUID: 4422e28f-407b-4ed9-a030-222cc64852b9","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:57:44.433631376Z","hostname":"BRM42220010","pid":1341}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:57:44.433642718Z","hostname":"BRM42220010","pid":1341}\n
target = phd_framework::disk::crucible
|
| 4982 | 2026-08-19T22:57:44.438Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/4422e28f-407b-4ed9-a030-222cc64852b9_9002", "--encrypted", "--uuid", "4422e28f-407b-4ed9-a030-222cc64852b9", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::disk::crucible
|
| 4983 | 2026-08-19T22:57:44.550Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
path = phd_tests::crucible::smoke::api_reboot_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/4422e28f-407b-4ed9-a030-222cc64852b9_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:57:44.448916838Z","hostname":"BRM42220010","pid":1342}\n{"msg":"UUID: 4422e28f-407b-4ed9-a030-222cc64852b9","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:57:44.542205903Z","hostname":"BRM42220010","pid":1342}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:57:44.542217074Z","hostname":"BRM42220010","pid":1342}\n
target = phd_framework::disk::crucible
|
| 4984 | 2026-08-19T22:57:44.551Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::crucible::smoke::api_reboot_test
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::api_reboot_test/crucible_4422e28f-407b-4ed9-a030-222cc64852b9_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::api_reboot_test/crucible_4422e28f-407b-4ed9-a030-222cc64852b9_9000.stdout.log"
target = phd_framework::log_config
|
| 4985 | 2026-08-19T22:57:44.551Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/4422e28f-407b-4ed9-a030-222cc64852b9_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::disk::crucible
|
| 4986 | 2026-08-19T22:57:44.551Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/4422e28f-407b-4ed9-a030-222cc64852b9_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::disk::crucible
|
| 4987 | 2026-08-19T22:57:44.553Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::crucible::smoke::api_reboot_test
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::api_reboot_test/crucible_4422e28f-407b-4ed9-a030-222cc64852b9_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::api_reboot_test/crucible_4422e28f-407b-4ed9-a030-222cc64852b9_9001.stdout.log"
target = phd_framework::log_config
|
| 4988 | 2026-08-19T22:57:44.553Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/4422e28f-407b-4ed9-a030-222cc64852b9_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::disk::crucible
|
| 4989 | 2026-08-19T22:57:44.553Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/4422e28f-407b-4ed9-a030-222cc64852b9_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::disk::crucible
|
| 4990 | 2026-08-19T22:57:44.555Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::crucible::smoke::api_reboot_test
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::api_reboot_test/crucible_4422e28f-407b-4ed9-a030-222cc64852b9_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::api_reboot_test/crucible_4422e28f-407b-4ed9-a030-222cc64852b9_9002.stdout.log"
target = phd_framework::log_config
|
| 4991 | 2026-08-19T22:57:44.556Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/4422e28f-407b-4ed9-a030-222cc64852b9_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::disk::crucible
|
| 4992 | 2026-08-19T22:57:44.556Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/4422e28f-407b-4ed9-a030-222cc64852b9_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::disk::crucible
|
| 4993 | 2026-08-19T22:57:44.559Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 4994 | 2026-08-19T22:57:44.559Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm_name = crucible_guest_reboot_test
|
| 4995 | 2026-08-19T22:57:44.559Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 4996 | 2026-08-19T22:57:44.559Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::crucible::smoke::api_reboot_test
server_addr = 127.0.0.1:9003
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 4997 | 2026-08-19T22:57:44.559Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::crucible::smoke::api_reboot_test
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::api_reboot_test/crucible_guest_reboot_test.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::api_reboot_test/crucible_guest_reboot_test.stdout.log"
target = phd_framework::log_config
|
| 4998 | 2026-08-19T22:57:44.591Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1346
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm::server
|
| 4999 | 2026-08-19T22:57:44.605Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 46
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 5000 | 2026-08-19T22:57:44.605Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 87cd142e-b30a-4b9a-a8de-9f1b30b19dd3
|
| 5001 | 2026-08-19T22:57:44.606Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9003/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 87cd142e-b30a-4b9a-a8de-9f1b30b19dd3
|
| 5002 | 2026-08-19T22:57:45.406Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 5003 | 2026-08-19T22:57:45.407Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 87cd142e-b30a-4b9a-a8de-9f1b30b19dd3, name: "phd-vm-87cd142e-b30a-4b9a-a8de-9f1b30b19dd3", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 707ad0c3-ebdb-411d-9a22-7a006cb52c8f, project_id: 141a4876-6c0a-43c8-b91a-0fabdb1cbb32, sled_id: 9b337f07-fa50-4888-9d66-92ec52fccb79, sled_serial: "9b337f07-fa50-4888-9d66-92ec52fccb79", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 87cd142e-b30a-4b9a-a8de-9f1b30b19dd3
|
| 5004 | 2026-08-19T22:57:45.407Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 87cd142e-b30a-4b9a-a8de-9f1b30b19dd3
|
| 5005 | 2026-08-19T22:57:45.407Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::crucible::smoke::api_reboot_test
state = Run
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 87cd142e-b30a-4b9a-a8de-9f1b30b19dd3
|
| 5006 | 2026-08-19T22:57:45.408Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 87cd142e-b30a-4b9a-a8de-9f1b30b19dd3
|
| 5007 | 2026-08-19T22:57:45.409Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 5008 | 2026-08-19T22:57:45.409Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = crucible_guest_reboot_test
vm_id = 87cd142e-b30a-4b9a-a8de-9f1b30b19dd3
|
| 5009 | 2026-08-19T22:57:45.409Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::crucible::smoke::api_reboot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 5010 | 2026-08-19T22:57:45.409Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 87cd142e-b30a-4b9a-a8de-9f1b30b19dd3
|
| 5011 | 2026-08-19T22:57:45.409Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 87cd142e-b30a-4b9a-a8de-9f1b30b19dd3
|
| 5012 | 2026-08-19T22:57:50.450Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 5041
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 87cd142e-b30a-4b9a-a8de-9f1b30b19dd3
|
| 5013 | 2026-08-19T22:57:50.450Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::crucible::smoke::api_reboot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 5014 | 2026-08-19T22:57:50.451Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::crucible::smoke::api_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 5015 | 2026-08-19T22:57:50.451Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 87cd142e-b30a-4b9a-a8de-9f1b30b19dd3
|
| 5016 | 2026-08-19T22:57:50.451Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 87cd142e-b30a-4b9a-a8de-9f1b30b19dd3
|
| 5017 | 2026-08-19T22:57:50.469Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 87cd142e-b30a-4b9a-a8de-9f1b30b19dd3
|
| 5018 | 2026-08-19T22:57:50.469Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::crucible::smoke::api_reboot_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 5019 | 2026-08-19T22:57:50.470Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::crucible::smoke::api_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 5020 | 2026-08-19T22:57:50.470Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 87cd142e-b30a-4b9a-a8de-9f1b30b19dd3
|
| 5021 | 2026-08-19T22:57:50.470Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 87cd142e-b30a-4b9a-a8de-9f1b30b19dd3
|
| 5022 | 2026-08-19T22:57:50.502Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 87cd142e-b30a-4b9a-a8de-9f1b30b19dd3
|
| 5023 | 2026-08-19T22:57:50.502Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 5024 | 2026-08-19T22:57:50.502Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 5093
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 5025 | 2026-08-19T22:57:50.502Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 87cd142e-b30a-4b9a-a8de-9f1b30b19dd3
|
| 5026 | 2026-08-19T22:57:50.502Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::crucible::smoke::api_reboot_test
state = Reboot
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 87cd142e-b30a-4b9a-a8de-9f1b30b19dd3
|
| 5027 | 2026-08-19T22:57:50.503Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 87cd142e-b30a-4b9a-a8de-9f1b30b19dd3
|
| 5028 | 2026-08-19T22:57:50.504Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 5029 | 2026-08-19T22:57:50.504Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = crucible_guest_reboot_test
vm_id = 87cd142e-b30a-4b9a-a8de-9f1b30b19dd3
|
| 5030 | 2026-08-19T22:57:50.504Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::crucible::smoke::api_reboot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 5031 | 2026-08-19T22:57:50.504Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 87cd142e-b30a-4b9a-a8de-9f1b30b19dd3
|
| 5032 | 2026-08-19T22:57:50.504Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 87cd142e-b30a-4b9a-a8de-9f1b30b19dd3
|
| 5033 | 2026-08-19T22:57:55.133Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4629
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 87cd142e-b30a-4b9a-a8de-9f1b30b19dd3
|
| 5034 | 2026-08-19T22:57:55.133Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::crucible::smoke::api_reboot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 5035 | 2026-08-19T22:57:55.134Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::crucible::smoke::api_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 5036 | 2026-08-19T22:57:55.134Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 87cd142e-b30a-4b9a-a8de-9f1b30b19dd3
|
| 5037 | 2026-08-19T22:57:55.134Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 87cd142e-b30a-4b9a-a8de-9f1b30b19dd3
|
| 5038 | 2026-08-19T22:57:55.152Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 87cd142e-b30a-4b9a-a8de-9f1b30b19dd3
|
| 5039 | 2026-08-19T22:57:55.152Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::crucible::smoke::api_reboot_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 5040 | 2026-08-19T22:57:55.152Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::crucible::smoke::api_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 5041 | 2026-08-19T22:57:55.153Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 87cd142e-b30a-4b9a-a8de-9f1b30b19dd3
|
| 5042 | 2026-08-19T22:57:55.153Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 87cd142e-b30a-4b9a-a8de-9f1b30b19dd3
|
| 5043 | 2026-08-19T22:57:55.186Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 87cd142e-b30a-4b9a-a8de-9f1b30b19dd3
|
| 5044 | 2026-08-19T22:57:55.186Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 5045 | 2026-08-19T22:57:55.186Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4681
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 5046 | 2026-08-19T22:57:55.186Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 87cd142e-b30a-4b9a-a8de-9f1b30b19dd3
|
| 5047 | 2026-08-19T22:57:55.186Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 5048 | 2026-08-19T22:57:55.186Z | INFO | phd-runner: test phd_tests::crucible::smoke::api_reboot_test ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 5049 | 2026-08-19T22:57:55.186Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 9779
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 5050 | 2026-08-19T22:57:55.187Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 5051 | 2026-08-19T22:57:55.188Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1195
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 87cd142e-b30a-4b9a-a8de-9f1b30b19dd3
|
| 5052 | 2026-08-19T22:57:55.715Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::crucible::smoke::api_reboot_test
self.address = 127.0.0.1:9003
target = phd_framework::test_vm::server
vm = crucible_guest_reboot_test
vm_id = 87cd142e-b30a-4b9a-a8de-9f1b30b19dd3
|
| 5053 | 2026-08-19T22:57:55.802Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
path = phd_tests::crucible::smoke::api_reboot_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9000, vcr_address_override: None, data_dir: DataDirectory { path: "/tmp/propolis-phd/4422e28f-407b-4ed9-a030-222cc64852b9_9000" } }
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 87cd142e-b30a-4b9a-a8de-9f1b30b19dd3
|
| 5054 | 2026-08-19T22:57:55.810Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::smoke::api_reboot_test
self.path = "/tmp/propolis-phd/4422e28f-407b-4ed9-a030-222cc64852b9_9000"
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 87cd142e-b30a-4b9a-a8de-9f1b30b19dd3
|
| 5055 | 2026-08-19T22:57:55.821Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
path = phd_tests::crucible::smoke::api_reboot_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9001, vcr_address_override: None, data_dir: DataDirectory { path: "/tmp/propolis-phd/4422e28f-407b-4ed9-a030-222cc64852b9_9001" } }
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 87cd142e-b30a-4b9a-a8de-9f1b30b19dd3
|
| 5056 | 2026-08-19T22:57:55.828Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::smoke::api_reboot_test
self.path = "/tmp/propolis-phd/4422e28f-407b-4ed9-a030-222cc64852b9_9001"
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 87cd142e-b30a-4b9a-a8de-9f1b30b19dd3
|
| 5057 | 2026-08-19T22:57:55.839Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
path = phd_tests::crucible::smoke::api_reboot_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9002, vcr_address_override: None, data_dir: DataDirectory { path: "/tmp/propolis-phd/4422e28f-407b-4ed9-a030-222cc64852b9_9002" } }
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 87cd142e-b30a-4b9a-a8de-9f1b30b19dd3
|
| 5058 | 2026-08-19T22:57:55.846Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::smoke::api_reboot_test
self.path = "/tmp/propolis-phd/4422e28f-407b-4ed9-a030-222cc64852b9_9002"
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 87cd142e-b30a-4b9a-a8de-9f1b30b19dd3
|
| 5059 | 2026-08-19T22:57:55.858Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 671
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 87cd142e-b30a-4b9a-a8de-9f1b30b19dd3
|
| 5060 | 2026-08-19T22:57:55.858Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 11252
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 87cd142e-b30a-4b9a-a8de-9f1b30b19dd3
|
| 5061 | 2026-08-19T22:57:55.858Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 11636
file = phd-tests/tests/src/crucible/smoke.rs
line = 23
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_tests::crucible::smoke
|
| 5062 | 2026-08-19T22:57:55.859Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 672
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 5063 | 2026-08-19T22:57:55.859Z | INFO | phd-runner: Starting test phd_tests::crucible::smoke::guest_reboot_test
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 5064 | 2026-08-19T22:57:55.859Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 5065 | 2026-08-19T22:57:55.859Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 5066 | 2026-08-19T22:57:55.859Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/crucible/smoke.rs
line = 35
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_tests::crucible::smoke
|
| 5067 | 2026-08-19T22:57:55.859Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 5068 | 2026-08-19T22:57:55.859Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 5069 | 2026-08-19T22:57:55.859Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/fdcb1fb6b813d621788c8e8542cfd939240e295029a624a25123e0b2f1fda4ff/crucible-downstairs
target = phd_framework::artifacts::store
|
| 5070 | 2026-08-19T22:57:55.859Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 5071 | 2026-08-19T22:57:55.860Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/668a31d8-bb0f-4aef-b1c6-65513e941004_9000", "--encrypted", "--uuid", "668a31d8-bb0f-4aef-b1c6-65513e941004", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
| 5072 | 2026-08-19T22:57:55.968Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
path = phd_tests::crucible::smoke::guest_reboot_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/668a31d8-bb0f-4aef-b1c6-65513e941004_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:57:55.8702881Z","hostname":"BRM42220010","pid":1348}\n{"msg":"UUID: 668a31d8-bb0f-4aef-b1c6-65513e941004","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:57:55.963778488Z","hostname":"BRM42220010","pid":1348}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:57:55.963799107Z","hostname":"BRM42220010","pid":1348}\n
target = phd_framework::disk::crucible
|
| 5073 | 2026-08-19T22:57:55.968Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/668a31d8-bb0f-4aef-b1c6-65513e941004_9001", "--encrypted", "--uuid", "668a31d8-bb0f-4aef-b1c6-65513e941004", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
| 5074 | 2026-08-19T22:57:56.079Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
path = phd_tests::crucible::smoke::guest_reboot_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/668a31d8-bb0f-4aef-b1c6-65513e941004_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:57:55.97911108Z","hostname":"BRM42220010","pid":1349}\n{"msg":"UUID: 668a31d8-bb0f-4aef-b1c6-65513e941004","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:57:56.074558511Z","hostname":"BRM42220010","pid":1349}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:57:56.074589561Z","hostname":"BRM42220010","pid":1349}\n
target = phd_framework::disk::crucible
|
| 5075 | 2026-08-19T22:57:56.079Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/668a31d8-bb0f-4aef-b1c6-65513e941004_9002", "--encrypted", "--uuid", "668a31d8-bb0f-4aef-b1c6-65513e941004", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
| 5076 | 2026-08-19T22:57:56.189Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
path = phd_tests::crucible::smoke::guest_reboot_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/668a31d8-bb0f-4aef-b1c6-65513e941004_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:57:56.089249172Z","hostname":"BRM42220010","pid":1350}\n{"msg":"UUID: 668a31d8-bb0f-4aef-b1c6-65513e941004","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:57:56.18474815Z","hostname":"BRM42220010","pid":1350}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:57:56.184761616Z","hostname":"BRM42220010","pid":1350}\n
target = phd_framework::disk::crucible
|
| 5077 | 2026-08-19T22:57:56.190Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::crucible::smoke::guest_reboot_test
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::guest_reboot_test/crucible_668a31d8-bb0f-4aef-b1c6-65513e941004_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::guest_reboot_test/crucible_668a31d8-bb0f-4aef-b1c6-65513e941004_9000.stdout.log"
target = phd_framework::log_config
|
| 5078 | 2026-08-19T22:57:56.190Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/668a31d8-bb0f-4aef-b1c6-65513e941004_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
| 5079 | 2026-08-19T22:57:56.190Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/668a31d8-bb0f-4aef-b1c6-65513e941004_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
| 5080 | 2026-08-19T22:57:56.192Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::crucible::smoke::guest_reboot_test
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::guest_reboot_test/crucible_668a31d8-bb0f-4aef-b1c6-65513e941004_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::guest_reboot_test/crucible_668a31d8-bb0f-4aef-b1c6-65513e941004_9001.stdout.log"
target = phd_framework::log_config
|
| 5081 | 2026-08-19T22:57:56.192Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/668a31d8-bb0f-4aef-b1c6-65513e941004_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
| 5082 | 2026-08-19T22:57:56.192Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/668a31d8-bb0f-4aef-b1c6-65513e941004_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
| 5083 | 2026-08-19T22:57:56.194Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::crucible::smoke::guest_reboot_test
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::guest_reboot_test/crucible_668a31d8-bb0f-4aef-b1c6-65513e941004_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::guest_reboot_test/crucible_668a31d8-bb0f-4aef-b1c6-65513e941004_9002.stdout.log"
target = phd_framework::log_config
|
| 5084 | 2026-08-19T22:57:56.194Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/668a31d8-bb0f-4aef-b1c6-65513e941004_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
| 5085 | 2026-08-19T22:57:56.194Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/668a31d8-bb0f-4aef-b1c6-65513e941004_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
| 5086 | 2026-08-19T22:57:56.196Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 5087 | 2026-08-19T22:57:56.196Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm_name = crucible_guest_reboot_test
|
| 5088 | 2026-08-19T22:57:56.196Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 5089 | 2026-08-19T22:57:56.196Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::crucible::smoke::guest_reboot_test
server_addr = 127.0.0.1:9003
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 5090 | 2026-08-19T22:57:56.196Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::crucible::smoke::guest_reboot_test
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::guest_reboot_test/crucible_guest_reboot_test.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::guest_reboot_test/crucible_guest_reboot_test.stdout.log"
target = phd_framework::log_config
|
| 5091 | 2026-08-19T22:57:56.229Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1354
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm::server
|
| 5092 | 2026-08-19T22:57:56.243Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 46
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 5093 | 2026-08-19T22:57:56.243Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = a3b80921-fb69-4488-9a89-498bb6e46717
|
| 5094 | 2026-08-19T22:57:56.244Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9003/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = a3b80921-fb69-4488-9a89-498bb6e46717
|
| 5095 | 2026-08-19T22:57:57.057Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 5096 | 2026-08-19T22:57:57.058Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: a3b80921-fb69-4488-9a89-498bb6e46717, name: "phd-vm-a3b80921-fb69-4488-9a89-498bb6e46717", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: dc853726-9c5d-427d-aa46-9e10cd70b840, project_id: 2e8c100e-b0e5-4e35-ae0b-84bd81d91714, sled_id: 37fcefb8-77cd-4e12-b8b7-e24a81ed0543, sled_serial: "37fcefb8-77cd-4e12-b8b7-e24a81ed0543", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = a3b80921-fb69-4488-9a89-498bb6e46717
|
| 5097 | 2026-08-19T22:57:57.058Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = a3b80921-fb69-4488-9a89-498bb6e46717
|
| 5098 | 2026-08-19T22:57:57.058Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::crucible::smoke::guest_reboot_test
state = Run
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = a3b80921-fb69-4488-9a89-498bb6e46717
|
| 5099 | 2026-08-19T22:57:57.059Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = a3b80921-fb69-4488-9a89-498bb6e46717
|
| 5100 | 2026-08-19T22:57:57.059Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 5101 | 2026-08-19T22:57:57.059Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = crucible_guest_reboot_test
vm_id = a3b80921-fb69-4488-9a89-498bb6e46717
|
| 5102 | 2026-08-19T22:57:57.060Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::crucible::smoke::guest_reboot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 5103 | 2026-08-19T22:57:57.060Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = a3b80921-fb69-4488-9a89-498bb6e46717
|
| 5104 | 2026-08-19T22:57:57.060Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = a3b80921-fb69-4488-9a89-498bb6e46717
|
| 5105 | 2026-08-19T22:58:02.017Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4957
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = a3b80921-fb69-4488-9a89-498bb6e46717
|
| 5106 | 2026-08-19T22:58:02.017Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::crucible::smoke::guest_reboot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 5107 | 2026-08-19T22:58:02.017Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::crucible::smoke::guest_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 5108 | 2026-08-19T22:58:02.017Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = a3b80921-fb69-4488-9a89-498bb6e46717
|
| 5109 | 2026-08-19T22:58:02.017Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = a3b80921-fb69-4488-9a89-498bb6e46717
|
| 5110 | 2026-08-19T22:58:02.048Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 30
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = a3b80921-fb69-4488-9a89-498bb6e46717
|
| 5111 | 2026-08-19T22:58:02.048Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::crucible::smoke::guest_reboot_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 5112 | 2026-08-19T22:58:02.049Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::crucible::smoke::guest_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 5113 | 2026-08-19T22:58:02.049Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = a3b80921-fb69-4488-9a89-498bb6e46717
|
| 5114 | 2026-08-19T22:58:02.049Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = a3b80921-fb69-4488-9a89-498bb6e46717
|
| 5115 | 2026-08-19T22:58:02.082Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = a3b80921-fb69-4488-9a89-498bb6e46717
|
| 5116 | 2026-08-19T22:58:02.082Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 5117 | 2026-08-19T22:58:02.082Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 5022
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 5118 | 2026-08-19T22:58:02.082Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = a3b80921-fb69-4488-9a89-498bb6e46717
|
| 5119 | 2026-08-19T22:58:02.082Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_guest_reboot_test
vm_id = a3b80921-fb69-4488-9a89-498bb6e46717
|
| 5120 | 2026-08-19T22:58:02.093Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = a3b80921-fb69-4488-9a89-498bb6e46717
|
| 5121 | 2026-08-19T22:58:02.093Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 5122 | 2026-08-19T22:58:02.093Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = crucible_guest_reboot_test
vm_id = a3b80921-fb69-4488-9a89-498bb6e46717
|
| 5123 | 2026-08-19T22:58:02.093Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::crucible::smoke::guest_reboot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 5124 | 2026-08-19T22:58:02.093Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = a3b80921-fb69-4488-9a89-498bb6e46717
|
| 5125 | 2026-08-19T22:58:02.093Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = a3b80921-fb69-4488-9a89-498bb6e46717
|
| 5126 | 2026-08-19T22:58:09.128Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 7034
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = a3b80921-fb69-4488-9a89-498bb6e46717
|
| 5127 | 2026-08-19T22:58:09.128Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::crucible::smoke::guest_reboot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 5128 | 2026-08-19T22:58:09.128Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::crucible::smoke::guest_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 5129 | 2026-08-19T22:58:09.128Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = a3b80921-fb69-4488-9a89-498bb6e46717
|
| 5130 | 2026-08-19T22:58:09.128Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = a3b80921-fb69-4488-9a89-498bb6e46717
|
| 5131 | 2026-08-19T22:58:09.147Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = a3b80921-fb69-4488-9a89-498bb6e46717
|
| 5132 | 2026-08-19T22:58:09.147Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::crucible::smoke::guest_reboot_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 5133 | 2026-08-19T22:58:09.147Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::crucible::smoke::guest_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 5134 | 2026-08-19T22:58:09.147Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = a3b80921-fb69-4488-9a89-498bb6e46717
|
| 5135 | 2026-08-19T22:58:09.147Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = a3b80921-fb69-4488-9a89-498bb6e46717
|
| 5136 | 2026-08-19T22:58:09.180Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = a3b80921-fb69-4488-9a89-498bb6e46717
|
| 5137 | 2026-08-19T22:58:09.180Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 5138 | 2026-08-19T22:58:09.181Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 7087
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 5139 | 2026-08-19T22:58:09.181Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = a3b80921-fb69-4488-9a89-498bb6e46717
|
| 5140 | 2026-08-19T22:58:09.181Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 5141 | 2026-08-19T22:58:09.181Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 12123
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 5142 | 2026-08-19T22:58:09.181Z | INFO | phd-runner: test phd_tests::crucible::smoke::guest_reboot_test ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 5143 | 2026-08-19T22:58:09.181Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 5144 | 2026-08-19T22:58:09.183Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1195
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = a3b80921-fb69-4488-9a89-498bb6e46717
|
| 5145 | 2026-08-19T22:58:09.545Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::crucible::smoke::guest_reboot_test
self.address = 127.0.0.1:9003
target = phd_framework::test_vm::server
vm = crucible_guest_reboot_test
vm_id = a3b80921-fb69-4488-9a89-498bb6e46717
|
| 5146 | 2026-08-19T22:58:09.632Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
path = phd_tests::crucible::smoke::guest_reboot_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9000, vcr_address_override: None, data_dir: DataDirectory { path: "/tmp/propolis-phd/668a31d8-bb0f-4aef-b1c6-65513e941004_9000" } }
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = a3b80921-fb69-4488-9a89-498bb6e46717
|
| 5147 | 2026-08-19T22:58:09.639Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::smoke::guest_reboot_test
self.path = "/tmp/propolis-phd/668a31d8-bb0f-4aef-b1c6-65513e941004_9000"
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = a3b80921-fb69-4488-9a89-498bb6e46717
|
| 5148 | 2026-08-19T22:58:09.650Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
path = phd_tests::crucible::smoke::guest_reboot_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9001, vcr_address_override: None, data_dir: DataDirectory { path: "/tmp/propolis-phd/668a31d8-bb0f-4aef-b1c6-65513e941004_9001" } }
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = a3b80921-fb69-4488-9a89-498bb6e46717
|
| 5149 | 2026-08-19T22:58:09.658Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::smoke::guest_reboot_test
self.path = "/tmp/propolis-phd/668a31d8-bb0f-4aef-b1c6-65513e941004_9001"
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = a3b80921-fb69-4488-9a89-498bb6e46717
|
| 5150 | 2026-08-19T22:58:09.669Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
path = phd_tests::crucible::smoke::guest_reboot_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9002, vcr_address_override: None, data_dir: DataDirectory { path: "/tmp/propolis-phd/668a31d8-bb0f-4aef-b1c6-65513e941004_9002" } }
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = a3b80921-fb69-4488-9a89-498bb6e46717
|
| 5151 | 2026-08-19T22:58:09.677Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::smoke::guest_reboot_test
self.path = "/tmp/propolis-phd/668a31d8-bb0f-4aef-b1c6-65513e941004_9002"
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = a3b80921-fb69-4488-9a89-498bb6e46717
|
| 5152 | 2026-08-19T22:58:09.688Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 507
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = a3b80921-fb69-4488-9a89-498bb6e46717
|
| 5153 | 2026-08-19T22:58:09.688Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 13444
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = a3b80921-fb69-4488-9a89-498bb6e46717
|
| 5154 | 2026-08-19T22:58:09.688Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 506
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 5155 | 2026-08-19T22:58:09.688Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 13828
file = phd-tests/tests/src/crucible/smoke.rs
line = 35
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_tests::crucible::smoke
|
| 5156 | 2026-08-19T22:58:09.688Z | INFO | phd-runner: Starting test phd_tests::crucible::smoke::shutdown_persistence_test
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 5157 | 2026-08-19T22:58:09.688Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 5158 | 2026-08-19T22:58:09.689Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 5159 | 2026-08-19T22:58:09.689Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/crucible/smoke.rs
line = 47
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_tests::crucible::smoke
|
| 5160 | 2026-08-19T22:58:09.689Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 5161 | 2026-08-19T22:58:09.689Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 5162 | 2026-08-19T22:58:09.689Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/fdcb1fb6b813d621788c8e8542cfd939240e295029a624a25123e0b2f1fda4ff/crucible-downstairs
target = phd_framework::artifacts::store
|
| 5163 | 2026-08-19T22:58:09.689Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 5164 | 2026-08-19T22:58:09.689Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/10401fa0-f264-4d11-8b0d-48ff3cbc237c_9000", "--encrypted", "--uuid", "10401fa0-f264-4d11-8b0d-48ff3cbc237c", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
| 5165 | 2026-08-19T22:58:09.790Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
path = phd_tests::crucible::smoke::shutdown_persistence_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/10401fa0-f264-4d11-8b0d-48ff3cbc237c_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:58:09.699979997Z","hostname":"BRM42220010","pid":1356}\n{"msg":"UUID: 10401fa0-f264-4d11-8b0d-48ff3cbc237c","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:58:09.784026544Z","hostname":"BRM42220010","pid":1356}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:58:09.784045941Z","hostname":"BRM42220010","pid":1356}\n
target = phd_framework::disk::crucible
|
| 5166 | 2026-08-19T22:58:09.790Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/10401fa0-f264-4d11-8b0d-48ff3cbc237c_9001", "--encrypted", "--uuid", "10401fa0-f264-4d11-8b0d-48ff3cbc237c", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
| 5167 | 2026-08-19T22:58:09.900Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
path = phd_tests::crucible::smoke::shutdown_persistence_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/10401fa0-f264-4d11-8b0d-48ff3cbc237c_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:58:09.800585989Z","hostname":"BRM42220010","pid":1357}\n{"msg":"UUID: 10401fa0-f264-4d11-8b0d-48ff3cbc237c","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:58:09.896016377Z","hostname":"BRM42220010","pid":1357}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:58:09.8960337Z","hostname":"BRM42220010","pid":1357}\n
target = phd_framework::disk::crucible
|
| 5168 | 2026-08-19T22:58:09.900Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/10401fa0-f264-4d11-8b0d-48ff3cbc237c_9002", "--encrypted", "--uuid", "10401fa0-f264-4d11-8b0d-48ff3cbc237c", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
| 5169 | 2026-08-19T22:58:10.009Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
path = phd_tests::crucible::smoke::shutdown_persistence_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/10401fa0-f264-4d11-8b0d-48ff3cbc237c_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:58:09.911139392Z","hostname":"BRM42220010","pid":1358}\n{"msg":"UUID: 10401fa0-f264-4d11-8b0d-48ff3cbc237c","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:58:10.004848345Z","hostname":"BRM42220010","pid":1358}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:58:10.004864045Z","hostname":"BRM42220010","pid":1358}\n
target = phd_framework::disk::crucible
|
| 5170 | 2026-08-19T22:58:10.009Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::crucible::smoke::shutdown_persistence_test
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::shutdown_persistence_test/crucible_10401fa0-f264-4d11-8b0d-48ff3cbc237c_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::shutdown_persistence_test/crucible_10401fa0-f264-4d11-8b0d-48ff3cbc237c_9000.stdout.log"
target = phd_framework::log_config
|
| 5171 | 2026-08-19T22:58:10.009Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/10401fa0-f264-4d11-8b0d-48ff3cbc237c_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
| 5172 | 2026-08-19T22:58:10.010Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/10401fa0-f264-4d11-8b0d-48ff3cbc237c_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
| 5173 | 2026-08-19T22:58:10.012Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::crucible::smoke::shutdown_persistence_test
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::shutdown_persistence_test/crucible_10401fa0-f264-4d11-8b0d-48ff3cbc237c_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::shutdown_persistence_test/crucible_10401fa0-f264-4d11-8b0d-48ff3cbc237c_9001.stdout.log"
target = phd_framework::log_config
|
| 5174 | 2026-08-19T22:58:10.012Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/10401fa0-f264-4d11-8b0d-48ff3cbc237c_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
| 5175 | 2026-08-19T22:58:10.012Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/10401fa0-f264-4d11-8b0d-48ff3cbc237c_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
| 5176 | 2026-08-19T22:58:10.014Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::crucible::smoke::shutdown_persistence_test
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::shutdown_persistence_test/crucible_10401fa0-f264-4d11-8b0d-48ff3cbc237c_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::shutdown_persistence_test/crucible_10401fa0-f264-4d11-8b0d-48ff3cbc237c_9002.stdout.log"
target = phd_framework::log_config
|
| 5177 | 2026-08-19T22:58:10.014Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/10401fa0-f264-4d11-8b0d-48ff3cbc237c_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
| 5178 | 2026-08-19T22:58:10.014Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/10401fa0-f264-4d11-8b0d-48ff3cbc237c_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
| 5179 | 2026-08-19T22:58:10.016Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::test_vm
|
| 5180 | 2026-08-19T22:58:10.016Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::test_vm
vm_name = crucible_shutdown_persistence_test
|
| 5181 | 2026-08-19T22:58:10.016Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 5182 | 2026-08-19T22:58:10.016Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::crucible::smoke::shutdown_persistence_test
server_addr = 127.0.0.1:9003
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 5183 | 2026-08-19T22:58:10.017Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::crucible::smoke::shutdown_persistence_test
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::shutdown_persistence_test/crucible_shutdown_persistence_test.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::shutdown_persistence_test/crucible_shutdown_persistence_test.stdout.log"
target = phd_framework::log_config
|
| 5184 | 2026-08-19T22:58:10.044Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1362
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::test_vm::server
|
| 5185 | 2026-08-19T22:58:10.059Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 42
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::test_vm
|
| 5186 | 2026-08-19T22:58:10.059Z | DEBG | phd-runner: [TEST - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::crucible::smoke::shutdown_persistence_test
self.address = 127.0.0.1:9003
target = phd_framework::test_vm::server
|
| 5187 | 2026-08-19T22:58:10.070Z | INFO | phd-runner: [TEST - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
path = phd_tests::crucible::smoke::shutdown_persistence_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9000, vcr_address_override: None, data_dir: DataDirectory { path: "/tmp/propolis-phd/10401fa0-f264-4d11-8b0d-48ff3cbc237c_9000" } }
target = phd_framework::disk::crucible
|
| 5188 | 2026-08-19T22:58:10.075Z | INFO | phd-runner: [TEST - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::smoke::shutdown_persistence_test
self.path = "/tmp/propolis-phd/10401fa0-f264-4d11-8b0d-48ff3cbc237c_9000"
target = phd_framework::disk::crucible
|
| 5189 | 2026-08-19T22:58:10.084Z | INFO | phd-runner: [TEST - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
path = phd_tests::crucible::smoke::shutdown_persistence_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9001, vcr_address_override: None, data_dir: DataDirectory { path: "/tmp/propolis-phd/10401fa0-f264-4d11-8b0d-48ff3cbc237c_9001" } }
target = phd_framework::disk::crucible
|
| 5190 | 2026-08-19T22:58:10.089Z | INFO | phd-runner: [TEST - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::smoke::shutdown_persistence_test
self.path = "/tmp/propolis-phd/10401fa0-f264-4d11-8b0d-48ff3cbc237c_9001"
target = phd_framework::disk::crucible
|
| 5191 | 2026-08-19T22:58:10.098Z | INFO | phd-runner: [TEST - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
path = phd_tests::crucible::smoke::shutdown_persistence_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9002, vcr_address_override: None, data_dir: DataDirectory { path: "/tmp/propolis-phd/10401fa0-f264-4d11-8b0d-48ff3cbc237c_9002" } }
target = phd_framework::disk::crucible
|
| 5192 | 2026-08-19T22:58:10.104Z | INFO | phd-runner: [TEST - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::smoke::shutdown_persistence_test
self.path = "/tmp/propolis-phd/10401fa0-f264-4d11-8b0d-48ff3cbc237c_9002"
target = phd_framework::disk::crucible
|
| 5193 | 2026-08-19T22:58:10.113Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 423
file = phd-tests/tests/src/crucible/smoke.rs
line = 47
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_tests::crucible::smoke
|
| 5194 | 2026-08-19T22:58:10.113Z | INFO | phd-runner: test phd_tests::crucible::smoke::shutdown_persistence_test ... skipped: Can't run data persistence test on a guest with a read-only file
system
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 5195 | 2026-08-19T22:58:10.113Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 5196 | 2026-08-19T22:58:10.113Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 5197 | 2026-08-19T22:58:10.114Z | INFO | phd-runner: Starting test phd_tests::crucible::smoke::vcr_replace_during_start_test
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 5198 | 2026-08-19T22:58:10.114Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 5199 | 2026-08-19T22:58:10.114Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 5200 | 2026-08-19T22:58:10.114Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/crucible/smoke.rs
line = 91
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_tests::crucible::smoke
|
| 5201 | 2026-08-19T22:58:10.114Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 5202 | 2026-08-19T22:58:10.114Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 5203 | 2026-08-19T22:58:10.114Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 5204 | 2026-08-19T22:58:10.114Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::zfs
verb = list
|
| 5205 | 2026-08-19T22:58:10.126Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 210M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 5206 | 2026-08-19T22:58:10.126Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-81b7ae9b-6690-4286-96f1-853d9bba2ab1"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::zfs
verb = snapshot
|
| 5207 | 2026-08-19T22:58:10.144Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-81b7ae9b-6690-4286-96f1-853d9bba2ab1", "phd-artifacts/phd-clone-bd9acbf3-1502-4315-9fc5-cd7f92ec1d5c"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::zfs
verb = clone
|
| 5208 | 2026-08-19T22:58:10.161Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-bd9acbf3-1502-4315-9fc5-cd7f92ec1d5c"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::zfs
verb = list
|
| 5209 | 2026-08-19T22:58:10.172Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-bd9acbf3-1502-4315-9fc5-cd7f92ec1d5c 0B 25.3T 207M /phd-artifacts/phd-clone-bd9acbf3-1502-4315-9fc5-cd7f92ec1d5c\n
target = phd_framework::zfs
|
| 5210 | 2026-08-19T22:58:10.173Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/fdcb1fb6b813d621788c8e8542cfd939240e295029a624a25123e0b2f1fda4ff/crucible-downstairs
target = phd_framework::artifacts::store
|
| 5211 | 2026-08-19T22:58:10.173Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/d5562209-1380-4400-b91c-7bc5a2fd0251_9000", "--encrypted", "--uuid", "d5562209-1380-4400-b91c-7bc5a2fd0251", "--extent-size", "131072", "--extent-count", "16"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::disk::crucible
|
| 5212 | 2026-08-19T22:58:10.202Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/d5562209-1380-4400-b91c-7bc5a2fd0251_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:58:10.183311892Z","hostname":"BRM42220010","pid":1368}\n{"msg":"UUID: d5562209-1380-4400-b91c-7bc5a2fd0251","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:58:10.19790631Z","hostname":"BRM42220010","pid":1368}\n{"msg":"Blocks per extent:131072 Total Extents: 16","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:58:10.197918874Z","hostname":"BRM42220010","pid":1368}\n
target = phd_framework::disk::crucible
|
| 5213 | 2026-08-19T22:58:10.202Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/d5562209-1380-4400-b91c-7bc5a2fd0251_9001", "--encrypted", "--uuid", "d5562209-1380-4400-b91c-7bc5a2fd0251", "--extent-size", "131072", "--extent-count", "16"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::disk::crucible
|
| 5214 | 2026-08-19T22:58:10.229Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/d5562209-1380-4400-b91c-7bc5a2fd0251_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:58:10.212982304Z","hostname":"BRM42220010","pid":1369}\n{"msg":"UUID: d5562209-1380-4400-b91c-7bc5a2fd0251","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:58:10.22549853Z","hostname":"BRM42220010","pid":1369}\n{"msg":"Blocks per extent:131072 Total Extents: 16","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:58:10.225511665Z","hostname":"BRM42220010","pid":1369}\n
target = phd_framework::disk::crucible
|
| 5215 | 2026-08-19T22:58:10.229Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/d5562209-1380-4400-b91c-7bc5a2fd0251_9002", "--encrypted", "--uuid", "d5562209-1380-4400-b91c-7bc5a2fd0251", "--extent-size", "131072", "--extent-count", "16"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::disk::crucible
|
| 5216 | 2026-08-19T22:58:10.254Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/d5562209-1380-4400-b91c-7bc5a2fd0251_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:58:10.238929305Z","hostname":"BRM42220010","pid":1370}\n{"msg":"UUID: d5562209-1380-4400-b91c-7bc5a2fd0251","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:58:10.25101351Z","hostname":"BRM42220010","pid":1370}\n{"msg":"Blocks per extent:131072 Total Extents: 16","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:58:10.251027326Z","hostname":"BRM42220010","pid":1370}\n
target = phd_framework::disk::crucible
|
| 5217 | 2026-08-19T22:58:10.255Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::vcr_replace_during_start_test/crucible_d5562209-1380-4400-b91c-7bc5a2fd0251_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::vcr_replace_during_start_test/crucible_d5562209-1380-4400-b91c-7bc5a2fd0251_9000.stdout.log"
target = phd_framework::log_config
|
| 5218 | 2026-08-19T22:58:10.255Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/d5562209-1380-4400-b91c-7bc5a2fd0251_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::disk::crucible
|
| 5219 | 2026-08-19T22:58:10.255Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/d5562209-1380-4400-b91c-7bc5a2fd0251_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::disk::crucible
|
| 5220 | 2026-08-19T22:58:10.257Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::vcr_replace_during_start_test/crucible_d5562209-1380-4400-b91c-7bc5a2fd0251_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::vcr_replace_during_start_test/crucible_d5562209-1380-4400-b91c-7bc5a2fd0251_9001.stdout.log"
target = phd_framework::log_config
|
| 5221 | 2026-08-19T22:58:10.257Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/d5562209-1380-4400-b91c-7bc5a2fd0251_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::disk::crucible
|
| 5222 | 2026-08-19T22:58:10.257Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/d5562209-1380-4400-b91c-7bc5a2fd0251_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::disk::crucible
|
| 5223 | 2026-08-19T22:58:10.259Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::vcr_replace_during_start_test/crucible_d5562209-1380-4400-b91c-7bc5a2fd0251_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::vcr_replace_during_start_test/crucible_d5562209-1380-4400-b91c-7bc5a2fd0251_9002.stdout.log"
target = phd_framework::log_config
|
| 5224 | 2026-08-19T22:58:10.259Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/d5562209-1380-4400-b91c-7bc5a2fd0251_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::disk::crucible
|
| 5225 | 2026-08-19T22:58:10.259Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/d5562209-1380-4400-b91c-7bc5a2fd0251_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::disk::crucible
|
| 5226 | 2026-08-19T22:58:10.261Z | INFO | phd-runner: [TEST - EVENT] enabling vcr black hole
disk = vcr-replacement-target
file = phd-tests/framework/src/disk/crucible.rs
line = 130
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::disk::crucible
|
| 5227 | 2026-08-19T22:58:10.262Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
|
| 5228 | 2026-08-19T22:58:10.262Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm_name = crucible_vcr_replace_during_start_test
|
| 5229 | 2026-08-19T22:58:10.262Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 5230 | 2026-08-19T22:58:10.262Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
server_addr = 127.0.0.1:9003
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 5231 | 2026-08-19T22:58:10.262Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::vcr_replace_during_start_test/crucible_vcr_replace_during_start_test.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::vcr_replace_during_start_test/crucible_vcr_replace_during_start_test.stdout.log"
target = phd_framework::log_config
|
| 5232 | 2026-08-19T22:58:10.293Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1374
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm::server
|
| 5233 | 2026-08-19T22:58:10.307Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 45
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
|
| 5234 | 2026-08-19T22:58:10.307Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5235 | 2026-08-19T22:58:10.308Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9003/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5236 | 2026-08-19T22:58:11.060Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 5237 | 2026-08-19T22:58:11.061Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 6097eebf-e67f-43cf-9806-72713cebee30, name: "phd-vm-6097eebf-e67f-43cf-9806-72713cebee30", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 13cb3e9c-0f7c-467e-802a-4d69374f5a4f, project_id: d8b19ccd-e61d-4e7d-a826-cefaf4815f45, sled_id: ffa5443e-e566-49f9-a8f0-9f4e1599bdd1, sled_serial: "ffa5443e-e566-49f9-a8f0-9f4e1599bdd1", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5238 | 2026-08-19T22:58:11.061Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5239 | 2026-08-19T22:58:11.061Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
state = Run
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5240 | 2026-08-19T22:58:11.062Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5241 | 2026-08-19T22:58:11.062Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 788
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5242 | 2026-08-19T22:58:11.062Z | INFO | phd-runner: [WAIT_FOR_STATE - EVENT] Waiting 5s for server to reach state Running
file = phd-tests/framework/src/test_vm/mod.rs
line = 794
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5243 | 2026-08-19T22:58:11.062Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5244 | 2026-08-19T22:58:11.062Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 587
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5245 | 2026-08-19T22:58:11.063Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5246 | 2026-08-19T22:58:11.381Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5247 | 2026-08-19T22:58:11.381Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 587
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5248 | 2026-08-19T22:58:11.382Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5249 | 2026-08-19T22:58:12.169Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5250 | 2026-08-19T22:58:12.170Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 587
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5251 | 2026-08-19T22:58:12.171Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5252 | 2026-08-19T22:58:13.633Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5253 | 2026-08-19T22:58:13.633Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 587
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5254 | 2026-08-19T22:58:13.635Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5255 | 2026-08-19T22:58:14.486Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5256 | 2026-08-19T22:58:14.486Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 587
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5257 | 2026-08-19T22:58:14.488Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5258 | 2026-08-19T22:58:14.488Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 3425
file = phd-tests/framework/src/test_vm/mod.rs
line = 788
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5259 | 2026-08-19T22:58:14.488Z | INFO | phd-runner: [TEST - EVENT] disabling vcr black hole
disk = vcr-replacement-target
file = phd-tests/framework/src/disk/crucible.rs
line = 153
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::disk::crucible
|
| 5260 | 2026-08-19T22:58:14.489Z | INFO | phd-runner: [TEST - EVENT] issuing Crucible VCR replacement request
disk_name = vcr-replacement-target
file = phd-tests/framework/src/test_vm/mod.rs
line = 752
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vcr = Volume { id: fd428304-5870-438e-8e50-281fa7ebf129, block_size: 512, sub_volumes: [Region { block_size: 512, blocks_per_extent: 131072, extent_count: 16, opts: CrucibleOpts { id: fd428304-5870-438e-8e50-281fa7ebf129, target: [127.0.0.1:9000, 127.0.0.1:9001, 127.0.0.1:9002], lossy: false, flush_timeout: None, key: Some("+4TCCvC2ni3+xn4G+l+IzdUWsg+OWL9uyBhLkZcpO+k="), cert_pem: None, key_pem: None, root_cert_pem: None, control: None, read_only: false }, generation: 2 }], read_only_parent: None }
|
| 5261 | 2026-08-19T22:58:14.492Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
|
| 5262 | 2026-08-19T22:58:14.493Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5263 | 2026-08-19T22:58:14.493Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 5264 | 2026-08-19T22:58:14.493Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5265 | 2026-08-19T22:58:14.493Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5266 | 2026-08-19T22:58:28.998Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 14504
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5267 | 2026-08-19T22:58:28.998Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 5268 | 2026-08-19T22:58:28.998Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 5269 | 2026-08-19T22:58:28.998Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5270 | 2026-08-19T22:58:28.998Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5271 | 2026-08-19T22:58:29.016Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5272 | 2026-08-19T22:58:29.016Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 5273 | 2026-08-19T22:58:29.017Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 5274 | 2026-08-19T22:58:29.017Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5275 | 2026-08-19T22:58:29.017Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5276 | 2026-08-19T22:58:29.050Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5277 | 2026-08-19T22:58:29.050Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
|
| 5278 | 2026-08-19T22:58:29.050Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 14556
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
|
| 5279 | 2026-08-19T22:58:29.050Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5280 | 2026-08-19T22:58:29.050Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 587
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5281 | 2026-08-19T22:58:29.052Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 585
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5282 | 2026-08-19T22:58:29.052Z | INFO | phd-runner: [TEST - EVENT] issuing Crucible VCR replacement request
disk_name = vcr-replacement-target
file = phd-tests/framework/src/test_vm/mod.rs
line = 752
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vcr = Volume { id: fd428304-5870-438e-8e50-281fa7ebf129, block_size: 512, sub_volumes: [Region { block_size: 512, blocks_per_extent: 131072, extent_count: 16, opts: CrucibleOpts { id: fd428304-5870-438e-8e50-281fa7ebf129, target: [127.0.0.1:9000, 127.0.0.1:9001, 127.0.0.1:9002], lossy: false, flush_timeout: None, key: Some("+4TCCvC2ni3+xn4G+l+IzdUWsg+OWL9uyBhLkZcpO+k="), cert_pem: None, key_pem: None, root_cert_pem: None, control: None, read_only: false }, generation: 3 }], read_only_parent: None }
|
| 5283 | 2026-08-19T22:58:29.053Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5284 | 2026-08-19T22:58:29.054Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 5285 | 2026-08-19T22:58:29.054Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 17993
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 5286 | 2026-08-19T22:58:29.054Z | INFO | phd-runner: test phd_tests::crucible::smoke::vcr_replace_during_start_test ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 5287 | 2026-08-19T22:58:29.054Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 5288 | 2026-08-19T22:58:29.055Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1195
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5289 | 2026-08-19T22:58:29.602Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
self.address = 127.0.0.1:9003
target = phd_framework::test_vm::server
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5290 | 2026-08-19T22:58:29.692Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::zfs
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5291 | 2026-08-19T22:58:29.693Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-bd9acbf3-1502-4315-9fc5-cd7f92ec1d5c"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::zfs
verb = destroy
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5292 | 2026-08-19T22:58:29.719Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::zfs
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5293 | 2026-08-19T22:58:29.719Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-81b7ae9b-6690-4286-96f1-853d9bba2ab1"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::zfs
verb = destroy
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5294 | 2026-08-19T22:58:29.737Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9000, vcr_address_override: None, data_dir: DataDirectory { path: "/tmp/propolis-phd/d5562209-1380-4400-b91c-7bc5a2fd0251_9000" } }
target = phd_framework::disk::crucible
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5295 | 2026-08-19T22:58:29.742Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
self.path = "/tmp/propolis-phd/d5562209-1380-4400-b91c-7bc5a2fd0251_9000"
target = phd_framework::disk::crucible
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5296 | 2026-08-19T22:58:29.743Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9001, vcr_address_override: None, data_dir: DataDirectory { path: "/tmp/propolis-phd/d5562209-1380-4400-b91c-7bc5a2fd0251_9001" } }
target = phd_framework::disk::crucible
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5297 | 2026-08-19T22:58:29.748Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
self.path = "/tmp/propolis-phd/d5562209-1380-4400-b91c-7bc5a2fd0251_9001"
target = phd_framework::disk::crucible
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5298 | 2026-08-19T22:58:29.750Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9002, vcr_address_override: None, data_dir: DataDirectory { path: "/tmp/propolis-phd/d5562209-1380-4400-b91c-7bc5a2fd0251_9002" } }
target = phd_framework::disk::crucible
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5299 | 2026-08-19T22:58:29.755Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
self.path = "/tmp/propolis-phd/d5562209-1380-4400-b91c-7bc5a2fd0251_9002"
target = phd_framework::disk::crucible
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5300 | 2026-08-19T22:58:29.756Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 702
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5301 | 2026-08-19T22:58:29.757Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 19448
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = 6097eebf-e67f-43cf-9806-72713cebee30
|
| 5302 | 2026-08-19T22:58:29.757Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 19641
file = phd-tests/tests/src/crucible/smoke.rs
line = 91
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_tests::crucible::smoke
|
| 5303 | 2026-08-19T22:58:29.757Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 702
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 5304 | 2026-08-19T22:58:29.757Z | INFO | phd-runner: Starting test phd_tests::crucible::smoke::boot_test
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 5305 | 2026-08-19T22:58:29.757Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 5306 | 2026-08-19T22:58:29.757Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 5307 | 2026-08-19T22:58:29.757Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/crucible/smoke.rs
line = 14
path = phd_tests::crucible::smoke::boot_test
target = phd_tests::crucible::smoke
|
| 5308 | 2026-08-19T22:58:29.757Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 5309 | 2026-08-19T22:58:29.757Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 5310 | 2026-08-19T22:58:29.757Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/fdcb1fb6b813d621788c8e8542cfd939240e295029a624a25123e0b2f1fda4ff/crucible-downstairs
target = phd_framework::artifacts::store
|
| 5311 | 2026-08-19T22:58:29.757Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 5312 | 2026-08-19T22:58:29.757Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/e3e62171-97a9-4c11-8b1a-4b2586806aa3_9000", "--encrypted", "--uuid", "e3e62171-97a9-4c11-8b1a-4b2586806aa3", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
| 5313 | 2026-08-19T22:58:29.868Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
path = phd_tests::crucible::smoke::boot_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/e3e62171-97a9-4c11-8b1a-4b2586806aa3_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:58:29.76776115Z","hostname":"BRM42220010","pid":1378}\n{"msg":"UUID: e3e62171-97a9-4c11-8b1a-4b2586806aa3","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:58:29.863022508Z","hostname":"BRM42220010","pid":1378}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:58:29.863043398Z","hostname":"BRM42220010","pid":1378}\n
target = phd_framework::disk::crucible
|
| 5314 | 2026-08-19T22:58:29.868Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/e3e62171-97a9-4c11-8b1a-4b2586806aa3_9001", "--encrypted", "--uuid", "e3e62171-97a9-4c11-8b1a-4b2586806aa3", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
| 5315 | 2026-08-19T22:58:29.979Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
path = phd_tests::crucible::smoke::boot_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/e3e62171-97a9-4c11-8b1a-4b2586806aa3_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:58:29.87770834Z","hostname":"BRM42220010","pid":1379}\n{"msg":"UUID: e3e62171-97a9-4c11-8b1a-4b2586806aa3","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:58:29.974191991Z","hostname":"BRM42220010","pid":1379}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:58:29.974208953Z","hostname":"BRM42220010","pid":1379}\n
target = phd_framework::disk::crucible
|
| 5316 | 2026-08-19T22:58:29.979Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/e3e62171-97a9-4c11-8b1a-4b2586806aa3_9002", "--encrypted", "--uuid", "e3e62171-97a9-4c11-8b1a-4b2586806aa3", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
| 5317 | 2026-08-19T22:58:30.094Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
path = phd_tests::crucible::smoke::boot_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/e3e62171-97a9-4c11-8b1a-4b2586806aa3_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:58:29.988891569Z","hostname":"BRM42220010","pid":1380}\n{"msg":"UUID: e3e62171-97a9-4c11-8b1a-4b2586806aa3","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:58:30.087950574Z","hostname":"BRM42220010","pid":1380}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-08-19T22:58:30.087961508Z","hostname":"BRM42220010","pid":1380}\n
target = phd_framework::disk::crucible
|
| 5318 | 2026-08-19T22:58:30.094Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::crucible::smoke::boot_test
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::boot_test/crucible_e3e62171-97a9-4c11-8b1a-4b2586806aa3_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::boot_test/crucible_e3e62171-97a9-4c11-8b1a-4b2586806aa3_9000.stdout.log"
target = phd_framework::log_config
|
| 5319 | 2026-08-19T22:58:30.094Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/e3e62171-97a9-4c11-8b1a-4b2586806aa3_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
| 5320 | 2026-08-19T22:58:30.094Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/e3e62171-97a9-4c11-8b1a-4b2586806aa3_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
| 5321 | 2026-08-19T22:58:30.096Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::crucible::smoke::boot_test
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::boot_test/crucible_e3e62171-97a9-4c11-8b1a-4b2586806aa3_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::boot_test/crucible_e3e62171-97a9-4c11-8b1a-4b2586806aa3_9001.stdout.log"
target = phd_framework::log_config
|
| 5322 | 2026-08-19T22:58:30.096Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/e3e62171-97a9-4c11-8b1a-4b2586806aa3_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
| 5323 | 2026-08-19T22:58:30.096Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/e3e62171-97a9-4c11-8b1a-4b2586806aa3_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
| 5324 | 2026-08-19T22:58:30.098Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::crucible::smoke::boot_test
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::boot_test/crucible_e3e62171-97a9-4c11-8b1a-4b2586806aa3_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::boot_test/crucible_e3e62171-97a9-4c11-8b1a-4b2586806aa3_9002.stdout.log"
target = phd_framework::log_config
|
| 5325 | 2026-08-19T22:58:30.098Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/e3e62171-97a9-4c11-8b1a-4b2586806aa3_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
| 5326 | 2026-08-19T22:58:30.098Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/e3e62171-97a9-4c11-8b1a-4b2586806aa3_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
| 5327 | 2026-08-19T22:58:30.100Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
|
| 5328 | 2026-08-19T22:58:30.100Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm_name = crucible_boot_test
|
| 5329 | 2026-08-19T22:58:30.100Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 5330 | 2026-08-19T22:58:30.100Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::crucible::smoke::boot_test
server_addr = 127.0.0.1:9003
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 5331 | 2026-08-19T22:58:30.101Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::crucible::smoke::boot_test
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::boot_test/crucible_boot_test.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::boot_test/crucible_boot_test.stdout.log"
target = phd_framework::log_config
|
| 5332 | 2026-08-19T22:58:30.131Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1384
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm::server
|
| 5333 | 2026-08-19T22:58:30.145Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 44
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
|
| 5334 | 2026-08-19T22:58:30.145Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = d9143069-4e2d-42ac-91ba-3512c396a376
|
| 5335 | 2026-08-19T22:58:30.146Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9003/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = d9143069-4e2d-42ac-91ba-3512c396a376
|
| 5336 | 2026-08-19T22:58:30.943Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 5337 | 2026-08-19T22:58:30.944Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: d9143069-4e2d-42ac-91ba-3512c396a376, name: "phd-vm-d9143069-4e2d-42ac-91ba-3512c396a376", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: fdfff065-d1a3-4e40-b598-79652493e0db, project_id: f08f0e2b-2a70-4394-a65d-d7a50fefdd4d, sled_id: 0bfb33e6-2213-46d2-be03-a61764561198, sled_serial: "0bfb33e6-2213-46d2-be03-a61764561198", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = d9143069-4e2d-42ac-91ba-3512c396a376
|
| 5338 | 2026-08-19T22:58:30.944Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = d9143069-4e2d-42ac-91ba-3512c396a376
|
| 5339 | 2026-08-19T22:58:30.944Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::crucible::smoke::boot_test
state = Run
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = d9143069-4e2d-42ac-91ba-3512c396a376
|
| 5340 | 2026-08-19T22:58:30.945Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = d9143069-4e2d-42ac-91ba-3512c396a376
|
| 5341 | 2026-08-19T22:58:30.945Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
|
| 5342 | 2026-08-19T22:58:30.945Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = crucible_boot_test
vm_id = d9143069-4e2d-42ac-91ba-3512c396a376
|
| 5343 | 2026-08-19T22:58:30.945Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::crucible::smoke::boot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 5344 | 2026-08-19T22:58:30.945Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = d9143069-4e2d-42ac-91ba-3512c396a376
|
| 5345 | 2026-08-19T22:58:30.945Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_boot_test
vm_id = d9143069-4e2d-42ac-91ba-3512c396a376
|
| 5346 | 2026-08-19T22:58:35.928Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4982
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = d9143069-4e2d-42ac-91ba-3512c396a376
|
| 5347 | 2026-08-19T22:58:35.928Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::crucible::smoke::boot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 5348 | 2026-08-19T22:58:35.928Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::crucible::smoke::boot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 5349 | 2026-08-19T22:58:35.928Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = d9143069-4e2d-42ac-91ba-3512c396a376
|
| 5350 | 2026-08-19T22:58:35.928Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_boot_test
vm_id = d9143069-4e2d-42ac-91ba-3512c396a376
|
| 5351 | 2026-08-19T22:58:35.947Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = d9143069-4e2d-42ac-91ba-3512c396a376
|
| 5352 | 2026-08-19T22:58:35.947Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::crucible::smoke::boot_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 5353 | 2026-08-19T22:58:35.947Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::crucible::smoke::boot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 5354 | 2026-08-19T22:58:35.947Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = d9143069-4e2d-42ac-91ba-3512c396a376
|
| 5355 | 2026-08-19T22:58:35.947Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_boot_test
vm_id = d9143069-4e2d-42ac-91ba-3512c396a376
|
| 5356 | 2026-08-19T22:58:35.981Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = d9143069-4e2d-42ac-91ba-3512c396a376
|
| 5357 | 2026-08-19T22:58:35.981Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
|
| 5358 | 2026-08-19T22:58:35.981Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 5035
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
|
| 5359 | 2026-08-19T22:58:35.981Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = d9143069-4e2d-42ac-91ba-3512c396a376
|
| 5360 | 2026-08-19T22:58:35.981Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 5361 | 2026-08-19T22:58:35.981Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 5038
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 5362 | 2026-08-19T22:58:35.981Z | INFO | phd-runner: test phd_tests::crucible::smoke::boot_test ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 5363 | 2026-08-19T22:58:35.982Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 5364 | 2026-08-19T22:58:35.983Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1195
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = d9143069-4e2d-42ac-91ba-3512c396a376
|
| 5365 | 2026-08-19T22:58:36.614Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::crucible::smoke::boot_test
self.address = 127.0.0.1:9003
target = phd_framework::test_vm::server
vm = crucible_boot_test
vm_id = d9143069-4e2d-42ac-91ba-3512c396a376
|
| 5366 | 2026-08-19T22:58:36.702Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
path = phd_tests::crucible::smoke::boot_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9000, vcr_address_override: None, data_dir: DataDirectory { path: "/tmp/propolis-phd/e3e62171-97a9-4c11-8b1a-4b2586806aa3_9000" } }
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = d9143069-4e2d-42ac-91ba-3512c396a376
|
| 5367 | 2026-08-19T22:58:36.709Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::smoke::boot_test
self.path = "/tmp/propolis-phd/e3e62171-97a9-4c11-8b1a-4b2586806aa3_9000"
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = d9143069-4e2d-42ac-91ba-3512c396a376
|
| 5368 | 2026-08-19T22:58:36.720Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
path = phd_tests::crucible::smoke::boot_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9001, vcr_address_override: None, data_dir: DataDirectory { path: "/tmp/propolis-phd/e3e62171-97a9-4c11-8b1a-4b2586806aa3_9001" } }
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = d9143069-4e2d-42ac-91ba-3512c396a376
|
| 5369 | 2026-08-19T22:58:36.727Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::smoke::boot_test
self.path = "/tmp/propolis-phd/e3e62171-97a9-4c11-8b1a-4b2586806aa3_9001"
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = d9143069-4e2d-42ac-91ba-3512c396a376
|
| 5370 | 2026-08-19T22:58:36.738Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
path = phd_tests::crucible::smoke::boot_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9002, vcr_address_override: None, data_dir: DataDirectory { path: "/tmp/propolis-phd/e3e62171-97a9-4c11-8b1a-4b2586806aa3_9002" } }
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = d9143069-4e2d-42ac-91ba-3512c396a376
|
| 5371 | 2026-08-19T22:58:36.746Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::smoke::boot_test
self.path = "/tmp/propolis-phd/e3e62171-97a9-4c11-8b1a-4b2586806aa3_9002"
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = d9143069-4e2d-42ac-91ba-3512c396a376
|
| 5372 | 2026-08-19T22:58:36.758Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 776
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = d9143069-4e2d-42ac-91ba-3512c396a376
|
| 5373 | 2026-08-19T22:58:36.758Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6612
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = d9143069-4e2d-42ac-91ba-3512c396a376
|
| 5374 | 2026-08-19T22:58:36.758Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 7000
file = phd-tests/tests/src/crucible/smoke.rs
line = 14
path = phd_tests::crucible::smoke::boot_test
target = phd_tests::crucible::smoke
|
| 5375 | 2026-08-19T22:58:36.758Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 776
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 5376 | 2026-08-19T22:58:36.758Z | INFO | phd-runner: Starting test phd_tests::stats::instance_vcpu_stats
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 5377 | 2026-08-19T22:58:36.758Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 5378 | 2026-08-19T22:58:36.758Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 5379 | 2026-08-19T22:58:36.759Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/stats.rs
line = 198
path = phd_tests::stats::instance_vcpu_stats
target = phd_tests::stats
|
| 5380 | 2026-08-19T22:58:36.759Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 5381 | 2026-08-19T22:58:36.759Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 5382 | 2026-08-19T22:58:36.759Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 5383 | 2026-08-19T22:58:36.759Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::zfs
verb = list
|
| 5384 | 2026-08-19T22:58:36.771Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::stats::instance_vcpu_stats
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 210M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 5385 | 2026-08-19T22:58:36.771Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2d43d3d0-cb7f-4bef-b16f-6f33af0a352d"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::zfs
verb = snapshot
|
| 5386 | 2026-08-19T22:58:36.789Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2d43d3d0-cb7f-4bef-b16f-6f33af0a352d", "phd-artifacts/phd-clone-8d3f4365-7379-46eb-9cc0-5f6cd35a1c52"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::zfs
verb = clone
|
| 5387 | 2026-08-19T22:58:36.807Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-8d3f4365-7379-46eb-9cc0-5f6cd35a1c52"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::zfs
verb = list
|
| 5388 | 2026-08-19T22:58:36.819Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::stats::instance_vcpu_stats
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-8d3f4365-7379-46eb-9cc0-5f6cd35a1c52 0B 25.3T 207M /phd-artifacts/phd-clone-8d3f4365-7379-46eb-9cc0-5f6cd35a1c52\n
target = phd_framework::zfs
|
| 5389 | 2026-08-19T22:58:36.820Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
|
| 5390 | 2026-08-19T22:58:36.820Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: Some(Local) }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm_name = instance_vcpu_stats
|
| 5391 | 2026-08-19T22:58:36.820Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 5392 | 2026-08-19T22:58:36.822Z | DEBG | slog-rs (phd-oximeter-consumer): registered endpoint
local_addr = [::1]:58198
method = POST
path = /metrics/producers
versions = all
|
| 5393 | 2026-08-19T22:58:36.823Z | INFO | slog-rs (phd-oximeter-consumer): listening
local_addr = [::1]:58198
|
| 5394 | 2026-08-19T22:58:36.856Z | DEBG | slog-rs (phd-oximeter-consumer): successfully registered DTrace USDT probes
local_addr = [::1]:58198
|
| 5395 | 2026-08-19T22:58:36.856Z | INFO | slog-rs (phd-oximeter-consumer): fake oximeter test server listening
address = [::1]:58198
|
| 5396 | 2026-08-19T22:58:36.856Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 66
path = phd_tests::stats::instance_vcpu_stats
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 5397 | 2026-08-19T22:58:36.856Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::stats::instance_vcpu_stats
stderr_path = "/tmp/propolis-phd/phd_tests::stats::instance_vcpu_stats/instance_vcpu_stats.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::stats::instance_vcpu_stats/instance_vcpu_stats.stdout.log"
target = phd_framework::log_config
|
| 5398 | 2026-08-19T22:58:36.888Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1390
file = phd-tests/framework/src/test_vm/server.rs
line = 127
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm::server
|
| 5399 | 2026-08-19T22:58:36.903Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 83
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
|
| 5400 | 2026-08-19T22:58:36.903Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5401 | 2026-08-19T22:58:36.904Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 455
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5402 | 2026-08-19T22:58:37.780Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 5403 | 2026-08-19T22:58:37.781Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: c037225a-8bef-4edd-a815-9956398d3328, name: "phd-vm-c037225a-8bef-4edd-a815-9956398d3328", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 160123d9-8de5-4f0a-aa1d-cf11c2a0568d, project_id: ed97b007-2781-427d-ba41-d278368fb41a, sled_id: a3e417be-a652-4cdf-a49e-8af849d1b2fc, sled_serial: "a3e417be-a652-4cdf-a49e-8af849d1b2fc", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 514
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5404 | 2026-08-19T22:58:37.781Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5405 | 2026-08-19T22:58:37.781Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 580
path = phd_tests::stats::instance_vcpu_stats
state = Run
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5406 | 2026-08-19T22:58:37.782Z | INFO | slog-rs (phd-oximeter-consumer): accepted connection
local_addr = [::1]:58198
remote_addr = [::1]:56175
|
| 5407 | 2026-08-19T22:58:37.782Z | TRAC | slog-rs (phd-oximeter-consumer): incoming request
local_addr = [::1]:58198
method = POST
remote_addr = [::1]:56175
req_id = 8b352bdf-5dbd-4746-a27c-056009b8ad3f
uri = /metrics/producers
|
| 5408 | 2026-08-19T22:58:37.783Z | INFO | slog-rs (phd-oximeter-consumer): request completed
latency_us = 514
local_addr = [::1]:58198
method = POST
remote_addr = [::1]:56175
req_id = 8b352bdf-5dbd-4746-a27c-056009b8ad3f
response_code = 201
uri = /metrics/producers
|
| 5409 | 2026-08-19T22:58:37.783Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 575
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5410 | 2026-08-19T22:58:37.783Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
|
| 5411 | 2026-08-19T22:58:37.783Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 839
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = 300s
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5412 | 2026-08-19T22:58:37.783Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::stats::instance_vcpu_stats
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 5413 | 2026-08-19T22:58:37.783Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5414 | 2026-08-19T22:58:37.783Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5415 | 2026-08-19T22:58:41.790Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4006
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5416 | 2026-08-19T22:58:41.790Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::stats::instance_vcpu_stats
step = WriteStr("root")
target = phd_framework::test_vm
|
| 5417 | 2026-08-19T22:58:41.791Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::stats::instance_vcpu_stats
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 5418 | 2026-08-19T22:58:41.791Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5419 | 2026-08-19T22:58:41.791Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5420 | 2026-08-19T22:58:41.809Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5421 | 2026-08-19T22:58:41.809Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::stats::instance_vcpu_stats
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 5422 | 2026-08-19T22:58:41.810Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 847
path = phd_tests::stats::instance_vcpu_stats
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 5423 | 2026-08-19T22:58:41.810Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5424 | 2026-08-19T22:58:41.810Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5425 | 2026-08-19T22:58:41.842Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5426 | 2026-08-19T22:58:41.842Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
|
| 5427 | 2026-08-19T22:58:41.842Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4058
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
|
| 5428 | 2026-08-19T22:58:41.842Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5429 | 2026-08-19T22:58:41.842Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5430 | 2026-08-19T22:58:41.853Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5431 | 2026-08-19T22:58:41.853Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5432 | 2026-08-19T22:58:41.853Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5433 | 2026-08-19T22:59:01.888Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 20033
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5434 | 2026-08-19T22:59:01.888Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5435 | 2026-08-19T22:59:01.888Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5436 | 2026-08-19T22:59:01.899Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5437 | 2026-08-19T22:59:01.899Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5438 | 2026-08-19T22:59:01.899Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5439 | 2026-08-19T22:59:01.932Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5440 | 2026-08-19T22:59:03.132Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5441 | 2026-08-19T22:59:03.132Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5442 | 2026-08-19T22:59:03.143Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5443 | 2026-08-19T22:59:03.144Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5444 | 2026-08-19T22:59:03.144Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5445 | 2026-08-19T22:59:03.177Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5446 | 2026-08-19T22:59:03.177Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5447 | 2026-08-19T22:59:03.177Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5448 | 2026-08-19T22:59:03.188Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5449 | 2026-08-19T22:59:03.188Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5450 | 2026-08-19T22:59:03.188Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5451 | 2026-08-19T22:59:03.221Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5452 | 2026-08-19T22:59:03.221Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5453 | 2026-08-19T22:59:03.221Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5454 | 2026-08-19T22:59:03.232Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5455 | 2026-08-19T22:59:03.232Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5456 | 2026-08-19T22:59:03.232Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5457 | 2026-08-19T22:59:03.264Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5458 | 2026-08-19T22:59:03.264Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5459 | 2026-08-19T22:59:03.265Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5460 | 2026-08-19T22:59:03.275Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5461 | 2026-08-19T22:59:03.275Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5462 | 2026-08-19T22:59:03.275Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5463 | 2026-08-19T22:59:03.308Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5464 | 2026-08-19T22:59:03.309Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5465 | 2026-08-19T22:59:03.309Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5466 | 2026-08-19T22:59:03.319Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5467 | 2026-08-19T22:59:03.319Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5468 | 2026-08-19T22:59:03.320Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5469 | 2026-08-19T22:59:07.857Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4537
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5470 | 2026-08-19T22:59:07.857Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5471 | 2026-08-19T22:59:07.857Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5472 | 2026-08-19T22:59:07.868Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5473 | 2026-08-19T22:59:07.868Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5474 | 2026-08-19T22:59:07.868Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5475 | 2026-08-19T22:59:07.902Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5476 | 2026-08-19T22:59:18.470Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5477 | 2026-08-19T22:59:18.470Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5478 | 2026-08-19T22:59:18.481Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5479 | 2026-08-19T22:59:18.481Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5480 | 2026-08-19T22:59:18.482Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5481 | 2026-08-19T22:59:28.516Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10033
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5482 | 2026-08-19T22:59:28.516Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5483 | 2026-08-19T22:59:28.516Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5484 | 2026-08-19T22:59:28.526Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5485 | 2026-08-19T22:59:28.527Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5486 | 2026-08-19T22:59:28.527Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 920
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5487 | 2026-08-19T22:59:28.560Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 913
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5488 | 2026-08-19T22:59:32.781Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5489 | 2026-08-19T22:59:32.782Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 5490 | | {"msg":"beginning graceful shutdown","v":0,"name":"slog-rs","level":30{"v":0,"name":"phd-runner","msg":"[SERIAL CONSOLE TASK - END]","level":30,"hostname":"BRM42220010","pid":919,"time":"2026-08-19T22:59:32.782138297Z","target":"phd_framework::serial","line":200,"file":"phd-tests/framework/src/serial/mod.rs","elapsed_milliseconds":54999} |
| 5491 | | ,"time":"2026-08-19T22:59:32.78211921Z","hostname":"BRM42220010","pid":919,"local_addr":"[::1]:58198","component":"phd-oximeter-consumer"} |
| 5492 | 2026-08-19T22:59:32.782Z | INFO | phd-runner: test phd_tests::stats::instance_vcpu_stats ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 5493 | 2026-08-19T22:59:32.782Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 5494 | 2026-08-19T22:59:32.783Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1195
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5495 | 2026-08-19T22:59:33.174Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 177
path = phd_tests::stats::instance_vcpu_stats
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5496 | 2026-08-19T22:59:33.264Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::zfs
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5497 | 2026-08-19T22:59:33.264Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-8d3f4365-7379-46eb-9cc0-5f6cd35a1c52"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::zfs
verb = destroy
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5498 | 2026-08-19T22:59:33.290Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::zfs
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5499 | 2026-08-19T22:59:33.290Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2d43d3d0-cb7f-4bef-b16f-6f33af0a352d"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::zfs
verb = destroy
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5500 | 2026-08-19T22:59:33.308Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 56403
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5501 | 2026-08-19T22:59:33.308Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 526
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 5502 | 2026-08-19T22:59:33.308Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 526
file = phd-tests/framework/src/test_vm/mod.rs
line = 1172
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = c037225a-8bef-4edd-a815-9956398d3328
|
| 5503 | 2026-08-19T22:59:33.308Z | INFO | phd-runner: [EXECUTION_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 35
target = phd_runner::fixtures
|
| 5504 | 2026-08-19T22:59:33.308Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 56547
file = phd-tests/tests/src/stats.rs
line = 198
path = phd_tests::stats::instance_vcpu_stats
target = phd_tests::stats
|
| 5505 | 2026-08-19T22:59:33.309Z | INFO | phd-runner: [EXECUTION_CLEANUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 35
target = phd_runner::fixtures
|
| 5506 | | test result: ok. 44 passed; 0 failed; 4 skipped; 0 not run; finished in 503.42s |
| 5507 | | |
| 5508 | 2026-08-19T22:59:33.309Z | DEBG | phd-runner: phd_runner
exit_code = 0
file = phd-tests/runner/src/main.rs
line = 41
target = phd_runner
|