| 1 | 2026-09-04T01:10:46.168Z | 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-09-04T01:10:46.192Z | 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: 252, tv_nsec: 640639083 }, max_elapsed_time: Some(1200s), clock: SystemClock }, remote_server_uris: ["https://oxide-omicron-build.s3.amazonaws.com"] } }
target = phd_framework::artifacts::store
|
| 3 | 2026-09-04T01:10:46.192Z | 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-09-04T01:10:46.194Z | 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-09-04T01:10:46.199Z | 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-09-04T01:10:46.469Z | 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-09-04T01:10:46.471Z | INFO | phd-runner: [EXECUTION_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 25
target = phd_runner::fixtures
|
| 8 | 2026-09-04T01:10:46.471Z | INFO | phd-runner: [EXECUTION_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 25
target = phd_runner::fixtures
|
| 9 | 2026-09-04T01:10:46.475Z | INFO | phd-runner: Running 48 test(s)
file = phd-tests/runner/src/execute.rs
line = 83
target = phd_runner::execute
|
| 10 | 2026-09-04T01:10:46.476Z | 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-09-04T01:10:46.476Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 12 | 2026-09-04T01:10:46.476Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 13 | 2026-09-04T01:10:46.477Z | 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-09-04T01:10:46.479Z | 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-09-04T01:10:46.481Z | 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-09-04T01:10:46.971Z | 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-09-04T01:10:46.985Z | 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-09-04T01:10:53.568Z | 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-09-04T01:10:53.569Z | 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-09-04T01:10:53.590Z | 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 3.50M 25.3T 2M /phd-artifacts\n
target = phd_framework::zfs
|
| 21 | 2026-09-04T01:10:53.592Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-4fd19d86-eba6-4f1d-aa64-c6a5a9a2bae4"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::zfs
verb = snapshot
|
| 22 | 2026-09-04T01:10:53.614Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-4fd19d86-eba6-4f1d-aa64-c6a5a9a2bae4", "phd-artifacts/phd-clone-f61bcdcb-1812-4bef-b08c-71343cef7bb2"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::zfs
verb = clone
|
| 23 | 2026-09-04T01:10:53.634Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-f61bcdcb-1812-4bef-b08c-71343cef7bb2"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::zfs
verb = list
|
| 24 | 2026-09-04T01:10:53.644Z | 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-f61bcdcb-1812-4bef-b08c-71343cef7bb2 0B 25.3T 49.0M /phd-artifacts/phd-clone-f61bcdcb-1812-4bef-b08c-71343cef7bb2\n
target = phd_framework::zfs
|
| 25 | 2026-09-04T01:10:53.649Z | 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-09-04T01:10:53.649Z | 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-09-04T01:10:53.650Z | 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-09-04T01:10:53.650Z | 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-09-04T01:10:53.651Z | 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-09-04T01:10:53.651Z | 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-09-04T01:10:53.687Z | 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-09-04T01:10:53.702Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 52
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-09-04T01:10:53.702Z | 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 = 515b65e4-f008-4e04-9e9e-db43fd815ff0
|
| 34 | 2026-09-04T01:10:53.707Z | 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 = 515b65e4-f008-4e04-9e9e-db43fd815ff0
|
| 35 | 2026-09-04T01:10:54.303Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 36 | 2026-09-04T01:10:54.308Z | 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: 515b65e4-f008-4e04-9e9e-db43fd815ff0, name: "phd-vm-515b65e4-f008-4e04-9e9e-db43fd815ff0", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 0880ab5d-06c2-4cac-b65d-ff7f7f829773, project_id: 86b24982-e428-4776-9b62-9f1fab3887c0, sled_id: b1758ee0-ca45-4d71-a17e-0951437495c7, sled_serial: "b1758ee0-ca45-4d71-a17e-0951437495c7", 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 = 515b65e4-f008-4e04-9e9e-db43fd815ff0
|
| 37 | 2026-09-04T01:10:54.308Z | 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 = 515b65e4-f008-4e04-9e9e-db43fd815ff0
|
| 38 | 2026-09-04T01:10:54.308Z | 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 = 515b65e4-f008-4e04-9e9e-db43fd815ff0
|
| 39 | 2026-09-04T01:10:54.309Z | 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 = 515b65e4-f008-4e04-9e9e-db43fd815ff0
|
| 40 | 2026-09-04T01:10:54.309Z | 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-09-04T01:10:54.309Z | 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 = 515b65e4-f008-4e04-9e9e-db43fd815ff0
|
| 42 | 2026-09-04T01:10:54.309Z | DEBG | phd-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-09-04T01:10:54.309Z | 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 = 515b65e4-f008-4e04-9e9e-db43fd815ff0
|
| 44 | 2026-09-04T01:10:54.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::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_smoke_test
vm_id = 515b65e4-f008-4e04-9e9e-db43fd815ff0
|
| 45 | 2026-09-04T01:10:59.178Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4867
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 = 515b65e4-f008-4e04-9e9e-db43fd815ff0
|
| 46 | 2026-09-04T01:10:59.178Z | DEBG | phd-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-09-04T01:10:59.180Z | DEBG | phd-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-09-04T01:10:59.180Z | 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 = 515b65e4-f008-4e04-9e9e-db43fd815ff0
|
| 49 | 2026-09-04T01:10:59.180Z | INFO | phd-runner: [WAIT_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 = 515b65e4-f008-4e04-9e9e-db43fd815ff0
|
| 50 | 2026-09-04T01:10:59.196Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 16
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 = 515b65e4-f008-4e04-9e9e-db43fd815ff0
|
| 51 | 2026-09-04T01:10:59.196Z | DEBG | phd-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-09-04T01:10:59.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::hyperv::hyperv_smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 53 | 2026-09-04T01:10:59.197Z | 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 = 515b65e4-f008-4e04-9e9e-db43fd815ff0
|
| 54 | 2026-09-04T01:10:59.197Z | INFO | phd-runner: [WAIT_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 = 515b65e4-f008-4e04-9e9e-db43fd815ff0
|
| 55 | 2026-09-04T01:10:59.229Z | 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 = 515b65e4-f008-4e04-9e9e-db43fd815ff0
|
| 56 | 2026-09-04T01:10:59.229Z | 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-09-04T01:10:59.230Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4918
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-09-04T01:10:59.230Z | 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 = 515b65e4-f008-4e04-9e9e-db43fd815ff0
|
| 59 | 2026-09-04T01:10:59.230Z | INFO | phd-runner: [WAIT_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 = 515b65e4-f008-4e04-9e9e-db43fd815ff0
|
| 60 | 2026-09-04T01:10:59.240Z | 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 = 515b65e4-f008-4e04-9e9e-db43fd815ff0
|
| 61 | 2026-09-04T01:10:59.240Z | 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 = 515b65e4-f008-4e04-9e9e-db43fd815ff0
|
| 62 | 2026-09-04T01:10:59.241Z | INFO | phd-runner: [WAIT_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 = 515b65e4-f008-4e04-9e9e-db43fd815ff0
|
| 63 | 2026-09-04T01:10:59.275Z | 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_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 515b65e4-f008-4e04-9e9e-db43fd815ff0
|
| 64 | 2026-09-04T01:10:59.275Z | 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 = 515b65e4-f008-4e04-9e9e-db43fd815ff0
|
| 65 | 2026-09-04T01:10:59.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::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_smoke_test
vm_id = 515b65e4-f008-4e04-9e9e-db43fd815ff0
|
| 66 | 2026-09-04T01:10:59.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::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 515b65e4-f008-4e04-9e9e-db43fd815ff0
|
| 67 | 2026-09-04T01:10:59.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_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 515b65e4-f008-4e04-9e9e-db43fd815ff0
|
| 68 | 2026-09-04T01:10:59.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_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_smoke_test
vm_id = 515b65e4-f008-4e04-9e9e-db43fd815ff0
|
| 69 | 2026-09-04T01:10:59.319Z | 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 = 515b65e4-f008-4e04-9e9e-db43fd815ff0
|
| 70 | 2026-09-04T01:10:59.319Z | 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 = 515b65e4-f008-4e04-9e9e-db43fd815ff0
|
| 71 | 2026-09-04T01:10:59.321Z | 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-09-04T01:10:59.321Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 5016
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 73 | 2026-09-04T01:10:59.322Z | 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-09-04T01:10:59.322Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 75 | 2026-09-04T01:10:59.323Z | 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 = 515b65e4-f008-4e04-9e9e-db43fd815ff0
|
| 76 | 2026-09-04T01:10:59.776Z | 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 = 515b65e4-f008-4e04-9e9e-db43fd815ff0
|
| 77 | 2026-09-04T01:10:59.856Z | 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 = 515b65e4-f008-4e04-9e9e-db43fd815ff0
|
| 78 | 2026-09-04T01:10:59.857Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-f61bcdcb-1812-4bef-b08c-71343cef7bb2"]
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 = 515b65e4-f008-4e04-9e9e-db43fd815ff0
|
| 79 | 2026-09-04T01:10:59.883Z | 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 = 515b65e4-f008-4e04-9e9e-db43fd815ff0
|
| 80 | 2026-09-04T01:10:59.883Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-4fd19d86-eba6-4f1d-aa64-c6a5a9a2bae4"]
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 = 515b65e4-f008-4e04-9e9e-db43fd815ff0
|
| 81 | 2026-09-04T01:10:59.902Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 580
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 = 515b65e4-f008-4e04-9e9e-db43fd815ff0
|
| 82 | 2026-09-04T01:10:59.902Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6198
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 = 515b65e4-f008-4e04-9e9e-db43fd815ff0
|
| 83 | 2026-09-04T01:10:59.902Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 13424
file = phd-tests/tests/src/hyperv.rs
line = 54
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_tests::hyperv
|
| 84 | 2026-09-04T01:10:59.903Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 580
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 85 | 2026-09-04T01:10:59.903Z | 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-09-04T01:10:59.903Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 87 | 2026-09-04T01:10:59.903Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 88 | 2026-09-04T01:10:59.903Z | 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-09-04T01:10:59.904Z | 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-09-04T01:10:59.904Z | 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-09-04T01:10:59.904Z | 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-09-04T01:10:59.904Z | 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-09-04T01:10:59.915Z | 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 50.9M 25.3T 49.0M /phd-artifacts\n
target = phd_framework::zfs
|
| 94 | 2026-09-04T01:10:59.915Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2ee013b5-e82d-4271-b836-59fad9fdc6eb"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::zfs
verb = snapshot
|
| 95 | 2026-09-04T01:10:59.932Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2ee013b5-e82d-4271-b836-59fad9fdc6eb", "phd-artifacts/phd-clone-4dc67882-8986-4716-afd1-c8b487603172"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::zfs
verb = clone
|
| 96 | 2026-09-04T01:10:59.951Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-4dc67882-8986-4716-afd1-c8b487603172"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::zfs
verb = list
|
| 97 | 2026-09-04T01:10:59.963Z | 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-4dc67882-8986-4716-afd1-c8b487603172 0B 25.3T 49.0M /phd-artifacts/phd-clone-4dc67882-8986-4716-afd1-c8b487603172\n
target = phd_framework::zfs
|
| 98 | 2026-09-04T01:10:59.963Z | 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-09-04T01:10:59.963Z | 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-09-04T01:10:59.963Z | 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-09-04T01:10:59.963Z | 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-09-04T01:10:59.964Z | 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-09-04T01:10:59.979Z | 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-09-04T01:10:59.994Z | 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
|
| 105 | 2026-09-04T01:10:59.994Z | 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 = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
|
| 106 | 2026-09-04T01:10:59.995Z | 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 = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
|
| 107 | 2026-09-04T01:11:00.487Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 108 | 2026-09-04T01:11:00.489Z | 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: ef9b6a7a-8772-4ef7-a67c-542f058faf6b, name: "phd-vm-ef9b6a7a-8772-4ef7-a67c-542f058faf6b", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 100402d8-3fa7-448c-8a4e-a8215e54f5f6, project_id: b0c1f07e-39da-481e-b41d-2c689cbcff04, sled_id: b45257dc-3f12-4cf1-b640-13bb6c80fd39, sled_serial: "b45257dc-3f12-4cf1-b640-13bb6c80fd39", 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 = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
|
| 109 | 2026-09-04T01:11:00.489Z | 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 = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
|
| 110 | 2026-09-04T01:11:00.489Z | 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 = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
|
| 111 | 2026-09-04T01:11:00.490Z | 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 = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
|
| 112 | 2026-09-04T01:11:00.490Z | 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-09-04T01:11:00.490Z | 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 = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
|
| 114 | 2026-09-04T01:11:00.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::hyperv::hyperv_lifecycle_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 115 | 2026-09-04T01:11:00.490Z | 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 = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
|
| 116 | 2026-09-04T01:11:00.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_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_lifecycle_test
vm_id = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
|
| 117 | 2026-09-04T01:11:05.381Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4887
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 = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
|
| 118 | 2026-09-04T01:11:05.381Z | DEBG | phd-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-09-04T01:11:05.381Z | DEBG | phd-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-09-04T01:11:05.381Z | 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 = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
|
| 121 | 2026-09-04T01:11:05.381Z | INFO | phd-runner: [WAIT_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 = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
|
| 122 | 2026-09-04T01:11:05.401Z | 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 = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
|
| 123 | 2026-09-04T01:11:05.401Z | DEBG | phd-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-09-04T01:11:05.401Z | DEBG | phd-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-09-04T01:11:05.401Z | 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 = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
|
| 126 | 2026-09-04T01:11:05.401Z | INFO | phd-runner: [WAIT_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 = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
|
| 127 | 2026-09-04T01:11:05.434Z | 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 = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
|
| 128 | 2026-09-04T01:11:05.434Z | 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-09-04T01:11:05.434Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4940
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-09-04T01:11:05.434Z | 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-09-04T01:11:05.434Z | 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 = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
|
| 132 | 2026-09-04T01:11:05.434Z | 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 = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
|
| 133 | 2026-09-04T01:11:05.436Z | 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 = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
|
| 134 | 2026-09-04T01:11:05.436Z | 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-09-04T01:11:05.436Z | 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 = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
|
| 136 | 2026-09-04T01:11:05.436Z | DEBG | phd-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-09-04T01:11:05.436Z | 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 = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
|
| 138 | 2026-09-04T01:11:05.436Z | INFO | phd-runner: [WAIT_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 = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
|
| 139 | 2026-09-04T01:11:10.116Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4677
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 = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
|
| 140 | 2026-09-04T01:11:10.116Z | DEBG | phd-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-09-04T01:11:10.116Z | DEBG | phd-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-09-04T01:11:10.116Z | 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 = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
|
| 143 | 2026-09-04T01:11:10.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::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_lifecycle_test
vm_id = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
|
| 144 | 2026-09-04T01:11:10.135Z | 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 = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
|
| 145 | 2026-09-04T01:11:10.135Z | DEBG | phd-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-09-04T01:11:10.135Z | DEBG | phd-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-09-04T01:11:10.135Z | 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 = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
|
| 148 | 2026-09-04T01:11:10.135Z | INFO | phd-runner: [WAIT_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 = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
|
| 149 | 2026-09-04T01:11:10.167Z | 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 = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
|
| 150 | 2026-09-04T01:11:10.167Z | 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-09-04T01:11:10.167Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4728
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-09-04T01:11:10.168Z | 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 = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
|
| 153 | 2026-09-04T01:11:10.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::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_lifecycle_test
vm_id = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
|
| 154 | 2026-09-04T01:11:10.189Z | 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::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
|
| 155 | 2026-09-04T01:11:10.189Z | 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 = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
|
| 156 | 2026-09-04T01:11:10.189Z | INFO | phd-runner: [WAIT_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 = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
|
| 157 | 2026-09-04T01:11:10.223Z | 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 = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
|
| 158 | 2026-09-04T01:11:10.223Z | 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 = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
|
| 159 | 2026-09-04T01:11:10.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::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_lifecycle_test
vm_id = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
|
| 160 | 2026-09-04T01:11:10.234Z | 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 = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
|
| 161 | 2026-09-04T01:11:10.234Z | 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 = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
|
| 162 | 2026-09-04T01:11:10.234Z | INFO | phd-runner: [WAIT_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 = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
|
| 163 | 2026-09-04T01:11:10.266Z | 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 = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
|
| 164 | 2026-09-04T01:11:10.266Z | 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-09-04T01:11:10.267Z | 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-09-04T01:11:10.267Z | 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-09-04T01:11:10.267Z | 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-09-04T01:11:10.267Z | 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-09-04T01:11:10.267Z | 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-09-04T01:11:10.282Z | 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-09-04T01:11:10.296Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 29
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-09-04T01:11:10.296Z | 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 = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
target = phd_framework::test_vm
target_id = aecb9e60-0f6f-4e58-bccd-8934c7975c42
|
| 173 | 2026-09-04T01:11:10.296Z | 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 = c1d6260a-fbf4-416e-9c50-516f2f0d1d48
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
target = phd_framework::test_vm
target_id = aecb9e60-0f6f-4e58-bccd-8934c7975c42
timeout_duration = 45s
|
| 174 | 2026-09-04T01:11:10.297Z | 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 = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
target = phd_framework::test_vm
target_id = aecb9e60-0f6f-4e58-bccd-8934c7975c42
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = aecb9e60-0f6f-4e58-bccd-8934c7975c42
|
| 175 | 2026-09-04T01:11:10.297Z | 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 = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
target = phd_framework::test_vm
target_id = aecb9e60-0f6f-4e58-bccd-8934c7975c42
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = aecb9e60-0f6f-4e58-bccd-8934c7975c42
|
| 176 | 2026-09-04T01:11:10.704Z | 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: aecb9e60-0f6f-4e58-bccd-8934c7975c42, name: "phd-vm-aecb9e60-0f6f-4e58-bccd-8934c7975c42", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 100402d8-3fa7-448c-8a4e-a8215e54f5f6, project_id: b0c1f07e-39da-481e-b41d-2c689cbcff04, sled_id: 75fc27ba-0c9d-4a5c-b4e7-16dafe43d62c, sled_serial: "75fc27ba-0c9d-4a5c-b4e7-16dafe43d62c", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 514
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
target = phd_framework::test_vm
target_id = aecb9e60-0f6f-4e58-bccd-8934c7975c42
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = aecb9e60-0f6f-4e58-bccd-8934c7975c42
|
| 177 | 2026-09-04T01:11:10.705Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = c1d6260a-fbf4-416e-9c50-516f2f0d1d48
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
target = phd_framework::test_vm
target_id = aecb9e60-0f6f-4e58-bccd-8934c7975c42
|
| 178 | 2026-09-04T01:11:13.647Z | 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-09-04T01:11:13.915Z | 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 = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
target = phd_framework::test_vm
target_id = aecb9e60-0f6f-4e58-bccd-8934c7975c42
|
| 180 | 2026-09-04T01:11:13.915Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3208
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = c1d6260a-fbf4-416e-9c50-516f2f0d1d48
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
target = phd_framework::test_vm
target_id = aecb9e60-0f6f-4e58-bccd-8934c7975c42
|
| 181 | 2026-09-04T01:11:13.917Z | 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 = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
|
| 182 | 2026-09-04T01:11:13.917Z | 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 = aecb9e60-0f6f-4e58-bccd-8934c7975c42
|
| 183 | 2026-09-04T01:11:13.917Z | INFO | phd-runner: [WAIT_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 = aecb9e60-0f6f-4e58-bccd-8934c7975c42
|
| 184 | 2026-09-04T01:11:13.919Z | 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 = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
|
| 185 | 2026-09-04T01:11:13.997Z | 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 = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
|
| 186 | 2026-09-04T01:11:13.997Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 13995
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 = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
|
| 187 | 2026-09-04T01:11:16.211Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 2292
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 = aecb9e60-0f6f-4e58-bccd-8934c7975c42
|
| 188 | 2026-09-04T01:11:16.211Z | 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 = aecb9e60-0f6f-4e58-bccd-8934c7975c42
|
| 189 | 2026-09-04T01:11:16.211Z | INFO | phd-runner: [WAIT_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 = aecb9e60-0f6f-4e58-bccd-8934c7975c42
|
| 190 | 2026-09-04T01:11:16.244Z | 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 = aecb9e60-0f6f-4e58-bccd-8934c7975c42
|
| 191 | 2026-09-04T01:11:16.244Z | 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 = aecb9e60-0f6f-4e58-bccd-8934c7975c42
|
| 192 | 2026-09-04T01:11:16.245Z | INFO | phd-runner: [WAIT_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 = aecb9e60-0f6f-4e58-bccd-8934c7975c42
|
| 193 | 2026-09-04T01:11:16.255Z | 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 = aecb9e60-0f6f-4e58-bccd-8934c7975c42
|
| 194 | 2026-09-04T01:11:16.257Z | 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 = aecb9e60-0f6f-4e58-bccd-8934c7975c42
|
| 195 | 2026-09-04T01:11:16.257Z | INFO | phd-runner: [WAIT_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 = aecb9e60-0f6f-4e58-bccd-8934c7975c42
|
| 196 | 2026-09-04T01:11:16.289Z | 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_lifecycle_1
vm_id = aecb9e60-0f6f-4e58-bccd-8934c7975c42
|
| 197 | 2026-09-04T01:11:16.289Z | 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 = aecb9e60-0f6f-4e58-bccd-8934c7975c42
|
| 198 | 2026-09-04T01:11:16.289Z | 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-09-04T01:11:16.290Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 15793
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 200 | 2026-09-04T01:11:16.290Z | 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-09-04T01:11:16.290Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 202 | 2026-09-04T01:11:16.291Z | 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 = aecb9e60-0f6f-4e58-bccd-8934c7975c42
|
| 203 | 2026-09-04T01:11:16.620Z | 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 = aecb9e60-0f6f-4e58-bccd-8934c7975c42
|
| 204 | 2026-09-04T01:11:16.700Z | 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 = aecb9e60-0f6f-4e58-bccd-8934c7975c42
|
| 205 | 2026-09-04T01:11:16.701Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-4dc67882-8986-4716-afd1-c8b487603172"]
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 = aecb9e60-0f6f-4e58-bccd-8934c7975c42
|
| 206 | 2026-09-04T01:11:16.726Z | 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 = aecb9e60-0f6f-4e58-bccd-8934c7975c42
|
| 207 | 2026-09-04T01:11:16.727Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2ee013b5-e82d-4271-b836-59fad9fdc6eb"]
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 = aecb9e60-0f6f-4e58-bccd-8934c7975c42
|
| 208 | 2026-09-04T01:11:16.744Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 454
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 = aecb9e60-0f6f-4e58-bccd-8934c7975c42
|
| 209 | 2026-09-04T01:11:16.744Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6444
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
target = phd_framework::test_vm
target_id = aecb9e60-0f6f-4e58-bccd-8934c7975c42
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = aecb9e60-0f6f-4e58-bccd-8934c7975c42
|
| 210 | 2026-09-04T01:11:16.744Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 453
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 211 | 2026-09-04T01:11:16.744Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 6444
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = ef9b6a7a-8772-4ef7-a67c-542f058faf6b
target = phd_framework::test_vm
target_id = aecb9e60-0f6f-4e58-bccd-8934c7975c42
|
| 212 | 2026-09-04T01:11:16.744Z | 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
|
| 213 | 2026-09-04T01:11:16.744Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 16831
file = phd-tests/tests/src/hyperv.rs
line = 77
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_tests::hyperv
|
| 214 | 2026-09-04T01:11:16.744Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 215 | 2026-09-04T01:11:16.744Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 216 | 2026-09-04T01:11:16.744Z | 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-09-04T01:11:16.745Z | 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-09-04T01:11:16.745Z | 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-09-04T01:11:16.745Z | 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-09-04T01:11:16.745Z | 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-09-04T01:11:16.757Z | 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 50.9M 25.3T 49.0M /phd-artifacts\n
target = phd_framework::zfs
|
| 222 | 2026-09-04T01:11:16.757Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2b2f5669-64c5-405a-a5ea-fb623db0267e"]
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-09-04T01:11:16.776Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2b2f5669-64c5-405a-a5ea-fb623db0267e", "phd-artifacts/phd-clone-c7db1f30-5c01-4273-bed8-6df85ad230aa"]
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-09-04T01:11:16.793Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-c7db1f30-5c01-4273-bed8-6df85ad230aa"]
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-09-04T01:11:16.804Z | 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-c7db1f30-5c01-4273-bed8-6df85ad230aa 0B 25.3T 49.0M /phd-artifacts/phd-clone-c7db1f30-5c01-4273-bed8-6df85ad230aa\n
target = phd_framework::zfs
|
| 226 | 2026-09-04T01:11:16.805Z | 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-09-04T01:11:16.805Z | 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-09-04T01:11:16.805Z | 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-09-04T01:11:16.805Z | 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-09-04T01:11:16.805Z | 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-09-04T01:11:16.820Z | 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-09-04T01:11:16.835Z | 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
|
| 233 | 2026-09-04T01:11:16.835Z | 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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 234 | 2026-09-04T01:11:16.836Z | 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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 235 | 2026-09-04T01:11:17.660Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 236 | 2026-09-04T01:11:17.661Z | 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: 6ea9a246-59a9-45dd-afe6-8bf568837213, name: "phd-vm-6ea9a246-59a9-45dd-afe6-8bf568837213", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 92ea3166-5c63-402e-ba38-6931c53eab47, project_id: 1a162231-0be9-411a-99e8-a3c455050559, sled_id: 66686435-a6fe-4b3d-b3e4-7aaba47f4cad, sled_serial: "66686435-a6fe-4b3d-b3e4-7aaba47f4cad", 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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 237 | 2026-09-04T01:11:17.661Z | 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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 238 | 2026-09-04T01:11:17.661Z | 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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 239 | 2026-09-04T01:11:17.662Z | 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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 240 | 2026-09-04T01:11:17.662Z | 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-09-04T01:11:17.662Z | 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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 242 | 2026-09-04T01:11:17.662Z | DEBG | phd-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-09-04T01:11:17.662Z | 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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 244 | 2026-09-04T01:11:17.662Z | INFO | phd-runner: [WAIT_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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 245 | 2026-09-04T01:11:22.103Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4440
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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 246 | 2026-09-04T01:11:22.103Z | DEBG | phd-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-09-04T01:11:22.103Z | DEBG | phd-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-09-04T01:11:22.103Z | 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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 249 | 2026-09-04T01:11:22.103Z | INFO | phd-runner: [WAIT_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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 250 | 2026-09-04T01:11:22.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::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 251 | 2026-09-04T01:11:22.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::hyperv::hyperv_reference_tsc_clocksource_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 252 | 2026-09-04T01:11:22.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::hyperv::hyperv_reference_tsc_clocksource_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 253 | 2026-09-04T01:11:22.123Z | 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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 254 | 2026-09-04T01:11:22.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::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_test
vm_id = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 255 | 2026-09-04T01:11:22.155Z | 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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 256 | 2026-09-04T01:11:22.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::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
|
| 257 | 2026-09-04T01:11:22.155Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4493
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-09-04T01:11:22.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_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 259 | 2026-09-04T01:11:22.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::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_test
vm_id = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 260 | 2026-09-04T01:11:22.178Z | 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_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 261 | 2026-09-04T01:11:22.178Z | 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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 262 | 2026-09-04T01:11:22.178Z | INFO | phd-runner: [WAIT_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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 263 | 2026-09-04T01:11:22.212Z | 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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 264 | 2026-09-04T01:11:22.212Z | 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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 265 | 2026-09-04T01:11: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::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_test
vm_id = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 266 | 2026-09-04T01:11:22.223Z | 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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 267 | 2026-09-04T01:11:22.223Z | 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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 268 | 2026-09-04T01:11:22.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::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_test
vm_id = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 269 | 2026-09-04T01:11:22.256Z | 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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 270 | 2026-09-04T01:11:22.256Z | 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-09-04T01:11:22.256Z | 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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 272 | 2026-09-04T01:11:22.256Z | 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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 273 | 2026-09-04T01:11:22.258Z | 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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 274 | 2026-09-04T01:11:22.258Z | 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-09-04T01:11:22.259Z | 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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 276 | 2026-09-04T01:11:22.259Z | DEBG | phd-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-09-04T01:11:22.259Z | 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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 278 | 2026-09-04T01:11:22.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::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_test
vm_id = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 279 | 2026-09-04T01:11:26.441Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4182
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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 280 | 2026-09-04T01:11:26.441Z | DEBG | phd-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-09-04T01:11:26.441Z | DEBG | phd-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-09-04T01:11:26.441Z | 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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 283 | 2026-09-04T01:11:26.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::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_test
vm_id = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 284 | 2026-09-04T01:11:26.460Z | 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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 285 | 2026-09-04T01:11:26.460Z | DEBG | phd-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-09-04T01:11:26.461Z | DEBG | phd-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-09-04T01:11:26.461Z | 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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 288 | 2026-09-04T01:11:26.461Z | INFO | phd-runner: [WAIT_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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 289 | 2026-09-04T01:11:26.494Z | 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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 290 | 2026-09-04T01:11:26.494Z | 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-09-04T01:11:26.494Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4235
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-09-04T01:11:26.494Z | 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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 293 | 2026-09-04T01:11:26.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::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_test
vm_id = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 294 | 2026-09-04T01:11:26.505Z | 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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 295 | 2026-09-04T01:11:26.505Z | 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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 296 | 2026-09-04T01:11:26.505Z | INFO | phd-runner: [WAIT_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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 297 | 2026-09-04T01:11:26.539Z | 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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 298 | 2026-09-04T01:11:26.539Z | 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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 299 | 2026-09-04T01:11:26.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::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_test
vm_id = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 300 | 2026-09-04T01:11:26.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::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 301 | 2026-09-04T01:11:26.551Z | 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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 302 | 2026-09-04T01:11:26.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::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_test
vm_id = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 303 | 2026-09-04T01:11:26.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::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 304 | 2026-09-04T01:11:26.583Z | 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-09-04T01:11:26.583Z | 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-09-04T01:11:26.584Z | 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-09-04T01:11:26.584Z | 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-09-04T01:11:26.584Z | 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-09-04T01:11:26.584Z | 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-09-04T01:11:26.600Z | 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-09-04T01:11:26.614Z | 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_clocksource_test
target = phd_framework::test_vm
|
| 312 | 2026-09-04T01:11:26.614Z | 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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
target = phd_framework::test_vm
target_id = dbfb48d8-23f6-4d35-9489-59b21b009bb1
|
| 313 | 2026-09-04T01:11:26.615Z | 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 = 43f9a709-6158-485d-9b5a-9a70a37eb25b
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = 6ea9a246-59a9-45dd-afe6-8bf568837213
target = phd_framework::test_vm
target_id = dbfb48d8-23f6-4d35-9489-59b21b009bb1
timeout_duration = 45s
|
| 314 | 2026-09-04T01:11:26.615Z | 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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
target = phd_framework::test_vm
target_id = dbfb48d8-23f6-4d35-9489-59b21b009bb1
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = dbfb48d8-23f6-4d35-9489-59b21b009bb1
|
| 315 | 2026-09-04T01:11:26.615Z | 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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
target = phd_framework::test_vm
target_id = dbfb48d8-23f6-4d35-9489-59b21b009bb1
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = dbfb48d8-23f6-4d35-9489-59b21b009bb1
|
| 316 | 2026-09-04T01:11:27.347Z | 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: dbfb48d8-23f6-4d35-9489-59b21b009bb1, name: "phd-vm-dbfb48d8-23f6-4d35-9489-59b21b009bb1", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 92ea3166-5c63-402e-ba38-6931c53eab47, project_id: 1a162231-0be9-411a-99e8-a3c455050559, sled_id: 17f1f12a-c691-40b3-9ec9-20d83c0261d7, sled_serial: "17f1f12a-c691-40b3-9ec9-20d83c0261d7", 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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
target = phd_framework::test_vm
target_id = dbfb48d8-23f6-4d35-9489-59b21b009bb1
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = dbfb48d8-23f6-4d35-9489-59b21b009bb1
|
| 317 | 2026-09-04T01:11:27.348Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = 43f9a709-6158-485d-9b5a-9a70a37eb25b
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = 6ea9a246-59a9-45dd-afe6-8bf568837213
target = phd_framework::test_vm
target_id = dbfb48d8-23f6-4d35-9489-59b21b009bb1
|
| 318 | 2026-09-04T01:11:30.321Z | 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-09-04T01:11:31.472Z | 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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
target = phd_framework::test_vm
target_id = dbfb48d8-23f6-4d35-9489-59b21b009bb1
|
| 320 | 2026-09-04T01:11:31.472Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 4124
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = 43f9a709-6158-485d-9b5a-9a70a37eb25b
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = 6ea9a246-59a9-45dd-afe6-8bf568837213
target = phd_framework::test_vm
target_id = dbfb48d8-23f6-4d35-9489-59b21b009bb1
|
| 321 | 2026-09-04T01:11:31.474Z | 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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 322 | 2026-09-04T01:11:31.474Z | 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 = dbfb48d8-23f6-4d35-9489-59b21b009bb1
|
| 323 | 2026-09-04T01:11:31.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::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = dbfb48d8-23f6-4d35-9489-59b21b009bb1
|
| 324 | 2026-09-04T01:11:31.476Z | 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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 325 | 2026-09-04T01:11:31.555Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 80
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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 326 | 2026-09-04T01:11:31.556Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 14721
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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
|
| 327 | 2026-09-04T01:11:31.556Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 81
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 = dbfb48d8-23f6-4d35-9489-59b21b009bb1
|
| 328 | 2026-09-04T01:11:31.556Z | 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 = dbfb48d8-23f6-4d35-9489-59b21b009bb1
|
| 329 | 2026-09-04T01:11:31.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::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = dbfb48d8-23f6-4d35-9489-59b21b009bb1
|
| 330 | 2026-09-04T01:11:31.586Z | 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::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = dbfb48d8-23f6-4d35-9489-59b21b009bb1
|
| 331 | 2026-09-04T01:11:31.586Z | 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 = dbfb48d8-23f6-4d35-9489-59b21b009bb1
|
| 332 | 2026-09-04T01:11:31.587Z | INFO | phd-runner: [WAIT_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 = dbfb48d8-23f6-4d35-9489-59b21b009bb1
|
| 333 | 2026-09-04T01:11:31.598Z | 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_lifecycle_1
vm_id = dbfb48d8-23f6-4d35-9489-59b21b009bb1
|
| 334 | 2026-09-04T01:11:31.598Z | 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 = dbfb48d8-23f6-4d35-9489-59b21b009bb1
|
| 335 | 2026-09-04T01:11:31.598Z | INFO | phd-runner: [WAIT_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 = dbfb48d8-23f6-4d35-9489-59b21b009bb1
|
| 336 | 2026-09-04T01:11:31.632Z | 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_lifecycle_1
vm_id = dbfb48d8-23f6-4d35-9489-59b21b009bb1
|
| 337 | 2026-09-04T01:11:31.632Z | 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 = dbfb48d8-23f6-4d35-9489-59b21b009bb1
|
| 338 | 2026-09-04T01:11:31.632Z | 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-09-04T01:11:31.632Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 13973
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 340 | 2026-09-04T01:11:31.633Z | 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-09-04T01:11:31.633Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 342 | 2026-09-04T01:11:31.634Z | 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 = dbfb48d8-23f6-4d35-9489-59b21b009bb1
|
| 343 | 2026-09-04T01:11:32.064Z | 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 = dbfb48d8-23f6-4d35-9489-59b21b009bb1
|
| 344 | 2026-09-04T01:11:32.145Z | 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 = dbfb48d8-23f6-4d35-9489-59b21b009bb1
|
| 345 | 2026-09-04T01:11:32.145Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-c7db1f30-5c01-4273-bed8-6df85ad230aa"]
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 = dbfb48d8-23f6-4d35-9489-59b21b009bb1
|
| 346 | 2026-09-04T01:11:32.173Z | 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 = dbfb48d8-23f6-4d35-9489-59b21b009bb1
|
| 347 | 2026-09-04T01:11:32.174Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2b2f5669-64c5-405a-a5ea-fb623db0267e"]
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 = dbfb48d8-23f6-4d35-9489-59b21b009bb1
|
| 348 | 2026-09-04T01:11:32.193Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 561
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 = dbfb48d8-23f6-4d35-9489-59b21b009bb1
|
| 349 | 2026-09-04T01:11:32.194Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 560
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 350 | 2026-09-04T01:11:32.194Z | 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
|
| 351 | 2026-09-04T01:11:32.194Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 352 | 2026-09-04T01:11:32.194Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5579
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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
target = phd_framework::test_vm
target_id = dbfb48d8-23f6-4d35-9489-59b21b009bb1
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = dbfb48d8-23f6-4d35-9489-59b21b009bb1
|
| 353 | 2026-09-04T01:11:32.194Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 354 | 2026-09-04T01:11:32.194Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 5579
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 = 6ea9a246-59a9-45dd-afe6-8bf568837213
target = phd_framework::test_vm
target_id = dbfb48d8-23f6-4d35-9489-59b21b009bb1
|
| 355 | 2026-09-04T01:11:32.194Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 15450
file = phd-tests/tests/src/hyperv.rs
line = 105
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_tests::hyperv
|
| 356 | 2026-09-04T01:11:32.194Z | 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-09-04T01:11:32.194Z | 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-09-04T01:11:32.194Z | 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-09-04T01:11:32.194Z | 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-09-04T01:11:32.194Z | 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-09-04T01:11:32.195Z | 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-09-04T01:11:32.206Z | 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 50.9M 25.3T 49.0M /phd-artifacts\n
target = phd_framework::zfs
|
| 363 | 2026-09-04T01:11:32.206Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-371bd9ba-b005-4d29-8866-9514ddf9293c"]
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-09-04T01:11:32.223Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-371bd9ba-b005-4d29-8866-9514ddf9293c", "phd-artifacts/phd-clone-b0ba4821-44ff-4654-8f90-1ef1b6e9a8a8"]
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-09-04T01:11:32.245Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-b0ba4821-44ff-4654-8f90-1ef1b6e9a8a8"]
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-09-04T01:11:32.256Z | 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-b0ba4821-44ff-4654-8f90-1ef1b6e9a8a8 0B 25.3T 49.0M /phd-artifacts/phd-clone-b0ba4821-44ff-4654-8f90-1ef1b6e9a8a8\n
target = phd_framework::zfs
|
| 367 | 2026-09-04T01:11:32.257Z | 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-09-04T01:11:32.257Z | 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-09-04T01:11:32.257Z | 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-09-04T01:11:32.257Z | 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-09-04T01:11:32.257Z | 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-09-04T01:11:32.272Z | 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-09-04T01:11:32.286Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 28
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-09-04T01:11:32.286Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 375 | 2026-09-04T01:11:32.287Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 376 | 2026-09-04T01:11:32.902Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 377 | 2026-09-04T01:11:32.903Z | 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: e398cd0a-0151-4561-a4f6-0a4c6d90baa2, name: "phd-vm-e398cd0a-0151-4561-a4f6-0a4c6d90baa2", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 4f948c2f-3439-408a-95bc-97519bb97ff1, project_id: 82210c1c-3298-4fa7-ac29-33740186f68f, sled_id: 780637fc-9dce-44cc-94b4-81c21cf77461, sled_serial: "780637fc-9dce-44cc-94b4-81c21cf77461", 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 378 | 2026-09-04T01:11:32.903Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 379 | 2026-09-04T01:11:32.903Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 380 | 2026-09-04T01:11:32.904Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 381 | 2026-09-04T01:11:32.904Z | 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-09-04T01:11:32.904Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 383 | 2026-09-04T01:11:32.904Z | DEBG | phd-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-09-04T01:11:32.904Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 385 | 2026-09-04T01:11:32.904Z | INFO | phd-runner: [WAIT_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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 386 | 2026-09-04T01:11:37.381Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4476
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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 387 | 2026-09-04T01:11:37.381Z | DEBG | phd-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-09-04T01:11:37.381Z | DEBG | phd-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-09-04T01:11:37.381Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 390 | 2026-09-04T01:11:37.381Z | INFO | phd-runner: [WAIT_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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 391 | 2026-09-04T01:11:37.399Z | 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_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 392 | 2026-09-04T01:11:37.399Z | DEBG | phd-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-09-04T01:11:37.399Z | DEBG | phd-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-09-04T01:11:37.399Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 395 | 2026-09-04T01:11:37.399Z | INFO | phd-runner: [WAIT_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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 396 | 2026-09-04T01:11:37.432Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 397 | 2026-09-04T01:11:37.432Z | 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-09-04T01:11:37.432Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4528
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-09-04T01:11:37.432Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 400 | 2026-09-04T01:11:37.432Z | INFO | phd-runner: [WAIT_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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 401 | 2026-09-04T01:11:37.443Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 402 | 2026-09-04T01:11:37.443Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 403 | 2026-09-04T01:11:37.443Z | INFO | phd-runner: [WAIT_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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 404 | 2026-09-04T01:11:37.476Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 405 | 2026-09-04T01:11:37.476Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 406 | 2026-09-04T01:11:37.477Z | INFO | phd-runner: [WAIT_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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 407 | 2026-09-04T01:11:37.487Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 408 | 2026-09-04T01:11:37.487Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 409 | 2026-09-04T01:11:37.487Z | INFO | phd-runner: [WAIT_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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 410 | 2026-09-04T01:11:37.520Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 411 | 2026-09-04T01:11:38.022Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 412 | 2026-09-04T01:11:38.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::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 413 | 2026-09-04T01:11:38.033Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 414 | 2026-09-04T01:11:38.034Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 415 | 2026-09-04T01:11:38.034Z | INFO | phd-runner: [WAIT_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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 416 | 2026-09-04T01:11:38.067Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 417 | 2026-09-04T01:11:38.067Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 418 | 2026-09-04T01:11:38.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::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 419 | 2026-09-04T01:11:38.078Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 420 | 2026-09-04T01:11:38.078Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 421 | 2026-09-04T01:11:38.078Z | INFO | phd-runner: [WAIT_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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 422 | 2026-09-04T01:11:38.112Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 423 | 2026-09-04T01:11:38.613Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 424 | 2026-09-04T01:11:38.613Z | INFO | phd-runner: [WAIT_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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 425 | 2026-09-04T01:11:38.625Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 426 | 2026-09-04T01:11:38.625Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 427 | 2026-09-04T01:11:38.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::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 428 | 2026-09-04T01:11:38.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::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 429 | 2026-09-04T01:11:38.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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 430 | 2026-09-04T01:11:38.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::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 431 | 2026-09-04T01:11:38.669Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 432 | 2026-09-04T01:11:38.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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 433 | 2026-09-04T01:11:38.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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 434 | 2026-09-04T01:11:38.702Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 435 | 2026-09-04T01:11:39.204Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 436 | 2026-09-04T01:11:39.204Z | INFO | phd-runner: [WAIT_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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 437 | 2026-09-04T01:11:39.226Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 438 | 2026-09-04T01:11:39.226Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 439 | 2026-09-04T01:11:39.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::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 440 | 2026-09-04T01:11:39.260Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 441 | 2026-09-04T01:11:39.260Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 442 | 2026-09-04T01:11:39.260Z | INFO | phd-runner: [WAIT_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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 443 | 2026-09-04T01:11:39.271Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 444 | 2026-09-04T01:11:39.271Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 445 | 2026-09-04T01:11:39.272Z | INFO | phd-runner: [WAIT_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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 446 | 2026-09-04T01:11:39.305Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 447 | 2026-09-04T01:11:39.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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 448 | 2026-09-04T01:11:39.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(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 449 | 2026-09-04T01:11:39.829Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 450 | 2026-09-04T01:11:39.829Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 451 | 2026-09-04T01:11:39.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::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 452 | 2026-09-04T01:11:39.862Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 453 | 2026-09-04T01:11:39.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_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 454 | 2026-09-04T01:11:39.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_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 455 | 2026-09-04T01:11:39.873Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 456 | 2026-09-04T01:11:39.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_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 457 | 2026-09-04T01:11:39.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::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 458 | 2026-09-04T01:11:39.906Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 459 | 2026-09-04T01:11:40.408Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 460 | 2026-09-04T01:11:40.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::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 461 | 2026-09-04T01:11:40.431Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 462 | 2026-09-04T01:11:40.431Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 463 | 2026-09-04T01:11:40.431Z | INFO | phd-runner: [WAIT_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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 464 | 2026-09-04T01:11:40.465Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 465 | 2026-09-04T01:11:40.465Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 466 | 2026-09-04T01:11:40.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::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 467 | 2026-09-04T01:11:40.476Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 468 | 2026-09-04T01:11:40.476Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 469 | 2026-09-04T01:11:40.476Z | INFO | phd-runner: [WAIT_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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 470 | 2026-09-04T01:11:40.509Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 471 | 2026-09-04T01:11:41.011Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 304, tv_nsec: 554264462 }, guest_ns: 2704046700 }
before = Reading { taken_at: Instant { tv_sec: 303, tv_nsec: 963398161 }, guest_ns: 2113326800 }
diff = 146401
diff_pct = 0.00024777348065412855
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 590719900
host_delta_ns = 590866301
line = 214
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 472 | 2026-09-04T01:11:41.011Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 305, tv_nsec: 144789050 }, guest_ns: 3295421000 }
before = Reading { taken_at: Instant { tv_sec: 304, tv_nsec: 554264462 }, guest_ns: 2704046700 }
diff = 849712
diff_pct = 0.001438910448890572
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 591374300
host_delta_ns = 590524588
line = 214
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 473 | 2026-09-04T01:11:41.011Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 305, tv_nsec: 747895839 }, guest_ns: 3897539600 }
before = Reading { taken_at: Instant { tv_sec: 305, tv_nsec: 144789050 }, guest_ns: 3295421000 }
diff = 988189
diff_pct = 0.0016384975563589618
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 602118600
host_delta_ns = 603106789
line = 214
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 474 | 2026-09-04T01:11:41.011Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 306, tv_nsec: 348674396 }, guest_ns: 4500300000 }
before = Reading { taken_at: Instant { tv_sec: 305, tv_nsec: 747895839 }, guest_ns: 3897539600 }
diff = 1981843
diff_pct = 0.0032987911717361775
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 602760400
host_delta_ns = 600778557
line = 214
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 475 | 2026-09-04T01:11:41.011Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 306, tv_nsec: 951771075 }, guest_ns: 5102271100 }
before = Reading { taken_at: Instant { tv_sec: 306, tv_nsec: 348674396 }, guest_ns: 4500300000 }
diff = 1125579
diff_pct = 0.001866332611657442
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 601971100
host_delta_ns = 603096679
line = 214
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 476 | 2026-09-04T01:11:41.012Z | 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-09-04T01:11:41.012Z | 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-09-04T01:11:41.012Z | 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-09-04T01:11:41.012Z | 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-09-04T01:11:41.012Z | 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-09-04T01:11:41.012Z | 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-09-04T01:11:41.026Z | 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-09-04T01:11:41.041Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 28
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-09-04T01:11:41.041Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
target = phd_framework::test_vm
target_id = 02904b48-9791-468a-9e74-360cc9d03d37
|
| 485 | 2026-09-04T01:11:41.041Z | 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 = 26ccefeb-62aa-45da-ae80-0f59938d56dc
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
target = phd_framework::test_vm
target_id = 02904b48-9791-468a-9e74-360cc9d03d37
timeout_duration = 45s
|
| 486 | 2026-09-04T01:11:41.041Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
target = phd_framework::test_vm
target_id = 02904b48-9791-468a-9e74-360cc9d03d37
vm = hyperv_reference_tsc_elapsed_target
vm_id = 02904b48-9791-468a-9e74-360cc9d03d37
|
| 487 | 2026-09-04T01:11:41.041Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
target = phd_framework::test_vm
target_id = 02904b48-9791-468a-9e74-360cc9d03d37
vm = hyperv_reference_tsc_elapsed_target
vm_id = 02904b48-9791-468a-9e74-360cc9d03d37
|
| 488 | 2026-09-04T01:11:41.542Z | 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: 02904b48-9791-468a-9e74-360cc9d03d37, name: "phd-vm-02904b48-9791-468a-9e74-360cc9d03d37", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 4f948c2f-3439-408a-95bc-97519bb97ff1, project_id: 82210c1c-3298-4fa7-ac29-33740186f68f, sled_id: 66029969-1cbd-47ab-8879-72d5c2517f32, sled_serial: "66029969-1cbd-47ab-8879-72d5c2517f32", 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
target = phd_framework::test_vm
target_id = 02904b48-9791-468a-9e74-360cc9d03d37
vm = hyperv_reference_tsc_elapsed_target
vm_id = 02904b48-9791-468a-9e74-360cc9d03d37
|
| 489 | 2026-09-04T01:11:41.542Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = 26ccefeb-62aa-45da-ae80-0f59938d56dc
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
target = phd_framework::test_vm
target_id = 02904b48-9791-468a-9e74-360cc9d03d37
|
| 490 | 2026-09-04T01:11:43.995Z | 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-09-04T01:11:45.408Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
target = phd_framework::test_vm
target_id = 02904b48-9791-468a-9e74-360cc9d03d37
|
| 492 | 2026-09-04T01:11:45.408Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3866
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = 26ccefeb-62aa-45da-ae80-0f59938d56dc
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
target = phd_framework::test_vm
target_id = 02904b48-9791-468a-9e74-360cc9d03d37
|
| 493 | 2026-09-04T01:11:45.408Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 494 | 2026-09-04T01:11:45.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::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 495 | 2026-09-04T01:11:45.431Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 496 | 2026-09-04T01:11:45.431Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 497 | 2026-09-04T01:11:45.432Z | INFO | phd-runner: [WAIT_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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 498 | 2026-09-04T01:11:45.466Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 499 | 2026-09-04T01:11:45.466Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 500 | 2026-09-04T01:11:45.466Z | INFO | phd-runner: [WAIT_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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 501 | 2026-09-04T01:11:45.477Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 502 | 2026-09-04T01:11:45.477Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 503 | 2026-09-04T01:11:45.477Z | INFO | phd-runner: [WAIT_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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 504 | 2026-09-04T01:11:45.510Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 505 | 2026-09-04T01:11: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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 506 | 2026-09-04T01:11: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_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 507 | 2026-09-04T01:11:46.034Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 508 | 2026-09-04T01:11:46.035Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 509 | 2026-09-04T01:11:46.035Z | INFO | phd-runner: [WAIT_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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 510 | 2026-09-04T01:11:46.068Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 511 | 2026-09-04T01:11:46.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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 512 | 2026-09-04T01:11:46.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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 513 | 2026-09-04T01:11:46.080Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 514 | 2026-09-04T01:11:46.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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 515 | 2026-09-04T01:11:46.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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 516 | 2026-09-04T01:11:46.103Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 517 | 2026-09-04T01:11:46.604Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 518 | 2026-09-04T01:11:46.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::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 519 | 2026-09-04T01:11:46.627Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 520 | 2026-09-04T01:11:46.628Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 521 | 2026-09-04T01:11:46.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::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 522 | 2026-09-04T01:11:46.661Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 523 | 2026-09-04T01:11:46.661Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 524 | 2026-09-04T01:11:46.661Z | INFO | phd-runner: [WAIT_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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 525 | 2026-09-04T01:11:46.671Z | 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_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 526 | 2026-09-04T01:11:46.671Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 527 | 2026-09-04T01:11:46.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::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 528 | 2026-09-04T01:11:46.705Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 529 | 2026-09-04T01:11:47.206Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 530 | 2026-09-04T01:11:47.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::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 531 | 2026-09-04T01:11:47.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::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 532 | 2026-09-04T01:11:47.228Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 533 | 2026-09-04T01:11:47.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::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 534 | 2026-09-04T01:11:47.261Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 535 | 2026-09-04T01:11:47.261Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 536 | 2026-09-04T01:11:47.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_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 537 | 2026-09-04T01:11:47.272Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 538 | 2026-09-04T01:11:47.272Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 539 | 2026-09-04T01:11:47.272Z | INFO | phd-runner: [WAIT_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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 540 | 2026-09-04T01:11:47.306Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 541 | 2026-09-04T01:11:47.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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 542 | 2026-09-04T01:11:47.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::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 543 | 2026-09-04T01:11:47.831Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 544 | 2026-09-04T01:11:47.831Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 545 | 2026-09-04T01:11:47.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::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 546 | 2026-09-04T01:11:47.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::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 547 | 2026-09-04T01:11:47.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_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 548 | 2026-09-04T01:11:47.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_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 549 | 2026-09-04T01:11:47.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::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 550 | 2026-09-04T01:11:47.874Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 551 | 2026-09-04T01:11:47.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::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 552 | 2026-09-04T01:11:47.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::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 553 | 2026-09-04T01:11:48.409Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 554 | 2026-09-04T01:11:48.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::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 555 | 2026-09-04T01:11:48.421Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 556 | 2026-09-04T01:11:48.421Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 557 | 2026-09-04T01:11:48.421Z | INFO | phd-runner: [WAIT_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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 558 | 2026-09-04T01:11:48.453Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 559 | 2026-09-04T01:11:48.453Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 560 | 2026-09-04T01:11:48.453Z | INFO | phd-runner: [WAIT_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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 561 | 2026-09-04T01:11:48.464Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 562 | 2026-09-04T01:11:48.464Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 563 | 2026-09-04T01:11:48.464Z | INFO | phd-runner: [WAIT_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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 564 | 2026-09-04T01:11:48.498Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 565 | 2026-09-04T01:11:48.999Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 312, tv_nsec: 546186543 }, guest_ns: 10706467800 }
before = Reading { taken_at: Instant { tv_sec: 311, tv_nsec: 953113554 }, guest_ns: 10102810700 }
diff = 10584111
diff_pct = 0.01784621993634581
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 603657100
host_delta_ns = 593072989
line = 214
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 566 | 2026-09-04T01:11:48.999Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 313, tv_nsec: 147872411 }, guest_ns: 11299274600 }
before = Reading { taken_at: Instant { tv_sec: 312, tv_nsec: 546186543 }, guest_ns: 10706467800 }
diff = 8879068
diff_pct = 0.014756982791558602
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 592806800
host_delta_ns = 601685868
line = 214
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 567 | 2026-09-04T01:11:48.999Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 313, tv_nsec: 749108732 }, guest_ns: 11900439000 }
before = Reading { taken_at: Instant { tv_sec: 313, tv_nsec: 147872411 }, guest_ns: 11299274600 }
diff = 71921
diff_pct = 0.00011962184832808862
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 601164400
host_delta_ns = 601236321
line = 214
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 568 | 2026-09-04T01:11:49.000Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 314, tv_nsec: 350268417 }, guest_ns: 12503305500 }
before = Reading { taken_at: Instant { tv_sec: 313, tv_nsec: 749108732 }, guest_ns: 11900439000 }
diff = 1706815
diff_pct = 0.0028392040294584957
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 602866500
host_delta_ns = 601159685
line = 214
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 569 | 2026-09-04T01:11:49.000Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 314, tv_nsec: 941128906 }, guest_ns: 13092631500 }
before = Reading { taken_at: Instant { tv_sec: 314, tv_nsec: 350268417 }, guest_ns: 12503305500 }
diff = 1534489
diff_pct = 0.002597041143497412
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 589326000
host_delta_ns = 590860489
line = 214
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 570 | 2026-09-04T01:11:49.000Z | 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-09-04T01:11:49.000Z | 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 = 02904b48-9791-468a-9e74-360cc9d03d37
|
| 572 | 2026-09-04T01:11:49.000Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 573 | 2026-09-04T01:11:49.000Z | 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-09-04T01:11:49.000Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 16099
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 575 | 2026-09-04T01:11:49.000Z | 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-09-04T01:11:49.000Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 577 | 2026-09-04T01:11:49.002Z | 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 = 02904b48-9791-468a-9e74-360cc9d03d37
|
| 578 | 2026-09-04T01:11:49.003Z | 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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 579 | 2026-09-04T01:11:49.080Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 580 | 2026-09-04T01:11:49.080Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 16795
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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
|
| 581 | 2026-09-04T01:11:49.082Z | 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 = 02904b48-9791-468a-9e74-360cc9d03d37
|
| 582 | 2026-09-04T01:11:49.166Z | 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 = 02904b48-9791-468a-9e74-360cc9d03d37
|
| 583 | 2026-09-04T01:11:49.166Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-b0ba4821-44ff-4654-8f90-1ef1b6e9a8a8"]
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 = 02904b48-9791-468a-9e74-360cc9d03d37
|
| 584 | 2026-09-04T01:11:49.193Z | 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 = 02904b48-9791-468a-9e74-360cc9d03d37
|
| 585 | 2026-09-04T01:11:49.193Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-371bd9ba-b005-4d29-8866-9514ddf9293c"]
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 = 02904b48-9791-468a-9e74-360cc9d03d37
|
| 586 | 2026-09-04T01:11:49.213Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 212
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 = 02904b48-9791-468a-9e74-360cc9d03d37
|
| 587 | 2026-09-04T01:11:49.213Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 212
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 588 | 2026-09-04T01:11:49.213Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 8172
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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
target = phd_framework::test_vm
target_id = 02904b48-9791-468a-9e74-360cc9d03d37
vm = hyperv_reference_tsc_elapsed_target
vm_id = 02904b48-9791-468a-9e74-360cc9d03d37
|
| 589 | 2026-09-04T01:11:49.213Z | INFO | phd-runner: Starting test phd_tests::migrate::smoke_test
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 590 | 2026-09-04T01:11:49.213Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 8173
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 = e398cd0a-0151-4561-a4f6-0a4c6d90baa2
target = phd_framework::test_vm
target_id = 02904b48-9791-468a-9e74-360cc9d03d37
|
| 591 | 2026-09-04T01:11:49.213Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 592 | 2026-09-04T01:11:49.213Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 17020
file = phd-tests/tests/src/hyperv.rs
line = 165
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 593 | 2026-09-04T01:11:49.213Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 594 | 2026-09-04T01:11:49.214Z | 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-09-04T01:11:49.214Z | 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-09-04T01:11:49.214Z | 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-09-04T01:11:49.214Z | 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-09-04T01:11:49.214Z | 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-09-04T01:11:49.226Z | 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-09-04T01:11:49.226Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-def44a22-2fd9-48d1-8e76-b32116f07e86"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::smoke_test
target = phd_framework::zfs
verb = snapshot
|
| 601 | 2026-09-04T01:11:49.245Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-def44a22-2fd9-48d1-8e76-b32116f07e86", "phd-artifacts/phd-clone-738c84aa-d7c1-4967-b784-30edcd6022cb"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::smoke_test
target = phd_framework::zfs
verb = clone
|
| 602 | 2026-09-04T01:11:49.264Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-738c84aa-d7c1-4967-b784-30edcd6022cb"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::smoke_test
target = phd_framework::zfs
verb = list
|
| 603 | 2026-09-04T01:11:49.276Z | 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-738c84aa-d7c1-4967-b784-30edcd6022cb 0B 25.3T 49.0M /phd-artifacts/phd-clone-738c84aa-d7c1-4967-b784-30edcd6022cb\n
target = phd_framework::zfs
|
| 604 | 2026-09-04T01:11:49.276Z | 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-09-04T01:11:49.276Z | 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-09-04T01:11:49.277Z | 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-09-04T01:11:49.277Z | 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-09-04T01:11:49.277Z | 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-09-04T01:11:49.292Z | 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-09-04T01:11:49.307Z | 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-09-04T01:11:49.307Z | 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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 612 | 2026-09-04T01:11:49.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: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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 613 | 2026-09-04T01:11:50.066Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 614 | 2026-09-04T01:11:50.068Z | 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: 78d57b11-acff-4632-8eaa-e01ddc1c3be2, name: "phd-vm-78d57b11-acff-4632-8eaa-e01ddc1c3be2", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: c5fce2d1-d77e-4f0f-a9c2-17381d94efe6, project_id: e124815b-d131-48fb-bc38-41da2b361803, sled_id: ba0356a2-5f8f-4d33-a8ce-2eb0c841c028, sled_serial: "ba0356a2-5f8f-4d33-a8ce-2eb0c841c028", 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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 615 | 2026-09-04T01:11:50.068Z | 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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 616 | 2026-09-04T01:11:50.068Z | 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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 617 | 2026-09-04T01:11:50.069Z | 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::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 618 | 2026-09-04T01:11:50.069Z | 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-09-04T01:11:50.069Z | 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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 620 | 2026-09-04T01:11:50.069Z | DEBG | phd-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-09-04T01:11:50.069Z | 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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 622 | 2026-09-04T01:11:50.069Z | INFO | phd-runner: [WAIT_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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 623 | 2026-09-04T01:11:54.647Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4578
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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 624 | 2026-09-04T01:11:54.647Z | DEBG | phd-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-09-04T01:11:54.647Z | DEBG | phd-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-09-04T01:11:54.647Z | 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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 627 | 2026-09-04T01:11:54.647Z | INFO | phd-runner: [WAIT_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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 628 | 2026-09-04T01:11:54.666Z | 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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 629 | 2026-09-04T01:11:54.666Z | DEBG | phd-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-09-04T01:11:54.666Z | DEBG | phd-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-09-04T01:11:54.666Z | 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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 632 | 2026-09-04T01:11:54.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::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_smoke
vm_id = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 633 | 2026-09-04T01:11:54.699Z | 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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 634 | 2026-09-04T01:11:54.699Z | 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-09-04T01:11:54.699Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4630
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
|
| 636 | 2026-09-04T01:11:54.699Z | 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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 637 | 2026-09-04T01:11:54.699Z | INFO | phd-runner: [WAIT_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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 638 | 2026-09-04T01:11:54.710Z | 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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 639 | 2026-09-04T01:11:54.710Z | 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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 640 | 2026-09-04T01:11:54.710Z | INFO | phd-runner: [WAIT_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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 641 | 2026-09-04T01:11:54.743Z | 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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 642 | 2026-09-04T01:11:54.744Z | 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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 643 | 2026-09-04T01:11:54.744Z | INFO | phd-runner: [WAIT_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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 644 | 2026-09-04T01:11:54.754Z | 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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 645 | 2026-09-04T01:11:54.755Z | 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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 646 | 2026-09-04T01:11:54.755Z | INFO | phd-runner: [WAIT_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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 647 | 2026-09-04T01:11:54.788Z | 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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 648 | 2026-09-04T01:11:54.788Z | 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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 649 | 2026-09-04T01:11:54.788Z | INFO | phd-runner: [WAIT_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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 650 | 2026-09-04T01:11:54.799Z | 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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 651 | 2026-09-04T01:11:54.799Z | 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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 652 | 2026-09-04T01:11:54.799Z | INFO | phd-runner: [WAIT_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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 653 | 2026-09-04T01:11:54.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::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 654 | 2026-09-04T01:11:54.832Z | 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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 655 | 2026-09-04T01:11:54.832Z | INFO | phd-runner: [WAIT_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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 656 | 2026-09-04T01:11:54.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::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 657 | 2026-09-04T01:11:54.843Z | 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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 658 | 2026-09-04T01:11:54.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::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_smoke
vm_id = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 659 | 2026-09-04T01:11:54.876Z | 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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 660 | 2026-09-04T01:11:54.876Z | 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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 661 | 2026-09-04T01:11:54.876Z | INFO | phd-runner: [WAIT_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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 662 | 2026-09-04T01:11:54.887Z | 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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 663 | 2026-09-04T01:11:54.887Z | 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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 664 | 2026-09-04T01:11:54.887Z | INFO | phd-runner: [WAIT_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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 665 | 2026-09-04T01:11:54.920Z | 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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 666 | 2026-09-04T01:11:54.921Z | 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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 667 | 2026-09-04T01:11:54.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::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_smoke
vm_id = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 668 | 2026-09-04T01:11:54.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::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 669 | 2026-09-04T01:11:54.932Z | 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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 670 | 2026-09-04T01:11:54.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::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_smoke
vm_id = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 671 | 2026-09-04T01:11:54.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::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 672 | 2026-09-04T01:11:54.965Z | 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-09-04T01:11:54.965Z | 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-09-04T01:11:54.965Z | 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-09-04T01:11:54.966Z | 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-09-04T01:11:54.966Z | 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-09-04T01:11:54.966Z | 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-09-04T01:11:54.982Z | 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-09-04T01:11:54.996Z | 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-09-04T01:11:54.996Z | 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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
target = phd_framework::test_vm
target_id = 68a24501-db72-4bd7-95a6-627c91081bcd
|
| 681 | 2026-09-04T01:11:54.996Z | 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 = b45f2478-e73e-40ac-9bcb-3f63e72e2f4e
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
target = phd_framework::test_vm
target_id = 68a24501-db72-4bd7-95a6-627c91081bcd
timeout_duration = 45s
|
| 682 | 2026-09-04T01:11:54.996Z | 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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
target = phd_framework::test_vm
target_id = 68a24501-db72-4bd7-95a6-627c91081bcd
vm = migration_smoke_lifecycle_0
vm_id = 68a24501-db72-4bd7-95a6-627c91081bcd
|
| 683 | 2026-09-04T01:11:54.996Z | 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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
target = phd_framework::test_vm
target_id = 68a24501-db72-4bd7-95a6-627c91081bcd
vm = migration_smoke_lifecycle_0
vm_id = 68a24501-db72-4bd7-95a6-627c91081bcd
|
| 684 | 2026-09-04T01:11:55.605Z | 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: 68a24501-db72-4bd7-95a6-627c91081bcd, name: "phd-vm-68a24501-db72-4bd7-95a6-627c91081bcd", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: c5fce2d1-d77e-4f0f-a9c2-17381d94efe6, project_id: e124815b-d131-48fb-bc38-41da2b361803, sled_id: 0f856147-f446-438e-8104-66193fc99377, sled_serial: "0f856147-f446-438e-8104-66193fc99377", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 514
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
target = phd_framework::test_vm
target_id = 68a24501-db72-4bd7-95a6-627c91081bcd
vm = migration_smoke_lifecycle_0
vm_id = 68a24501-db72-4bd7-95a6-627c91081bcd
|
| 685 | 2026-09-04T01:11:55.605Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = b45f2478-e73e-40ac-9bcb-3f63e72e2f4e
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
target = phd_framework::test_vm
target_id = 68a24501-db72-4bd7-95a6-627c91081bcd
|
| 686 | 2026-09-04T01:11:58.026Z | 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-09-04T01:11:59.183Z | 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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
target = phd_framework::test_vm
target_id = 68a24501-db72-4bd7-95a6-627c91081bcd
|
| 688 | 2026-09-04T01:11:59.183Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3578
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = b45f2478-e73e-40ac-9bcb-3f63e72e2f4e
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
target = phd_framework::test_vm
target_id = 68a24501-db72-4bd7-95a6-627c91081bcd
|
| 689 | 2026-09-04T01:11:59.186Z | 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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 690 | 2026-09-04T01:11:59.186Z | 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 = 68a24501-db72-4bd7-95a6-627c91081bcd
|
| 691 | 2026-09-04T01:11:59.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::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_smoke_lifecycle_0
vm_id = 68a24501-db72-4bd7-95a6-627c91081bcd
|
| 692 | 2026-09-04T01:11:59.187Z | 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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 693 | 2026-09-04T01:11:59.269Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 82
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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 694 | 2026-09-04T01:11:59.269Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 9962
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 = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
|
| 695 | 2026-09-04T01:11:59.269Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 83
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 = 68a24501-db72-4bd7-95a6-627c91081bcd
|
| 696 | 2026-09-04T01:11:59.269Z | 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 = 68a24501-db72-4bd7-95a6-627c91081bcd
|
| 697 | 2026-09-04T01:11:59.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::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_smoke_lifecycle_0
vm_id = 68a24501-db72-4bd7-95a6-627c91081bcd
|
| 698 | 2026-09-04T01:11:59.297Z | 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 = 68a24501-db72-4bd7-95a6-627c91081bcd
|
| 699 | 2026-09-04T01:11:59.297Z | 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 = 68a24501-db72-4bd7-95a6-627c91081bcd
|
| 700 | 2026-09-04T01:11:59.297Z | 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-09-04T01:11:59.297Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 9231
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 702 | 2026-09-04T01:11:59.297Z | 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-09-04T01:11:59.298Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 704 | 2026-09-04T01:11:59.299Z | 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 = 68a24501-db72-4bd7-95a6-627c91081bcd
|
| 705 | 2026-09-04T01:12:00.039Z | 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 = 68a24501-db72-4bd7-95a6-627c91081bcd
|
| 706 | 2026-09-04T01:12:00.121Z | 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 = 68a24501-db72-4bd7-95a6-627c91081bcd
|
| 707 | 2026-09-04T01:12:00.121Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-738c84aa-d7c1-4967-b784-30edcd6022cb"]
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 = 68a24501-db72-4bd7-95a6-627c91081bcd
|
| 708 | 2026-09-04T01:12:00.149Z | 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 = 68a24501-db72-4bd7-95a6-627c91081bcd
|
| 709 | 2026-09-04T01:12:00.149Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-def44a22-2fd9-48d1-8e76-b32116f07e86"]
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 = 68a24501-db72-4bd7-95a6-627c91081bcd
|
| 710 | 2026-09-04T01:12:00.168Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 871
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 = 68a24501-db72-4bd7-95a6-627c91081bcd
|
| 711 | 2026-09-04T01:12:00.168Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5172
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
target = phd_framework::test_vm
target_id = 68a24501-db72-4bd7-95a6-627c91081bcd
vm = migration_smoke_lifecycle_0
vm_id = 68a24501-db72-4bd7-95a6-627c91081bcd
|
| 712 | 2026-09-04T01:12:00.168Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 5172
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 78d57b11-acff-4632-8eaa-e01ddc1c3be2
target = phd_framework::test_vm
target_id = 68a24501-db72-4bd7-95a6-627c91081bcd
|
| 713 | 2026-09-04T01:12:00.168Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 10955
file = phd-tests/tests/src/migrate.rs
line = 15
path = phd_tests::migrate::smoke_test
target = phd_tests::migrate
|
| 714 | 2026-09-04T01:12:00.168Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 870
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 715 | 2026-09-04T01:12:00.168Z | INFO | phd-runner: Starting test phd_tests::migrate::serial_history
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 716 | 2026-09-04T01:12:00.168Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 717 | 2026-09-04T01:12:00.169Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 718 | 2026-09-04T01:12:00.169Z | 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-09-04T01:12:00.169Z | 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-09-04T01:12:00.169Z | 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-09-04T01:12:00.169Z | 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-09-04T01:12:00.169Z | 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-09-04T01:12:00.181Z | 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-09-04T01:12:00.181Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d8587a4c-7c3e-45df-b7ac-a082a172499f"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::serial_history
target = phd_framework::zfs
verb = snapshot
|
| 725 | 2026-09-04T01:12:00.198Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d8587a4c-7c3e-45df-b7ac-a082a172499f", "phd-artifacts/phd-clone-9c03c2de-86f3-49eb-9c70-7ffa33f63fae"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::serial_history
target = phd_framework::zfs
verb = clone
|
| 726 | 2026-09-04T01:12:00.215Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-9c03c2de-86f3-49eb-9c70-7ffa33f63fae"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::serial_history
target = phd_framework::zfs
verb = list
|
| 727 | 2026-09-04T01:12:00.227Z | 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-9c03c2de-86f3-49eb-9c70-7ffa33f63fae 0B 25.3T 49.0M /phd-artifacts/phd-clone-9c03c2de-86f3-49eb-9c70-7ffa33f63fae\n
target = phd_framework::zfs
|
| 728 | 2026-09-04T01:12:00.227Z | 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-09-04T01:12:00.228Z | 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-09-04T01:12:00.228Z | 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-09-04T01:12:00.228Z | 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-09-04T01:12:00.228Z | 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-09-04T01:12:00.244Z | 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-09-04T01:12:00.258Z | 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-09-04T01:12:00.259Z | 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 = 859d6f27-cf7d-46e4-822b-cbc89108ea5d
|
| 736 | 2026-09-04T01:12:00.259Z | 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 = 859d6f27-cf7d-46e4-822b-cbc89108ea5d
|
| 737 | 2026-09-04T01:12:00.685Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 738 | 2026-09-04T01:12:00.686Z | 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: 859d6f27-cf7d-46e4-822b-cbc89108ea5d, name: "phd-vm-859d6f27-cf7d-46e4-822b-cbc89108ea5d", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 2d1ff495-f1e8-491d-8fe1-46acbd960fb8, project_id: 296c571f-f83b-46ce-a1a0-7e05a2a418e6, sled_id: 6f9613d5-8cc5-4d2c-80bf-7aaa32c37f11, sled_serial: "6f9613d5-8cc5-4d2c-80bf-7aaa32c37f11", 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 = 859d6f27-cf7d-46e4-822b-cbc89108ea5d
|
| 739 | 2026-09-04T01:12:00.687Z | 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 = 859d6f27-cf7d-46e4-822b-cbc89108ea5d
|
| 740 | 2026-09-04T01:12:00.687Z | 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 = 859d6f27-cf7d-46e4-822b-cbc89108ea5d
|
| 741 | 2026-09-04T01:12:00.688Z | 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 = 859d6f27-cf7d-46e4-822b-cbc89108ea5d
|
| 742 | 2026-09-04T01:12:00.688Z | 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-09-04T01:12:00.688Z | 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 = 859d6f27-cf7d-46e4-822b-cbc89108ea5d
|
| 744 | 2026-09-04T01:12:00.688Z | DEBG | phd-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-09-04T01:12:00.688Z | 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 = 859d6f27-cf7d-46e4-822b-cbc89108ea5d
|
| 746 | 2026-09-04T01:12:00.688Z | INFO | phd-runner: [WAIT_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 = 859d6f27-cf7d-46e4-822b-cbc89108ea5d
|
| 747 | 2026-09-04T01:12:05.128Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4439
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 = 859d6f27-cf7d-46e4-822b-cbc89108ea5d
|
| 748 | 2026-09-04T01:12:05.129Z | DEBG | phd-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-09-04T01:12:05.129Z | DEBG | phd-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-09-04T01:12:05.129Z | 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 = 859d6f27-cf7d-46e4-822b-cbc89108ea5d
|
| 751 | 2026-09-04T01:12:05.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::migrate::serial_history
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_serial_history
vm_id = 859d6f27-cf7d-46e4-822b-cbc89108ea5d
|
| 752 | 2026-09-04T01:12:05.158Z | 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::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 859d6f27-cf7d-46e4-822b-cbc89108ea5d
|
| 753 | 2026-09-04T01:12:05.158Z | DEBG | phd-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-09-04T01:12:05.158Z | DEBG | phd-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-09-04T01:12:05.158Z | 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 = 859d6f27-cf7d-46e4-822b-cbc89108ea5d
|
| 756 | 2026-09-04T01:12:05.159Z | INFO | phd-runner: [WAIT_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 = 859d6f27-cf7d-46e4-822b-cbc89108ea5d
|
| 757 | 2026-09-04T01:12:05.191Z | 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::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 859d6f27-cf7d-46e4-822b-cbc89108ea5d
|
| 758 | 2026-09-04T01:12:05.191Z | 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-09-04T01:12:05.191Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4502
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
|
| 760 | 2026-09-04T01:12:05.191Z | 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 = 859d6f27-cf7d-46e4-822b-cbc89108ea5d
|
| 761 | 2026-09-04T01:12:05.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::migrate::serial_history
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_serial_history
vm_id = 859d6f27-cf7d-46e4-822b-cbc89108ea5d
|
| 762 | 2026-09-04T01:12:05.202Z | 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 = 859d6f27-cf7d-46e4-822b-cbc89108ea5d
|
| 763 | 2026-09-04T01:12:05.202Z | 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 = 859d6f27-cf7d-46e4-822b-cbc89108ea5d
|
| 764 | 2026-09-04T01:12:05.202Z | INFO | phd-runner: [WAIT_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 = 859d6f27-cf7d-46e4-822b-cbc89108ea5d
|
| 765 | 2026-09-04T01:12:05.235Z | 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 = 859d6f27-cf7d-46e4-822b-cbc89108ea5d
|
| 766 | 2026-09-04T01:12:05.235Z | 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 = 859d6f27-cf7d-46e4-822b-cbc89108ea5d
|
| 767 | 2026-09-04T01:12:05.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::migrate::serial_history
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_serial_history
vm_id = 859d6f27-cf7d-46e4-822b-cbc89108ea5d
|
| 768 | 2026-09-04T01:12:05.246Z | 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 = 859d6f27-cf7d-46e4-822b-cbc89108ea5d
|
| 769 | 2026-09-04T01:12:05.246Z | 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 = 859d6f27-cf7d-46e4-822b-cbc89108ea5d
|
| 770 | 2026-09-04T01:12:05.246Z | INFO | phd-runner: [WAIT_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 = 859d6f27-cf7d-46e4-822b-cbc89108ea5d
|
| 771 | 2026-09-04T01:12:05.279Z | 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 = 859d6f27-cf7d-46e4-822b-cbc89108ea5d
|
| 772 | 2026-09-04T01:12:05.286Z | 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-09-04T01:12:05.287Z | 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-09-04T01:12:05.287Z | 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-09-04T01:12:05.287Z | 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-09-04T01:12:05.287Z | 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-09-04T01:12:05.287Z | 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-09-04T01:12:05.302Z | 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-09-04T01:12:05.316Z | 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-09-04T01:12:05.316Z | 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 = 859d6f27-cf7d-46e4-822b-cbc89108ea5d
target = phd_framework::test_vm
target_id = 22296271-360f-4673-b1be-38013c4ac55d
|
| 781 | 2026-09-04T01:12:05.316Z | 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 = b67425f6-fd11-4081-a4b6-b1ad812fdbe6
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 859d6f27-cf7d-46e4-822b-cbc89108ea5d
target = phd_framework::test_vm
target_id = 22296271-360f-4673-b1be-38013c4ac55d
timeout_duration = 45s
|
| 782 | 2026-09-04T01:12:05.316Z | 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 = 859d6f27-cf7d-46e4-822b-cbc89108ea5d
target = phd_framework::test_vm
target_id = 22296271-360f-4673-b1be-38013c4ac55d
vm = migration_serial_history_lifecycle_0
vm_id = 22296271-360f-4673-b1be-38013c4ac55d
|
| 783 | 2026-09-04T01:12:05.317Z | 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 = 859d6f27-cf7d-46e4-822b-cbc89108ea5d
target = phd_framework::test_vm
target_id = 22296271-360f-4673-b1be-38013c4ac55d
vm = migration_serial_history_lifecycle_0
vm_id = 22296271-360f-4673-b1be-38013c4ac55d
|
| 784 | 2026-09-04T01:12:05.904Z | 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: 22296271-360f-4673-b1be-38013c4ac55d, name: "phd-vm-22296271-360f-4673-b1be-38013c4ac55d", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 2d1ff495-f1e8-491d-8fe1-46acbd960fb8, project_id: 296c571f-f83b-46ce-a1a0-7e05a2a418e6, sled_id: 42042a76-7469-48f4-bffa-dc9b66912c0d, sled_serial: "42042a76-7469-48f4-bffa-dc9b66912c0d", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 514
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 859d6f27-cf7d-46e4-822b-cbc89108ea5d
target = phd_framework::test_vm
target_id = 22296271-360f-4673-b1be-38013c4ac55d
vm = migration_serial_history_lifecycle_0
vm_id = 22296271-360f-4673-b1be-38013c4ac55d
|
| 785 | 2026-09-04T01:12:05.905Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = b67425f6-fd11-4081-a4b6-b1ad812fdbe6
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 859d6f27-cf7d-46e4-822b-cbc89108ea5d
target = phd_framework::test_vm
target_id = 22296271-360f-4673-b1be-38013c4ac55d
|
| 786 | 2026-09-04T01:12:08.368Z | 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-09-04T01:12:09.371Z | 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 = 859d6f27-cf7d-46e4-822b-cbc89108ea5d
target = phd_framework::test_vm
target_id = 22296271-360f-4673-b1be-38013c4ac55d
|
| 788 | 2026-09-04T01:12:09.371Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3465
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = b67425f6-fd11-4081-a4b6-b1ad812fdbe6
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 859d6f27-cf7d-46e4-822b-cbc89108ea5d
target = phd_framework::test_vm
target_id = 22296271-360f-4673-b1be-38013c4ac55d
|
| 789 | 2026-09-04T01:12:09.373Z | 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 = 859d6f27-cf7d-46e4-822b-cbc89108ea5d
|
| 790 | 2026-09-04T01:12:09.375Z | 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 = 859d6f27-cf7d-46e4-822b-cbc89108ea5d
|
| 791 | 2026-09-04T01:12:09.454Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 80
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 = 859d6f27-cf7d-46e4-822b-cbc89108ea5d
|
| 792 | 2026-09-04T01:12:09.454Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 9193
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 = 859d6f27-cf7d-46e4-822b-cbc89108ea5d
|
| 793 | 2026-09-04T01:12:09.457Z | 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 = 22296271-360f-4673-b1be-38013c4ac55d
|
| 794 | 2026-09-04T01:12:09.457Z | 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-09-04T01:12:09.457Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 8770
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 796 | 2026-09-04T01:12:09.457Z | 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-09-04T01:12:09.457Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 798 | 2026-09-04T01:12:09.458Z | 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 = 22296271-360f-4673-b1be-38013c4ac55d
|
| 799 | 2026-09-04T01:12:10.156Z | 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 = 22296271-360f-4673-b1be-38013c4ac55d
|
| 800 | 2026-09-04T01:12:10.239Z | 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 = 22296271-360f-4673-b1be-38013c4ac55d
|
| 801 | 2026-09-04T01:12:10.239Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-9c03c2de-86f3-49eb-9c70-7ffa33f63fae"]
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 = 22296271-360f-4673-b1be-38013c4ac55d
|
| 802 | 2026-09-04T01:12:10.264Z | 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 = 22296271-360f-4673-b1be-38013c4ac55d
|
| 803 | 2026-09-04T01:12:10.264Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d8587a4c-7c3e-45df-b7ac-a082a172499f"]
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 = 22296271-360f-4673-b1be-38013c4ac55d
|
| 804 | 2026-09-04T01:12:10.284Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 826
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 = 22296271-360f-4673-b1be-38013c4ac55d
|
| 805 | 2026-09-04T01:12:10.284Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 4967
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 859d6f27-cf7d-46e4-822b-cbc89108ea5d
target = phd_framework::test_vm
target_id = 22296271-360f-4673-b1be-38013c4ac55d
vm = migration_serial_history_lifecycle_0
vm_id = 22296271-360f-4673-b1be-38013c4ac55d
|
| 806 | 2026-09-04T01:12:10.284Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 826
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 807 | 2026-09-04T01:12:10.284Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 4967
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 859d6f27-cf7d-46e4-822b-cbc89108ea5d
target = phd_framework::test_vm
target_id = 22296271-360f-4673-b1be-38013c4ac55d
|
| 808 | 2026-09-04T01:12:10.284Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 10113
file = phd-tests/tests/src/migrate.rs
line = 20
path = phd_tests::migrate::serial_history
target = phd_tests::migrate
|
| 809 | 2026-09-04T01:12:10.284Z | 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-09-04T01:12:10.284Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 811 | 2026-09-04T01:12:10.284Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 812 | 2026-09-04T01:12:10.285Z | 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-09-04T01:12:10.285Z | 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-09-04T01:12:10.285Z | 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-09-04T01:12:10.285Z | 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-09-04T01:12:10.285Z | 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-09-04T01:12:10.298Z | 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 50.9M 25.3T 49.0M /phd-artifacts\n
target = phd_framework::zfs
|
| 818 | 2026-09-04T01:12:10.298Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-c97eabcb-d9c5-46f9-9364-4dfe83fcc03e"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::multiple_migrations
target = phd_framework::zfs
verb = snapshot
|
| 819 | 2026-09-04T01:12:10.315Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-c97eabcb-d9c5-46f9-9364-4dfe83fcc03e", "phd-artifacts/phd-clone-aee0e340-024f-4aa8-afef-206369861e89"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::multiple_migrations
target = phd_framework::zfs
verb = clone
|
| 820 | 2026-09-04T01:12:10.332Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-aee0e340-024f-4aa8-afef-206369861e89"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::multiple_migrations
target = phd_framework::zfs
verb = list
|
| 821 | 2026-09-04T01:12:10.345Z | 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-aee0e340-024f-4aa8-afef-206369861e89 0B 25.3T 49.0M /phd-artifacts/phd-clone-aee0e340-024f-4aa8-afef-206369861e89\n
target = phd_framework::zfs
|
| 822 | 2026-09-04T01:12:10.345Z | 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-09-04T01:12:10.345Z | 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-09-04T01:12:10.345Z | 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-09-04T01:12:10.345Z | 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-09-04T01:12:10.346Z | 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-09-04T01:12:10.361Z | 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-09-04T01:12:10.375Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 29
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
|
| 829 | 2026-09-04T01:12:10.375Z | 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-09-04T01:12:10.376Z | 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-09-04T01:12:10.376Z | 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-09-04T01:12:10.376Z | 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-09-04T01:12:10.376Z | 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-09-04T01:12:10.397Z | 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-09-04T01:12:10.412Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 36
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
|
| 836 | 2026-09-04T01:12:10.412Z | 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-09-04T01:12:10.412Z | 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-09-04T01:12:10.412Z | 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-09-04T01:12:10.412Z | 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-09-04T01:12:10.412Z | 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-09-04T01:12:10.424Z | 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-09-04T01:12:10.438Z | 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
|
| 843 | 2026-09-04T01:12:10.438Z | 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 = 8f264a03-c38a-437b-8d66-6933fea31ffc
|
| 844 | 2026-09-04T01:12:10.565Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 845 | 2026-09-04T01:12:10.566Z | 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: 8f264a03-c38a-437b-8d66-6933fea31ffc, name: "phd-vm-8f264a03-c38a-437b-8d66-6933fea31ffc", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 60ec1db0-5210-4b5a-8b12-031855fdc4e1, project_id: 73ae13bc-8d7c-4858-824d-23a27224d517, sled_id: 8d80160d-3693-4371-8515-4e57d59b21d8, sled_serial: "8d80160d-3693-4371-8515-4e57d59b21d8", 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 = 8f264a03-c38a-437b-8d66-6933fea31ffc
|
| 846 | 2026-09-04T01:12:10.566Z | 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 = 8f264a03-c38a-437b-8d66-6933fea31ffc
|
| 847 | 2026-09-04T01:12:10.566Z | 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 = 8f264a03-c38a-437b-8d66-6933fea31ffc
|
| 848 | 2026-09-04T01:12:10.567Z | 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 = 8f264a03-c38a-437b-8d66-6933fea31ffc
|
| 849 | 2026-09-04T01:12:10.567Z | 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-09-04T01:12:10.567Z | 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 = 8f264a03-c38a-437b-8d66-6933fea31ffc
|
| 851 | 2026-09-04T01:12:10.567Z | DEBG | phd-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-09-04T01:12:10.567Z | 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 = 8f264a03-c38a-437b-8d66-6933fea31ffc
|
| 853 | 2026-09-04T01:12:10.567Z | INFO | phd-runner: [WAIT_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 = 8f264a03-c38a-437b-8d66-6933fea31ffc
|
| 854 | 2026-09-04T01:12:15.073Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4504
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 = 8f264a03-c38a-437b-8d66-6933fea31ffc
|
| 855 | 2026-09-04T01:12:15.073Z | DEBG | phd-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-09-04T01:12:15.073Z | DEBG | phd-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-09-04T01:12:15.073Z | 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 = 8f264a03-c38a-437b-8d66-6933fea31ffc
|
| 858 | 2026-09-04T01:12:15.073Z | INFO | phd-runner: [WAIT_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 = 8f264a03-c38a-437b-8d66-6933fea31ffc
|
| 859 | 2026-09-04T01:12:15.093Z | 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::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = 8f264a03-c38a-437b-8d66-6933fea31ffc
|
| 860 | 2026-09-04T01:12:15.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::migrate::multiple_migrations
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 861 | 2026-09-04T01:12:15.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::migrate::multiple_migrations
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 862 | 2026-09-04T01:12:15.093Z | 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 = 8f264a03-c38a-437b-8d66-6933fea31ffc
|
| 863 | 2026-09-04T01:12:15.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::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = multiple_migrations_0
vm_id = 8f264a03-c38a-437b-8d66-6933fea31ffc
|
| 864 | 2026-09-04T01:12:15.125Z | 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 = 8f264a03-c38a-437b-8d66-6933fea31ffc
|
| 865 | 2026-09-04T01:12:15.126Z | 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-09-04T01:12:15.126Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4557
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
|
| 867 | 2026-09-04T01:12:15.126Z | 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 = 8f264a03-c38a-437b-8d66-6933fea31ffc
target = phd_framework::test_vm
target_id = e4c0fde2-08a3-4823-a71e-b6bdbac75841
|
| 868 | 2026-09-04T01:12:15.126Z | 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 = 5b636c32-73d9-4c10-b10d-2741152abb2c
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = 8f264a03-c38a-437b-8d66-6933fea31ffc
target = phd_framework::test_vm
target_id = e4c0fde2-08a3-4823-a71e-b6bdbac75841
timeout_duration = 45s
|
| 869 | 2026-09-04T01:12:15.126Z | 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 = 8f264a03-c38a-437b-8d66-6933fea31ffc
target = phd_framework::test_vm
target_id = e4c0fde2-08a3-4823-a71e-b6bdbac75841
vm = multiple_migrations_1
vm_id = e4c0fde2-08a3-4823-a71e-b6bdbac75841
|
| 870 | 2026-09-04T01:12:15.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: e4c0fde2-08a3-4823-a71e-b6bdbac75841, name: "phd-vm-e4c0fde2-08a3-4823-a71e-b6bdbac75841", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 60ec1db0-5210-4b5a-8b12-031855fdc4e1, project_id: 73ae13bc-8d7c-4858-824d-23a27224d517, sled_id: 6bdb5e29-5a11-4a32-a7c6-1060d703320e, sled_serial: "6bdb5e29-5a11-4a32-a7c6-1060d703320e", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 514
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = 8f264a03-c38a-437b-8d66-6933fea31ffc
target = phd_framework::test_vm
target_id = e4c0fde2-08a3-4823-a71e-b6bdbac75841
vm = multiple_migrations_1
vm_id = e4c0fde2-08a3-4823-a71e-b6bdbac75841
|
| 871 | 2026-09-04T01:12:15.247Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = 5b636c32-73d9-4c10-b10d-2741152abb2c
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = 8f264a03-c38a-437b-8d66-6933fea31ffc
target = phd_framework::test_vm
target_id = e4c0fde2-08a3-4823-a71e-b6bdbac75841
|
| 872 | 2026-09-04T01:12:17.707Z | 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-09-04T01:12:18.104Z | 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 = 8f264a03-c38a-437b-8d66-6933fea31ffc
target = phd_framework::test_vm
target_id = e4c0fde2-08a3-4823-a71e-b6bdbac75841
|
| 874 | 2026-09-04T01:12:18.104Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2856
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = 5b636c32-73d9-4c10-b10d-2741152abb2c
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = 8f264a03-c38a-437b-8d66-6933fea31ffc
target = phd_framework::test_vm
target_id = e4c0fde2-08a3-4823-a71e-b6bdbac75841
|
| 875 | 2026-09-04T01:12:18.105Z | 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 = e4c0fde2-08a3-4823-a71e-b6bdbac75841
|
| 876 | 2026-09-04T01:12:18.105Z | INFO | phd-runner: [WAIT_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 = e4c0fde2-08a3-4823-a71e-b6bdbac75841
|
| 877 | 2026-09-04T01:12:18.117Z | 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::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_1
vm_id = e4c0fde2-08a3-4823-a71e-b6bdbac75841
|
| 878 | 2026-09-04T01:12:18.117Z | 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 = e4c0fde2-08a3-4823-a71e-b6bdbac75841
|
| 879 | 2026-09-04T01:12:18.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::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = multiple_migrations_1
vm_id = e4c0fde2-08a3-4823-a71e-b6bdbac75841
|
| 880 | 2026-09-04T01:12:18.149Z | 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 = e4c0fde2-08a3-4823-a71e-b6bdbac75841
|
| 881 | 2026-09-04T01:12:18.149Z | 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 = e4c0fde2-08a3-4823-a71e-b6bdbac75841
|
| 882 | 2026-09-04T01:12:18.149Z | INFO | phd-runner: [WAIT_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 = e4c0fde2-08a3-4823-a71e-b6bdbac75841
|
| 883 | 2026-09-04T01:12:18.160Z | 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 = e4c0fde2-08a3-4823-a71e-b6bdbac75841
|
| 884 | 2026-09-04T01:12:18.160Z | 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 = e4c0fde2-08a3-4823-a71e-b6bdbac75841
|
| 885 | 2026-09-04T01:12:18.160Z | INFO | phd-runner: [WAIT_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 = e4c0fde2-08a3-4823-a71e-b6bdbac75841
|
| 886 | 2026-09-04T01:12:18.182Z | 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::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_1
vm_id = e4c0fde2-08a3-4823-a71e-b6bdbac75841
|
| 887 | 2026-09-04T01:12:18.182Z | 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 = e4c0fde2-08a3-4823-a71e-b6bdbac75841
target = phd_framework::test_vm
target_id = e5e0870d-ca68-430d-8357-3da277a6de21
|
| 888 | 2026-09-04T01:12:18.183Z | 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 = 947cc325-7ad9-4ee6-9496-525024ca274c
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = e4c0fde2-08a3-4823-a71e-b6bdbac75841
target = phd_framework::test_vm
target_id = e5e0870d-ca68-430d-8357-3da277a6de21
timeout_duration = 45s
|
| 889 | 2026-09-04T01:12:18.183Z | 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 = e4c0fde2-08a3-4823-a71e-b6bdbac75841
target = phd_framework::test_vm
target_id = e5e0870d-ca68-430d-8357-3da277a6de21
vm = multiple_migrations_2
vm_id = e5e0870d-ca68-430d-8357-3da277a6de21
|
| 890 | 2026-09-04T01:12:18.301Z | 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: e5e0870d-ca68-430d-8357-3da277a6de21, name: "phd-vm-e5e0870d-ca68-430d-8357-3da277a6de21", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 60ec1db0-5210-4b5a-8b12-031855fdc4e1, project_id: 73ae13bc-8d7c-4858-824d-23a27224d517, sled_id: 6699572e-5698-48fc-b52e-af85ca707d78, sled_serial: "6699572e-5698-48fc-b52e-af85ca707d78", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 514
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = e4c0fde2-08a3-4823-a71e-b6bdbac75841
target = phd_framework::test_vm
target_id = e5e0870d-ca68-430d-8357-3da277a6de21
vm = multiple_migrations_2
vm_id = e5e0870d-ca68-430d-8357-3da277a6de21
|
| 891 | 2026-09-04T01:12:18.301Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = 947cc325-7ad9-4ee6-9496-525024ca274c
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = e4c0fde2-08a3-4823-a71e-b6bdbac75841
target = phd_framework::test_vm
target_id = e5e0870d-ca68-430d-8357-3da277a6de21
|
| 892 | 2026-09-04T01:12:20.784Z | 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-09-04T01:12:21.513Z | 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 = e4c0fde2-08a3-4823-a71e-b6bdbac75841
target = phd_framework::test_vm
target_id = e5e0870d-ca68-430d-8357-3da277a6de21
|
| 894 | 2026-09-04T01:12:21.513Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3211
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = 947cc325-7ad9-4ee6-9496-525024ca274c
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = e4c0fde2-08a3-4823-a71e-b6bdbac75841
target = phd_framework::test_vm
target_id = e5e0870d-ca68-430d-8357-3da277a6de21
|
| 895 | 2026-09-04T01:12:21.513Z | 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 = e5e0870d-ca68-430d-8357-3da277a6de21
|
| 896 | 2026-09-04T01:12:21.513Z | INFO | phd-runner: [WAIT_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 = e5e0870d-ca68-430d-8357-3da277a6de21
|
| 897 | 2026-09-04T01:12:21.524Z | 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 = e5e0870d-ca68-430d-8357-3da277a6de21
|
| 898 | 2026-09-04T01:12:21.525Z | 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 = e5e0870d-ca68-430d-8357-3da277a6de21
|
| 899 | 2026-09-04T01:12:21.525Z | INFO | phd-runner: [WAIT_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 = e5e0870d-ca68-430d-8357-3da277a6de21
|
| 900 | 2026-09-04T01:12:21.558Z | 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 = e5e0870d-ca68-430d-8357-3da277a6de21
|
| 901 | 2026-09-04T01:12:21.558Z | 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 = e5e0870d-ca68-430d-8357-3da277a6de21
|
| 902 | 2026-09-04T01:12:21.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::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = multiple_migrations_2
vm_id = e5e0870d-ca68-430d-8357-3da277a6de21
|
| 903 | 2026-09-04T01:12:21.570Z | 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_2
vm_id = e5e0870d-ca68-430d-8357-3da277a6de21
|
| 904 | 2026-09-04T01:12:21.570Z | 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 = e5e0870d-ca68-430d-8357-3da277a6de21
|
| 905 | 2026-09-04T01:12:21.570Z | INFO | phd-runner: [WAIT_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 = e5e0870d-ca68-430d-8357-3da277a6de21
|
| 906 | 2026-09-04T01:12:21.602Z | 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_2
vm_id = e5e0870d-ca68-430d-8357-3da277a6de21
|
| 907 | 2026-09-04T01:12:21.603Z | 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 = e5e0870d-ca68-430d-8357-3da277a6de21
|
| 908 | 2026-09-04T01:12:21.603Z | 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 = e4c0fde2-08a3-4823-a71e-b6bdbac75841
|
| 909 | 2026-09-04T01:12:21.603Z | 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 = 8f264a03-c38a-437b-8d66-6933fea31ffc
|
| 910 | 2026-09-04T01:12:21.603Z | 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-09-04T01:12:21.603Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 11036
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 912 | 2026-09-04T01:12:21.603Z | 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-09-04T01:12:21.603Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 914 | 2026-09-04T01:12:21.605Z | 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 = e5e0870d-ca68-430d-8357-3da277a6de21
|
| 915 | 2026-09-04T01:12:21.605Z | 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 = e4c0fde2-08a3-4823-a71e-b6bdbac75841
|
| 916 | 2026-09-04T01:12:21.606Z | 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 = 8f264a03-c38a-437b-8d66-6933fea31ffc
|
| 917 | 2026-09-04T01:12:21.656Z | 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 = e5e0870d-ca68-430d-8357-3da277a6de21
|
| 918 | 2026-09-04T01:12:21.689Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 85
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 = e4c0fde2-08a3-4823-a71e-b6bdbac75841
|
| 919 | 2026-09-04T01:12:21.689Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6561
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = 8f264a03-c38a-437b-8d66-6933fea31ffc
target = phd_framework::test_vm
target_id = e4c0fde2-08a3-4823-a71e-b6bdbac75841
vm = multiple_migrations_1
vm_id = e4c0fde2-08a3-4823-a71e-b6bdbac75841
|
| 920 | 2026-09-04T01:12:21.689Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 6562
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = 8f264a03-c38a-437b-8d66-6933fea31ffc
target = phd_framework::test_vm
target_id = e4c0fde2-08a3-4823-a71e-b6bdbac75841
|
| 921 | 2026-09-04T01:12:21.736Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 132
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 = 8f264a03-c38a-437b-8d66-6933fea31ffc
|
| 922 | 2026-09-04T01:12:21.736Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 11295
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 = 8f264a03-c38a-437b-8d66-6933fea31ffc
|
| 923 | 2026-09-04T01:12:21.769Z | 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 = e5e0870d-ca68-430d-8357-3da277a6de21
|
| 924 | 2026-09-04T01:12:21.769Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-aee0e340-024f-4aa8-afef-206369861e89"]
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 = e5e0870d-ca68-430d-8357-3da277a6de21
|
| 925 | 2026-09-04T01:12:21.796Z | 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 = e5e0870d-ca68-430d-8357-3da277a6de21
|
| 926 | 2026-09-04T01:12:21.796Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-c97eabcb-d9c5-46f9-9364-4dfe83fcc03e"]
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 = e5e0870d-ca68-430d-8357-3da277a6de21
|
| 927 | 2026-09-04T01:12:21.818Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 215
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 = e5e0870d-ca68-430d-8357-3da277a6de21
|
| 928 | 2026-09-04T01:12:21.818Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 214
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 929 | 2026-09-04T01:12:21.818Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 3634
file = phd-tests/framework/src/test_vm/mod.rs
line = 412
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = e4c0fde2-08a3-4823-a71e-b6bdbac75841
target = phd_framework::test_vm
target_id = e5e0870d-ca68-430d-8357-3da277a6de21
vm = multiple_migrations_2
vm_id = e5e0870d-ca68-430d-8357-3da277a6de21
|
| 930 | 2026-09-04T01:12:21.818Z | 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
|
| 931 | 2026-09-04T01:12:21.818Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 3635
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = e4c0fde2-08a3-4823-a71e-b6bdbac75841
target = phd_framework::test_vm
target_id = e5e0870d-ca68-430d-8357-3da277a6de21
|
| 932 | 2026-09-04T01:12:21.818Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 933 | 2026-09-04T01:12:21.818Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 11531
file = phd-tests/tests/src/migrate.rs
line = 302
path = phd_tests::migrate::multiple_migrations
target = phd_tests::migrate
|
| 934 | 2026-09-04T01:12:21.819Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 935 | 2026-09-04T01:12:21.819Z | 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-09-04T01:12:21.819Z | 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-09-04T01:12:21.819Z | 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-09-04T01:12:21.819Z | 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-09-04T01:12:21.819Z | 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-09-04T01:12:21.832Z | 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 50.9M 25.3T 49.0M /phd-artifacts\n
target = phd_framework::zfs
|
| 941 | 2026-09-04T01:12:21.832Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-bd7111bb-44c7-47d8-8282-df5e03a71372"]
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-09-04T01:12:21.849Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-bd7111bb-44c7-47d8-8282-df5e03a71372", "phd-artifacts/phd-clone-237cfcdb-011e-45f5-b353-3d9af5afb3e4"]
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-09-04T01:12:21.865Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-237cfcdb-011e-45f5-b353-3d9af5afb3e4"]
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-09-04T01:12:21.877Z | 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-237cfcdb-011e-45f5-b353-3d9af5afb3e4 0B 25.3T 49.0M /phd-artifacts/phd-clone-237cfcdb-011e-45f5-b353-3d9af5afb3e4\n
target = phd_framework::zfs
|
| 945 | 2026-09-04T01:12:21.878Z | 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-09-04T01:12:21.878Z | 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-09-04T01:12:21.878Z | 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-09-04T01:12:21.878Z | 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-09-04T01:12:21.878Z | 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-09-04T01:12:21.892Z | 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-09-04T01:12:21.906Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 28
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-09-04T01:12:21.906Z | 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-09-04T01:12:21.907Z | 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-09-04T01:12:21.907Z | 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-09-04T01:12:21.907Z | 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-09-04T01:12:21.907Z | 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-09-04T01:12:21.918Z | 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-09-04T01:12:21.932Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 25
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-09-04T01:12:21.932Z | 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 = 4df1376f-6f8c-448d-9b2c-12a32b365499
|
| 960 | 2026-09-04T01:12:22.054Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 961 | 2026-09-04T01:12:22.055Z | 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: 4df1376f-6f8c-448d-9b2c-12a32b365499, name: "phd-vm-4df1376f-6f8c-448d-9b2c-12a32b365499", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 937a79c5-500e-4548-94a2-77cf57eac21d, project_id: 85ecd5a7-e58f-48dc-b6d1-53e156129ec6, sled_id: 704a20fb-b709-41a5-9ade-31c3b541d23f, sled_serial: "704a20fb-b709-41a5-9ade-31c3b541d23f", 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 = 4df1376f-6f8c-448d-9b2c-12a32b365499
|
| 962 | 2026-09-04T01:12:22.056Z | 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 = 4df1376f-6f8c-448d-9b2c-12a32b365499
|
| 963 | 2026-09-04T01:12:22.056Z | 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 = 4df1376f-6f8c-448d-9b2c-12a32b365499
|
| 964 | 2026-09-04T01:12:22.057Z | 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 = 4df1376f-6f8c-448d-9b2c-12a32b365499
|
| 965 | 2026-09-04T01:12:22.057Z | 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-09-04T01:12:22.057Z | 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 = 4df1376f-6f8c-448d-9b2c-12a32b365499
|
| 967 | 2026-09-04T01:12:22.057Z | DEBG | phd-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-09-04T01:12:22.057Z | 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 = 4df1376f-6f8c-448d-9b2c-12a32b365499
|
| 969 | 2026-09-04T01:12:22.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::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_ensures_instance_metadata_source
vm_id = 4df1376f-6f8c-448d-9b2c-12a32b365499
|
| 970 | 2026-09-04T01:12:26.565Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4507
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 = 4df1376f-6f8c-448d-9b2c-12a32b365499
|
| 971 | 2026-09-04T01:12:26.565Z | DEBG | phd-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-09-04T01:12:26.565Z | DEBG | phd-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-09-04T01:12:26.565Z | 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 = 4df1376f-6f8c-448d-9b2c-12a32b365499
|
| 974 | 2026-09-04T01:12:26.565Z | INFO | phd-runner: [WAIT_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 = 4df1376f-6f8c-448d-9b2c-12a32b365499
|
| 975 | 2026-09-04T01:12:26.585Z | 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 = 4df1376f-6f8c-448d-9b2c-12a32b365499
|
| 976 | 2026-09-04T01:12:26.585Z | DEBG | phd-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-09-04T01:12:26.585Z | DEBG | phd-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-09-04T01:12:26.585Z | 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 = 4df1376f-6f8c-448d-9b2c-12a32b365499
|
| 979 | 2026-09-04T01:12:26.585Z | INFO | phd-runner: [WAIT_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 = 4df1376f-6f8c-448d-9b2c-12a32b365499
|
| 980 | 2026-09-04T01:12:26.618Z | 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::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = 4df1376f-6f8c-448d-9b2c-12a32b365499
|
| 981 | 2026-09-04T01:12:26.618Z | 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-09-04T01:12:26.618Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4560
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-09-04T01:12:26.618Z | 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 = 4df1376f-6f8c-448d-9b2c-12a32b365499
|
| 984 | 2026-09-04T01:12:26.618Z | 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 = 4df1376f-6f8c-448d-9b2c-12a32b365499
|
| 985 | 2026-09-04T01:12:26.627Z | 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 = 4df1376f-6f8c-448d-9b2c-12a32b365499
|
| 986 | 2026-09-04T01:12:26.627Z | 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 = 4df1376f-6f8c-448d-9b2c-12a32b365499
target = phd_framework::test_vm
target_id = 6d04f960-1254-49bd-94dd-70c56379de79
|
| 987 | 2026-09-04T01:12:26.627Z | 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 = 03394c58-1958-4617-9370-09e97c90d3d2
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 4df1376f-6f8c-448d-9b2c-12a32b365499
target = phd_framework::test_vm
target_id = 6d04f960-1254-49bd-94dd-70c56379de79
timeout_duration = 45s
|
| 988 | 2026-09-04T01:12:26.627Z | 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 = 4df1376f-6f8c-448d-9b2c-12a32b365499
target = phd_framework::test_vm
target_id = 6d04f960-1254-49bd-94dd-70c56379de79
vm = migration_ensures_instance_metadata_target
vm_id = 6d04f960-1254-49bd-94dd-70c56379de79
|
| 989 | 2026-09-04T01:12:26.750Z | 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: 6d04f960-1254-49bd-94dd-70c56379de79, name: "phd-vm-6d04f960-1254-49bd-94dd-70c56379de79", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 937a79c5-500e-4548-94a2-77cf57eac21d, project_id: 85ecd5a7-e58f-48dc-b6d1-53e156129ec6, sled_id: e3c78ef5-a7f0-4d27-a240-d0d1ee47fc0b, sled_serial: "e3c78ef5-a7f0-4d27-a240-d0d1ee47fc0b", 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 = 4df1376f-6f8c-448d-9b2c-12a32b365499
target = phd_framework::test_vm
target_id = 6d04f960-1254-49bd-94dd-70c56379de79
vm = migration_ensures_instance_metadata_target
vm_id = 6d04f960-1254-49bd-94dd-70c56379de79
|
| 990 | 2026-09-04T01:12:26.750Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = 03394c58-1958-4617-9370-09e97c90d3d2
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 4df1376f-6f8c-448d-9b2c-12a32b365499
target = phd_framework::test_vm
target_id = 6d04f960-1254-49bd-94dd-70c56379de79
|
| 991 | 2026-09-04T01:12:29.174Z | 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-09-04T01:12:29.834Z | 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 = 4df1376f-6f8c-448d-9b2c-12a32b365499
target = phd_framework::test_vm
target_id = 6d04f960-1254-49bd-94dd-70c56379de79
|
| 993 | 2026-09-04T01:12:29.834Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3083
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = 03394c58-1958-4617-9370-09e97c90d3d2
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 4df1376f-6f8c-448d-9b2c-12a32b365499
target = phd_framework::test_vm
target_id = 6d04f960-1254-49bd-94dd-70c56379de79
|
| 994 | 2026-09-04T01:12:29.834Z | 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 = 6d04f960-1254-49bd-94dd-70c56379de79
|
| 995 | 2026-09-04T01:12:29.834Z | 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 = 6d04f960-1254-49bd-94dd-70c56379de79
|
| 996 | 2026-09-04T01:12:29.836Z | 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 = 6d04f960-1254-49bd-94dd-70c56379de79
|
| 997 | 2026-09-04T01:12:29.837Z | 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 = 6d04f960-1254-49bd-94dd-70c56379de79
|
| 998 | 2026-09-04T01:12:29.837Z | 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 = 4df1376f-6f8c-448d-9b2c-12a32b365499
|
| 999 | 2026-09-04T01:12:29.837Z | 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-09-04T01:12:29.837Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 7781
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1001 | 2026-09-04T01:12:29.837Z | 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-09-04T01:12:29.837Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1003 | 2026-09-04T01:12:29.839Z | 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 = 4df1376f-6f8c-448d-9b2c-12a32b365499
|
| 1004 | 2026-09-04T01:12:29.918Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 80
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 = 4df1376f-6f8c-448d-9b2c-12a32b365499
|
| 1005 | 2026-09-04T01:12:29.918Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 7984
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 = 4df1376f-6f8c-448d-9b2c-12a32b365499
|
| 1006 | 2026-09-04T01:12:29.918Z | 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 = 6d04f960-1254-49bd-94dd-70c56379de79
|
| 1007 | 2026-09-04T01:12:30.630Z | 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 = 6d04f960-1254-49bd-94dd-70c56379de79
|
| 1008 | 2026-09-04T01:12:30.711Z | 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 = 6d04f960-1254-49bd-94dd-70c56379de79
|
| 1009 | 2026-09-04T01:12:30.711Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-237cfcdb-011e-45f5-b353-3d9af5afb3e4"]
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 = 6d04f960-1254-49bd-94dd-70c56379de79
|
| 1010 | 2026-09-04T01:12:30.740Z | 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 = 6d04f960-1254-49bd-94dd-70c56379de79
|
| 1011 | 2026-09-04T01:12:30.740Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-bd7111bb-44c7-47d8-8282-df5e03a71372"]
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 = 6d04f960-1254-49bd-94dd-70c56379de79
|
| 1012 | 2026-09-04T01:12:30.760Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 923
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 = 6d04f960-1254-49bd-94dd-70c56379de79
|
| 1013 | 2026-09-04T01:12:30.760Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 4132
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 = 4df1376f-6f8c-448d-9b2c-12a32b365499
target = phd_framework::test_vm
target_id = 6d04f960-1254-49bd-94dd-70c56379de79
vm = migration_ensures_instance_metadata_target
vm_id = 6d04f960-1254-49bd-94dd-70c56379de79
|
| 1014 | 2026-09-04T01:12:30.760Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 4132
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 = 4df1376f-6f8c-448d-9b2c-12a32b365499
target = phd_framework::test_vm
target_id = 6d04f960-1254-49bd-94dd-70c56379de79
|
| 1015 | 2026-09-04T01:12:30.761Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 8940
file = phd-tests/tests/src/migrate.rs
line = 388
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_tests::migrate
|
| 1016 | 2026-09-04T01:12:30.761Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 923
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1017 | 2026-09-04T01:12:30.761Z | 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
|
| 1018 | 2026-09-04T01:12:30.761Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1019 | 2026-09-04T01:12:30.761Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1020 | 2026-09-04T01:12:30.761Z | 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-09-04T01:12:30.761Z | 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-09-04T01:12:30.761Z | 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-09-04T01:12:30.761Z | 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-09-04T01:12:30.761Z | 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-09-04T01:12:30.772Z | 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.6M 25.3T 49.0M /phd-artifacts\n
target = phd_framework::zfs
|
| 1026 | 2026-09-04T01:12:30.772Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d25a806d-7eee-439d-8e5a-bbac74007a2f"]
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-09-04T01:12:30.789Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d25a806d-7eee-439d-8e5a-bbac74007a2f", "phd-artifacts/phd-clone-b13a6905-dab7-453b-8a52-2fea0014b84d"]
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-09-04T01:12:30.806Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-b13a6905-dab7-453b-8a52-2fea0014b84d"]
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-09-04T01:12:30.818Z | 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-b13a6905-dab7-453b-8a52-2fea0014b84d 0B 25.3T 49.0M /phd-artifacts/phd-clone-b13a6905-dab7-453b-8a52-2fea0014b84d\n
target = phd_framework::zfs
|
| 1030 | 2026-09-04T01:12:30.819Z | 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-09-04T01:12:30.819Z | 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-09-04T01:12:30.819Z | 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-09-04T01:12:30.819Z | 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-09-04T01:12:30.819Z | 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-09-04T01:12:30.833Z | 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-09-04T01:12:30.848Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 29
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-09-04T01:12:30.848Z | 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-09-04T01:12:30.848Z | 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-09-04T01:12:30.848Z | 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-09-04T01:12:30.848Z | 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-09-04T01:12:30.848Z | 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-09-04T01:12:30.859Z | 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-09-04T01:12:30.873Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 25
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-09-04T01:12:30.873Z | 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 = e5d7a8aa-d717-4d21-aa1e-ea613fdffdaf
|
| 1045 | 2026-09-04T01:12:31.000Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1046 | 2026-09-04T01:12:31.001Z | 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: e5d7a8aa-d717-4d21-aa1e-ea613fdffdaf, name: "phd-vm-e5d7a8aa-d717-4d21-aa1e-ea613fdffdaf", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 1fc477b8-619e-4d81-aa3b-d0ffc7d3b5de, project_id: ee8c5284-ee3f-42b7-bc87-75c60131d24f, sled_id: 2ffedf2f-bade-42d5-89f6-63becb5285ba, sled_serial: "2ffedf2f-bade-42d5-89f6-63becb5285ba", 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 = e5d7a8aa-d717-4d21-aa1e-ea613fdffdaf
|
| 1047 | 2026-09-04T01:12:31.001Z | 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 = e5d7a8aa-d717-4d21-aa1e-ea613fdffdaf
|
| 1048 | 2026-09-04T01:12:31.001Z | 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 = e5d7a8aa-d717-4d21-aa1e-ea613fdffdaf
|
| 1049 | 2026-09-04T01:12:31.002Z | 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::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = e5d7a8aa-d717-4d21-aa1e-ea613fdffdaf
|
| 1050 | 2026-09-04T01:12:31.002Z | 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-09-04T01:12:31.002Z | 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 = e5d7a8aa-d717-4d21-aa1e-ea613fdffdaf
|
| 1052 | 2026-09-04T01:12:31.002Z | DEBG | phd-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-09-04T01:12:31.002Z | 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 = e5d7a8aa-d717-4d21-aa1e-ea613fdffdaf
|
| 1054 | 2026-09-04T01:12:31.002Z | INFO | phd-runner: [WAIT_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 = e5d7a8aa-d717-4d21-aa1e-ea613fdffdaf
|
| 1055 | 2026-09-04T01:12:35.526Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4522
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 = e5d7a8aa-d717-4d21-aa1e-ea613fdffdaf
|
| 1056 | 2026-09-04T01:12:35.526Z | DEBG | phd-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-09-04T01:12:35.526Z | DEBG | phd-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-09-04T01:12:35.526Z | 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 = e5d7a8aa-d717-4d21-aa1e-ea613fdffdaf
|
| 1059 | 2026-09-04T01:12:35.526Z | INFO | phd-runner: [WAIT_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 = e5d7a8aa-d717-4d21-aa1e-ea613fdffdaf
|
| 1060 | 2026-09-04T01:12:35.556Z | 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::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = e5d7a8aa-d717-4d21-aa1e-ea613fdffdaf
|
| 1061 | 2026-09-04T01:12:35.556Z | DEBG | phd-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-09-04T01:12:35.557Z | DEBG | phd-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-09-04T01:12:35.557Z | 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 = e5d7a8aa-d717-4d21-aa1e-ea613fdffdaf
|
| 1064 | 2026-09-04T01:12:35.557Z | INFO | phd-runner: [WAIT_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 = e5d7a8aa-d717-4d21-aa1e-ea613fdffdaf
|
| 1065 | 2026-09-04T01:12:35.589Z | 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::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = e5d7a8aa-d717-4d21-aa1e-ea613fdffdaf
|
| 1066 | 2026-09-04T01:12:35.589Z | 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-09-04T01:12:35.589Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4586
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-09-04T01:12:35.589Z | 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 = e5d7a8aa-d717-4d21-aa1e-ea613fdffdaf
target = phd_framework::test_vm
target_id = 7f322827-31f2-480c-b461-5654fa2ed34f
|
| 1069 | 2026-09-04T01:12:35.589Z | 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 = a02a9d82-99db-4d1f-82f2-e2a47a78b30b
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
source = vm_reaches_destroyed_after_migration_out_source
source_id = e5d7a8aa-d717-4d21-aa1e-ea613fdffdaf
target = phd_framework::test_vm
target_id = 7f322827-31f2-480c-b461-5654fa2ed34f
timeout_duration = 45s
|
| 1070 | 2026-09-04T01:12:35.590Z | 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 = e5d7a8aa-d717-4d21-aa1e-ea613fdffdaf
target = phd_framework::test_vm
target_id = 7f322827-31f2-480c-b461-5654fa2ed34f
vm = vm_reaches_destroyed_after_migration_out_target
vm_id = 7f322827-31f2-480c-b461-5654fa2ed34f
|
| 1071 | 2026-09-04T01:12:35.709Z | 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: 7f322827-31f2-480c-b461-5654fa2ed34f, name: "phd-vm-7f322827-31f2-480c-b461-5654fa2ed34f", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 1fc477b8-619e-4d81-aa3b-d0ffc7d3b5de, project_id: ee8c5284-ee3f-42b7-bc87-75c60131d24f, sled_id: a352fc22-9c50-406a-b66e-bb5b937dcab3, sled_serial: "a352fc22-9c50-406a-b66e-bb5b937dcab3", 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 = e5d7a8aa-d717-4d21-aa1e-ea613fdffdaf
target = phd_framework::test_vm
target_id = 7f322827-31f2-480c-b461-5654fa2ed34f
vm = vm_reaches_destroyed_after_migration_out_target
vm_id = 7f322827-31f2-480c-b461-5654fa2ed34f
|
| 1072 | 2026-09-04T01:12:35.710Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = a02a9d82-99db-4d1f-82f2-e2a47a78b30b
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
source = vm_reaches_destroyed_after_migration_out_source
source_id = e5d7a8aa-d717-4d21-aa1e-ea613fdffdaf
target = phd_framework::test_vm
target_id = 7f322827-31f2-480c-b461-5654fa2ed34f
|
| 1073 | 2026-09-04T01:12:38.155Z | 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-09-04T01:12:38.302Z | 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 = e5d7a8aa-d717-4d21-aa1e-ea613fdffdaf
target = phd_framework::test_vm
target_id = 7f322827-31f2-480c-b461-5654fa2ed34f
|
| 1075 | 2026-09-04T01:12:38.302Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2592
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = a02a9d82-99db-4d1f-82f2-e2a47a78b30b
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
source = vm_reaches_destroyed_after_migration_out_source
source_id = e5d7a8aa-d717-4d21-aa1e-ea613fdffdaf
target = phd_framework::test_vm
target_id = 7f322827-31f2-480c-b461-5654fa2ed34f
|
| 1076 | 2026-09-04T01:12:38.302Z | 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 = e5d7a8aa-d717-4d21-aa1e-ea613fdffdaf
|
| 1077 | 2026-09-04T01:12:38.303Z | 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 = e5d7a8aa-d717-4d21-aa1e-ea613fdffdaf
|
| 1078 | 2026-09-04T01:12:38.303Z | 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 = e5d7a8aa-d717-4d21-aa1e-ea613fdffdaf
|
| 1079 | 2026-09-04T01:12:38.303Z | 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 = e5d7a8aa-d717-4d21-aa1e-ea613fdffdaf
|
| 1080 | 2026-09-04T01:12:38.304Z | 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 = e5d7a8aa-d717-4d21-aa1e-ea613fdffdaf
|
| 1081 | 2026-09-04T01:12:38.304Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 2
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 = e5d7a8aa-d717-4d21-aa1e-ea613fdffdaf
|
| 1082 | 2026-09-04T01:12:38.305Z | 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 = 7f322827-31f2-480c-b461-5654fa2ed34f
|
| 1083 | 2026-09-04T01:12:38.305Z | 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 = e5d7a8aa-d717-4d21-aa1e-ea613fdffdaf
|
| 1084 | 2026-09-04T01:12:38.305Z | 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-09-04T01:12:38.305Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 7304
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1086 | 2026-09-04T01:12:38.305Z | 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-09-04T01:12:38.305Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1088 | 2026-09-04T01:12:38.306Z | 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 = 7f322827-31f2-480c-b461-5654fa2ed34f
|
| 1089 | 2026-09-04T01:12:38.306Z | 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 = e5d7a8aa-d717-4d21-aa1e-ea613fdffdaf
|
| 1090 | 2026-09-04T01:12:38.356Z | 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 = 7f322827-31f2-480c-b461-5654fa2ed34f
|
| 1091 | 2026-09-04T01:12:38.391Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 85
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 = e5d7a8aa-d717-4d21-aa1e-ea613fdffdaf
|
| 1092 | 2026-09-04T01:12:38.391Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 7516
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 = e5d7a8aa-d717-4d21-aa1e-ea613fdffdaf
|
| 1093 | 2026-09-04T01:12:38.445Z | 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 = 7f322827-31f2-480c-b461-5654fa2ed34f
|
| 1094 | 2026-09-04T01:12:38.445Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-b13a6905-dab7-453b-8a52-2fea0014b84d"]
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 = 7f322827-31f2-480c-b461-5654fa2ed34f
|
| 1095 | 2026-09-04T01:12:38.470Z | 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 = 7f322827-31f2-480c-b461-5654fa2ed34f
|
| 1096 | 2026-09-04T01:12:38.470Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d25a806d-7eee-439d-8e5a-bbac74007a2f"]
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 = 7f322827-31f2-480c-b461-5654fa2ed34f
|
| 1097 | 2026-09-04T01:12:38.488Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 183
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 = 7f322827-31f2-480c-b461-5654fa2ed34f
|
| 1098 | 2026-09-04T01:12:38.489Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 183
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1099 | 2026-09-04T01:12:38.489Z | INFO | phd-runner: Starting test phd_tests::cpuid::cpuid_boot_test
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 1100 | 2026-09-04T01:12:38.489Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 2898
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 = e5d7a8aa-d717-4d21-aa1e-ea613fdffdaf
target = phd_framework::test_vm
target_id = 7f322827-31f2-480c-b461-5654fa2ed34f
vm = vm_reaches_destroyed_after_migration_out_target
vm_id = 7f322827-31f2-480c-b461-5654fa2ed34f
|
| 1101 | 2026-09-04T01:12:38.489Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1102 | 2026-09-04T01:12:38.489Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1103 | 2026-09-04T01:12:38.489Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 2898
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 = e5d7a8aa-d717-4d21-aa1e-ea613fdffdaf
target = phd_framework::test_vm
target_id = 7f322827-31f2-480c-b461-5654fa2ed34f
|
| 1104 | 2026-09-04T01:12:38.489Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 7726
file = phd-tests/tests/src/migrate.rs
line = 433
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_tests::migrate
|
| 1105 | 2026-09-04T01:12:38.489Z | 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-09-04T01:12:38.492Z | 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-09-04T01:12:38.493Z | 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-09-04T01:12:38.493Z | 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-09-04T01:12:38.493Z | 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-09-04T01:12:38.493Z | 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-09-04T01:12:38.505Z | 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.2M 25.3T 49.0M /phd-artifacts\n
target = phd_framework::zfs
|
| 1112 | 2026-09-04T01:12:38.505Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-97a5b4b4-fbfe-4a85-8259-373924552ad6"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::zfs
verb = snapshot
|
| 1113 | 2026-09-04T01:12:38.527Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-97a5b4b4-fbfe-4a85-8259-373924552ad6", "phd-artifacts/phd-clone-6039ad4d-9f51-4ee8-875a-505597fba58d"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::zfs
verb = clone
|
| 1114 | 2026-09-04T01:12:38.545Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-6039ad4d-9f51-4ee8-875a-505597fba58d"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::zfs
verb = list
|
| 1115 | 2026-09-04T01:12:38.556Z | 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-6039ad4d-9f51-4ee8-875a-505597fba58d 0B 25.3T 49.0M /phd-artifacts/phd-clone-6039ad4d-9f51-4ee8-875a-505597fba58d\n
target = phd_framework::zfs
|
| 1116 | 2026-09-04T01:12:38.557Z | 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-09-04T01:12:38.557Z | 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-09-04T01:12:38.557Z | 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-09-04T01:12:38.557Z | 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-09-04T01:12:38.557Z | 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-09-04T01:12:38.573Z | 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-09-04T01:12:38.587Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 30
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-09-04T01:12:38.588Z | 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 = 647576f6-3e70-47ed-b599-99b2bc3590a7
|
| 1124 | 2026-09-04T01:12:38.589Z | 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 = 647576f6-3e70-47ed-b599-99b2bc3590a7
|
| 1125 | 2026-09-04T01:12:39.151Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1126 | 2026-09-04T01:12:39.153Z | 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: 647576f6-3e70-47ed-b599-99b2bc3590a7, name: "phd-vm-647576f6-3e70-47ed-b599-99b2bc3590a7", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: a3bd86ea-8a3e-4fe7-a3fa-927a40a7e339, project_id: 2de0a1d7-36ac-4cd4-8390-7bdddbfa135e, sled_id: 5971df42-7bda-4ba1-b0d3-7cbdc230aee1, sled_serial: "5971df42-7bda-4ba1-b0d3-7cbdc230aee1", 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 = 647576f6-3e70-47ed-b599-99b2bc3590a7
|
| 1127 | 2026-09-04T01:12:39.153Z | 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 = 647576f6-3e70-47ed-b599-99b2bc3590a7
|
| 1128 | 2026-09-04T01:12:39.153Z | 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 = 647576f6-3e70-47ed-b599-99b2bc3590a7
|
| 1129 | 2026-09-04T01:12:39.154Z | 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 = 647576f6-3e70-47ed-b599-99b2bc3590a7
|
| 1130 | 2026-09-04T01:12:39.154Z | 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-09-04T01:12:39.154Z | 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 = 647576f6-3e70-47ed-b599-99b2bc3590a7
|
| 1132 | 2026-09-04T01:12:39.154Z | DEBG | phd-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-09-04T01:12:39.154Z | 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 = 647576f6-3e70-47ed-b599-99b2bc3590a7
|
| 1134 | 2026-09-04T01:12:39.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::cpuid::cpuid_boot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = cpuid_boot_test
vm_id = 647576f6-3e70-47ed-b599-99b2bc3590a7
|
| 1135 | 2026-09-04T01:12:43.675Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4520
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 = 647576f6-3e70-47ed-b599-99b2bc3590a7
|
| 1136 | 2026-09-04T01:12:43.675Z | DEBG | phd-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-09-04T01:12:43.675Z | DEBG | phd-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-09-04T01:12:43.675Z | 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 = 647576f6-3e70-47ed-b599-99b2bc3590a7
|
| 1139 | 2026-09-04T01:12:43.675Z | INFO | phd-runner: [WAIT_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 = 647576f6-3e70-47ed-b599-99b2bc3590a7
|
| 1140 | 2026-09-04T01:12:43.693Z | 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 = 647576f6-3e70-47ed-b599-99b2bc3590a7
|
| 1141 | 2026-09-04T01:12:43.693Z | DEBG | phd-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-09-04T01:12:43.694Z | DEBG | phd-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-09-04T01:12:43.694Z | 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 = 647576f6-3e70-47ed-b599-99b2bc3590a7
|
| 1144 | 2026-09-04T01:12:43.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::cpuid::cpuid_boot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = cpuid_boot_test
vm_id = 647576f6-3e70-47ed-b599-99b2bc3590a7
|
| 1145 | 2026-09-04T01:12:43.727Z | 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 = 647576f6-3e70-47ed-b599-99b2bc3590a7
|
| 1146 | 2026-09-04T01:12:43.727Z | 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-09-04T01:12:43.727Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4573
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-09-04T01:12:43.727Z | 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 = 647576f6-3e70-47ed-b599-99b2bc3590a7
|
| 1149 | 2026-09-04T01:12:43.727Z | INFO | phd-runner: [WAIT_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 = 647576f6-3e70-47ed-b599-99b2bc3590a7
|
| 1150 | 2026-09-04T01:12:43.738Z | 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 = 647576f6-3e70-47ed-b599-99b2bc3590a7
|
| 1151 | 2026-09-04T01:12:43.739Z | 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 = 647576f6-3e70-47ed-b599-99b2bc3590a7
|
| 1152 | 2026-09-04T01:12:43.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::cpuid::cpuid_boot_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = cpuid_boot_test
vm_id = 647576f6-3e70-47ed-b599-99b2bc3590a7
|
| 1153 | 2026-09-04T01:12:43.882Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 143
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 = 647576f6-3e70-47ed-b599-99b2bc3590a7
|
| 1154 | 2026-09-04T01:12:43.882Z | 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 = 647576f6-3e70-47ed-b599-99b2bc3590a7
|
| 1155 | 2026-09-04T01:12:43.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::cpuid::cpuid_boot_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = cpuid_boot_test
vm_id = 647576f6-3e70-47ed-b599-99b2bc3590a7
|
| 1156 | 2026-09-04T01:12:43.892Z | 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_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 647576f6-3e70-47ed-b599-99b2bc3590a7
|
| 1157 | 2026-09-04T01:12:43.892Z | 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 = 647576f6-3e70-47ed-b599-99b2bc3590a7
|
| 1158 | 2026-09-04T01:12:43.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::cpuid::cpuid_boot_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = cpuid_boot_test
vm_id = 647576f6-3e70-47ed-b599-99b2bc3590a7
|
| 1159 | 2026-09-04T01:12:43.925Z | 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_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 647576f6-3e70-47ed-b599-99b2bc3590a7
|
| 1160 | 2026-09-04T01:12:43.925Z | 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.207\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.41\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.207\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.57\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-09-04T01:12:43.927Z | 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 = 647576f6-3e70-47ed-b599-99b2bc3590a7
|
| 1162 | 2026-09-04T01:12:43.927Z | 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-09-04T01:12:43.927Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4775
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1164 | 2026-09-04T01:12:43.927Z | 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-09-04T01:12:43.928Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1166 | 2026-09-04T01:12:43.929Z | 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 = 647576f6-3e70-47ed-b599-99b2bc3590a7
|
| 1167 | 2026-09-04T01:12:44.213Z | 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 = 647576f6-3e70-47ed-b599-99b2bc3590a7
|
| 1168 | 2026-09-04T01:12:44.294Z | 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 = 647576f6-3e70-47ed-b599-99b2bc3590a7
|
| 1169 | 2026-09-04T01:12:44.294Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-6039ad4d-9f51-4ee8-875a-505597fba58d"]
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 = 647576f6-3e70-47ed-b599-99b2bc3590a7
|
| 1170 | 2026-09-04T01:12:44.320Z | 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 = 647576f6-3e70-47ed-b599-99b2bc3590a7
|
| 1171 | 2026-09-04T01:12:44.320Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-97a5b4b4-fbfe-4a85-8259-373924552ad6"]
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 = 647576f6-3e70-47ed-b599-99b2bc3590a7
|
| 1172 | 2026-09-04T01:12:44.338Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 411
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 = 647576f6-3e70-47ed-b599-99b2bc3590a7
|
| 1173 | 2026-09-04T01:12:44.339Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5751
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 = 647576f6-3e70-47ed-b599-99b2bc3590a7
|
| 1174 | 2026-09-04T01:12:44.339Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 5849
file = phd-tests/tests/src/cpuid.rs
line = 140
path = phd_tests::cpuid::cpuid_boot_test
target = phd_tests::cpuid
|
| 1175 | 2026-09-04T01:12:44.339Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 411
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1176 | 2026-09-04T01:12:44.339Z | 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-09-04T01:12:44.339Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1178 | 2026-09-04T01:12:44.339Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1179 | 2026-09-04T01:12:44.339Z | 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-09-04T01:12:44.342Z | 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-09-04T01:12:44.342Z | 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-09-04T01:12:44.342Z | 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-09-04T01:12:44.342Z | 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-09-04T01:12:44.342Z | 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-09-04T01:12:44.353Z | 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.6M 25.3T 49.0M /phd-artifacts\n
target = phd_framework::zfs
|
| 1186 | 2026-09-04T01:12:44.353Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-67d42907-3ee5-4727-8fd8-e47ce9069eac"]
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-09-04T01:12:44.372Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-67d42907-3ee5-4727-8fd8-e47ce9069eac", "phd-artifacts/phd-clone-5f28594b-8654-4cf6-93a0-747f29dcbd93"]
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-09-04T01:12:44.390Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-5f28594b-8654-4cf6-93a0-747f29dcbd93"]
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-09-04T01:12:44.401Z | 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-5f28594b-8654-4cf6-93a0-747f29dcbd93 0B 25.3T 49.0M /phd-artifacts/phd-clone-5f28594b-8654-4cf6-93a0-747f29dcbd93\n
target = phd_framework::zfs
|
| 1190 | 2026-09-04T01:12:44.402Z | 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-09-04T01:12:44.402Z | 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-09-04T01:12:44.402Z | 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-09-04T01:12:44.402Z | 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-09-04T01:12:44.402Z | 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-09-04T01:12:44.417Z | 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-09-04T01:12:44.432Z | 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-09-04T01:12:44.432Z | 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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1198 | 2026-09-04T01:12:44.433Z | 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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1199 | 2026-09-04T01:12:45.139Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1200 | 2026-09-04T01:12:45.140Z | 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: 0a351da4-b442-47e6-82f1-bcb19246eca6, name: "phd-vm-0a351da4-b442-47e6-82f1-bcb19246eca6", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: d81ea7c5-6794-4f98-9068-8006c028803e, project_id: 670de24b-dc9f-40ea-82e6-4ab4d2225550, sled_id: 82829720-5185-487f-bb9b-6c2a74b58209, sled_serial: "82829720-5185-487f-bb9b-6c2a74b58209", 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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1201 | 2026-09-04T01:12:45.140Z | 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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1202 | 2026-09-04T01:12:45.140Z | 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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1203 | 2026-09-04T01:12:45.141Z | 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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1204 | 2026-09-04T01:12:45.141Z | 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-09-04T01:12:45.141Z | 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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1206 | 2026-09-04T01:12:45.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::cpuid::guest_cpu_topo_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 1207 | 2026-09-04T01:12:45.142Z | 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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1208 | 2026-09-04T01:12:45.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::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_cpu_topo_test
vm_id = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1209 | 2026-09-04T01:12:49.654Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4512
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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1210 | 2026-09-04T01:12:49.654Z | DEBG | phd-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-09-04T01:12:49.654Z | DEBG | phd-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-09-04T01:12:49.654Z | 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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1213 | 2026-09-04T01:12:49.654Z | INFO | phd-runner: [WAIT_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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1214 | 2026-09-04T01:12:49.673Z | 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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1215 | 2026-09-04T01:12:49.673Z | DEBG | phd-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-09-04T01:12:49.673Z | DEBG | phd-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-09-04T01:12:49.673Z | 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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1218 | 2026-09-04T01:12:49.673Z | INFO | phd-runner: [WAIT_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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1219 | 2026-09-04T01:12:49.705Z | 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::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1220 | 2026-09-04T01:12:49.705Z | 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-09-04T01:12:49.705Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4563
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-09-04T01:12:49.706Z | 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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1223 | 2026-09-04T01:12:49.706Z | INFO | phd-runner: [WAIT_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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1224 | 2026-09-04T01:12:49.716Z | 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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1225 | 2026-09-04T01:12:49.717Z | 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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1226 | 2026-09-04T01:12:49.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::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_cpu_topo_test
vm_id = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1227 | 2026-09-04T01:12:49.761Z | 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::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1228 | 2026-09-04T01:12:49.761Z | 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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1229 | 2026-09-04T01:12:49.761Z | INFO | phd-runner: [WAIT_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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1230 | 2026-09-04T01:12:49.773Z | 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::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1231 | 2026-09-04T01:12:49.773Z | 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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1232 | 2026-09-04T01:12:49.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::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_cpu_topo_test
vm_id = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1233 | 2026-09-04T01:12:49.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::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1234 | 2026-09-04T01:12:49.807Z | 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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1235 | 2026-09-04T01:12:49.807Z | 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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1236 | 2026-09-04T01:12:49.809Z | 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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1237 | 2026-09-04T01:12:49.809Z | 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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1238 | 2026-09-04T01:12:49.809Z | INFO | phd-runner: [WAIT_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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1239 | 2026-09-04T01:12:49.817Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 7
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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1240 | 2026-09-04T01:12:49.817Z | 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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1241 | 2026-09-04T01:12:49.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::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_cpu_topo_test
vm_id = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1242 | 2026-09-04T01:12:49.851Z | 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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1243 | 2026-09-04T01:12:49.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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1244 | 2026-09-04T01:12:49.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(15s)
vm = guest_cpu_topo_test
vm_id = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1245 | 2026-09-04T01:12:49.861Z | 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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1246 | 2026-09-04T01:12:49.861Z | 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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1247 | 2026-09-04T01:12:49.861Z | INFO | phd-runner: [WAIT_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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1248 | 2026-09-04T01:12:49.895Z | 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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1249 | 2026-09-04T01:12:49.895Z | 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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1250 | 2026-09-04T01:12:49.895Z | INFO | phd-runner: [WAIT_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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1251 | 2026-09-04T01:12:49.906Z | 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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1252 | 2026-09-04T01:12:49.906Z | 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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1253 | 2026-09-04T01:12:49.906Z | INFO | phd-runner: [WAIT_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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1254 | 2026-09-04T01:12:49.938Z | 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::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1255 | 2026-09-04T01:12:49.939Z | 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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1256 | 2026-09-04T01:12:49.939Z | 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-09-04T01:12:49.939Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4799
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1258 | 2026-09-04T01:12:49.939Z | 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-09-04T01:12:49.939Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1260 | 2026-09-04T01:12:49.941Z | 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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1261 | 2026-09-04T01:12:50.660Z | 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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1262 | 2026-09-04T01:12:50.739Z | 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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1263 | 2026-09-04T01:12:50.739Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-5f28594b-8654-4cf6-93a0-747f29dcbd93"]
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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1264 | 2026-09-04T01:12:50.766Z | 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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1265 | 2026-09-04T01:12:50.766Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-67d42907-3ee5-4727-8fd8-e47ce9069eac"]
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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1266 | 2026-09-04T01:12:50.783Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 844
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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1267 | 2026-09-04T01:12:50.783Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6351
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 = 0a351da4-b442-47e6-82f1-bcb19246eca6
|
| 1268 | 2026-09-04T01:12:50.783Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 6444
file = phd-tests/tests/src/cpuid.rs
line = 337
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_tests::cpuid
|
| 1269 | 2026-09-04T01:12:50.783Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 844
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1270 | 2026-09-04T01:12:50.784Z | 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
|
| 1271 | 2026-09-04T01:12:50.784Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1272 | 2026-09-04T01:12:50.784Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1273 | 2026-09-04T01:12:50.784Z | 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-09-04T01:12:50.786Z | 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-09-04T01:12:50.787Z | 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-09-04T01:12:50.787Z | 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-09-04T01:12:50.787Z | 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-09-04T01:12:50.787Z | 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-09-04T01:12:50.799Z | 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.6M 25.3T 49.0M /phd-artifacts\n
target = phd_framework::zfs
|
| 1280 | 2026-09-04T01:12:50.799Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-0afa0cc7-4c1a-4acf-b2b9-adcf078eb15c"]
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-09-04T01:12:50.815Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-0afa0cc7-4c1a-4acf-b2b9-adcf078eb15c", "phd-artifacts/phd-clone-a53cd833-6fcc-4461-afd2-c5aaebb3ba67"]
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-09-04T01:12:50.833Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-a53cd833-6fcc-4461-afd2-c5aaebb3ba67"]
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-09-04T01:12:50.843Z | 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-a53cd833-6fcc-4461-afd2-c5aaebb3ba67 0B 25.3T 49.0M /phd-artifacts/phd-clone-a53cd833-6fcc-4461-afd2-c5aaebb3ba67\n
target = phd_framework::zfs
|
| 1284 | 2026-09-04T01:12:50.844Z | 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-09-04T01:12:50.844Z | 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-09-04T01:12:50.844Z | 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-09-04T01:12:50.844Z | 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-09-04T01:12:50.844Z | 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-09-04T01:12:50.860Z | 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-09-04T01:12:50.874Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 30
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-09-04T01:12:50.875Z | 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 = 4af70926-f3f1-4c3d-9f25-f4a7ddda1ae1
|
| 1292 | 2026-09-04T01:12:50.875Z | 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 = 4af70926-f3f1-4c3d-9f25-f4a7ddda1ae1
|
| 1293 | 2026-09-04T01:12:51.262Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1294 | 2026-09-04T01:12:51.263Z | 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: 4af70926-f3f1-4c3d-9f25-f4a7ddda1ae1, name: "phd-vm-4af70926-f3f1-4c3d-9f25-f4a7ddda1ae1", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: b1bb2ba5-2ef1-4205-a20c-717e1ee28b3b, project_id: 27e4994d-9ee1-4b74-a24f-a83522f143c6, sled_id: 12346c7f-5464-4d50-b739-9d7662f62884, sled_serial: "12346c7f-5464-4d50-b739-9d7662f62884", 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 = 4af70926-f3f1-4c3d-9f25-f4a7ddda1ae1
|
| 1295 | 2026-09-04T01:12:51.263Z | 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 = 4af70926-f3f1-4c3d-9f25-f4a7ddda1ae1
|
| 1296 | 2026-09-04T01:12:51.263Z | 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 = 4af70926-f3f1-4c3d-9f25-f4a7ddda1ae1
|
| 1297 | 2026-09-04T01:12:51.264Z | 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 = 4af70926-f3f1-4c3d-9f25-f4a7ddda1ae1
|
| 1298 | 2026-09-04T01:12:51.264Z | 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-09-04T01:12:51.265Z | 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 = 4af70926-f3f1-4c3d-9f25-f4a7ddda1ae1
|
| 1300 | 2026-09-04T01:12:51.265Z | DEBG | phd-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-09-04T01:12:51.265Z | 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 = 4af70926-f3f1-4c3d-9f25-f4a7ddda1ae1
|
| 1302 | 2026-09-04T01:12:51.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::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = cpuid_boot_test
vm_id = 4af70926-f3f1-4c3d-9f25-f4a7ddda1ae1
|
| 1303 | 2026-09-04T01:12:55.767Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4502
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 = 4af70926-f3f1-4c3d-9f25-f4a7ddda1ae1
|
| 1304 | 2026-09-04T01:12:55.767Z | DEBG | phd-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-09-04T01:12:55.767Z | DEBG | phd-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-09-04T01:12:55.767Z | 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 = 4af70926-f3f1-4c3d-9f25-f4a7ddda1ae1
|
| 1307 | 2026-09-04T01:12:55.767Z | INFO | phd-runner: [WAIT_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 = 4af70926-f3f1-4c3d-9f25-f4a7ddda1ae1
|
| 1308 | 2026-09-04T01:12:55.785Z | 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 = 4af70926-f3f1-4c3d-9f25-f4a7ddda1ae1
|
| 1309 | 2026-09-04T01:12:55.785Z | DEBG | phd-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-09-04T01:12:55.785Z | DEBG | phd-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-09-04T01:12:55.785Z | 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 = 4af70926-f3f1-4c3d-9f25-f4a7ddda1ae1
|
| 1312 | 2026-09-04T01:12:55.785Z | INFO | phd-runner: [WAIT_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 = 4af70926-f3f1-4c3d-9f25-f4a7ddda1ae1
|
| 1313 | 2026-09-04T01:12:55.817Z | 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_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 4af70926-f3f1-4c3d-9f25-f4a7ddda1ae1
|
| 1314 | 2026-09-04T01:12:55.817Z | 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-09-04T01:12:55.817Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4552
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-09-04T01:12:55.818Z | 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 = 4af70926-f3f1-4c3d-9f25-f4a7ddda1ae1
|
| 1317 | 2026-09-04T01:12:55.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::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = cpuid_boot_test
vm_id = 4af70926-f3f1-4c3d-9f25-f4a7ddda1ae1
|
| 1318 | 2026-09-04T01:12:55.828Z | 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
vm_id = 4af70926-f3f1-4c3d-9f25-f4a7ddda1ae1
|
| 1319 | 2026-09-04T01:12:55.829Z | 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 = 4af70926-f3f1-4c3d-9f25-f4a7ddda1ae1
|
| 1320 | 2026-09-04T01:12:55.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::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = cpuid_boot_test
vm_id = 4af70926-f3f1-4c3d-9f25-f4a7ddda1ae1
|
| 1321 | 2026-09-04T01:12:55.972Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 142
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 = 4af70926-f3f1-4c3d-9f25-f4a7ddda1ae1
|
| 1322 | 2026-09-04T01:12:55.972Z | 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 = 4af70926-f3f1-4c3d-9f25-f4a7ddda1ae1
|
| 1323 | 2026-09-04T01:12:55.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::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = cpuid_boot_test
vm_id = 4af70926-f3f1-4c3d-9f25-f4a7ddda1ae1
|
| 1324 | 2026-09-04T01:12:55.983Z | 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
vm_id = 4af70926-f3f1-4c3d-9f25-f4a7ddda1ae1
|
| 1325 | 2026-09-04T01:12:55.983Z | 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 = 4af70926-f3f1-4c3d-9f25-f4a7ddda1ae1
|
| 1326 | 2026-09-04T01:12:55.983Z | INFO | phd-runner: [WAIT_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 = 4af70926-f3f1-4c3d-9f25-f4a7ddda1ae1
|
| 1327 | 2026-09-04T01:12:56.015Z | 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
vm_id = 4af70926-f3f1-4c3d-9f25-f4a7ddda1ae1
|
| 1328 | 2026-09-04T01:12:56.016Z | 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.113\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.22\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.113\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.84\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-09-04T01:12:56.016Z | 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-09-04T01:12:56.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::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm_name = cpuid_boot_test_migration_target
|
| 1331 | 2026-09-04T01:12:56.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
|
| 1332 | 2026-09-04T01:12:56.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::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-09-04T01:12:56.016Z | 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-09-04T01:12:56.032Z | 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-09-04T01:12:56.046Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 30
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-09-04T01:12:56.046Z | 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 = 4af70926-f3f1-4c3d-9f25-f4a7ddda1ae1
target = phd_framework::test_vm
target_id = 494f69f1-fe02-4256-809c-af716e01414a
|
| 1337 | 2026-09-04T01:12:56.046Z | 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 = ebca3972-20ad-436d-b40e-dadcf2ede316
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = 4af70926-f3f1-4c3d-9f25-f4a7ddda1ae1
target = phd_framework::test_vm
target_id = 494f69f1-fe02-4256-809c-af716e01414a
timeout_duration = 45s
|
| 1338 | 2026-09-04T01:12:56.046Z | 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 = 4af70926-f3f1-4c3d-9f25-f4a7ddda1ae1
target = phd_framework::test_vm
target_id = 494f69f1-fe02-4256-809c-af716e01414a
vm = cpuid_boot_test_migration_target
vm_id = 494f69f1-fe02-4256-809c-af716e01414a
|
| 1339 | 2026-09-04T01:12:56.047Z | 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 = 4af70926-f3f1-4c3d-9f25-f4a7ddda1ae1
target = phd_framework::test_vm
target_id = 494f69f1-fe02-4256-809c-af716e01414a
vm = cpuid_boot_test_migration_target
vm_id = 494f69f1-fe02-4256-809c-af716e01414a
|
| 1340 | 2026-09-04T01:12:56.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: 494f69f1-fe02-4256-809c-af716e01414a, name: "phd-vm-494f69f1-fe02-4256-809c-af716e01414a", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: b1bb2ba5-2ef1-4205-a20c-717e1ee28b3b, project_id: 27e4994d-9ee1-4b74-a24f-a83522f143c6, sled_id: b91c7aa2-20bb-450b-baee-5359bccf25be, sled_serial: "b91c7aa2-20bb-450b-baee-5359bccf25be", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 514
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = 4af70926-f3f1-4c3d-9f25-f4a7ddda1ae1
target = phd_framework::test_vm
target_id = 494f69f1-fe02-4256-809c-af716e01414a
vm = cpuid_boot_test_migration_target
vm_id = 494f69f1-fe02-4256-809c-af716e01414a
|
| 1341 | 2026-09-04T01:12:56.463Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = ebca3972-20ad-436d-b40e-dadcf2ede316
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = 4af70926-f3f1-4c3d-9f25-f4a7ddda1ae1
target = phd_framework::test_vm
target_id = 494f69f1-fe02-4256-809c-af716e01414a
|
| 1342 | 2026-09-04T01:12:58.969Z | 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-09-04T01:12:59.277Z | 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 = 4af70926-f3f1-4c3d-9f25-f4a7ddda1ae1
target = phd_framework::test_vm
target_id = 494f69f1-fe02-4256-809c-af716e01414a
|
| 1344 | 2026-09-04T01:12:59.277Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2813
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = ebca3972-20ad-436d-b40e-dadcf2ede316
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = 4af70926-f3f1-4c3d-9f25-f4a7ddda1ae1
target = phd_framework::test_vm
target_id = 494f69f1-fe02-4256-809c-af716e01414a
|
| 1345 | 2026-09-04T01:12:59.277Z | 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 = 494f69f1-fe02-4256-809c-af716e01414a
|
| 1346 | 2026-09-04T01:12:59.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::cpuid_migrate_smoke_test
state = Reboot
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 494f69f1-fe02-4256-809c-af716e01414a
|
| 1347 | 2026-09-04T01:12:59.278Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
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 = 494f69f1-fe02-4256-809c-af716e01414a
|
| 1348 | 2026-09-04T01:12:59.278Z | 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-09-04T01:12:59.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::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = cpuid_boot_test_migration_target
vm_id = 494f69f1-fe02-4256-809c-af716e01414a
|
| 1350 | 2026-09-04T01:12:59.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::cpuid_migrate_smoke_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 1351 | 2026-09-04T01:12:59.278Z | 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 = 494f69f1-fe02-4256-809c-af716e01414a
|
| 1352 | 2026-09-04T01:12:59.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::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = cpuid_boot_test_migration_target
vm_id = 494f69f1-fe02-4256-809c-af716e01414a
|
| 1353 | 2026-09-04T01:13:03.528Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4249
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 = 494f69f1-fe02-4256-809c-af716e01414a
|
| 1354 | 2026-09-04T01:13:03.528Z | DEBG | phd-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-09-04T01:13:03.528Z | DEBG | phd-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-09-04T01:13:03.528Z | 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 = 494f69f1-fe02-4256-809c-af716e01414a
|
| 1357 | 2026-09-04T01:13:03.528Z | INFO | phd-runner: [WAIT_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 = 494f69f1-fe02-4256-809c-af716e01414a
|
| 1358 | 2026-09-04T01:13:03.557Z | 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::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 494f69f1-fe02-4256-809c-af716e01414a
|
| 1359 | 2026-09-04T01:13:03.557Z | DEBG | phd-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-09-04T01:13:03.558Z | DEBG | phd-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-09-04T01:13:03.558Z | 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 = 494f69f1-fe02-4256-809c-af716e01414a
|
| 1362 | 2026-09-04T01:13:03.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::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = cpuid_boot_test_migration_target
vm_id = 494f69f1-fe02-4256-809c-af716e01414a
|
| 1363 | 2026-09-04T01:13:03.591Z | 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 = 494f69f1-fe02-4256-809c-af716e01414a
|
| 1364 | 2026-09-04T01:13:03.591Z | 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-09-04T01:13:03.591Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4313
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-09-04T01:13:03.591Z | 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 = 494f69f1-fe02-4256-809c-af716e01414a
|
| 1367 | 2026-09-04T01:13:03.591Z | INFO | phd-runner: [WAIT_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 = 494f69f1-fe02-4256-809c-af716e01414a
|
| 1368 | 2026-09-04T01:13:03.602Z | 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 = 494f69f1-fe02-4256-809c-af716e01414a
|
| 1369 | 2026-09-04T01:13:03.602Z | 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 = 494f69f1-fe02-4256-809c-af716e01414a
|
| 1370 | 2026-09-04T01:13:03.602Z | INFO | phd-runner: [WAIT_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 = 494f69f1-fe02-4256-809c-af716e01414a
|
| 1371 | 2026-09-04T01:13:03.747Z | 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 = 494f69f1-fe02-4256-809c-af716e01414a
|
| 1372 | 2026-09-04T01:13:03.747Z | 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 = 494f69f1-fe02-4256-809c-af716e01414a
|
| 1373 | 2026-09-04T01:13:03.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::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = cpuid_boot_test_migration_target
vm_id = 494f69f1-fe02-4256-809c-af716e01414a
|
| 1374 | 2026-09-04T01:13:03.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::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 494f69f1-fe02-4256-809c-af716e01414a
|
| 1375 | 2026-09-04T01:13:03.758Z | 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 = 494f69f1-fe02-4256-809c-af716e01414a
|
| 1376 | 2026-09-04T01:13:03.758Z | INFO | phd-runner: [WAIT_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 = 494f69f1-fe02-4256-809c-af716e01414a
|
| 1377 | 2026-09-04T01:13:03.791Z | 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 = 494f69f1-fe02-4256-809c-af716e01414a
|
| 1378 | 2026-09-04T01:13:03.791Z | 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.114\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.22\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.114\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.80\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-09-04T01:13:03.791Z | 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 = 494f69f1-fe02-4256-809c-af716e01414a
|
| 1380 | 2026-09-04T01:13:03.791Z | 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 = 4af70926-f3f1-4c3d-9f25-f4a7ddda1ae1
|
| 1381 | 2026-09-04T01:13:03.792Z | 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-09-04T01:13:03.792Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 12530
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1383 | 2026-09-04T01:13:03.792Z | 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-09-04T01:13:03.792Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1385 | 2026-09-04T01:13:03.793Z | 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 = 494f69f1-fe02-4256-809c-af716e01414a
|
| 1386 | 2026-09-04T01:13:03.794Z | 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 = 4af70926-f3f1-4c3d-9f25-f4a7ddda1ae1
|
| 1387 | 2026-09-04T01:13:03.877Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 85
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 = 4af70926-f3f1-4c3d-9f25-f4a7ddda1ae1
|
| 1388 | 2026-09-04T01:13:03.877Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 13002
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 = 4af70926-f3f1-4c3d-9f25-f4a7ddda1ae1
|
| 1389 | 2026-09-04T01:13:03.879Z | 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 = 494f69f1-fe02-4256-809c-af716e01414a
|
| 1390 | 2026-09-04T01:13:03.961Z | 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 = 494f69f1-fe02-4256-809c-af716e01414a
|
| 1391 | 2026-09-04T01:13:03.961Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-a53cd833-6fcc-4461-afd2-c5aaebb3ba67"]
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 = 494f69f1-fe02-4256-809c-af716e01414a
|
| 1392 | 2026-09-04T01:13:03.987Z | 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 = 494f69f1-fe02-4256-809c-af716e01414a
|
| 1393 | 2026-09-04T01:13:03.987Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-0afa0cc7-4c1a-4acf-b2b9-adcf078eb15c"]
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 = 494f69f1-fe02-4256-809c-af716e01414a
|
| 1394 | 2026-09-04T01:13:04.005Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 213
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 = 494f69f1-fe02-4256-809c-af716e01414a
|
| 1395 | 2026-09-04T01:13:04.006Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 7959
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 = 4af70926-f3f1-4c3d-9f25-f4a7ddda1ae1
target = phd_framework::test_vm
target_id = 494f69f1-fe02-4256-809c-af716e01414a
vm = cpuid_boot_test_migration_target
vm_id = 494f69f1-fe02-4256-809c-af716e01414a
|
| 1396 | 2026-09-04T01:13:04.006Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 213
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1397 | 2026-09-04T01:13:04.006Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 7959
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 = 4af70926-f3f1-4c3d-9f25-f4a7ddda1ae1
target = phd_framework::test_vm
target_id = 494f69f1-fe02-4256-809c-af716e01414a
|
| 1398 | 2026-09-04T01:13:04.006Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 13222
file = phd-tests/tests/src/cpuid.rs
line = 146
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_tests::cpuid
|
| 1399 | 2026-09-04T01:13:04.006Z | 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
|
| 1400 | 2026-09-04T01:13:04.006Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1401 | 2026-09-04T01:13:04.006Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1402 | 2026-09-04T01:13:04.006Z | 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-09-04T01:13:04.006Z | 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-09-04T01:13:04.006Z | 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-09-04T01:13:04.006Z | 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-09-04T01:13:04.006Z | 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-09-04T01:13:04.016Z | 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-09-04T01:13:04.016Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-80f37468-8086-4835-8221-ae60d4addac0"]
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-09-04T01:13:04.033Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-80f37468-8086-4835-8221-ae60d4addac0", "phd-artifacts/phd-clone-7dd3453e-9faf-4bf4-bb21-9cb6ac757093"]
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-09-04T01:13:04.051Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-7dd3453e-9faf-4bf4-bb21-9cb6ac757093"]
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-09-04T01:13:04.062Z | 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-7dd3453e-9faf-4bf4-bb21-9cb6ac757093 0B 25.3T 49.0M /phd-artifacts/phd-clone-7dd3453e-9faf-4bf4-bb21-9cb6ac757093\n
target = phd_framework::zfs
|
| 1412 | 2026-09-04T01:13:04.062Z | 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-09-04T01:13:04.062Z | 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-09-04T01:13:04.062Z | 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-09-04T01:13:04.063Z | 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-09-04T01:13:04.063Z | 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-09-04T01:13:04.076Z | 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-09-04T01:13:04.091Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 28
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-09-04T01:13:04.091Z | 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 = 7c9736b2-afa6-4438-886d-9c40340032a0
|
| 1420 | 2026-09-04T01:13:04.091Z | 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 = 7c9736b2-afa6-4438-886d-9c40340032a0
|
| 1421 | 2026-09-04T01:13:04.806Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1422 | 2026-09-04T01:13:04.807Z | 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: 7c9736b2-afa6-4438-886d-9c40340032a0, name: "phd-vm-7c9736b2-afa6-4438-886d-9c40340032a0", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 7ad230f0-5291-439d-bc3c-71d447e1c66b, project_id: b0db2708-f6e6-4c0e-aa2e-20e88dc9a2d2, sled_id: b1afe4c9-4af9-42e1-b1db-30d7fb7f5d08, sled_serial: "b1afe4c9-4af9-42e1-b1db-30d7fb7f5d08", 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 = 7c9736b2-afa6-4438-886d-9c40340032a0
|
| 1423 | 2026-09-04T01:13:04.808Z | 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 = 7c9736b2-afa6-4438-886d-9c40340032a0
|
| 1424 | 2026-09-04T01:13:04.808Z | 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 = 7c9736b2-afa6-4438-886d-9c40340032a0
|
| 1425 | 2026-09-04T01:13:04.809Z | 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 = 7c9736b2-afa6-4438-886d-9c40340032a0
|
| 1426 | 2026-09-04T01:13:04.809Z | 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 = 7c9736b2-afa6-4438-886d-9c40340032a0
|
| 1427 | 2026-09-04T01:13:04.809Z | 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 = 7c9736b2-afa6-4438-886d-9c40340032a0
|
| 1428 | 2026-09-04T01:13:04.811Z | 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 = 7c9736b2-afa6-4438-886d-9c40340032a0
|
| 1429 | 2026-09-04T01:13:04.811Z | 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 = 7c9736b2-afa6-4438-886d-9c40340032a0
|
| 1430 | 2026-09-04T01:13:04.811Z | 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-09-04T01:13:04.811Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1432 | 2026-09-04T01:13:04.811Z | 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-09-04T01:13:04.812Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1434 | 2026-09-04T01:13:04.813Z | 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 = 7c9736b2-afa6-4438-886d-9c40340032a0
|
| 1435 | 2026-09-04T01:13:05.224Z | 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 = 7c9736b2-afa6-4438-886d-9c40340032a0
|
| 1436 | 2026-09-04T01:13:05.300Z | 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 = 7c9736b2-afa6-4438-886d-9c40340032a0
|
| 1437 | 2026-09-04T01:13:05.300Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-7dd3453e-9faf-4bf4-bb21-9cb6ac757093"]
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 = 7c9736b2-afa6-4438-886d-9c40340032a0
|
| 1438 | 2026-09-04T01:13:05.331Z | 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 = 7c9736b2-afa6-4438-886d-9c40340032a0
|
| 1439 | 2026-09-04T01:13:05.331Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-80f37468-8086-4835-8221-ae60d4addac0"]
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 = 7c9736b2-afa6-4438-886d-9c40340032a0
|
| 1440 | 2026-09-04T01:13:05.348Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 536
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 = 7c9736b2-afa6-4438-886d-9c40340032a0
|
| 1441 | 2026-09-04T01:13:05.348Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 536
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1442 | 2026-09-04T01:13:05.348Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 1257
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 = 7c9736b2-afa6-4438-886d-9c40340032a0
|
| 1443 | 2026-09-04T01:13:05.348Z | 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
|
| 1444 | 2026-09-04T01:13:05.348Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 1341
file = phd-tests/tests/src/cpuid.rs
line = 23
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_tests::cpuid
|
| 1445 | 2026-09-04T01:13:05.348Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1446 | 2026-09-04T01:13:05.348Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1447 | 2026-09-04T01:13:05.348Z | 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-09-04T01:13:05.349Z | 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-09-04T01:13:05.349Z | 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-09-04T01:13:05.349Z | 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-09-04T01:13:05.349Z | 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-09-04T01:13:05.349Z | 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-09-04T01:13:05.359Z | 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.6M 25.3T 49.0M /phd-artifacts\n
target = phd_framework::zfs
|
| 1454 | 2026-09-04T01:13:05.359Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-c8dda7c8-69d1-47d8-96ca-cc534bc6db23"]
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-09-04T01:13:05.375Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-c8dda7c8-69d1-47d8-96ca-cc534bc6db23", "phd-artifacts/phd-clone-f475739f-cf85-4d1c-b3be-b3a8abf37910"]
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-09-04T01:13:05.393Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-f475739f-cf85-4d1c-b3be-b3a8abf37910"]
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-09-04T01:13:05.404Z | 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-f475739f-cf85-4d1c-b3be-b3a8abf37910 0B 25.3T 49.0M /phd-artifacts/phd-clone-f475739f-cf85-4d1c-b3be-b3a8abf37910\n
target = phd_framework::zfs
|
| 1458 | 2026-09-04T01:13:05.409Z | 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-09-04T01:13:05.409Z | 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-09-04T01:13:05.409Z | 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-09-04T01:13:05.409Z | 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-09-04T01:13:05.409Z | 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-09-04T01:13:05.425Z | 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-09-04T01:13:05.441Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 31
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-09-04T01:13:05.441Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1466 | 2026-09-04T01:13:05.443Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1467 | 2026-09-04T01:13:06.142Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1468 | 2026-09-04T01:13:06.143Z | 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: 00be2e82-900e-43b3-8b2d-149e6ccb1d62, name: "phd-vm-00be2e82-900e-43b3-8b2d-149e6ccb1d62", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 3a9d46b4-d4a2-4854-8ba0-610a6cccd299, project_id: 9ff45c78-8659-495a-b21d-1bff9b8cb01f, sled_id: 1bc5d4a1-dd95-4f0a-ab27-8d5347cb44d7, sled_serial: "1bc5d4a1-dd95-4f0a-ab27-8d5347cb44d7", 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1469 | 2026-09-04T01:13:06.143Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1470 | 2026-09-04T01:13:06.143Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1471 | 2026-09-04T01:13:06.145Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1472 | 2026-09-04T01:13:06.145Z | 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-09-04T01:13:06.145Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1474 | 2026-09-04T01:13:06.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::disk::in_memory_backend_smoke_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 1475 | 2026-09-04T01:13:06.145Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1476 | 2026-09-04T01:13:06.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::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = in_memory_backend_test
vm_id = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1477 | 2026-09-04T01:13:10.731Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4585
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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1478 | 2026-09-04T01:13:10.731Z | DEBG | phd-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-09-04T01:13:10.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::disk::in_memory_backend_smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1480 | 2026-09-04T01:13:10.732Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1481 | 2026-09-04T01:13:10.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::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = in_memory_backend_test
vm_id = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1482 | 2026-09-04T01:13:10.750Z | 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::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1483 | 2026-09-04T01:13:10.750Z | DEBG | phd-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-09-04T01:13:10.751Z | DEBG | phd-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-09-04T01:13:10.751Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1486 | 2026-09-04T01:13:10.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::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = in_memory_backend_test
vm_id = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1487 | 2026-09-04T01:13:10.783Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1488 | 2026-09-04T01:13:10.783Z | 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-09-04T01:13:10.783Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4637
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-09-04T01:13:10.784Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1491 | 2026-09-04T01:13:10.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::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_test
vm_id = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1492 | 2026-09-04T01:13:10.794Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1493 | 2026-09-04T01:13:10.795Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1494 | 2026-09-04T01:13:10.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::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_test
vm_id = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1495 | 2026-09-04T01:13:10.827Z | 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_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1496 | 2026-09-04T01:13:10.827Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1497 | 2026-09-04T01:13:10.827Z | INFO | phd-runner: [WAIT_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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1498 | 2026-09-04T01:13:10.837Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1499 | 2026-09-04T01:13:10.837Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1500 | 2026-09-04T01:13:10.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::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_test
vm_id = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1501 | 2026-09-04T01:13:10.870Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1502 | 2026-09-04T01:13:10.871Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1503 | 2026-09-04T01:13:10.871Z | INFO | phd-runner: [WAIT_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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1504 | 2026-09-04T01:13:10.882Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1505 | 2026-09-04T01:13:10.882Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1506 | 2026-09-04T01:13:10.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::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_test
vm_id = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1507 | 2026-09-04T01:13:10.915Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1508 | 2026-09-04T01:13:10.915Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1509 | 2026-09-04T01:13:10.915Z | INFO | phd-runner: [WAIT_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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1510 | 2026-09-04T01:13:10.926Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1511 | 2026-09-04T01:13:10.927Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1512 | 2026-09-04T01:13:10.927Z | INFO | phd-runner: [WAIT_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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1513 | 2026-09-04T01:13:10.959Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1514 | 2026-09-04T01:13:10.960Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1515 | 2026-09-04T01:13:10.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::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_test
vm_id = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1516 | 2026-09-04T01:13:10.970Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1517 | 2026-09-04T01:13:10.971Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1518 | 2026-09-04T01:13:10.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::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_test
vm_id = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1519 | 2026-09-04T01:13:11.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::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1520 | 2026-09-04T01:13:11.005Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1521 | 2026-09-04T01:13:11.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::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_test
vm_id = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1522 | 2026-09-04T01:13:11.015Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1523 | 2026-09-04T01:13:11.016Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1524 | 2026-09-04T01:13:11.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::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_test
vm_id = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1525 | 2026-09-04T01:13:11.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::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1526 | 2026-09-04T01:13:11.049Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1527 | 2026-09-04T01:13:11.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::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_test
vm_id = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1528 | 2026-09-04T01:13:11.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::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1529 | 2026-09-04T01:13:11.060Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1530 | 2026-09-04T01:13:11.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::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_test
vm_id = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1531 | 2026-09-04T01:13:11.093Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1532 | 2026-09-04T01:13:11.093Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1533 | 2026-09-04T01:13:11.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::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_test
vm_id = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1534 | 2026-09-04T01:13:11.104Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1535 | 2026-09-04T01:13:11.104Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1536 | 2026-09-04T01:13:11.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::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_test
vm_id = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1537 | 2026-09-04T01:13:11.138Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1538 | 2026-09-04T01:13:11.138Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1539 | 2026-09-04T01:13:11.138Z | INFO | phd-runner: [WAIT_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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1540 | 2026-09-04T01:13:11.149Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1541 | 2026-09-04T01:13:11.149Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1542 | 2026-09-04T01:13:11.149Z | INFO | phd-runner: [WAIT_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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1543 | 2026-09-04T01:13:11.182Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1544 | 2026-09-04T01:13:11.182Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1545 | 2026-09-04T01:13:11.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::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_test
vm_id = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1546 | 2026-09-04T01:13:11.193Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1547 | 2026-09-04T01:13:11.194Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1548 | 2026-09-04T01:13:11.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::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_test
vm_id = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1549 | 2026-09-04T01:13:11.227Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1550 | 2026-09-04T01:13:11.227Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1551 | 2026-09-04T01:13:11.228Z | 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-09-04T01:13:11.228Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 5085
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1553 | 2026-09-04T01:13:11.228Z | 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-09-04T01:13:11.228Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1555 | 2026-09-04T01:13:11.230Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1556 | 2026-09-04T01:13:11.539Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1557 | 2026-09-04T01:13:11.619Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1558 | 2026-09-04T01:13:11.619Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-f475739f-cf85-4d1c-b3be-b3a8abf37910"]
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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1559 | 2026-09-04T01:13:11.644Z | 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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1560 | 2026-09-04T01:13:11.644Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-c8dda7c8-69d1-47d8-96ca-cc534bc6db23"]
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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1561 | 2026-09-04T01:13:11.662Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 434
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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1562 | 2026-09-04T01:13:11.662Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 434
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1563 | 2026-09-04T01:13:11.663Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6221
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 = 00be2e82-900e-43b3-8b2d-149e6ccb1d62
|
| 1564 | 2026-09-04T01:13:11.663Z | 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
|
| 1565 | 2026-09-04T01:13:11.663Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1566 | 2026-09-04T01:13:11.663Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 6313
file = phd-tests/tests/src/disk.rs
line = 115
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_tests::disk
|
| 1567 | 2026-09-04T01:13:11.663Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1568 | 2026-09-04T01:13:11.663Z | 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-09-04T01:13:11.663Z | 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-09-04T01:13:11.663Z | 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-09-04T01:13:11.663Z | 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-09-04T01:13:11.663Z | 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-09-04T01:13:11.675Z | 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 50.9M 25.3T 49.0M /phd-artifacts\n
target = phd_framework::zfs
|
| 1574 | 2026-09-04T01:13:11.675Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-418f9b30-956c-4d60-bae5-13d1d4077b66"]
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-09-04T01:13:11.693Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-418f9b30-956c-4d60-bae5-13d1d4077b66", "phd-artifacts/phd-clone-dea8bc02-7cfd-40ae-82dc-9e47fe12c359"]
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-09-04T01:13:11.711Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-dea8bc02-7cfd-40ae-82dc-9e47fe12c359"]
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-09-04T01:13:11.723Z | 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-dea8bc02-7cfd-40ae-82dc-9e47fe12c359 0B 25.3T 49.0M /phd-artifacts/phd-clone-dea8bc02-7cfd-40ae-82dc-9e47fe12c359\n
target = phd_framework::zfs
|
| 1578 | 2026-09-04T01:13:11.724Z | 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-09-04T01:13:11.724Z | 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-09-04T01:13:11.724Z | 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-09-04T01:13:11.724Z | 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-09-04T01:13:11.724Z | 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-09-04T01:13:11.740Z | 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-09-04T01:13:11.754Z | 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-09-04T01:13:11.754Z | 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 = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1586 | 2026-09-04T01:13:11.756Z | 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 = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1587 | 2026-09-04T01:13:12.459Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1588 | 2026-09-04T01:13:12.460Z | 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: 5013fa1a-f871-4162-8594-938cbc40609f, name: "phd-vm-5013fa1a-f871-4162-8594-938cbc40609f", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 85a220ae-4dde-4870-b1aa-c530bbb3478a, project_id: 86314413-966b-4628-b882-62b46bbcbe49, sled_id: 613f3f59-cf3b-4cfd-82f0-084e4f05255a, sled_serial: "613f3f59-cf3b-4cfd-82f0-084e4f05255a", 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 = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1589 | 2026-09-04T01:13:12.460Z | 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 = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1590 | 2026-09-04T01:13:12.460Z | 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 = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1591 | 2026-09-04T01:13:12.461Z | 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 = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1592 | 2026-09-04T01:13:12.461Z | 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-09-04T01:13:12.461Z | 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 = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1594 | 2026-09-04T01:13:12.461Z | DEBG | phd-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-09-04T01:13:12.461Z | 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 = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1596 | 2026-09-04T01:13:12.462Z | INFO | phd-runner: [WAIT_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 = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1597 | 2026-09-04T01:13:16.995Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4533
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 = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1598 | 2026-09-04T01:13:16.995Z | DEBG | phd-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-09-04T01:13:16.996Z | DEBG | phd-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-09-04T01:13:16.996Z | 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 = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1601 | 2026-09-04T01:13:16.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = in_memory_backend_migration_test_source
vm_id = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1602 | 2026-09-04T01:13:17.014Z | 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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1603 | 2026-09-04T01:13:17.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::disk::in_memory_backend_migration_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 1604 | 2026-09-04T01:13:17.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::disk::in_memory_backend_migration_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1605 | 2026-09-04T01:13:17.014Z | 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 = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1606 | 2026-09-04T01:13:17.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = in_memory_backend_migration_test_source
vm_id = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1607 | 2026-09-04T01:13:17.047Z | 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 = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1608 | 2026-09-04T01:13:17.047Z | 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-09-04T01:13:17.048Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4585
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-09-04T01:13:17.048Z | 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 = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1611 | 2026-09-04T01:13:17.048Z | INFO | phd-runner: [WAIT_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 = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1612 | 2026-09-04T01:13:17.070Z | 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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1613 | 2026-09-04T01:13:17.070Z | 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 = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1614 | 2026-09-04T01:13:17.070Z | INFO | phd-runner: [WAIT_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 = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1615 | 2026-09-04T01:13:17.103Z | 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 = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1616 | 2026-09-04T01:13:17.104Z | 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 = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1617 | 2026-09-04T01:13:17.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_migration_test_source
vm_id = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1618 | 2026-09-04T01:13:17.114Z | 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 = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1619 | 2026-09-04T01:13:17.114Z | 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 = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1620 | 2026-09-04T01:13:17.114Z | INFO | phd-runner: [WAIT_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 = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1621 | 2026-09-04T01:13:17.148Z | 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 = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1622 | 2026-09-04T01:13:17.148Z | 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 = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1623 | 2026-09-04T01:13:17.148Z | INFO | phd-runner: [WAIT_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 = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1624 | 2026-09-04T01:13:17.169Z | 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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1625 | 2026-09-04T01:13:17.169Z | 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 = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1626 | 2026-09-04T01:13:17.169Z | INFO | phd-runner: [WAIT_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 = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1627 | 2026-09-04T01:13:17.204Z | 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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1628 | 2026-09-04T01:13:17.204Z | 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 = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1629 | 2026-09-04T01:13:17.204Z | INFO | phd-runner: [WAIT_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 = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1630 | 2026-09-04T01:13:17.215Z | 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 = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1631 | 2026-09-04T01:13:17.215Z | 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 = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1632 | 2026-09-04T01:13:17.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_migration_test_source
vm_id = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1633 | 2026-09-04T01:13:17.247Z | 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 = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1634 | 2026-09-04T01:13:17.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_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1635 | 2026-09-04T01:13:17.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_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_migration_test_source
vm_id = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1636 | 2026-09-04T01:13:17.270Z | 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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1637 | 2026-09-04T01:13:17.270Z | 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 = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1638 | 2026-09-04T01:13:17.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_migration_test_source
vm_id = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1639 | 2026-09-04T01:13:17.302Z | 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 = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1640 | 2026-09-04T01:13:17.302Z | 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 = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1641 | 2026-09-04T01:13:17.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_migration_test_source
vm_id = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1642 | 2026-09-04T01:13:17.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1643 | 2026-09-04T01:13:17.313Z | 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 = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1644 | 2026-09-04T01:13:17.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_migration_test_source
vm_id = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1645 | 2026-09-04T01:13:17.347Z | 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 = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1646 | 2026-09-04T01:13:17.347Z | 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-09-04T01:13:17.347Z | 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-09-04T01:13:17.347Z | 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-09-04T01:13:17.347Z | 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-09-04T01:13:17.347Z | 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-09-04T01:13:17.363Z | 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-09-04T01:13:17.377Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 29
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-09-04T01:13:17.377Z | 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 = 5013fa1a-f871-4162-8594-938cbc40609f
target = phd_framework::test_vm
target_id = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1654 | 2026-09-04T01:13:17.377Z | 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 = e4864c59-4597-4dd5-afdf-74f5853e06af
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = 5013fa1a-f871-4162-8594-938cbc40609f
target = phd_framework::test_vm
target_id = d27058fc-7277-430e-be67-0e57eee1eca9
timeout_duration = 45s
|
| 1655 | 2026-09-04T01:13:17.377Z | 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 = 5013fa1a-f871-4162-8594-938cbc40609f
target = phd_framework::test_vm
target_id = d27058fc-7277-430e-be67-0e57eee1eca9
vm = in_memory_backend_migration_test_target
vm_id = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1656 | 2026-09-04T01:13:17.378Z | 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 = 5013fa1a-f871-4162-8594-938cbc40609f
target = phd_framework::test_vm
target_id = d27058fc-7277-430e-be67-0e57eee1eca9
vm = in_memory_backend_migration_test_target
vm_id = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1657 | 2026-09-04T01:13:18.077Z | 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: d27058fc-7277-430e-be67-0e57eee1eca9, name: "phd-vm-d27058fc-7277-430e-be67-0e57eee1eca9", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 85a220ae-4dde-4870-b1aa-c530bbb3478a, project_id: 86314413-966b-4628-b882-62b46bbcbe49, sled_id: b76ac8ae-2081-4662-a0c2-b2524487a4d6, sled_serial: "b76ac8ae-2081-4662-a0c2-b2524487a4d6", 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 = 5013fa1a-f871-4162-8594-938cbc40609f
target = phd_framework::test_vm
target_id = d27058fc-7277-430e-be67-0e57eee1eca9
vm = in_memory_backend_migration_test_target
vm_id = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1658 | 2026-09-04T01:13:18.078Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = e4864c59-4597-4dd5-afdf-74f5853e06af
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = 5013fa1a-f871-4162-8594-938cbc40609f
target = phd_framework::test_vm
target_id = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1659 | 2026-09-04T01:13:20.623Z | 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-09-04T01:13:22.491Z | 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 = 5013fa1a-f871-4162-8594-938cbc40609f
target = phd_framework::test_vm
target_id = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1661 | 2026-09-04T01:13:22.491Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 4412
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = e4864c59-4597-4dd5-afdf-74f5853e06af
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = 5013fa1a-f871-4162-8594-938cbc40609f
target = phd_framework::test_vm
target_id = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1662 | 2026-09-04T01:13:22.491Z | 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 = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1663 | 2026-09-04T01:13:22.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_migration_test_target
vm_id = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1664 | 2026-09-04T01:13:22.503Z | 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 = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1665 | 2026-09-04T01:13:22.504Z | 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 = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1666 | 2026-09-04T01:13:22.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_migration_test_target
vm_id = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1667 | 2026-09-04T01:13:22.536Z | 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 = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1668 | 2026-09-04T01:13:22.537Z | 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 = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1669 | 2026-09-04T01:13:22.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_migration_test_target
vm_id = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1670 | 2026-09-04T01:13:22.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1671 | 2026-09-04T01:13:22.548Z | 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 = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1672 | 2026-09-04T01:13:22.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_migration_test_target
vm_id = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1673 | 2026-09-04T01:13:22.580Z | 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 = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1674 | 2026-09-04T01:13:22.580Z | 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 = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1675 | 2026-09-04T01:13:22.581Z | INFO | phd-runner: [WAIT_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 = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1676 | 2026-09-04T01:13:22.591Z | 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 = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1677 | 2026-09-04T01:13:22.591Z | 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 = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1678 | 2026-09-04T01:13:22.591Z | INFO | phd-runner: [WAIT_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 = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1679 | 2026-09-04T01:13:22.624Z | 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 = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1680 | 2026-09-04T01:13:22.625Z | 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 = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1681 | 2026-09-04T01:13:22.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_migration_test_target
vm_id = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1682 | 2026-09-04T01:13:22.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1683 | 2026-09-04T01:13:22.636Z | 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 = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1684 | 2026-09-04T01:13:22.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_migration_test_target
vm_id = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1685 | 2026-09-04T01:13:22.668Z | 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 = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1686 | 2026-09-04T01:13:22.669Z | 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 = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1687 | 2026-09-04T01:13:22.669Z | INFO | phd-runner: [WAIT_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 = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1688 | 2026-09-04T01:13:22.690Z | 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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1689 | 2026-09-04T01:13:22.691Z | 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 = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1690 | 2026-09-04T01:13:22.691Z | INFO | phd-runner: [WAIT_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 = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1691 | 2026-09-04T01:13:22.723Z | 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 = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1692 | 2026-09-04T01:13:22.723Z | 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 = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1693 | 2026-09-04T01:13:22.723Z | INFO | phd-runner: [WAIT_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 = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1694 | 2026-09-04T01:13:22.735Z | 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 = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1695 | 2026-09-04T01:13:22.735Z | 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 = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1696 | 2026-09-04T01:13:22.735Z | INFO | phd-runner: [WAIT_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 = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1697 | 2026-09-04T01:13:22.767Z | 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 = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1698 | 2026-09-04T01:13:22.767Z | 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 = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1699 | 2026-09-04T01:13:22.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_migration_test_target
vm_id = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1700 | 2026-09-04T01:13:22.790Z | 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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1701 | 2026-09-04T01:13:22.790Z | 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 = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1702 | 2026-09-04T01:13:22.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_migration_test_target
vm_id = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1703 | 2026-09-04T01:13:22.823Z | 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 = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1704 | 2026-09-04T01:13:22.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_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1705 | 2026-09-04T01:13:22.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_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_migration_test_target
vm_id = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1706 | 2026-09-04T01:13:22.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1707 | 2026-09-04T01:13:22.834Z | 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 = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1708 | 2026-09-04T01:13:22.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_migration_test_target
vm_id = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1709 | 2026-09-04T01:13:22.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1710 | 2026-09-04T01:13:22.868Z | 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 = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1711 | 2026-09-04T01:13:22.868Z | 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 = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1712 | 2026-09-04T01:13:22.869Z | 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-09-04T01:13:22.869Z | 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
|
| 1714 | 2026-09-04T01:13:22.869Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 10408
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1715 | 2026-09-04T01:13:22.869Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1716 | 2026-09-04T01:13:22.870Z | 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 = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1717 | 2026-09-04T01:13:22.870Z | 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 = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1718 | 2026-09-04T01:13:22.919Z | 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 = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1719 | 2026-09-04T01:13:22.952Z | 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 = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1720 | 2026-09-04T01:13:22.953Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 11197
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 = 5013fa1a-f871-4162-8594-938cbc40609f
|
| 1721 | 2026-09-04T01:13:23.007Z | 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 = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1722 | 2026-09-04T01:13:23.007Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-dea8bc02-7cfd-40ae-82dc-9e47fe12c359"]
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 = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1723 | 2026-09-04T01:13:23.031Z | 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 = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1724 | 2026-09-04T01:13:23.031Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-418f9b30-956c-4d60-bae5-13d1d4077b66"]
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 = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1725 | 2026-09-04T01:13:23.049Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 179
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 = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1726 | 2026-09-04T01:13:23.049Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5670
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 = 5013fa1a-f871-4162-8594-938cbc40609f
target = phd_framework::test_vm
target_id = d27058fc-7277-430e-be67-0e57eee1eca9
vm = in_memory_backend_migration_test_target
vm_id = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1727 | 2026-09-04T01:13:23.049Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 5671
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 = 5013fa1a-f871-4162-8594-938cbc40609f
target = phd_framework::test_vm
target_id = d27058fc-7277-430e-be67-0e57eee1eca9
|
| 1728 | 2026-09-04T01:13:23.049Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 11385
file = phd-tests/tests/src/disk.rs
line = 146
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_tests::disk
|
| 1729 | 2026-09-04T01:13:23.049Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 179
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1730 | 2026-09-04T01:13:23.049Z | 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-09-04T01:13:23.049Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1732 | 2026-09-04T01:13:23.049Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1733 | 2026-09-04T01:13:23.049Z | 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-09-04T01:13:23.049Z | 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-09-04T01:13:23.049Z | 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-09-04T01:13:23.049Z | 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-09-04T01:13:23.050Z | 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-09-04T01:13:30.885Z | 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-09-04T01:13:30.885Z | 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-09-04T01:13:37.333Z | 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-09-04T01:13:37.333Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/df65fafb-5e96-4353-9b10-92348ce898d7_9000", "--encrypted", "--uuid", "df65fafb-5e96-4353-9b10-92348ce898d7", "--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-09-04T01:13:37.440Z | 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/df65fafb-5e96-4353-9b10-92348ce898d7_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:13:37.350159388Z","hostname":"BRM42220060","pid":1062}\n{"msg":"UUID: df65fafb-5e96-4353-9b10-92348ce898d7","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:13:37.432924019Z","hostname":"BRM42220060","pid":1062}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:13:37.432950299Z","hostname":"BRM42220060","pid":1062}\n
target = phd_framework::disk::crucible
|
| 1743 | 2026-09-04T01:13:37.440Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/df65fafb-5e96-4353-9b10-92348ce898d7_9001", "--encrypted", "--uuid", "df65fafb-5e96-4353-9b10-92348ce898d7", "--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-09-04T01:13:37.540Z | 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/df65fafb-5e96-4353-9b10-92348ce898d7_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:13:37.450118496Z","hostname":"BRM42220060","pid":1063}\n{"msg":"UUID: df65fafb-5e96-4353-9b10-92348ce898d7","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:13:37.536068412Z","hostname":"BRM42220060","pid":1063}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:13:37.536095033Z","hostname":"BRM42220060","pid":1063}\n
target = phd_framework::disk::crucible
|
| 1745 | 2026-09-04T01:13:37.540Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/df65fafb-5e96-4353-9b10-92348ce898d7_9002", "--encrypted", "--uuid", "df65fafb-5e96-4353-9b10-92348ce898d7", "--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-09-04T01:13:37.641Z | 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/df65fafb-5e96-4353-9b10-92348ce898d7_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:13:37.550551156Z","hostname":"BRM42220060","pid":1064}\n{"msg":"UUID: df65fafb-5e96-4353-9b10-92348ce898d7","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:13:37.635943659Z","hostname":"BRM42220060","pid":1064}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:13:37.635961711Z","hostname":"BRM42220060","pid":1064}\n
target = phd_framework::disk::crucible
|
| 1747 | 2026-09-04T01:13:37.641Z | 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_df65fafb-5e96-4353-9b10-92348ce898d7_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::migrate::smoke_test/crucible_df65fafb-5e96-4353-9b10-92348ce898d7_9000.stdout.log"
target = phd_framework::log_config
|
| 1748 | 2026-09-04T01:13:37.641Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/df65fafb-5e96-4353-9b10-92348ce898d7_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-09-04T01:13:37.641Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/df65fafb-5e96-4353-9b10-92348ce898d7_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-09-04T01:13:37.644Z | 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_df65fafb-5e96-4353-9b10-92348ce898d7_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::migrate::smoke_test/crucible_df65fafb-5e96-4353-9b10-92348ce898d7_9001.stdout.log"
target = phd_framework::log_config
|
| 1751 | 2026-09-04T01:13:37.644Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/df65fafb-5e96-4353-9b10-92348ce898d7_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-09-04T01:13:37.644Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/df65fafb-5e96-4353-9b10-92348ce898d7_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-09-04T01:13:37.647Z | 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_df65fafb-5e96-4353-9b10-92348ce898d7_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::migrate::smoke_test/crucible_df65fafb-5e96-4353-9b10-92348ce898d7_9002.stdout.log"
target = phd_framework::log_config
|
| 1754 | 2026-09-04T01:13:37.647Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/df65fafb-5e96-4353-9b10-92348ce898d7_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-09-04T01:13:37.647Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/df65fafb-5e96-4353-9b10-92348ce898d7_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-09-04T01:13:37.650Z | 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-09-04T01:13:37.650Z | 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-09-04T01:13:37.650Z | 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-09-04T01:13:37.650Z | 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-09-04T01:13:37.650Z | 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-09-04T01:13:37.728Z | 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-09-04T01:13:37.742Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 92
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-09-04T01:13:37.743Z | 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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1764 | 2026-09-04T01:13:37.743Z | 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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1765 | 2026-09-04T01:13:38.314Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1766 | 2026-09-04T01:13:38.315Z | 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: 189ee230-edc1-49f9-8e83-a3078cf6dd05, name: "phd-vm-189ee230-edc1-49f9-8e83-a3078cf6dd05", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: f112e74e-f1dd-4bc1-ba4c-22db9fe0fcd0, project_id: a09f0ffb-7204-4545-b0a3-14734af45648, sled_id: cc7ff5b1-1500-41af-aad0-7cc654b4e841, sled_serial: "cc7ff5b1-1500-41af-aad0-7cc654b4e841", 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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1767 | 2026-09-04T01:13:38.315Z | 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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1768 | 2026-09-04T01:13:38.315Z | 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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1769 | 2026-09-04T01:13:38.316Z | 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::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1770 | 2026-09-04T01:13:38.316Z | 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-09-04T01:13:38.316Z | 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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1772 | 2026-09-04T01:13:38.316Z | DEBG | phd-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-09-04T01:13:38.316Z | 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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1774 | 2026-09-04T01:13:38.316Z | INFO | phd-runner: [WAIT_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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1775 | 2026-09-04T01:13:43.405Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 5088
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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1776 | 2026-09-04T01:13:43.405Z | DEBG | phd-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-09-04T01:13:43.405Z | DEBG | phd-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-09-04T01:13:43.405Z | 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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1779 | 2026-09-04T01:13:43.405Z | INFO | phd-runner: [WAIT_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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1780 | 2026-09-04T01:13:43.424Z | 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::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1781 | 2026-09-04T01:13:43.424Z | DEBG | phd-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-09-04T01:13:43.424Z | DEBG | phd-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-09-04T01:13:43.424Z | 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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1784 | 2026-09-04T01:13:43.424Z | INFO | phd-runner: [WAIT_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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1785 | 2026-09-04T01:13:43.457Z | 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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1786 | 2026-09-04T01:13:43.457Z | 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-09-04T01:13:43.457Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 5140
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-09-04T01:13:43.457Z | 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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1789 | 2026-09-04T01:13:43.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::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_migrate_smoke_source
vm_id = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1790 | 2026-09-04T01:13:43.468Z | 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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1791 | 2026-09-04T01:13:43.469Z | 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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1792 | 2026-09-04T01:13:43.469Z | INFO | phd-runner: [WAIT_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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1793 | 2026-09-04T01:13:43.501Z | 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::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1794 | 2026-09-04T01:13:43.501Z | 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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1795 | 2026-09-04T01:13:43.501Z | INFO | phd-runner: [WAIT_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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1796 | 2026-09-04T01:13:43.512Z | 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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1797 | 2026-09-04T01:13:43.512Z | 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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1798 | 2026-09-04T01:13:43.512Z | INFO | phd-runner: [WAIT_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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1799 | 2026-09-04T01:13:43.546Z | 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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1800 | 2026-09-04T01:13:43.546Z | 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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1801 | 2026-09-04T01:13:43.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::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_migrate_smoke_source
vm_id = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1802 | 2026-09-04T01:13:43.557Z | 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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1803 | 2026-09-04T01:13:43.557Z | 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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1804 | 2026-09-04T01:13:43.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::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_migrate_smoke_source
vm_id = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1805 | 2026-09-04T01:13:43.580Z | 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::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1806 | 2026-09-04T01:13:43.580Z | 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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1807 | 2026-09-04T01:13:43.580Z | INFO | phd-runner: [WAIT_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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1808 | 2026-09-04T01:13:43.591Z | 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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1809 | 2026-09-04T01:13:43.591Z | 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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1810 | 2026-09-04T01:13:43.591Z | INFO | phd-runner: [WAIT_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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1811 | 2026-09-04T01:13:43.613Z | 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::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1812 | 2026-09-04T01:13:43.613Z | 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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1813 | 2026-09-04T01:13:43.613Z | INFO | phd-runner: [WAIT_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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1814 | 2026-09-04T01:13:43.624Z | 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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1815 | 2026-09-04T01:13:43.624Z | 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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1816 | 2026-09-04T01:13:43.624Z | INFO | phd-runner: [WAIT_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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1817 | 2026-09-04T01:13:43.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::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1818 | 2026-09-04T01:13:43.658Z | 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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1819 | 2026-09-04T01:13:43.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::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_migrate_smoke_source
vm_id = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1820 | 2026-09-04T01:13:43.669Z | 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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1821 | 2026-09-04T01:13:43.669Z | 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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1822 | 2026-09-04T01:13:43.669Z | INFO | phd-runner: [WAIT_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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1823 | 2026-09-04T01:13:43.702Z | 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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1824 | 2026-09-04T01:13:43.702Z | 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-09-04T01:13:43.702Z | 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-09-04T01:13:43.703Z | 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-09-04T01:13:43.703Z | 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-09-04T01:13:43.703Z | 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-09-04T01:13:43.729Z | 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-09-04T01:13:43.743Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 40
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-09-04T01:13:43.743Z | 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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
target = phd_framework::test_vm
target_id = 7563c30f-ad9a-4029-b921-a0cab100aec9
|
| 1832 | 2026-09-04T01:13:43.743Z | 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 = e8d7b8af-2894-47fa-b40b-a92d78570cb6
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 189ee230-edc1-49f9-8e83-a3078cf6dd05
target = phd_framework::test_vm
target_id = 7563c30f-ad9a-4029-b921-a0cab100aec9
timeout_duration = 45s
|
| 1833 | 2026-09-04T01:13:43.743Z | 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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
target = phd_framework::test_vm
target_id = 7563c30f-ad9a-4029-b921-a0cab100aec9
vm = crucible_migrate_smoke_target
vm_id = 7563c30f-ad9a-4029-b921-a0cab100aec9
|
| 1834 | 2026-09-04T01:13:43.744Z | 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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
target = phd_framework::test_vm
target_id = 7563c30f-ad9a-4029-b921-a0cab100aec9
vm = crucible_migrate_smoke_target
vm_id = 7563c30f-ad9a-4029-b921-a0cab100aec9
|
| 1835 | 2026-09-04T01:13:44.403Z | 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: 7563c30f-ad9a-4029-b921-a0cab100aec9, name: "phd-vm-7563c30f-ad9a-4029-b921-a0cab100aec9", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: f112e74e-f1dd-4bc1-ba4c-22db9fe0fcd0, project_id: a09f0ffb-7204-4545-b0a3-14734af45648, sled_id: d92b5e38-c535-4af1-bc9b-c6eb0e250fb6, sled_serial: "d92b5e38-c535-4af1-bc9b-c6eb0e250fb6", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 514
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 189ee230-edc1-49f9-8e83-a3078cf6dd05
target = phd_framework::test_vm
target_id = 7563c30f-ad9a-4029-b921-a0cab100aec9
vm = crucible_migrate_smoke_target
vm_id = 7563c30f-ad9a-4029-b921-a0cab100aec9
|
| 1836 | 2026-09-04T01:13:44.403Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = e8d7b8af-2894-47fa-b40b-a92d78570cb6
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 189ee230-edc1-49f9-8e83-a3078cf6dd05
target = phd_framework::test_vm
target_id = 7563c30f-ad9a-4029-b921-a0cab100aec9
|
| 1837 | 2026-09-04T01:13:46.868Z | 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-09-04T01:13:48.490Z | 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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
target = phd_framework::test_vm
target_id = 7563c30f-ad9a-4029-b921-a0cab100aec9
|
| 1839 | 2026-09-04T01:13:48.490Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 4086
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = e8d7b8af-2894-47fa-b40b-a92d78570cb6
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 189ee230-edc1-49f9-8e83-a3078cf6dd05
target = phd_framework::test_vm
target_id = 7563c30f-ad9a-4029-b921-a0cab100aec9
|
| 1840 | 2026-09-04T01:13:48.491Z | 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 = 7563c30f-ad9a-4029-b921-a0cab100aec9
|
| 1841 | 2026-09-04T01:13:48.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::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_migrate_smoke_target
vm_id = 7563c30f-ad9a-4029-b921-a0cab100aec9
|
| 1842 | 2026-09-04T01:13:48.503Z | 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::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_target
vm_id = 7563c30f-ad9a-4029-b921-a0cab100aec9
|
| 1843 | 2026-09-04T01:13:48.503Z | 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 = 7563c30f-ad9a-4029-b921-a0cab100aec9
|
| 1844 | 2026-09-04T01:13:48.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::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_migrate_smoke_target
vm_id = 7563c30f-ad9a-4029-b921-a0cab100aec9
|
| 1845 | 2026-09-04T01:13:48.536Z | 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 = 7563c30f-ad9a-4029-b921-a0cab100aec9
|
| 1846 | 2026-09-04T01:13:48.537Z | 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 = 7563c30f-ad9a-4029-b921-a0cab100aec9
|
| 1847 | 2026-09-04T01:13:48.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::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_migrate_smoke_target
vm_id = 7563c30f-ad9a-4029-b921-a0cab100aec9
|
| 1848 | 2026-09-04T01:13:48.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::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_target
vm_id = 7563c30f-ad9a-4029-b921-a0cab100aec9
|
| 1849 | 2026-09-04T01:13:48.547Z | 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 = 7563c30f-ad9a-4029-b921-a0cab100aec9
|
| 1850 | 2026-09-04T01:13:48.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::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_migrate_smoke_target
vm_id = 7563c30f-ad9a-4029-b921-a0cab100aec9
|
| 1851 | 2026-09-04T01:13:48.580Z | 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_target
vm_id = 7563c30f-ad9a-4029-b921-a0cab100aec9
|
| 1852 | 2026-09-04T01:13:48.580Z | 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 = 7563c30f-ad9a-4029-b921-a0cab100aec9
|
| 1853 | 2026-09-04T01:13:48.581Z | 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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1854 | 2026-09-04T01:13:48.581Z | 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-09-04T01:13:48.581Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 10266
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1856 | 2026-09-04T01:13:48.581Z | 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-09-04T01:13:48.581Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1858 | 2026-09-04T01:13:48.583Z | 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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1859 | 2026-09-04T01:13:48.660Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 79
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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1860 | 2026-09-04T01:13:48.661Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 10917
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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
|
| 1861 | 2026-09-04T01:13:48.661Z | 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 = 7563c30f-ad9a-4029-b921-a0cab100aec9
|
| 1862 | 2026-09-04T01:13:49.304Z | 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 = 7563c30f-ad9a-4029-b921-a0cab100aec9
|
| 1863 | 2026-09-04T01:13:49.375Z | 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/df65fafb-5e96-4353-9b10-92348ce898d7_9000" } }
target = phd_framework::disk::crucible
vm = crucible_migrate_smoke_target
vm_id = 7563c30f-ad9a-4029-b921-a0cab100aec9
|
| 1864 | 2026-09-04T01:13:49.382Z | 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/df65fafb-5e96-4353-9b10-92348ce898d7_9000"
target = phd_framework::disk::crucible
vm = crucible_migrate_smoke_target
vm_id = 7563c30f-ad9a-4029-b921-a0cab100aec9
|
| 1865 | 2026-09-04T01:13:49.400Z | 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/df65fafb-5e96-4353-9b10-92348ce898d7_9001" } }
target = phd_framework::disk::crucible
vm = crucible_migrate_smoke_target
vm_id = 7563c30f-ad9a-4029-b921-a0cab100aec9
|
| 1866 | 2026-09-04T01:13:49.405Z | 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/df65fafb-5e96-4353-9b10-92348ce898d7_9001"
target = phd_framework::disk::crucible
vm = crucible_migrate_smoke_target
vm_id = 7563c30f-ad9a-4029-b921-a0cab100aec9
|
| 1867 | 2026-09-04T01:13:49.417Z | 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/df65fafb-5e96-4353-9b10-92348ce898d7_9002" } }
target = phd_framework::disk::crucible
vm = crucible_migrate_smoke_target
vm_id = 7563c30f-ad9a-4029-b921-a0cab100aec9
|
| 1868 | 2026-09-04T01:13:49.424Z | 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/df65fafb-5e96-4353-9b10-92348ce898d7_9002"
target = phd_framework::disk::crucible
vm = crucible_migrate_smoke_target
vm_id = 7563c30f-ad9a-4029-b921-a0cab100aec9
|
| 1869 | 2026-09-04T01:13:49.436Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 854
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 = 7563c30f-ad9a-4029-b921-a0cab100aec9
|
| 1870 | 2026-09-04T01:13:49.436Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 854
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1871 | 2026-09-04T01:13:49.436Z | 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-09-04T01:13:49.436Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5692
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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
target = phd_framework::test_vm
target_id = 7563c30f-ad9a-4029-b921-a0cab100aec9
vm = crucible_migrate_smoke_target
vm_id = 7563c30f-ad9a-4029-b921-a0cab100aec9
|
| 1873 | 2026-09-04T01:13:49.436Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1874 | 2026-09-04T01:13:49.436Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1875 | 2026-09-04T01:13:49.436Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 5693
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 = 189ee230-edc1-49f9-8e83-a3078cf6dd05
target = phd_framework::test_vm
target_id = 7563c30f-ad9a-4029-b921-a0cab100aec9
|
| 1876 | 2026-09-04T01:13:49.436Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 26385
file = phd-tests/tests/src/crucible/migrate.rs
line = 10
path = phd_tests::crucible::migrate::smoke_test
target = phd_tests::crucible::migrate
|
| 1877 | 2026-09-04T01:13:49.437Z | 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-09-04T01:13:49.437Z | 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-09-04T01:13:49.437Z | 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-09-04T01:13:49.437Z | 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-09-04T01:13:49.437Z | 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-09-04T01:13:49.437Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/799f7503-75e5-4a40-a489-92c17ac88c6f_9000", "--encrypted", "--uuid", "799f7503-75e5-4a40-a489-92c17ac88c6f", "--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-09-04T01:13:49.547Z | 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/799f7503-75e5-4a40-a489-92c17ac88c6f_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:13:49.448350249Z","hostname":"BRM42220060","pid":1072}\n{"msg":"UUID: 799f7503-75e5-4a40-a489-92c17ac88c6f","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:13:49.542450602Z","hostname":"BRM42220060","pid":1072}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:13:49.542467274Z","hostname":"BRM42220060","pid":1072}\n
target = phd_framework::disk::crucible
|
| 1884 | 2026-09-04T01:13:49.547Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/799f7503-75e5-4a40-a489-92c17ac88c6f_9001", "--encrypted", "--uuid", "799f7503-75e5-4a40-a489-92c17ac88c6f", "--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-09-04T01:13:49.660Z | 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/799f7503-75e5-4a40-a489-92c17ac88c6f_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:13:49.557621799Z","hostname":"BRM42220060","pid":1073}\n{"msg":"UUID: 799f7503-75e5-4a40-a489-92c17ac88c6f","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:13:49.653930333Z","hostname":"BRM42220060","pid":1073}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:13:49.653955601Z","hostname":"BRM42220060","pid":1073}\n
target = phd_framework::disk::crucible
|
| 1886 | 2026-09-04T01:13:49.660Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/799f7503-75e5-4a40-a489-92c17ac88c6f_9002", "--encrypted", "--uuid", "799f7503-75e5-4a40-a489-92c17ac88c6f", "--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-09-04T01:13:49.771Z | 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/799f7503-75e5-4a40-a489-92c17ac88c6f_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:13:49.669888191Z","hostname":"BRM42220060","pid":1074}\n{"msg":"UUID: 799f7503-75e5-4a40-a489-92c17ac88c6f","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:13:49.767031567Z","hostname":"BRM42220060","pid":1074}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:13:49.767062306Z","hostname":"BRM42220060","pid":1074}\n
target = phd_framework::disk::crucible
|
| 1888 | 2026-09-04T01:13:49.771Z | 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_799f7503-75e5-4a40-a489-92c17ac88c6f_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::migrate::load_test/crucible_799f7503-75e5-4a40-a489-92c17ac88c6f_9000.stdout.log"
target = phd_framework::log_config
|
| 1889 | 2026-09-04T01:13:49.772Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/799f7503-75e5-4a40-a489-92c17ac88c6f_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-09-04T01:13:49.772Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/799f7503-75e5-4a40-a489-92c17ac88c6f_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-09-04T01:13:49.774Z | 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_799f7503-75e5-4a40-a489-92c17ac88c6f_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::migrate::load_test/crucible_799f7503-75e5-4a40-a489-92c17ac88c6f_9001.stdout.log"
target = phd_framework::log_config
|
| 1892 | 2026-09-04T01:13:49.774Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/799f7503-75e5-4a40-a489-92c17ac88c6f_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-09-04T01:13:49.774Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/799f7503-75e5-4a40-a489-92c17ac88c6f_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-09-04T01:13:49.776Z | 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_799f7503-75e5-4a40-a489-92c17ac88c6f_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::migrate::load_test/crucible_799f7503-75e5-4a40-a489-92c17ac88c6f_9002.stdout.log"
target = phd_framework::log_config
|
| 1895 | 2026-09-04T01:13:49.777Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/799f7503-75e5-4a40-a489-92c17ac88c6f_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-09-04T01:13:49.777Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/799f7503-75e5-4a40-a489-92c17ac88c6f_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-09-04T01:13:49.779Z | 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-09-04T01:13:49.779Z | 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-09-04T01:13:49.779Z | 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-09-04T01:13:49.779Z | 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-09-04T01:13:49.779Z | 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-09-04T01:13:49.806Z | 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-09-04T01:13:49.820Z | 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-09-04T01:13:49.821Z | 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 = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1905 | 2026-09-04T01:13:49.821Z | 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 = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1906 | 2026-09-04T01:13:50.656Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1907 | 2026-09-04T01:13:50.657Z | 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: b04b3577-7d84-4511-9e53-e84f73586d04, name: "phd-vm-b04b3577-7d84-4511-9e53-e84f73586d04", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: e260b98e-6b1f-46bb-92ce-de4b98e3a3ae, project_id: 6eb5909f-958a-4059-8c88-0d738f4c7d47, sled_id: 008a9689-8e2c-4916-a2a4-2c59e6496508, sled_serial: "008a9689-8e2c-4916-a2a4-2c59e6496508", 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 = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1908 | 2026-09-04T01:13:50.657Z | 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 = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1909 | 2026-09-04T01:13:50.657Z | 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 = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1910 | 2026-09-04T01:13:50.658Z | 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::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1911 | 2026-09-04T01:13:50.658Z | 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-09-04T01:13:50.658Z | 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 = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1913 | 2026-09-04T01:13:50.658Z | DEBG | phd-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-09-04T01:13:50.658Z | 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 = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1915 | 2026-09-04T01:13:50.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::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_load_test_source
vm_id = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1916 | 2026-09-04T01:13:55.748Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 5089
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 = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1917 | 2026-09-04T01:13:55.748Z | DEBG | phd-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-09-04T01:13:55.748Z | DEBG | phd-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-09-04T01:13:55.748Z | 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 = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1920 | 2026-09-04T01:13:55.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::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_load_test_source
vm_id = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1921 | 2026-09-04T01:13:55.767Z | 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::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1922 | 2026-09-04T01:13:55.767Z | DEBG | phd-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-09-04T01:13:55.767Z | DEBG | phd-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-09-04T01:13:55.767Z | 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 = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1925 | 2026-09-04T01:13:55.767Z | INFO | phd-runner: [WAIT_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 = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1926 | 2026-09-04T01:13:55.799Z | 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 = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1927 | 2026-09-04T01:13:55.799Z | 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-09-04T01:13:55.799Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 5141
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-09-04T01:13:55.800Z | 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-09-04T01:13:55.800Z | 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-09-04T01:13:55.800Z | 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-09-04T01:13:55.800Z | 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-09-04T01:13:55.800Z | 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-09-04T01:13:55.828Z | 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-09-04T01:13:55.842Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 42
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-09-04T01:13:55.843Z | 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 = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1937 | 2026-09-04T01:13:55.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::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_source
vm_id = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1938 | 2026-09-04T01:13:55.854Z | 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 = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1939 | 2026-09-04T01:13:55.855Z | 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 = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1940 | 2026-09-04T01:13:55.855Z | INFO | phd-runner: [WAIT_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 = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1941 | 2026-09-04T01:13:56.137Z | 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 = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1942 | 2026-09-04T01:13:56.138Z | 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 = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1943 | 2026-09-04T01:13:56.138Z | INFO | phd-runner: [WAIT_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 = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1944 | 2026-09-04T01:13:56.148Z | 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 = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1945 | 2026-09-04T01:13:56.149Z | 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 = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1946 | 2026-09-04T01:13:56.149Z | INFO | phd-runner: [WAIT_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 = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1947 | 2026-09-04T01:13:56.182Z | 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 = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1948 | 2026-09-04T01:13:56.182Z | 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 = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1949 | 2026-09-04T01:13:56.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::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_source
vm_id = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1950 | 2026-09-04T01:13:56.193Z | 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 = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1951 | 2026-09-04T01:13:56.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_source
vm_id = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1952 | 2026-09-04T01:13:56.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_source
vm_id = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1953 | 2026-09-04T01:13:56.456Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 262
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 = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1954 | 2026-09-04T01:13:56.456Z | 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 = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1955 | 2026-09-04T01:13:56.456Z | INFO | phd-runner: [WAIT_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 = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1956 | 2026-09-04T01:13:56.467Z | 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 = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1957 | 2026-09-04T01:13:56.467Z | 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 = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1958 | 2026-09-04T01:13:56.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::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_source
vm_id = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1959 | 2026-09-04T01:13:56.501Z | 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 = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1960 | 2026-09-04T01:13:56.501Z | INFO | phd-runner: [TEST - EVENT] Generated SHA256 checksum: cb2f0b6b7d489fe1ec864450b98faadae175c8fa1562e1931fcdb1195ba5ff31
file = phd-tests/tests/src/crucible/migrate.rs
line = 72
path = phd_tests::crucible::migrate::load_test
target = phd_tests::crucible::migrate
|
| 1961 | 2026-09-04T01:13:56.501Z | 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 = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1962 | 2026-09-04T01:13:56.501Z | INFO | phd-runner: [WAIT_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 = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1963 | 2026-09-04T01:13:56.512Z | 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 = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1964 | 2026-09-04T01:13:56.512Z | 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 = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1965 | 2026-09-04T01:13:56.512Z | INFO | phd-runner: [WAIT_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 = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1966 | 2026-09-04T01:13:56.544Z | 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 = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1967 | 2026-09-04T01:13:56.545Z | 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 = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1968 | 2026-09-04T01:13:56.545Z | INFO | phd-runner: [WAIT_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 = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1969 | 2026-09-04T01:13:56.555Z | 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 = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1970 | 2026-09-04T01:13:56.555Z | 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 = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1971 | 2026-09-04T01:13:56.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::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_source
vm_id = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1972 | 2026-09-04T01:13:56.577Z | 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::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 1973 | 2026-09-04T01:13:56.577Z | 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 = b04b3577-7d84-4511-9e53-e84f73586d04
target = phd_framework::test_vm
target_id = 8051d556-a7c3-48f0-aca9-75244fafc177
|
| 1974 | 2026-09-04T01:13:56.578Z | 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 = c151c397-099a-42ea-b16c-b2bcc42d1f97
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = b04b3577-7d84-4511-9e53-e84f73586d04
target = phd_framework::test_vm
target_id = 8051d556-a7c3-48f0-aca9-75244fafc177
timeout_duration = 45s
|
| 1975 | 2026-09-04T01:13:56.578Z | 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 = b04b3577-7d84-4511-9e53-e84f73586d04
target = phd_framework::test_vm
target_id = 8051d556-a7c3-48f0-aca9-75244fafc177
vm = crucible_load_test_target
vm_id = 8051d556-a7c3-48f0-aca9-75244fafc177
|
| 1976 | 2026-09-04T01:13:56.705Z | 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: 8051d556-a7c3-48f0-aca9-75244fafc177, name: "phd-vm-8051d556-a7c3-48f0-aca9-75244fafc177", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: e260b98e-6b1f-46bb-92ce-de4b98e3a3ae, project_id: 6eb5909f-958a-4059-8c88-0d738f4c7d47, sled_id: db80b567-0fa0-4287-a68b-5c205ec62ba6, sled_serial: "db80b567-0fa0-4287-a68b-5c205ec62ba6", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 514
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = b04b3577-7d84-4511-9e53-e84f73586d04
target = phd_framework::test_vm
target_id = 8051d556-a7c3-48f0-aca9-75244fafc177
vm = crucible_load_test_target
vm_id = 8051d556-a7c3-48f0-aca9-75244fafc177
|
| 1977 | 2026-09-04T01:13:56.705Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = c151c397-099a-42ea-b16c-b2bcc42d1f97
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = b04b3577-7d84-4511-9e53-e84f73586d04
target = phd_framework::test_vm
target_id = 8051d556-a7c3-48f0-aca9-75244fafc177
|
| 1978 | 2026-09-04T01:14:00.299Z | 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-09-04T01:14:01.228Z | 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 = b04b3577-7d84-4511-9e53-e84f73586d04
target = phd_framework::test_vm
target_id = 8051d556-a7c3-48f0-aca9-75244fafc177
|
| 1980 | 2026-09-04T01:14:01.228Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 4522
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = c151c397-099a-42ea-b16c-b2bcc42d1f97
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = b04b3577-7d84-4511-9e53-e84f73586d04
target = phd_framework::test_vm
target_id = 8051d556-a7c3-48f0-aca9-75244fafc177
|
| 1981 | 2026-09-04T01:14:01.228Z | 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 = 8051d556-a7c3-48f0-aca9-75244fafc177
|
| 1982 | 2026-09-04T01:14:01.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::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_target
vm_id = 8051d556-a7c3-48f0-aca9-75244fafc177
|
| 1983 | 2026-09-04T01:14:01.239Z | 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 = 8051d556-a7c3-48f0-aca9-75244fafc177
|
| 1984 | 2026-09-04T01:14:01.240Z | 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 = 8051d556-a7c3-48f0-aca9-75244fafc177
|
| 1985 | 2026-09-04T01:14:01.240Z | INFO | phd-runner: [WAIT_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 = 8051d556-a7c3-48f0-aca9-75244fafc177
|
| 1986 | 2026-09-04T01:14:01.272Z | 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 = 8051d556-a7c3-48f0-aca9-75244fafc177
|
| 1987 | 2026-09-04T01:14:01.272Z | 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 = 8051d556-a7c3-48f0-aca9-75244fafc177
|
| 1988 | 2026-09-04T01:14:01.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::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_target
vm_id = 8051d556-a7c3-48f0-aca9-75244fafc177
|
| 1989 | 2026-09-04T01:14:01.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::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 8051d556-a7c3-48f0-aca9-75244fafc177
|
| 1990 | 2026-09-04T01:14:01.284Z | 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 = 8051d556-a7c3-48f0-aca9-75244fafc177
|
| 1991 | 2026-09-04T01:14:01.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::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_target
vm_id = 8051d556-a7c3-48f0-aca9-75244fafc177
|
| 1992 | 2026-09-04T01:14:01.316Z | 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 = 8051d556-a7c3-48f0-aca9-75244fafc177
|
| 1993 | 2026-09-04T01:14:01.316Z | 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 = 8051d556-a7c3-48f0-aca9-75244fafc177
|
| 1994 | 2026-09-04T01:14:01.316Z | INFO | phd-runner: [WAIT_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 = 8051d556-a7c3-48f0-aca9-75244fafc177
|
| 1995 | 2026-09-04T01:14:01.328Z | 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 = 8051d556-a7c3-48f0-aca9-75244fafc177
|
| 1996 | 2026-09-04T01:14:01.328Z | 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 = 8051d556-a7c3-48f0-aca9-75244fafc177
|
| 1997 | 2026-09-04T01:14:01.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::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_target
vm_id = 8051d556-a7c3-48f0-aca9-75244fafc177
|
| 1998 | 2026-09-04T01:14:01.592Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 263
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 = 8051d556-a7c3-48f0-aca9-75244fafc177
|
| 1999 | 2026-09-04T01:14:01.592Z | 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 = 8051d556-a7c3-48f0-aca9-75244fafc177
|
| 2000 | 2026-09-04T01:14:01.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::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_target
vm_id = 8051d556-a7c3-48f0-aca9-75244fafc177
|
| 2001 | 2026-09-04T01:14:01.603Z | 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 = 8051d556-a7c3-48f0-aca9-75244fafc177
|
| 2002 | 2026-09-04T01:14:01.604Z | 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 = 8051d556-a7c3-48f0-aca9-75244fafc177
|
| 2003 | 2026-09-04T01:14:01.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::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_target
vm_id = 8051d556-a7c3-48f0-aca9-75244fafc177
|
| 2004 | 2026-09-04T01:14:01.637Z | 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 = 8051d556-a7c3-48f0-aca9-75244fafc177
|
| 2005 | 2026-09-04T01:14:01.637Z | 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 = 8051d556-a7c3-48f0-aca9-75244fafc177
|
| 2006 | 2026-09-04T01:14:01.637Z | 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 = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 2007 | 2026-09-04T01:14:01.637Z | 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-09-04T01:14:01.637Z | INFO | phd-runner: test phd_tests::crucible::migrate::load_test ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 2009 | 2026-09-04T01:14:01.638Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 10980
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2010 | 2026-09-04T01:14:01.638Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2011 | 2026-09-04T01:14:01.639Z | 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 = 8051d556-a7c3-48f0-aca9-75244fafc177
|
| 2012 | 2026-09-04T01:14:01.640Z | 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 = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 2013 | 2026-09-04T01:14:01.720Z | 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 = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 2014 | 2026-09-04T01:14:01.720Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 11899
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 = b04b3577-7d84-4511-9e53-e84f73586d04
|
| 2015 | 2026-09-04T01:14:01.722Z | 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 = 8051d556-a7c3-48f0-aca9-75244fafc177
|
| 2016 | 2026-09-04T01:14:01.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::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/799f7503-75e5-4a40-a489-92c17ac88c6f_9000" } }
target = phd_framework::disk::crucible
vm = crucible_load_test_target
vm_id = 8051d556-a7c3-48f0-aca9-75244fafc177
|
| 2017 | 2026-09-04T01:14:01.808Z | 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/799f7503-75e5-4a40-a489-92c17ac88c6f_9000"
target = phd_framework::disk::crucible
vm = crucible_load_test_target
vm_id = 8051d556-a7c3-48f0-aca9-75244fafc177
|
| 2018 | 2026-09-04T01:14:01.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::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/799f7503-75e5-4a40-a489-92c17ac88c6f_9001" } }
target = phd_framework::disk::crucible
vm = crucible_load_test_target
vm_id = 8051d556-a7c3-48f0-aca9-75244fafc177
|
| 2019 | 2026-09-04T01:14:01.827Z | 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/799f7503-75e5-4a40-a489-92c17ac88c6f_9001"
target = phd_framework::disk::crucible
vm = crucible_load_test_target
vm_id = 8051d556-a7c3-48f0-aca9-75244fafc177
|
| 2020 | 2026-09-04T01:14:01.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::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/799f7503-75e5-4a40-a489-92c17ac88c6f_9002" } }
target = phd_framework::disk::crucible
vm = crucible_load_test_target
vm_id = 8051d556-a7c3-48f0-aca9-75244fafc177
|
| 2021 | 2026-09-04T01:14:01.847Z | 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/799f7503-75e5-4a40-a489-92c17ac88c6f_9002"
target = phd_framework::disk::crucible
vm = crucible_load_test_target
vm_id = 8051d556-a7c3-48f0-aca9-75244fafc177
|
| 2022 | 2026-09-04T01:14:01.859Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 221
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 = 8051d556-a7c3-48f0-aca9-75244fafc177
|
| 2023 | 2026-09-04T01:14:01.859Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 221
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2024 | 2026-09-04T01:14:01.860Z | 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
|
| 2025 | 2026-09-04T01:14:01.860Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2026 | 2026-09-04T01:14:01.860Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2027 | 2026-09-04T01:14:01.860Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5281
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 = b04b3577-7d84-4511-9e53-e84f73586d04
target = phd_framework::test_vm
target_id = 8051d556-a7c3-48f0-aca9-75244fafc177
vm = crucible_load_test_target
vm_id = 8051d556-a7c3-48f0-aca9-75244fafc177
|
| 2028 | 2026-09-04T01:14:01.860Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 5281
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 = b04b3577-7d84-4511-9e53-e84f73586d04
target = phd_framework::test_vm
target_id = 8051d556-a7c3-48f0-aca9-75244fafc177
|
| 2029 | 2026-09-04T01:14:01.860Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 12422
file = phd-tests/tests/src/crucible/migrate.rs
line = 40
path = phd_tests::crucible::migrate::load_test
target = phd_tests::crucible::migrate
|
| 2030 | 2026-09-04T01:14:01.860Z | 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-09-04T01:14:01.860Z | 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-09-04T01:14:01.860Z | 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-09-04T01:14:01.860Z | 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-09-04T01:14:01.860Z | 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-09-04T01:14:01.872Z | 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 209M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 2036 | 2026-09-04T01:14:01.872Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-00d444c7-4e13-40f1-ab4f-c41abe92d700"]
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-09-04T01:14:01.889Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-00d444c7-4e13-40f1-ab4f-c41abe92d700", "phd-artifacts/phd-clone-5eac6916-b2d6-47da-8ba9-e8561b4e8d64"]
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-09-04T01:14:01.907Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-5eac6916-b2d6-47da-8ba9-e8561b4e8d64"]
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-09-04T01:14:01.918Z | 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-5eac6916-b2d6-47da-8ba9-e8561b4e8d64 0B 25.3T 207M /phd-artifacts/phd-clone-5eac6916-b2d6-47da-8ba9-e8561b4e8d64\n
target = phd_framework::zfs
|
| 2040 | 2026-09-04T01:14:01.919Z | 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-09-04T01:14:01.919Z | 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-09-04T01:14:01.929Z | 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 209M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 2043 | 2026-09-04T01:14:01.929Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-584c41c8-9136-4507-a3a1-e2d6c0fde5c0"]
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-09-04T01:14:01.949Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-584c41c8-9136-4507-a3a1-e2d6c0fde5c0", "phd-artifacts/phd-clone-bd3f1849-cbb1-4d2c-84b5-552c8569febf"]
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-09-04T01:14:01.968Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-bd3f1849-cbb1-4d2c-84b5-552c8569febf"]
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-09-04T01:14:01.978Z | 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-bd3f1849-cbb1-4d2c-84b5-552c8569febf 0B 25.3T 207M /phd-artifacts/phd-clone-bd3f1849-cbb1-4d2c-84b5-552c8569febf\n
target = phd_framework::zfs
|
| 2047 | 2026-09-04T01:14:01.979Z | 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-09-04T01:14:01.979Z | 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-09-04T01:14:01.979Z | 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-09-04T01:14:01.979Z | 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-09-04T01:14:01.979Z | 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-09-04T01:14:02.008Z | 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-09-04T01:14:02.022Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 43
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-09-04T01:14:02.022Z | 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 = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2055 | 2026-09-04T01:14:02.023Z | 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 = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2056 | 2026-09-04T01:14:02.435Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2057 | 2026-09-04T01:14:02.436Z | 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: 999e38fd-b692-4344-b6d8-a93b1973b99c, name: "phd-vm-999e38fd-b692-4344-b6d8-a93b1973b99c", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 99b3ec42-139e-49ac-87d1-77a32fa7e608, project_id: 6f230442-1941-40d5-9437-65ca8e040074, sled_id: 29b7025b-f8f2-4582-b558-3cb386143835, sled_serial: "29b7025b-f8f2-4582-b558-3cb386143835", 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 = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2058 | 2026-09-04T01:14:02.436Z | 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 = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2059 | 2026-09-04T01:14:02.436Z | 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 = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2060 | 2026-09-04T01:14:02.437Z | 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::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2061 | 2026-09-04T01:14:02.437Z | 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-09-04T01:14:02.438Z | 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 = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2063 | 2026-09-04T01:14:02.438Z | DEBG | phd-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-09-04T01:14:02.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::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2065 | 2026-09-04T01:14:02.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::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = configurable_boot_order
vm_id = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2066 | 2026-09-04T01:14:07.058Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4619
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 = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2067 | 2026-09-04T01:14:07.058Z | DEBG | phd-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-09-04T01:14:07.058Z | DEBG | phd-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-09-04T01:14:07.058Z | 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 = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2070 | 2026-09-04T01:14:07.058Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2071 | 2026-09-04T01:14:07.076Z | 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::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2072 | 2026-09-04T01:14:07.076Z | DEBG | phd-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-09-04T01:14:07.077Z | DEBG | phd-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-09-04T01:14:07.077Z | 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 = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2075 | 2026-09-04T01:14:07.077Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2076 | 2026-09-04T01:14:07.109Z | 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 = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2077 | 2026-09-04T01:14:07.109Z | 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-09-04T01:14:07.109Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4671
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-09-04T01:14:07.109Z | 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 = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2080 | 2026-09-04T01:14:07.109Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2081 | 2026-09-04T01:14:07.142Z | 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 = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2082 | 2026-09-04T01:14:07.142Z | 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 = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2083 | 2026-09-04T01:14:07.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::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = configurable_boot_order
vm_id = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2084 | 2026-09-04T01:14:07.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::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2085 | 2026-09-04T01:14:07.175Z | 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 = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2086 | 2026-09-04T01:14:07.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::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = configurable_boot_order
vm_id = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2087 | 2026-09-04T01:14:07.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::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2088 | 2026-09-04T01:14:07.186Z | 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 = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2089 | 2026-09-04T01:14:07.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::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = configurable_boot_order
vm_id = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2090 | 2026-09-04T01:14:07.219Z | 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 = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2091 | 2026-09-04T01:14:07.220Z | 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 = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2092 | 2026-09-04T01:14:07.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::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = configurable_boot_order
vm_id = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2093 | 2026-09-04T01:14:07.230Z | 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 = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2094 | 2026-09-04T01:14:07.230Z | 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 = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2095 | 2026-09-04T01:14:07.230Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2096 | 2026-09-04T01:14:07.262Z | 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 = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2097 | 2026-09-04T01:14:07.262Z | 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 = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2098 | 2026-09-04T01:14:07.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::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = configurable_boot_order
vm_id = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2099 | 2026-09-04T01:14:07.273Z | 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 = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2100 | 2026-09-04T01:14:07.274Z | 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 = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2101 | 2026-09-04T01:14:07.274Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2102 | 2026-09-04T01:14:07.307Z | 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 = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2103 | 2026-09-04T01:14:07.308Z | 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-09-04T01:14:07.308Z | 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-09-04T01:14:07.308Z | 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-09-04T01:14:07.308Z | 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-09-04T01:14:07.319Z | 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 209M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 2108 | 2026-09-04T01:14:07.319Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-a4513596-a0f1-440a-aad4-f89cd969ab1b"]
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-09-04T01:14:07.338Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-a4513596-a0f1-440a-aad4-f89cd969ab1b", "phd-artifacts/phd-clone-8235e639-f3d1-4944-a7a0-1d526fbd7d30"]
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-09-04T01:14:07.353Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-8235e639-f3d1-4944-a7a0-1d526fbd7d30"]
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-09-04T01:14:07.365Z | 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-8235e639-f3d1-4944-a7a0-1d526fbd7d30 0B 25.3T 207M /phd-artifacts/phd-clone-8235e639-f3d1-4944-a7a0-1d526fbd7d30\n
target = phd_framework::zfs
|
| 2112 | 2026-09-04T01:14:07.366Z | 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-09-04T01:14:07.366Z | 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-09-04T01:14:07.376Z | 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
|
| 2115 | 2026-09-04T01:14:07.377Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-17b8458a-b2a6-4922-b743-f10f9fa76c07"]
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-09-04T01:14:07.396Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-17b8458a-b2a6-4922-b743-f10f9fa76c07", "phd-artifacts/phd-clone-0519547f-da01-417d-9aee-64c9ef6682c6"]
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-09-04T01:14:07.415Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-0519547f-da01-417d-9aee-64c9ef6682c6"]
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-09-04T01:14:07.426Z | 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-0519547f-da01-417d-9aee-64c9ef6682c6 0B 25.3T 207M /phd-artifacts/phd-clone-0519547f-da01-417d-9aee-64c9ef6682c6\n
target = phd_framework::zfs
|
| 2119 | 2026-09-04T01:14:07.427Z | 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-09-04T01:14:07.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::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm_name = configurable_boot_order
|
| 2121 | 2026-09-04T01:14:07.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
|
| 2122 | 2026-09-04T01:14:07.428Z | 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-09-04T01:14:07.428Z | 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-09-04T01:14:07.456Z | 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-09-04T01:14:07.470Z | 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-09-04T01:14:07.470Z | 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 = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2127 | 2026-09-04T01:14:07.471Z | 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 = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2128 | 2026-09-04T01:14:07.935Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2129 | 2026-09-04T01:14:07.937Z | 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: 9637a72b-3d91-4942-bd67-f6a3b8086044, name: "phd-vm-9637a72b-3d91-4942-bd67-f6a3b8086044", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 9c31a1d3-0f15-4dfc-b9f8-111408ab6cd2, project_id: 88802d79-b431-4f87-8ed8-b7b70804ab15, sled_id: 21088fe2-17a1-4c89-9ffb-7acb2cad0538, sled_serial: "21088fe2-17a1-4c89-9ffb-7acb2cad0538", 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 = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2130 | 2026-09-04T01:14:07.937Z | 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 = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2131 | 2026-09-04T01:14:07.937Z | 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 = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2132 | 2026-09-04T01:14:07.938Z | 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::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2133 | 2026-09-04T01:14:07.938Z | 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-09-04T01:14:07.938Z | 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 = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2135 | 2026-09-04T01:14:07.938Z | DEBG | phd-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-09-04T01:14:07.938Z | 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 = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2137 | 2026-09-04T01:14:07.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::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = configurable_boot_order
vm_id = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2138 | 2026-09-04T01:14:12.555Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4616
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 = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2139 | 2026-09-04T01:14:12.555Z | DEBG | phd-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-09-04T01:14:12.555Z | DEBG | phd-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-09-04T01:14:12.555Z | 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 = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2142 | 2026-09-04T01:14:12.555Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2143 | 2026-09-04T01:14:12.573Z | 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::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2144 | 2026-09-04T01:14:12.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::boot_order::configurable_boot_order
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 2145 | 2026-09-04T01:14:12.574Z | DEBG | phd-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-09-04T01:14:12.574Z | 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 = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2147 | 2026-09-04T01:14:12.574Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2148 | 2026-09-04T01:14:12.606Z | 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 = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2149 | 2026-09-04T01:14:12.606Z | 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-09-04T01:14:12.606Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4667
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-09-04T01:14:12.606Z | 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 = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2152 | 2026-09-04T01:14:12.606Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2153 | 2026-09-04T01:14:12.639Z | 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 = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2154 | 2026-09-04T01:14:12.639Z | 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 = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2155 | 2026-09-04T01:14:12.639Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2156 | 2026-09-04T01:14:12.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::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2157 | 2026-09-04T01:14:12.672Z | 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 = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2158 | 2026-09-04T01:14:12.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::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = configurable_boot_order
vm_id = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2159 | 2026-09-04T01:14:12.683Z | 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 = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2160 | 2026-09-04T01:14:12.683Z | 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 = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2161 | 2026-09-04T01:14:12.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::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = configurable_boot_order
vm_id = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2162 | 2026-09-04T01:14:12.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::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2163 | 2026-09-04T01:14:12.716Z | 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 = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2164 | 2026-09-04T01:14:12.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::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = configurable_boot_order
vm_id = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2165 | 2026-09-04T01:14:12.750Z | 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::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2166 | 2026-09-04T01:14:12.750Z | 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 = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2167 | 2026-09-04T01:14:12.750Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2168 | 2026-09-04T01:14:12.784Z | 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 = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2169 | 2026-09-04T01:14:12.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::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2170 | 2026-09-04T01:14:12.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::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = configurable_boot_order
vm_id = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2171 | 2026-09-04T01:14:12.795Z | 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 = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2172 | 2026-09-04T01:14:12.795Z | 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 = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2173 | 2026-09-04T01:14: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::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = configurable_boot_order
vm_id = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2174 | 2026-09-04T01:14:12.829Z | 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 = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2175 | 2026-09-04T01:14:12.829Z | 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 = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2176 | 2026-09-04T01:14:12.829Z | 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 = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2177 | 2026-09-04T01:14:12.829Z | 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-09-04T01:14:12.829Z | 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
|
| 2179 | 2026-09-04T01:14:12.829Z | 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-09-04T01:14:12.830Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 10394
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2181 | 2026-09-04T01:14:12.830Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2182 | 2026-09-04T01:14:12.830Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4893
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2183 | 2026-09-04T01:14:12.831Z | 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 = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2184 | 2026-09-04T01:14:12.832Z | 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 = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2185 | 2026-09-04T01:14:13.219Z | 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 = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2186 | 2026-09-04T01:14:13.300Z | 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 = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2187 | 2026-09-04T01:14:13.300Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-8235e639-f3d1-4944-a7a0-1d526fbd7d30"]
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 = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2188 | 2026-09-04T01:14:13.325Z | 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 = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2189 | 2026-09-04T01:14:13.326Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-a4513596-a0f1-440a-aad4-f89cd969ab1b"]
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 = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2190 | 2026-09-04T01:14:13.343Z | 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 = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2191 | 2026-09-04T01:14:13.343Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-0519547f-da01-417d-9aee-64c9ef6682c6"]
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 = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2192 | 2026-09-04T01:14:13.366Z | 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 = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2193 | 2026-09-04T01:14:13.366Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-17b8458a-b2a6-4922-b743-f10f9fa76c07"]
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 = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2194 | 2026-09-04T01:14:13.384Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 555
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 = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2195 | 2026-09-04T01:14:13.385Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5913
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 = 9637a72b-3d91-4942-bd67-f6a3b8086044
|
| 2196 | 2026-09-04T01:14:13.387Z | 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 = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2197 | 2026-09-04T01:14:13.464Z | 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 = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2198 | 2026-09-04T01:14:13.464Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-5eac6916-b2d6-47da-8ba9-e8561b4e8d64"]
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 = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2199 | 2026-09-04T01:14:13.490Z | 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 = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2200 | 2026-09-04T01:14:13.490Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-00d444c7-4e13-40f1-ab4f-c41abe92d700"]
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 = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2201 | 2026-09-04T01:14:13.508Z | 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 = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2202 | 2026-09-04T01:14:13.508Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-bd3f1849-cbb1-4d2c-84b5-552c8569febf"]
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 = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2203 | 2026-09-04T01:14:13.536Z | 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 = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2204 | 2026-09-04T01:14:13.536Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-584c41c8-9136-4507-a3a1-e2d6c0fde5c0"]
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 = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2205 | 2026-09-04T01:14:13.556Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 726
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 = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2206 | 2026-09-04T01:14:13.556Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 726
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2207 | 2026-09-04T01:14:13.556Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 11533
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 = 999e38fd-b692-4344-b6d8-a93b1973b99c
|
| 2208 | 2026-09-04T01:14:13.556Z | 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
|
| 2209 | 2026-09-04T01:14:13.556Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 11695
file = phd-tests/tests/src/boot_order.rs
line = 51
path = phd_tests::boot_order::configurable_boot_order
target = phd_tests::boot_order
|
| 2210 | 2026-09-04T01:14:13.556Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2211 | 2026-09-04T01:14:13.556Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2212 | 2026-09-04T01:14:13.556Z | 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-09-04T01:14:13.556Z | 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-09-04T01:14:13.556Z | 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-09-04T01:14:13.556Z | 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-09-04T01:14:13.557Z | 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-09-04T01:14:13.569Z | 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 209M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 2218 | 2026-09-04T01:14:13.569Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-54e2c93a-1932-46c0-95f9-e7e356463958"]
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-09-04T01:14:13.585Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-54e2c93a-1932-46c0-95f9-e7e356463958", "phd-artifacts/phd-clone-7afa2773-d38f-44d5-87ac-ae2892b186a3"]
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-09-04T01:14:13.603Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-7afa2773-d38f-44d5-87ac-ae2892b186a3"]
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-09-04T01:14:13.615Z | 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-7afa2773-d38f-44d5-87ac-ae2892b186a3 0B 25.3T 207M /phd-artifacts/phd-clone-7afa2773-d38f-44d5-87ac-ae2892b186a3\n
target = phd_framework::zfs
|
| 2222 | 2026-09-04T01:14:13.616Z | 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-09-04T01:14:13.616Z | 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-09-04T01:14:13.616Z | 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-09-04T01:14:13.616Z | 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-09-04T01:14:13.617Z | 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-09-04T01:14:13.645Z | 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-09-04T01:14:13.659Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 43
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-09-04T01:14:13.660Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2230 | 2026-09-04T01:14:13.662Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2231 | 2026-09-04T01:14:14.222Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2232 | 2026-09-04T01:14:14.222Z | 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: b53685fb-0796-40c3-b27f-e4d2fba3a950, name: "phd-vm-b53685fb-0796-40c3-b27f-e4d2fba3a950", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: c26c0b61-f250-4a56-8a19-9c6893be4272, project_id: a54e6d98-4a01-4414-ad92-9a414cffbc5d, sled_id: a522e91b-69ad-4fda-b9ed-126b3ef056dd, sled_serial: "a522e91b-69ad-4fda-b9ed-126b3ef056dd", 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2233 | 2026-09-04T01:14:14.223Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2234 | 2026-09-04T01:14:14.223Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2235 | 2026-09-04T01:14:14.224Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2236 | 2026-09-04T01:14:14.224Z | 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-09-04T01:14:14.224Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2238 | 2026-09-04T01:14:14.224Z | DEBG | phd-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-09-04T01:14:14.224Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2240 | 2026-09-04T01:14:14.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::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = unbootable_disk_skipped
vm_id = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2241 | 2026-09-04T01:14:18.766Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4542
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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2242 | 2026-09-04T01:14:18.767Z | DEBG | phd-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-09-04T01:14:18.767Z | DEBG | phd-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-09-04T01:14:18.767Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2245 | 2026-09-04T01:14:18.767Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2246 | 2026-09-04T01:14:18.785Z | 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::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2247 | 2026-09-04T01:14:18.786Z | DEBG | phd-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-09-04T01:14:18.786Z | DEBG | phd-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-09-04T01:14:18.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::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2250 | 2026-09-04T01:14:18.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::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = unbootable_disk_skipped
vm_id = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2251 | 2026-09-04T01:14:18.819Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2252 | 2026-09-04T01:14:18.819Z | 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-09-04T01:14:18.819Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4594
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-09-04T01:14:18.819Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2255 | 2026-09-04T01:14:18.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::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2256 | 2026-09-04T01:14:18.830Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2257 | 2026-09-04T01:14:18.831Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2258 | 2026-09-04T01:14:18.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::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2259 | 2026-09-04T01:14:18.864Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2260 | 2026-09-04T01:14:18.864Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2261 | 2026-09-04T01:14:18.864Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2262 | 2026-09-04T01:14:18.875Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2263 | 2026-09-04T01:14:18.875Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2264 | 2026-09-04T01:14:18.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::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2265 | 2026-09-04T01:14:18.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::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2266 | 2026-09-04T01:14:18.908Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2267 | 2026-09-04T01:14:18.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::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2268 | 2026-09-04T01:14:18.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::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2269 | 2026-09-04T01:14:18.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::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2270 | 2026-09-04T01:14:18.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::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2271 | 2026-09-04T01:14:18.963Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2272 | 2026-09-04T01:14:18.963Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2273 | 2026-09-04T01:14:18.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::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2274 | 2026-09-04T01:14:18.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::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2275 | 2026-09-04T01:14:18.974Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2276 | 2026-09-04T01:14:18.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::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2277 | 2026-09-04T01:14:18.996Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2278 | 2026-09-04T01:14:18.997Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2279 | 2026-09-04T01:14:18.997Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2280 | 2026-09-04T01:14:19.007Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2281 | 2026-09-04T01:14:19.007Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2282 | 2026-09-04T01:14:19.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::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2283 | 2026-09-04T01:14:19.040Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2284 | 2026-09-04T01:14:19.041Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2285 | 2026-09-04T01:14:19.041Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2286 | 2026-09-04T01:14:19.052Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2287 | 2026-09-04T01:14:19.052Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2288 | 2026-09-04T01:14:19.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::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2289 | 2026-09-04T01:14:19.075Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2290 | 2026-09-04T01:14:19.075Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2291 | 2026-09-04T01:14:19.076Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2292 | 2026-09-04T01:14:19.087Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2293 | 2026-09-04T01:14:19.087Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2294 | 2026-09-04T01:14:19.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::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2295 | 2026-09-04T01:14:19.153Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 65
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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2296 | 2026-09-04T01:14:19.153Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2297 | 2026-09-04T01:14:19.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::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2298 | 2026-09-04T01:14:19.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::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2299 | 2026-09-04T01:14:19.164Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2300 | 2026-09-04T01:14:19.164Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2301 | 2026-09-04T01:14:19.197Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2302 | 2026-09-04T01:14:19.197Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2303 | 2026-09-04T01:14:19.197Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2304 | 2026-09-04T01:14:19.208Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2305 | 2026-09-04T01:14:19.208Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2306 | 2026-09-04T01:14:19.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::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2307 | 2026-09-04T01:14:19.252Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2308 | 2026-09-04T01:14:19.252Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2309 | 2026-09-04T01:14:19.252Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2310 | 2026-09-04T01:14:19.263Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2311 | 2026-09-04T01:14:19.263Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2312 | 2026-09-04T01:14:19.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::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2313 | 2026-09-04T01:14:19.296Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2314 | 2026-09-04T01:14:19.296Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2315 | 2026-09-04T01:14:19.296Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2316 | 2026-09-04T01:14:19.308Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2317 | 2026-09-04T01:14:19.308Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2318 | 2026-09-04T01:14:19.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::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2319 | 2026-09-04T01:14:19.351Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2320 | 2026-09-04T01:14:19.351Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2321 | 2026-09-04T01:14:19.351Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2322 | 2026-09-04T01:14:19.363Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2323 | 2026-09-04T01:14:19.363Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2324 | 2026-09-04T01:14:19.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::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2325 | 2026-09-04T01:14:19.395Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2326 | 2026-09-04T01:14:19.397Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2327 | 2026-09-04T01:14:19.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::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2328 | 2026-09-04T01:14:19.407Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2329 | 2026-09-04T01:14:19.407Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2330 | 2026-09-04T01:14:19.407Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2331 | 2026-09-04T01:14:19.462Z | 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::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2332 | 2026-09-04T01:14:19.463Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2333 | 2026-09-04T01:14:19.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::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2334 | 2026-09-04T01:14:19.474Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2335 | 2026-09-04T01:14:19.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::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2336 | 2026-09-04T01:14:19.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::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2337 | 2026-09-04T01:14:19.508Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2338 | 2026-09-04T01:14:19.508Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2339 | 2026-09-04T01:14:19.508Z | 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-09-04T01:14:19.508Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 5286
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2341 | 2026-09-04T01:14:19.508Z | 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-09-04T01:14:19.508Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2343 | 2026-09-04T01:14:19.510Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2344 | 2026-09-04T01:14:20.229Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2345 | 2026-09-04T01:14:20.312Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2346 | 2026-09-04T01:14:20.312Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-7afa2773-d38f-44d5-87ac-ae2892b186a3"]
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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2347 | 2026-09-04T01:14:20.342Z | 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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2348 | 2026-09-04T01:14:20.342Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-54e2c93a-1932-46c0-95f9-e7e356463958"]
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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2349 | 2026-09-04T01:14:20.361Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 852
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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2350 | 2026-09-04T01:14:20.361Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6700
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 = b53685fb-0796-40c3-b27f-e4d2fba3a950
|
| 2351 | 2026-09-04T01:14:20.361Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 852
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2352 | 2026-09-04T01:14:20.361Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 6804
file = phd-tests/tests/src/boot_order.rs
line = 117
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_tests::boot_order
|
| 2353 | 2026-09-04T01:14:20.361Z | 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
|
| 2354 | 2026-09-04T01:14:20.361Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2355 | 2026-09-04T01:14:20.361Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2356 | 2026-09-04T01:14:20.361Z | 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-09-04T01:14:20.362Z | 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-09-04T01:14:20.362Z | 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-09-04T01:14:20.362Z | 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-09-04T01:14:20.362Z | 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-09-04T01:14:20.373Z | 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-09-04T01:14:20.373Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-b549a543-27cb-4073-ace2-f484344ae294"]
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-09-04T01:14:20.390Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-b549a543-27cb-4073-ace2-f484344ae294", "phd-artifacts/phd-clone-04a4e74c-d42d-4165-9406-f6a5cc749faf"]
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-09-04T01:14:20.405Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-04a4e74c-d42d-4165-9406-f6a5cc749faf"]
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-09-04T01:14:20.416Z | 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-04a4e74c-d42d-4165-9406-f6a5cc749faf 0B 25.3T 207M /phd-artifacts/phd-clone-04a4e74c-d42d-4165-9406-f6a5cc749faf\n
target = phd_framework::zfs
|
| 2366 | 2026-09-04T01:14:20.418Z | 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-09-04T01:14:20.418Z | 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-09-04T01:14:20.418Z | 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-09-04T01:14:20.418Z | 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-09-04T01:14:20.418Z | 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-09-04T01:14:20.446Z | 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-09-04T01:14:20.460Z | 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
|
| 2373 | 2026-09-04T01:14:20.460Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2374 | 2026-09-04T01:14:20.464Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2375 | 2026-09-04T01:14:20.942Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2376 | 2026-09-04T01:14:20.943Z | 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: e5559c97-de89-4845-95b4-e5a93d97996c, name: "phd-vm-e5559c97-de89-4845-95b4-e5a93d97996c", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: d2aa96c2-b48a-452b-96b4-4ce263eb521e, project_id: 4a29651d-54a1-4d24-8b8a-685d71667fec, sled_id: 6720322f-c874-4b18-b60d-c4480aafd57e, sled_serial: "6720322f-c874-4b18-b60d-c4480aafd57e", 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2377 | 2026-09-04T01:14:20.943Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2378 | 2026-09-04T01:14:20.943Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2379 | 2026-09-04T01:14:20.944Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2380 | 2026-09-04T01:14:20.944Z | 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-09-04T01:14:20.944Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2382 | 2026-09-04T01:14:20.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::boot_order::boot_order_source_priority
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 2383 | 2026-09-04T01:14:20.945Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2384 | 2026-09-04T01:14:20.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2385 | 2026-09-04T01:14:25.568Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4623
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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2386 | 2026-09-04T01:14:25.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::boot_order::boot_order_source_priority
step = WriteStr("root")
target = phd_framework::test_vm
|
| 2387 | 2026-09-04T01:14:25.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::boot_order::boot_order_source_priority
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2388 | 2026-09-04T01:14:25.569Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2389 | 2026-09-04T01:14:25.569Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2390 | 2026-09-04T01:14:25.586Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2391 | 2026-09-04T01:14:25.586Z | DEBG | phd-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-09-04T01:14:25.586Z | DEBG | phd-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-09-04T01:14:25.586Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2394 | 2026-09-04T01:14:25.586Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2395 | 2026-09-04T01:14:25.620Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2396 | 2026-09-04T01:14:25.620Z | 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-09-04T01:14:25.620Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4675
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-09-04T01:14:25.620Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2399 | 2026-09-04T01:14:25.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2400 | 2026-09-04T01:14:25.631Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2401 | 2026-09-04T01:14:25.632Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2402 | 2026-09-04T01:14:25.632Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2403 | 2026-09-04T01:14:25.665Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2404 | 2026-09-04T01:14:25.665Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2405 | 2026-09-04T01:14:25.665Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2406 | 2026-09-04T01:14:25.676Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2407 | 2026-09-04T01:14:25.677Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2408 | 2026-09-04T01:14:25.677Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2409 | 2026-09-04T01:14:25.709Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2410 | 2026-09-04T01:14:25.710Z | 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-09-04T01:14:25.710Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2412 | 2026-09-04T01:14:25.710Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2413 | 2026-09-04T01:14:25.721Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2414 | 2026-09-04T01:14:25.721Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2415 | 2026-09-04T01:14:25.721Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2416 | 2026-09-04T01:14:25.766Z | 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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2417 | 2026-09-04T01:14:25.767Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2418 | 2026-09-04T01:14:25.767Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2419 | 2026-09-04T01:14:25.777Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2420 | 2026-09-04T01:14:25.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2421 | 2026-09-04T01:14:25.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2422 | 2026-09-04T01:14:25.811Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2423 | 2026-09-04T01:14:25.811Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2424 | 2026-09-04T01:14:25.811Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2425 | 2026-09-04T01:14:25.821Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2426 | 2026-09-04T01:14:25.822Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2427 | 2026-09-04T01:14:25.822Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2428 | 2026-09-04T01:14:25.865Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2429 | 2026-09-04T01:14:25.865Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2430 | 2026-09-04T01:14:25.865Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2431 | 2026-09-04T01:14:25.876Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2432 | 2026-09-04T01:14:25.876Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2433 | 2026-09-04T01:14: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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2434 | 2026-09-04T01:14: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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2435 | 2026-09-04T01:14:25.910Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2436 | 2026-09-04T01:14:25.910Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2437 | 2026-09-04T01:14:25.921Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2438 | 2026-09-04T01:14:25.921Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2439 | 2026-09-04T01:14: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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2440 | 2026-09-04T01:14:25.964Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 42
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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2441 | 2026-09-04T01:14:25.964Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2442 | 2026-09-04T01:14:25.964Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2443 | 2026-09-04T01:14:25.976Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2444 | 2026-09-04T01:14:25.976Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2445 | 2026-09-04T01:14:25.976Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2446 | 2026-09-04T01:14:26.009Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2447 | 2026-09-04T01:14:26.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2448 | 2026-09-04T01:14:26.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2449 | 2026-09-04T01:14:26.020Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2450 | 2026-09-04T01:14:26.021Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2451 | 2026-09-04T01:14:26.021Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2452 | 2026-09-04T01:14:26.054Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2453 | 2026-09-04T01:14:26.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2454 | 2026-09-04T01:14:26.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2455 | 2026-09-04T01:14:26.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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2456 | 2026-09-04T01:14:26.065Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2457 | 2026-09-04T01:14:26.065Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2458 | 2026-09-04T01:14:26.088Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2459 | 2026-09-04T01:14:26.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2460 | 2026-09-04T01:14:26.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2461 | 2026-09-04T01:14:26.099Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2462 | 2026-09-04T01:14:26.099Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2463 | 2026-09-04T01:14:26.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2464 | 2026-09-04T01:14:26.132Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2465 | 2026-09-04T01:14:26.133Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2466 | 2026-09-04T01:14:26.133Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2467 | 2026-09-04T01:14:26.144Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2468 | 2026-09-04T01:14:26.144Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2469 | 2026-09-04T01:14:26.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2470 | 2026-09-04T01:14:26.177Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2471 | 2026-09-04T01:14:26.177Z | INFO | phd-runner: [TEST - EVENT] Found boot options: {"unbootable-2": 3, "boot-disk": 1, "efi shell": 4, "unbootable": 2, "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-09-04T01:14:26.177Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2473 | 2026-09-04T01:14:26.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2474 | 2026-09-04T01:14:26.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2475 | 2026-09-04T01:14:26.188Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2476 | 2026-09-04T01:14:26.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2477 | 2026-09-04T01:14:26.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2478 | 2026-09-04T01:14:26.222Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2479 | 2026-09-04T01:14:26.222Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2480 | 2026-09-04T01:14:26.233Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2481 | 2026-09-04T01:14:26.233Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2482 | 2026-09-04T01:14:26.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2483 | 2026-09-04T01:14:26.266Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2484 | 2026-09-04T01:14:26.266Z | 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-09-04T01:14:26.267Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2486 | 2026-09-04T01:14:26.267Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2487 | 2026-09-04T01:14:26.278Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2488 | 2026-09-04T01:14:26.278Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2489 | 2026-09-04T01:14:26.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2490 | 2026-09-04T01:14:26.311Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2491 | 2026-09-04T01:14:26.311Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2492 | 2026-09-04T01:14:26.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2493 | 2026-09-04T01:14:26.323Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2494 | 2026-09-04T01:14:26.323Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2495 | 2026-09-04T01:14:26.323Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2496 | 2026-09-04T01:14:26.345Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2497 | 2026-09-04T01:14:26.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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2498 | 2026-09-04T01:14:26.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2499 | 2026-09-04T01:14:26.368Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2500 | 2026-09-04T01:14:26.368Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2501 | 2026-09-04T01:14:26.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2502 | 2026-09-04T01:14:26.401Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2503 | 2026-09-04T01:14:26.401Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2504 | 2026-09-04T01:14:26.401Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2505 | 2026-09-04T01:14:26.412Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2506 | 2026-09-04T01:14:26.412Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2507 | 2026-09-04T01:14:26.412Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2508 | 2026-09-04T01:14:26.446Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2509 | 2026-09-04T01:14:26.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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2510 | 2026-09-04T01:14:26.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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2511 | 2026-09-04T01:14:26.458Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2512 | 2026-09-04T01:14:26.458Z | 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-09-04T01:14:26.458Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2514 | 2026-09-04T01:14:26.458Z | DEBG | phd-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-09-04T01:14:26.458Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2516 | 2026-09-04T01:14:26.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2517 | 2026-09-04T01:14:33.340Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 6881
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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2518 | 2026-09-04T01:14:33.340Z | DEBG | phd-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-09-04T01:14:33.340Z | DEBG | phd-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-09-04T01:14:33.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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2521 | 2026-09-04T01:14:33.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 = CallerTimeout
vm = boot_order_source_priority
vm_id = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2522 | 2026-09-04T01:14:33.358Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2523 | 2026-09-04T01:14:33.358Z | DEBG | phd-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-09-04T01:14:33.358Z | DEBG | phd-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-09-04T01:14:33.358Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2526 | 2026-09-04T01:14:33.358Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2527 | 2026-09-04T01:14:33.391Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2528 | 2026-09-04T01:14:33.391Z | 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-09-04T01:14:33.391Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 6932
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-09-04T01:14:33.392Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2531 | 2026-09-04T01:14:33.392Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2532 | 2026-09-04T01:14:33.424Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2533 | 2026-09-04T01:14:33.425Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2534 | 2026-09-04T01:14:33.425Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2535 | 2026-09-04T01:14:33.458Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2536 | 2026-09-04T01:14:33.458Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2537 | 2026-09-04T01:14:33.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2538 | 2026-09-04T01:14:33.469Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2539 | 2026-09-04T01:14:33.469Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2540 | 2026-09-04T01:14:33.469Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2541 | 2026-09-04T01:14:33.502Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2542 | 2026-09-04T01:14:33.503Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2543 | 2026-09-04T01:14:33.503Z | 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-09-04T01:14:33.503Z | 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-09-04T01:14:33.503Z | 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-09-04T01:14:33.503Z | 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-09-04T01:14:33.506Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2548 | 2026-09-04T01:14:33.515Z | 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-09-04T01:14:33.515Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-e69765a7-5a94-4b8a-b3e4-22c59d56a9a5"]
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-09-04T01:14:33.532Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-e69765a7-5a94-4b8a-b3e4-22c59d56a9a5", "phd-artifacts/phd-clone-ef07a056-9677-4c0d-b7ae-7e3d0a9f58eb"]
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-09-04T01:14:33.550Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-ef07a056-9677-4c0d-b7ae-7e3d0a9f58eb"]
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-09-04T01:14:33.561Z | 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-ef07a056-9677-4c0d-b7ae-7e3d0a9f58eb 0B 25.3T 207M /phd-artifacts/phd-clone-ef07a056-9677-4c0d-b7ae-7e3d0a9f58eb\n
target = phd_framework::zfs
|
| 2553 | 2026-09-04T01:14:33.563Z | 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-09-04T01:14:33.563Z | 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-09-04T01:14:33.563Z | 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-09-04T01:14:33.563Z | 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-09-04T01:14:33.564Z | 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-09-04T01:14:33.592Z | 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-09-04T01:14:33.606Z | 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-09-04T01:14:33.606Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2561 | 2026-09-04T01:14:33.610Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2562 | 2026-09-04T01:14:33.610Z | 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-09-04T01:14:33.610Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 12666
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2564 | 2026-09-04T01:14:34.039Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2565 | 2026-09-04T01:14:34.040Z | 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: 7f35e0b6-403b-4962-81b5-d462adabe5c2, name: "phd-vm-7f35e0b6-403b-4962-81b5-d462adabe5c2", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 991d64d0-1b59-49ba-9db8-8fbaf3337080, project_id: 90a58895-ea66-4ae9-bda8-db072d8cf9ca, sled_id: a68bbfac-859f-417a-a926-4b52332506e6, sled_serial: "a68bbfac-859f-417a-a926-4b52332506e6", 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2566 | 2026-09-04T01:14:34.040Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2567 | 2026-09-04T01:14:34.040Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2568 | 2026-09-04T01:14:34.041Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2569 | 2026-09-04T01:14:34.041Z | 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
|
| 2570 | 2026-09-04T01:14:34.041Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2571 | 2026-09-04T01:14:34.041Z | DEBG | phd-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
|
| 2572 | 2026-09-04T01:14:34.042Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2573 | 2026-09-04T01:14:34.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2574 | 2026-09-04T01:14:34.230Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2575 | 2026-09-04T01:14:34.306Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2576 | 2026-09-04T01:14:34.306Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-04a4e74c-d42d-4165-9406-f6a5cc749faf"]
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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2577 | 2026-09-04T01:14:34.336Z | 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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2578 | 2026-09-04T01:14:34.336Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-b549a543-27cb-4073-ace2-f484344ae294"]
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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2579 | 2026-09-04T01:14:34.355Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 852
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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2580 | 2026-09-04T01:14:34.356Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 13893
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 = e5559c97-de89-4845-95b4-e5a93d97996c
|
| 2581 | 2026-09-04T01:14:38.716Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4673
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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2582 | 2026-09-04T01:14:38.716Z | DEBG | phd-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-09-04T01:14:38.716Z | DEBG | phd-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-09-04T01:14:38.716Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2585 | 2026-09-04T01:14:38.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2586 | 2026-09-04T01:14:38.734Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2587 | 2026-09-04T01:14:38.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::boot_order::boot_order_source_priority
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 2588 | 2026-09-04T01:14:38.735Z | DEBG | phd-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-09-04T01:14:38.735Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2590 | 2026-09-04T01:14:38.735Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2591 | 2026-09-04T01:14:38.768Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2592 | 2026-09-04T01:14:38.768Z | 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-09-04T01:14:38.768Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4725
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-09-04T01:14:38.768Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2595 | 2026-09-04T01:14:38.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2596 | 2026-09-04T01:14:38.789Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2597 | 2026-09-04T01:14:38.789Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2598 | 2026-09-04T01:14:38.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2599 | 2026-09-04T01:14:38.822Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2600 | 2026-09-04T01:14:38.823Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2601 | 2026-09-04T01:14:38.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2602 | 2026-09-04T01:14:38.833Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2603 | 2026-09-04T01:14:38.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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2604 | 2026-09-04T01:14:38.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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2605 | 2026-09-04T01:14:38.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2606 | 2026-09-04T01:14:38.868Z | 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-09-04T01:14:38.868Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2608 | 2026-09-04T01:14:38.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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2609 | 2026-09-04T01:14:38.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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2610 | 2026-09-04T01:14:38.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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2611 | 2026-09-04T01:14:38.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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2612 | 2026-09-04T01:14:38.912Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2613 | 2026-09-04T01:14:38.913Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2614 | 2026-09-04T01:14:38.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2615 | 2026-09-04T01:14:38.923Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2616 | 2026-09-04T01:14:38.924Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2617 | 2026-09-04T01:14:38.924Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2618 | 2026-09-04T01:14:38.957Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2619 | 2026-09-04T01:14:38.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2620 | 2026-09-04T01:14:38.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2621 | 2026-09-04T01:14:38.967Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2622 | 2026-09-04T01:14:38.967Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2623 | 2026-09-04T01:14:38.967Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2624 | 2026-09-04T01:14:39.013Z | 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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2625 | 2026-09-04T01:14:39.013Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2626 | 2026-09-04T01:14:39.013Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2627 | 2026-09-04T01:14:39.024Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2628 | 2026-09-04T01:14:39.024Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2629 | 2026-09-04T01:14:39.024Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2630 | 2026-09-04T01:14:39.057Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2631 | 2026-09-04T01:14:39.057Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2632 | 2026-09-04T01:14:39.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2633 | 2026-09-04T01:14:39.068Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2634 | 2026-09-04T01:14:39.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2635 | 2026-09-04T01:14:39.069Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2636 | 2026-09-04T01:14:39.113Z | 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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2637 | 2026-09-04T01:14:39.113Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2638 | 2026-09-04T01:14:39.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2639 | 2026-09-04T01:14:39.124Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2640 | 2026-09-04T01:14:39.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2641 | 2026-09-04T01:14:39.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2642 | 2026-09-04T01:14:39.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2643 | 2026-09-04T01:14:39.157Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2644 | 2026-09-04T01:14:39.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2645 | 2026-09-04T01:14:39.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2646 | 2026-09-04T01:14:39.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2647 | 2026-09-04T01:14:39.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2648 | 2026-09-04T01:14:39.212Z | 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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2649 | 2026-09-04T01:14:39.213Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2650 | 2026-09-04T01:14:39.213Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2651 | 2026-09-04T01:14:39.223Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2652 | 2026-09-04T01:14:39.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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2653 | 2026-09-04T01:14:39.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(300s)
vm = boot_order_source_priority
vm_id = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2654 | 2026-09-04T01:14:39.256Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2655 | 2026-09-04T01:14:39.257Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2656 | 2026-09-04T01:14:39.257Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2657 | 2026-09-04T01:14:39.268Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2658 | 2026-09-04T01:14:39.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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2659 | 2026-09-04T01:14:39.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(300s)
vm = boot_order_source_priority
vm_id = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2660 | 2026-09-04T01:14:39.323Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2661 | 2026-09-04T01:14:39.323Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2662 | 2026-09-04T01:14:39.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2663 | 2026-09-04T01:14:39.333Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2664 | 2026-09-04T01:14:39.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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2665 | 2026-09-04T01:14:39.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(300s)
vm = boot_order_source_priority
vm_id = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2666 | 2026-09-04T01:14:39.366Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2667 | 2026-09-04T01:14:39.367Z | INFO | phd-runner: [TEST - EVENT] Found boot options: {"unbootable": 2, "efi shell": 4, "uiapp": 0, "boot-disk": 1, "unbootable-2": 3}
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-09-04T01:14:39.367Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2669 | 2026-09-04T01:14:39.367Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2670 | 2026-09-04T01:14:39.378Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2671 | 2026-09-04T01:14:39.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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2672 | 2026-09-04T01:14:39.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(300s)
vm = boot_order_source_priority
vm_id = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2673 | 2026-09-04T01:14:39.411Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2674 | 2026-09-04T01:14:39.411Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2675 | 2026-09-04T01:14:39.411Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2676 | 2026-09-04T01:14:39.422Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2677 | 2026-09-04T01:14:39.422Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2678 | 2026-09-04T01:14:39.422Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2679 | 2026-09-04T01:14:39.456Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2680 | 2026-09-04T01:14:39.456Z | 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-09-04T01:14:39.456Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2682 | 2026-09-04T01:14:39.456Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2683 | 2026-09-04T01:14:39.467Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2684 | 2026-09-04T01:14:39.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2685 | 2026-09-04T01:14:39.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2686 | 2026-09-04T01:14:39.500Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2687 | 2026-09-04T01:14:39.500Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2688 | 2026-09-04T01:14:39.500Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2689 | 2026-09-04T01:14:39.512Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2690 | 2026-09-04T01:14:39.512Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2691 | 2026-09-04T01:14:39.512Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2692 | 2026-09-04T01:14:39.545Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2693 | 2026-09-04T01:14:39.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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2694 | 2026-09-04T01:14:39.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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2695 | 2026-09-04T01:14:39.568Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2696 | 2026-09-04T01:14:39.568Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2697 | 2026-09-04T01:14:39.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2698 | 2026-09-04T01:14:39.601Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2699 | 2026-09-04T01:14:39.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2700 | 2026-09-04T01:14:39.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2701 | 2026-09-04T01:14:39.613Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2702 | 2026-09-04T01:14:39.613Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2703 | 2026-09-04T01:14:39.613Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2704 | 2026-09-04T01:14:39.645Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2705 | 2026-09-04T01:14:39.646Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2706 | 2026-09-04T01:14:39.646Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2707 | 2026-09-04T01:14:39.657Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2708 | 2026-09-04T01:14:39.657Z | 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-09-04T01:14:39.657Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2710 | 2026-09-04T01:14:39.657Z | DEBG | phd-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-09-04T01:14:39.657Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2712 | 2026-09-04T01:14:39.657Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2713 | 2026-09-04T01:14:46.462Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 6804
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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2714 | 2026-09-04T01:14:46.462Z | DEBG | phd-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-09-04T01:14:46.463Z | DEBG | phd-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-09-04T01:14:46.463Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2717 | 2026-09-04T01:14:46.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2718 | 2026-09-04T01:14:46.491Z | 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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2719 | 2026-09-04T01:14:46.491Z | DEBG | phd-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-09-04T01:14:46.491Z | DEBG | phd-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-09-04T01:14:46.491Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2722 | 2026-09-04T01:14:46.492Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2723 | 2026-09-04T01:14:46.524Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2724 | 2026-09-04T01:14:46.524Z | 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-09-04T01:14:46.524Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 6866
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-09-04T01:14:46.524Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2727 | 2026-09-04T01:14:46.524Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2728 | 2026-09-04T01:14:46.557Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2729 | 2026-09-04T01:14:46.557Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2730 | 2026-09-04T01:14:46.557Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2731 | 2026-09-04T01:14:46.590Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2732 | 2026-09-04T01:14:46.591Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2733 | 2026-09-04T01:14:46.591Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2734 | 2026-09-04T01:14:46.601Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2735 | 2026-09-04T01:14:46.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2736 | 2026-09-04T01:14:46.602Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2737 | 2026-09-04T01:14:46.634Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2738 | 2026-09-04T01:14:46.634Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2739 | 2026-09-04T01:14:46.634Z | 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-09-04T01:14:46.635Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 12594
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2741 | 2026-09-04T01:14:46.635Z | 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
|
| 2742 | 2026-09-04T01:14:46.635Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2743 | 2026-09-04T01:14:46.636Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2744 | 2026-09-04T01:14:47.378Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2745 | 2026-09-04T01:14:47.460Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2746 | 2026-09-04T01:14:47.460Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-ef07a056-9677-4c0d-b7ae-7e3d0a9f58eb"]
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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2747 | 2026-09-04T01:14:47.487Z | 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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2748 | 2026-09-04T01:14:47.487Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-e69765a7-5a94-4b8a-b3e4-22c59d56a9a5"]
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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2749 | 2026-09-04T01:14:47.505Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 870
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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2750 | 2026-09-04T01:14:47.505Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 870
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2751 | 2026-09-04T01:14:47.505Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 13897
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 = 7f35e0b6-403b-4962-81b5-d462adabe5c2
|
| 2752 | 2026-09-04T01:14:47.505Z | 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
|
| 2753 | 2026-09-04T01:14:47.505Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 27141
file = phd-tests/tests/src/boot_order.rs
line = 403
path = phd_tests::boot_order::boot_order_source_priority
target = phd_tests::boot_order
|
| 2754 | 2026-09-04T01:14:47.505Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2755 | 2026-09-04T01:14:47.505Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2756 | 2026-09-04T01:14:47.505Z | 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-09-04T01:14:47.505Z | 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-09-04T01:14:47.506Z | 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-09-04T01:14:47.506Z | 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-09-04T01:14:47.506Z | 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-09-04T01:14:47.517Z | 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-09-04T01:14:47.517Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-ed11a5a2-89ab-4bcd-8bcf-6b52630f22d8"]
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-09-04T01:14:47.535Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-ed11a5a2-89ab-4bcd-8bcf-6b52630f22d8", "phd-artifacts/phd-clone-342a69d8-d99e-449c-ba77-96b0fa97229a"]
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-09-04T01:14:47.553Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-342a69d8-d99e-449c-ba77-96b0fa97229a"]
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-09-04T01:14:47.565Z | 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-342a69d8-d99e-449c-ba77-96b0fa97229a 0B 25.3T 207M /phd-artifacts/phd-clone-342a69d8-d99e-449c-ba77-96b0fa97229a\n
target = phd_framework::zfs
|
| 2766 | 2026-09-04T01:14:47.566Z | 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-09-04T01:14:47.566Z | 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-09-04T01:14:47.566Z | 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-09-04T01:14:47.566Z | 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-09-04T01:14:47.566Z | 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-09-04T01:14:47.596Z | 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-09-04T01:14:47.610Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 43
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-09-04T01:14:47.610Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2774 | 2026-09-04T01:14:47.612Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2775 | 2026-09-04T01:14:48.004Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2776 | 2026-09-04T01:14:48.006Z | 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: 4c54158c-826a-4440-a527-cee3c999ab9e, name: "phd-vm-4c54158c-826a-4440-a527-cee3c999ab9e", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 27dd621e-f609-44b3-b4ec-e8bf75029cdb, project_id: 34e26810-3d6e-4c15-a551-b647e19d4f8a, sled_id: 193bb409-3584-4961-9eb1-366e8ebe914b, sled_serial: "193bb409-3584-4961-9eb1-366e8ebe914b", 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2777 | 2026-09-04T01:14:48.006Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2778 | 2026-09-04T01:14:48.006Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2779 | 2026-09-04T01:14:48.007Z | 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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2780 | 2026-09-04T01:14:48.008Z | 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-09-04T01:14:48.008Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2782 | 2026-09-04T01:14:48.008Z | DEBG | phd-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-09-04T01:14:48.008Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2784 | 2026-09-04T01:14:48.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2785 | 2026-09-04T01:14:52.510Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4502
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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2786 | 2026-09-04T01:14:52.510Z | DEBG | phd-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-09-04T01:14:52.511Z | DEBG | phd-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-09-04T01:14:52.511Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2789 | 2026-09-04T01:14:52.511Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2790 | 2026-09-04T01:14:52.530Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2791 | 2026-09-04T01:14:52.530Z | DEBG | phd-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-09-04T01:14:52.530Z | DEBG | phd-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-09-04T01:14:52.530Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2794 | 2026-09-04T01:14:52.531Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2795 | 2026-09-04T01:14:52.563Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2796 | 2026-09-04T01:14:52.563Z | 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-09-04T01:14:52.564Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4555
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-09-04T01:14:52.564Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2799 | 2026-09-04T01:14:52.564Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2800 | 2026-09-04T01:14:52.574Z | 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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2801 | 2026-09-04T01:14:52.574Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2802 | 2026-09-04T01:14:52.574Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2803 | 2026-09-04T01:14:52.607Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2804 | 2026-09-04T01:14:52.607Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2805 | 2026-09-04T01:14:52.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2806 | 2026-09-04T01:14:52.618Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2807 | 2026-09-04T01:14:52.619Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2808 | 2026-09-04T01:14:52.619Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2809 | 2026-09-04T01:14:52.652Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2810 | 2026-09-04T01:14:52.652Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2811 | 2026-09-04T01:14:52.652Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2812 | 2026-09-04T01:14:52.662Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2813 | 2026-09-04T01:14:52.663Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2814 | 2026-09-04T01:14:52.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2815 | 2026-09-04T01:14:52.695Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2816 | 2026-09-04T01:14:52.695Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2817 | 2026-09-04T01:14:52.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2818 | 2026-09-04T01:14:52.707Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2819 | 2026-09-04T01:14:52.707Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2820 | 2026-09-04T01:14:52.707Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2821 | 2026-09-04T01:14:52.730Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2822 | 2026-09-04T01:14:52.730Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2823 | 2026-09-04T01:14:52.730Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2824 | 2026-09-04T01:14:52.741Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2825 | 2026-09-04T01:14:52.742Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2826 | 2026-09-04T01:14:52.742Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2827 | 2026-09-04T01:14:52.775Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2828 | 2026-09-04T01:14:52.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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2829 | 2026-09-04T01:14:52.776Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2830 | 2026-09-04T01:14:52.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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2831 | 2026-09-04T01:14:52.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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2832 | 2026-09-04T01:14: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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2833 | 2026-09-04T01:14:52.820Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2834 | 2026-09-04T01:14:52.820Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2835 | 2026-09-04T01:14:52.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2836 | 2026-09-04T01:14:52.831Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2837 | 2026-09-04T01:14:52.831Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2838 | 2026-09-04T01:14:52.832Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2839 | 2026-09-04T01:14:52.864Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2840 | 2026-09-04T01:14:52.864Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2841 | 2026-09-04T01:14:52.864Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2842 | 2026-09-04T01:14:52.875Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2843 | 2026-09-04T01:14:52.876Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2844 | 2026-09-04T01:14:52.876Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2845 | 2026-09-04T01:14:52.909Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2846 | 2026-09-04T01:14:52.909Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2847 | 2026-09-04T01:14:52.909Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2848 | 2026-09-04T01:14:52.943Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2849 | 2026-09-04T01:14:52.943Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2850 | 2026-09-04T01:14:52.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(300s)
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2851 | 2026-09-04T01:14:52.976Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2852 | 2026-09-04T01:14:52.976Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2853 | 2026-09-04T01:14:52.976Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2854 | 2026-09-04T01:14:52.987Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2855 | 2026-09-04T01:14:52.987Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2856 | 2026-09-04T01:14:52.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2857 | 2026-09-04T01:14:53.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2858 | 2026-09-04T01:14:53.020Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2859 | 2026-09-04T01:14:53.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2860 | 2026-09-04T01:14:53.031Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2861 | 2026-09-04T01:14:53.031Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2862 | 2026-09-04T01:14:53.031Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2863 | 2026-09-04T01:14:53.063Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2864 | 2026-09-04T01:14:53.063Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2865 | 2026-09-04T01:14:53.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2866 | 2026-09-04T01:14:53.074Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2867 | 2026-09-04T01:14:53.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2868 | 2026-09-04T01:14:53.075Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2869 | 2026-09-04T01:14:53.097Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2870 | 2026-09-04T01:14:53.097Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2871 | 2026-09-04T01:14:53.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2872 | 2026-09-04T01:14:53.108Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2873 | 2026-09-04T01:14:53.108Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2874 | 2026-09-04T01:14:53.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2875 | 2026-09-04T01:14:53.141Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2876 | 2026-09-04T01:14:53.141Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2877 | 2026-09-04T01:14:53.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2878 | 2026-09-04T01:14:53.151Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2879 | 2026-09-04T01:14:53.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2880 | 2026-09-04T01:14:53.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2881 | 2026-09-04T01:14:53.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2882 | 2026-09-04T01:14:53.185Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2883 | 2026-09-04T01:14:53.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2884 | 2026-09-04T01:14:53.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2885 | 2026-09-04T01:14:53.196Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2886 | 2026-09-04T01:14:53.196Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2887 | 2026-09-04T01:14:53.229Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2888 | 2026-09-04T01:14:53.229Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2889 | 2026-09-04T01:14:53.229Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2890 | 2026-09-04T01:14:53.241Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2891 | 2026-09-04T01:14:53.241Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2892 | 2026-09-04T01:14:53.241Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2893 | 2026-09-04T01:14:53.264Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2894 | 2026-09-04T01:14:53.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2895 | 2026-09-04T01:14:53.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2896 | 2026-09-04T01:14:53.276Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2897 | 2026-09-04T01:14:53.276Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2898 | 2026-09-04T01:14:53.276Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2899 | 2026-09-04T01:14:53.308Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2900 | 2026-09-04T01:14:53.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2901 | 2026-09-04T01:14:53.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2902 | 2026-09-04T01:14:53.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2903 | 2026-09-04T01:14:53.320Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2904 | 2026-09-04T01:14:53.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2905 | 2026-09-04T01:14:53.353Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2906 | 2026-09-04T01:14:53.353Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2907 | 2026-09-04T01:14:53.353Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2908 | 2026-09-04T01:14:53.386Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2909 | 2026-09-04T01:14:53.386Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2910 | 2026-09-04T01:14:53.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2911 | 2026-09-04T01:14:53.418Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2912 | 2026-09-04T01:14:53.418Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2913 | 2026-09-04T01:14:53.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2914 | 2026-09-04T01:14:53.429Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2915 | 2026-09-04T01:14:53.429Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2916 | 2026-09-04T01:14:53.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2917 | 2026-09-04T01:14:53.463Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2918 | 2026-09-04T01:14:53.463Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2919 | 2026-09-04T01:14: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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2920 | 2026-09-04T01:14:53.474Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2921 | 2026-09-04T01:14:53.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2922 | 2026-09-04T01:14:53.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2923 | 2026-09-04T01:14:53.509Z | 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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2924 | 2026-09-04T01:14:53.509Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2925 | 2026-09-04T01:14:53.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2926 | 2026-09-04T01:14:53.519Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2927 | 2026-09-04T01:14:53.520Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2928 | 2026-09-04T01:14:53.520Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2929 | 2026-09-04T01:14:53.552Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2930 | 2026-09-04T01:14:53.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2931 | 2026-09-04T01:14:53.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2932 | 2026-09-04T01:14:53.564Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2933 | 2026-09-04T01:14:53.564Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2934 | 2026-09-04T01:14:53.564Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2935 | 2026-09-04T01:14:53.597Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2936 | 2026-09-04T01:14:53.597Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2937 | 2026-09-04T01:14:53.597Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2938 | 2026-09-04T01:14:53.607Z | 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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2939 | 2026-09-04T01:14:53.607Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2940 | 2026-09-04T01:14:53.607Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2941 | 2026-09-04T01:14:53.641Z | 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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2942 | 2026-09-04T01:14:53.642Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2943 | 2026-09-04T01:14:53.642Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2944 | 2026-09-04T01:14:53.674Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2945 | 2026-09-04T01:14:53.674Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2946 | 2026-09-04T01:14:53.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2947 | 2026-09-04T01:14:53.706Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2948 | 2026-09-04T01:14:53.706Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2949 | 2026-09-04T01:14:53.706Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2950 | 2026-09-04T01:14:53.718Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2951 | 2026-09-04T01:14:53.718Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2952 | 2026-09-04T01:14:53.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2953 | 2026-09-04T01:14:53.751Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2954 | 2026-09-04T01:14:53.752Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2955 | 2026-09-04T01:14:53.752Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2956 | 2026-09-04T01:14:53.763Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2957 | 2026-09-04T01:14:53.763Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2958 | 2026-09-04T01:14:53.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2959 | 2026-09-04T01:14:53.795Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2960 | 2026-09-04T01:14:53.795Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2961 | 2026-09-04T01:14:53.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2962 | 2026-09-04T01:14:53.806Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2963 | 2026-09-04T01:14:53.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2964 | 2026-09-04T01:14:53.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2965 | 2026-09-04T01:14:53.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2966 | 2026-09-04T01:14:53.840Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2967 | 2026-09-04T01:14:53.840Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2968 | 2026-09-04T01:14:53.851Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2969 | 2026-09-04T01:14:53.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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2970 | 2026-09-04T01:14:53.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(300s)
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2971 | 2026-09-04T01:14:53.884Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2972 | 2026-09-04T01:14:53.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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2973 | 2026-09-04T01:14:53.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(15s)
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2974 | 2026-09-04T01:14:53.895Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2975 | 2026-09-04T01:14:53.895Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2976 | 2026-09-04T01:14:53.895Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2977 | 2026-09-04T01:14:53.928Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2978 | 2026-09-04T01:14:53.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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2979 | 2026-09-04T01:14:53.929Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2980 | 2026-09-04T01:14:53.951Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2981 | 2026-09-04T01:14:53.951Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2982 | 2026-09-04T01:14:53.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2983 | 2026-09-04T01:14:53.985Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2984 | 2026-09-04T01:14:53.985Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2985 | 2026-09-04T01:14:53.985Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2986 | 2026-09-04T01:14:53.996Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2987 | 2026-09-04T01:14:53.996Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2988 | 2026-09-04T01:14:53.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2989 | 2026-09-04T01:14:54.029Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2990 | 2026-09-04T01:14:54.029Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2991 | 2026-09-04T01:14:54.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2992 | 2026-09-04T01:14:54.039Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2993 | 2026-09-04T01:14:54.039Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2994 | 2026-09-04T01:14:54.039Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2995 | 2026-09-04T01:14:54.074Z | 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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2996 | 2026-09-04T01:14:54.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2997 | 2026-09-04T01:14:54.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2998 | 2026-09-04T01:14:54.085Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 2999 | 2026-09-04T01:14:54.085Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3000 | 2026-09-04T01:14:54.085Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3001 | 2026-09-04T01:14:54.108Z | 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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3002 | 2026-09-04T01:14:54.109Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3003 | 2026-09-04T01:14:54.109Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3004 | 2026-09-04T01:14:54.119Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3005 | 2026-09-04T01:14:54.119Z | 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-09-04T01:14:54.119Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3007 | 2026-09-04T01:14:54.119Z | DEBG | phd-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-09-04T01:14:54.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3009 | 2026-09-04T01:14:54.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3010 | 2026-09-04T01:15:00.835Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 6714
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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3011 | 2026-09-04T01:15:00.835Z | DEBG | phd-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-09-04T01:15:00.835Z | DEBG | phd-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-09-04T01:15:00.835Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3014 | 2026-09-04T01:15:00.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3015 | 2026-09-04T01:15:00.853Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3016 | 2026-09-04T01:15:00.853Z | DEBG | phd-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-09-04T01:15:00.854Z | DEBG | phd-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-09-04T01:15:00.854Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3019 | 2026-09-04T01:15:00.854Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3020 | 2026-09-04T01:15:00.887Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3021 | 2026-09-04T01:15:00.887Z | 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-09-04T01:15:00.887Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 6767
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-09-04T01:15:00.887Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3024 | 2026-09-04T01:15:00.887Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3025 | 2026-09-04T01:15:00.898Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3026 | 2026-09-04T01:15:00.899Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3027 | 2026-09-04T01:15:00.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3028 | 2026-09-04T01:15:00.931Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3029 | 2026-09-04T01:15:00.932Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3030 | 2026-09-04T01:15:00.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3031 | 2026-09-04T01:15:00.942Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3032 | 2026-09-04T01:15:00.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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3033 | 2026-09-04T01:15:00.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3034 | 2026-09-04T01:15:00.976Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3035 | 2026-09-04T01:15:00.976Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3036 | 2026-09-04T01:15:00.976Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3037 | 2026-09-04T01:15:00.988Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3038 | 2026-09-04T01:15:00.988Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3039 | 2026-09-04T01:15:00.988Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3040 | 2026-09-04T01:15:01.021Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3041 | 2026-09-04T01:15:01.021Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3042 | 2026-09-04T01:15:01.021Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3043 | 2026-09-04T01:15:01.032Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3044 | 2026-09-04T01:15:01.032Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3045 | 2026-09-04T01:15:01.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3046 | 2026-09-04T01:15:01.065Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3047 | 2026-09-04T01:15:01.065Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3048 | 2026-09-04T01:15:01.065Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3049 | 2026-09-04T01:15:01.076Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3050 | 2026-09-04T01:15:01.076Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3051 | 2026-09-04T01:15:01.077Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3052 | 2026-09-04T01:15:01.110Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3053 | 2026-09-04T01:15:01.110Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3054 | 2026-09-04T01:15:01.110Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3055 | 2026-09-04T01:15:01.121Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3056 | 2026-09-04T01:15:01.121Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3057 | 2026-09-04T01:15:01.122Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3058 | 2026-09-04T01:15:01.154Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3059 | 2026-09-04T01:15:01.154Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3060 | 2026-09-04T01:15:01.154Z | 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-09-04T01:15:01.155Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 13148
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3062 | 2026-09-04T01:15:01.155Z | 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
|
| 3063 | 2026-09-04T01:15:01.155Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3064 | 2026-09-04T01:15:01.156Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3065 | 2026-09-04T01:15:01.850Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3066 | 2026-09-04T01:15:01.936Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3067 | 2026-09-04T01:15:01.936Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-342a69d8-d99e-449c-ba77-96b0fa97229a"]
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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3068 | 2026-09-04T01:15:01.965Z | 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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3069 | 2026-09-04T01:15:01.965Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-ed11a5a2-89ab-4bcd-8bcf-6b52630f22d8"]
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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3070 | 2026-09-04T01:15:01.985Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 830
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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3071 | 2026-09-04T01:15:01.986Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 830
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3072 | 2026-09-04T01:15:01.986Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 14374
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 = 4c54158c-826a-4440-a527-cee3c999ab9e
|
| 3073 | 2026-09-04T01:15:01.986Z | 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
|
| 3074 | 2026-09-04T01:15:01.986Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3075 | 2026-09-04T01:15:01.986Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 14479
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
|
| 3076 | 2026-09-04T01:15:01.986Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3077 | 2026-09-04T01:15:01.986Z | 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-09-04T01:15:01.986Z | 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-09-04T01:15:01.986Z | 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-09-04T01:15:01.986Z | 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-09-04T01:15:01.986Z | 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-09-04T01:15:01.998Z | 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-09-04T01:15:01.998Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-3b74bf61-5fb7-47cd-8eaf-1fc19f1f8ae8"]
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-09-04T01:15:02.017Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-3b74bf61-5fb7-47cd-8eaf-1fc19f1f8ae8", "phd-artifacts/phd-clone-dd88dd27-602b-4fb3-b47d-43884eb173f9"]
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-09-04T01:15:02.036Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-dd88dd27-602b-4fb3-b47d-43884eb173f9"]
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-09-04T01:15:02.048Z | 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-dd88dd27-602b-4fb3-b47d-43884eb173f9 0B 25.3T 207M /phd-artifacts/phd-clone-dd88dd27-602b-4fb3-b47d-43884eb173f9\n
target = phd_framework::zfs
|
| 3087 | 2026-09-04T01:15:02.049Z | 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-09-04T01:15:02.049Z | 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-09-04T01:15:02.060Z | 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-09-04T01:15:02.060Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-141a80fc-01aa-450f-8bb8-6cfea0731bcd"]
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-09-04T01:15:02.081Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-141a80fc-01aa-450f-8bb8-6cfea0731bcd", "phd-artifacts/phd-clone-798a4426-0062-49bd-886a-913f0ffac60f"]
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-09-04T01:15:02.098Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-798a4426-0062-49bd-886a-913f0ffac60f"]
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-09-04T01:15:02.109Z | 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-798a4426-0062-49bd-886a-913f0ffac60f 0B 25.3T 207M /phd-artifacts/phd-clone-798a4426-0062-49bd-886a-913f0ffac60f\n
target = phd_framework::zfs
|
| 3094 | 2026-09-04T01:15:02.110Z | 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-09-04T01:15:02.110Z | 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-09-04T01:15:02.110Z | 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-09-04T01:15:02.110Z | 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-09-04T01:15:02.110Z | 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-09-04T01:15:02.138Z | 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-09-04T01:15:02.152Z | 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-09-04T01:15:02.152Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3102 | 2026-09-04T01:15:02.153Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3103 | 2026-09-04T01:15:02.777Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3104 | 2026-09-04T01:15:02.778Z | 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: 292444c0-700c-458b-a08e-2e283b8777da, name: "phd-vm-292444c0-700c-458b-a08e-2e283b8777da", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 2b7f9c20-23b9-48a4-993b-6dcccb2d6301, project_id: 788971ce-5715-44bc-b3da-ce3dd703fedc, sled_id: f3d50e2f-f901-4e22-90c4-411fb43a9ae7, sled_serial: "f3d50e2f-f901-4e22-90c4-411fb43a9ae7", 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3105 | 2026-09-04T01:15:02.778Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3106 | 2026-09-04T01:15:02.778Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3107 | 2026-09-04T01:15:02.780Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3108 | 2026-09-04T01:15:02.780Z | 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-09-04T01:15:02.780Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3110 | 2026-09-04T01:15:02.780Z | DEBG | phd-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-09-04T01:15:02.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::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3112 | 2026-09-04T01:15:02.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::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = nvme_boot_option_description
vm_id = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3113 | 2026-09-04T01:15:07.375Z | 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::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3114 | 2026-09-04T01:15:07.375Z | DEBG | phd-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-09-04T01:15:07.375Z | DEBG | phd-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-09-04T01:15:07.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::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3117 | 2026-09-04T01:15:07.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::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = nvme_boot_option_description
vm_id = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3118 | 2026-09-04T01:15:07.393Z | 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::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3119 | 2026-09-04T01:15:07.393Z | DEBG | phd-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-09-04T01:15:07.394Z | DEBG | phd-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-09-04T01:15:07.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::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3122 | 2026-09-04T01:15:07.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::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = nvme_boot_option_description
vm_id = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3123 | 2026-09-04T01:15:07.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::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3124 | 2026-09-04T01:15:07.427Z | 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-09-04T01:15:07.427Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4646
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-09-04T01:15:07.427Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3127 | 2026-09-04T01:15:07.427Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3128 | 2026-09-04T01:15:07.437Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3129 | 2026-09-04T01:15:07.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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3130 | 2026-09-04T01:15:07.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(300s)
vm = nvme_boot_option_description
vm_id = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3131 | 2026-09-04T01:15:07.471Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3132 | 2026-09-04T01:15:07.471Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3133 | 2026-09-04T01:15:07.471Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3134 | 2026-09-04T01:15:07.482Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3135 | 2026-09-04T01:15:07.482Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3136 | 2026-09-04T01:15:07.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(300s)
vm = nvme_boot_option_description
vm_id = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3137 | 2026-09-04T01:15:07.515Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3138 | 2026-09-04T01:15:07.515Z | 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-09-04T01:15:07.516Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3140 | 2026-09-04T01:15:07.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::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = nvme_boot_option_description
vm_id = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3141 | 2026-09-04T01:15:07.527Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3142 | 2026-09-04T01:15:07.528Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3143 | 2026-09-04T01:15:07.528Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3144 | 2026-09-04T01:15:07.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::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3145 | 2026-09-04T01:15:07.560Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3146 | 2026-09-04T01:15:07.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::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = nvme_boot_option_description
vm_id = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3147 | 2026-09-04T01:15:07.571Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3148 | 2026-09-04T01:15:07.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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3149 | 2026-09-04T01:15:07.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(300s)
vm = nvme_boot_option_description
vm_id = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3150 | 2026-09-04T01:15:07.604Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3151 | 2026-09-04T01:15:07.605Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3152 | 2026-09-04T01:15:07.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::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = nvme_boot_option_description
vm_id = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3153 | 2026-09-04T01:15:07.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::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3154 | 2026-09-04T01:15:07.615Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3155 | 2026-09-04T01:15:07.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::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = nvme_boot_option_description
vm_id = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3156 | 2026-09-04T01:15:07.670Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3157 | 2026-09-04T01:15:07.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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3158 | 2026-09-04T01:15:07.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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3159 | 2026-09-04T01:15:07.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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3160 | 2026-09-04T01:15:07.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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3161 | 2026-09-04T01:15:07.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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3162 | 2026-09-04T01:15:07.714Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3163 | 2026-09-04T01:15:07.715Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3164 | 2026-09-04T01:15:07.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::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = nvme_boot_option_description
vm_id = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3165 | 2026-09-04T01:15:07.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::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3166 | 2026-09-04T01:15:07.725Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3167 | 2026-09-04T01:15:07.725Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3168 | 2026-09-04T01:15:07.771Z | 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::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3169 | 2026-09-04T01:15:07.771Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3170 | 2026-09-04T01:15:07.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::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = nvme_boot_option_description
vm_id = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3171 | 2026-09-04T01:15:07.782Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3172 | 2026-09-04T01:15:07.782Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3173 | 2026-09-04T01:15:07.782Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3174 | 2026-09-04T01:15:07.815Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3175 | 2026-09-04T01:15:07.815Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3176 | 2026-09-04T01:15:07.815Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3177 | 2026-09-04T01:15:07.826Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3178 | 2026-09-04T01:15:07.827Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3179 | 2026-09-04T01:15:07.827Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3180 | 2026-09-04T01:15:07.882Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3181 | 2026-09-04T01:15:07.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::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3182 | 2026-09-04T01:15:07.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::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = nvme_boot_option_description
vm_id = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3183 | 2026-09-04T01:15:07.893Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3184 | 2026-09-04T01:15:07.893Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3185 | 2026-09-04T01:15:07.893Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3186 | 2026-09-04T01:15:07.915Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3187 | 2026-09-04T01:15:07.915Z | INFO | phd-runner: [TEST - EVENT] Found boot options: {"nvme-test-disk": 2, "uiapp": 0, "boot-disk": 1, "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-09-04T01:15:07.915Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3189 | 2026-09-04T01:15:07.916Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3190 | 2026-09-04T01:15:07.926Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3191 | 2026-09-04T01:15:07.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::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3192 | 2026-09-04T01:15:07.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::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = nvme_boot_option_description
vm_id = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3193 | 2026-09-04T01:15:07.982Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3194 | 2026-09-04T01:15:07.982Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3195 | 2026-09-04T01:15:07.982Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3196 | 2026-09-04T01:15:07.993Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3197 | 2026-09-04T01:15:07.993Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3198 | 2026-09-04T01:15:07.993Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3199 | 2026-09-04T01:15:08.026Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3200 | 2026-09-04T01:15:08.026Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3201 | 2026-09-04T01:15:08.026Z | 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-09-04T01:15:08.026Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 5249
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3203 | 2026-09-04T01:15:08.026Z | 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
|
| 3204 | 2026-09-04T01:15:08.026Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3205 | 2026-09-04T01:15:08.028Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3206 | 2026-09-04T01:15:08.541Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3207 | 2026-09-04T01:15:08.622Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3208 | 2026-09-04T01:15:08.623Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-dd88dd27-602b-4fb3-b47d-43884eb173f9"]
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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3209 | 2026-09-04T01:15:08.649Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3210 | 2026-09-04T01:15:08.649Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-3b74bf61-5fb7-47cd-8eaf-1fc19f1f8ae8"]
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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3211 | 2026-09-04T01:15:08.666Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3212 | 2026-09-04T01:15:08.666Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-798a4426-0062-49bd-886a-913f0ffac60f"]
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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3213 | 2026-09-04T01:15:08.692Z | 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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3214 | 2026-09-04T01:15:08.693Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-141a80fc-01aa-450f-8bb8-6cfea0731bcd"]
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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3215 | 2026-09-04T01:15:08.709Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 682
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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3216 | 2026-09-04T01:15:08.710Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 683
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3217 | 2026-09-04T01:15:08.710Z | INFO | phd-runner: Starting test phd_tests::hw::lspci_lifecycle_test
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 3218 | 2026-09-04T01:15:08.710Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6556
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 = 292444c0-700c-458b-a08e-2e283b8777da
|
| 3219 | 2026-09-04T01:15:08.710Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3220 | 2026-09-04T01:15:08.710Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 6723
file = phd-tests/tests/src/boot_order.rs
line = 510
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_tests::boot_order
|
| 3221 | 2026-09-04T01:15:08.710Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3222 | 2026-09-04T01:15:08.710Z | 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-09-04T01:15:08.710Z | 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-09-04T01:15:08.710Z | 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-09-04T01:15:08.710Z | 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-09-04T01:15:08.710Z | 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-09-04T01:15:08.722Z | 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-09-04T01:15:08.722Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-faf50023-e5d9-42fc-8d8e-b1d1a5dba9ae"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::zfs
verb = snapshot
|
| 3229 | 2026-09-04T01:15:08.739Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-faf50023-e5d9-42fc-8d8e-b1d1a5dba9ae", "phd-artifacts/phd-clone-768ff3d8-12b2-4a53-a26e-1cf0817243ad"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::zfs
verb = clone
|
| 3230 | 2026-09-04T01:15:08.755Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-768ff3d8-12b2-4a53-a26e-1cf0817243ad"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::zfs
verb = list
|
| 3231 | 2026-09-04T01:15:08.767Z | 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-768ff3d8-12b2-4a53-a26e-1cf0817243ad 0B 25.3T 207M /phd-artifacts/phd-clone-768ff3d8-12b2-4a53-a26e-1cf0817243ad\n
target = phd_framework::zfs
|
| 3232 | 2026-09-04T01:15:08.768Z | 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-09-04T01:15:08.768Z | 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-09-04T01:15:08.768Z | 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-09-04T01:15:08.768Z | 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-09-04T01:15:08.768Z | 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-09-04T01:15:08.797Z | 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-09-04T01:15:08.811Z | 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-09-04T01:15:08.811Z | 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 = f6c7309a-9d61-4813-a8e3-0c34053ee7c2
|
| 3240 | 2026-09-04T01:15:08.812Z | 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 = f6c7309a-9d61-4813-a8e3-0c34053ee7c2
|
| 3241 | 2026-09-04T01:15:09.568Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3242 | 2026-09-04T01:15:09.569Z | 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: f6c7309a-9d61-4813-a8e3-0c34053ee7c2, name: "phd-vm-f6c7309a-9d61-4813-a8e3-0c34053ee7c2", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 5e7a9692-55fd-42ad-b3ce-d5302bfe8c42, project_id: d1b7426f-8b09-4d8f-986c-fbedbdb2a47f, sled_id: 949adc77-a437-4a88-8629-a30eeca04e72, sled_serial: "949adc77-a437-4a88-8629-a30eeca04e72", 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 = f6c7309a-9d61-4813-a8e3-0c34053ee7c2
|
| 3243 | 2026-09-04T01:15:09.569Z | 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 = f6c7309a-9d61-4813-a8e3-0c34053ee7c2
|
| 3244 | 2026-09-04T01:15:09.569Z | 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 = f6c7309a-9d61-4813-a8e3-0c34053ee7c2
|
| 3245 | 2026-09-04T01:15:09.570Z | 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 = f6c7309a-9d61-4813-a8e3-0c34053ee7c2
|
| 3246 | 2026-09-04T01:15:09.571Z | 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-09-04T01:15:09.571Z | 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 = f6c7309a-9d61-4813-a8e3-0c34053ee7c2
|
| 3248 | 2026-09-04T01:15:09.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::hw::lspci_lifecycle_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 3249 | 2026-09-04T01:15:09.571Z | 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 = f6c7309a-9d61-4813-a8e3-0c34053ee7c2
|
| 3250 | 2026-09-04T01:15:09.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::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = lspci_lifecycle_test
vm_id = f6c7309a-9d61-4813-a8e3-0c34053ee7c2
|
| 3251 | 2026-09-04T01:15:14.027Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4456
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 = f6c7309a-9d61-4813-a8e3-0c34053ee7c2
|
| 3252 | 2026-09-04T01:15:14.027Z | DEBG | phd-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-09-04T01:15:14.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::hw::lspci_lifecycle_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3254 | 2026-09-04T01:15:14.028Z | 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 = f6c7309a-9d61-4813-a8e3-0c34053ee7c2
|
| 3255 | 2026-09-04T01:15:14.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::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = lspci_lifecycle_test
vm_id = f6c7309a-9d61-4813-a8e3-0c34053ee7c2
|
| 3256 | 2026-09-04T01:15:14.056Z | 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::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = f6c7309a-9d61-4813-a8e3-0c34053ee7c2
|
| 3257 | 2026-09-04T01:15:14.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::hw::lspci_lifecycle_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 3258 | 2026-09-04T01:15:14.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::hw::lspci_lifecycle_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3259 | 2026-09-04T01:15:14.056Z | 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 = f6c7309a-9d61-4813-a8e3-0c34053ee7c2
|
| 3260 | 2026-09-04T01:15:14.056Z | INFO | phd-runner: [WAIT_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 = f6c7309a-9d61-4813-a8e3-0c34053ee7c2
|
| 3261 | 2026-09-04T01:15:14.089Z | 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 = f6c7309a-9d61-4813-a8e3-0c34053ee7c2
|
| 3262 | 2026-09-04T01:15:14.089Z | 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-09-04T01:15:14.089Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4518
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-09-04T01:15:14.089Z | 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 = f6c7309a-9d61-4813-a8e3-0c34053ee7c2
|
| 3265 | 2026-09-04T01:15:14.089Z | INFO | phd-runner: [WAIT_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 = f6c7309a-9d61-4813-a8e3-0c34053ee7c2
|
| 3266 | 2026-09-04T01:15:14.100Z | 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 = f6c7309a-9d61-4813-a8e3-0c34053ee7c2
|
| 3267 | 2026-09-04T01:15:14.100Z | 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 = f6c7309a-9d61-4813-a8e3-0c34053ee7c2
|
| 3268 | 2026-09-04T01:15:14.100Z | INFO | phd-runner: [WAIT_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 = f6c7309a-9d61-4813-a8e3-0c34053ee7c2
|
| 3269 | 2026-09-04T01:15:14.132Z | 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 = f6c7309a-9d61-4813-a8e3-0c34053ee7c2
|
| 3270 | 2026-09-04T01:15:14.132Z | 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 = f6c7309a-9d61-4813-a8e3-0c34053ee7c2
|
| 3271 | 2026-09-04T01:15:14.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::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = lspci_lifecycle_test
vm_id = f6c7309a-9d61-4813-a8e3-0c34053ee7c2
|
| 3272 | 2026-09-04T01:15:14.144Z | 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::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = f6c7309a-9d61-4813-a8e3-0c34053ee7c2
|
| 3273 | 2026-09-04T01:15:14.144Z | 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 = f6c7309a-9d61-4813-a8e3-0c34053ee7c2
|
| 3274 | 2026-09-04T01:15:14.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::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = lspci_lifecycle_test
vm_id = f6c7309a-9d61-4813-a8e3-0c34053ee7c2
|
| 3275 | 2026-09-04T01:15:14.177Z | 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 = f6c7309a-9d61-4813-a8e3-0c34053ee7c2
|
| 3276 | 2026-09-04T01:15:14.177Z | 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-09-04T01:15:14.177Z | 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 = f6c7309a-9d61-4813-a8e3-0c34053ee7c2
|
| 3278 | 2026-09-04T01:15:14.177Z | 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 = f6c7309a-9d61-4813-a8e3-0c34053ee7c2
|
| 3279 | 2026-09-04T01:15:14.179Z | 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 = f6c7309a-9d61-4813-a8e3-0c34053ee7c2
|
| 3280 | 2026-09-04T01:15:14.179Z | 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-09-04T01:15:14.179Z | 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-09-04T01:15:14.179Z | 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-09-04T01:15:14.179Z | 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-09-04T01:15:14.179Z | 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-09-04T01:15:14.209Z | 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-09-04T01:15:14.222Z | 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
|
| 3287 | 2026-09-04T01:15:14.222Z | 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 = 6d2aabf4-b67b-4990-bd19-9666da7ff159
|
| 3288 | 2026-09-04T01:15:14.223Z | 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 = 6d2aabf4-b67b-4990-bd19-9666da7ff159
|
| 3289 | 2026-09-04T01:15:14.223Z | 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-09-04T01:15:14.223Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4655
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3291 | 2026-09-04T01:15:14.661Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3292 | 2026-09-04T01:15:14.662Z | 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: 6d2aabf4-b67b-4990-bd19-9666da7ff159, name: "phd-vm-6d2aabf4-b67b-4990-bd19-9666da7ff159", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 5e7a9692-55fd-42ad-b3ce-d5302bfe8c42, project_id: d1b7426f-8b09-4d8f-986c-fbedbdb2a47f, sled_id: 8494dced-38c6-4276-9ccb-b2c5d1edc3db, sled_serial: "8494dced-38c6-4276-9ccb-b2c5d1edc3db", 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 = 6d2aabf4-b67b-4990-bd19-9666da7ff159
|
| 3293 | 2026-09-04T01:15:14.662Z | 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 = 6d2aabf4-b67b-4990-bd19-9666da7ff159
|
| 3294 | 2026-09-04T01:15:14.662Z | 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 = 6d2aabf4-b67b-4990-bd19-9666da7ff159
|
| 3295 | 2026-09-04T01:15:14.663Z | 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 = 6d2aabf4-b67b-4990-bd19-9666da7ff159
|
| 3296 | 2026-09-04T01:15:14.663Z | 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-09-04T01:15:14.663Z | 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 = 6d2aabf4-b67b-4990-bd19-9666da7ff159
|
| 3298 | 2026-09-04T01:15:14.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::hw::lspci_lifecycle_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 3299 | 2026-09-04T01:15:14.663Z | 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 = 6d2aabf4-b67b-4990-bd19-9666da7ff159
|
| 3300 | 2026-09-04T01:15:14.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::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 6d2aabf4-b67b-4990-bd19-9666da7ff159
|
| 3301 | 2026-09-04T01:15:19.130Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4465
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 = 6d2aabf4-b67b-4990-bd19-9666da7ff159
|
| 3302 | 2026-09-04T01:15:19.130Z | DEBG | phd-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-09-04T01:15:19.130Z | DEBG | phd-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-09-04T01:15:19.130Z | 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 = 6d2aabf4-b67b-4990-bd19-9666da7ff159
|
| 3305 | 2026-09-04T01:15:19.130Z | INFO | phd-runner: [WAIT_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 = 6d2aabf4-b67b-4990-bd19-9666da7ff159
|
| 3306 | 2026-09-04T01:15:19.159Z | 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::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 6d2aabf4-b67b-4990-bd19-9666da7ff159
|
| 3307 | 2026-09-04T01:15:19.160Z | DEBG | phd-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-09-04T01:15:19.160Z | DEBG | phd-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-09-04T01:15:19.160Z | 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 = 6d2aabf4-b67b-4990-bd19-9666da7ff159
|
| 3310 | 2026-09-04T01:15:19.160Z | INFO | phd-runner: [WAIT_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 = 6d2aabf4-b67b-4990-bd19-9666da7ff159
|
| 3311 | 2026-09-04T01:15:19.193Z | 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 = 6d2aabf4-b67b-4990-bd19-9666da7ff159
|
| 3312 | 2026-09-04T01:15:19.193Z | 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-09-04T01:15:19.193Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4529
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-09-04T01:15:19.193Z | 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 = f6c7309a-9d61-4813-a8e3-0c34053ee7c2
|
| 3315 | 2026-09-04T01:15:19.194Z | 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 = 6d2aabf4-b67b-4990-bd19-9666da7ff159
|
| 3316 | 2026-09-04T01:15:19.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::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 6d2aabf4-b67b-4990-bd19-9666da7ff159
|
| 3317 | 2026-09-04T01:15:19.196Z | 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 = f6c7309a-9d61-4813-a8e3-0c34053ee7c2
|
| 3318 | 2026-09-04T01:15:19.277Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 83
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 = f6c7309a-9d61-4813-a8e3-0c34053ee7c2
|
| 3319 | 2026-09-04T01:15:19.277Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 10464
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 = f6c7309a-9d61-4813-a8e3-0c34053ee7c2
|
| 3320 | 2026-09-04T01:15:19.277Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 83
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 = 6d2aabf4-b67b-4990-bd19-9666da7ff159
|
| 3321 | 2026-09-04T01:15:19.278Z | 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 = 6d2aabf4-b67b-4990-bd19-9666da7ff159
|
| 3322 | 2026-09-04T01:15:19.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::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 6d2aabf4-b67b-4990-bd19-9666da7ff159
|
| 3323 | 2026-09-04T01:15:19.305Z | 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::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 6d2aabf4-b67b-4990-bd19-9666da7ff159
|
| 3324 | 2026-09-04T01:15:19.305Z | 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 = 6d2aabf4-b67b-4990-bd19-9666da7ff159
|
| 3325 | 2026-09-04T01:15:19.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::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 6d2aabf4-b67b-4990-bd19-9666da7ff159
|
| 3326 | 2026-09-04T01:15:19.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::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 6d2aabf4-b67b-4990-bd19-9666da7ff159
|
| 3327 | 2026-09-04T01:15:19.316Z | 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 = 6d2aabf4-b67b-4990-bd19-9666da7ff159
|
| 3328 | 2026-09-04T01:15:19.316Z | INFO | phd-runner: [WAIT_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 = 6d2aabf4-b67b-4990-bd19-9666da7ff159
|
| 3329 | 2026-09-04T01:15:19.349Z | 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_lifecycle_0
vm_id = 6d2aabf4-b67b-4990-bd19-9666da7ff159
|
| 3330 | 2026-09-04T01:15:19.349Z | 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 = 6d2aabf4-b67b-4990-bd19-9666da7ff159
|
| 3331 | 2026-09-04T01:15:19.349Z | 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-09-04T01:15:19.349Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4687
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3333 | 2026-09-04T01:15:19.350Z | 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-09-04T01:15:19.350Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3335 | 2026-09-04T01:15:19.351Z | 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 = 6d2aabf4-b67b-4990-bd19-9666da7ff159
|
| 3336 | 2026-09-04T01:15:19.759Z | 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 = 6d2aabf4-b67b-4990-bd19-9666da7ff159
|
| 3337 | 2026-09-04T01:15:19.839Z | 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 = 6d2aabf4-b67b-4990-bd19-9666da7ff159
|
| 3338 | 2026-09-04T01:15:19.839Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-768ff3d8-12b2-4a53-a26e-1cf0817243ad"]
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 = 6d2aabf4-b67b-4990-bd19-9666da7ff159
|
| 3339 | 2026-09-04T01:15:19.867Z | 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 = 6d2aabf4-b67b-4990-bd19-9666da7ff159
|
| 3340 | 2026-09-04T01:15:19.867Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-faf50023-e5d9-42fc-8d8e-b1d1a5dba9ae"]
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 = 6d2aabf4-b67b-4990-bd19-9666da7ff159
|
| 3341 | 2026-09-04T01:15:19.886Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 536
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 = 6d2aabf4-b67b-4990-bd19-9666da7ff159
|
| 3342 | 2026-09-04T01:15:19.886Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5662
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 = 6d2aabf4-b67b-4990-bd19-9666da7ff159
|
| 3343 | 2026-09-04T01:15:19.886Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 536
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3344 | 2026-09-04T01:15:19.887Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 11175
file = phd-tests/tests/src/hw.rs
line = 8
path = phd_tests::hw::lspci_lifecycle_test
target = phd_tests::hw
|
| 3345 | 2026-09-04T01:15:19.887Z | 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
|
| 3346 | 2026-09-04T01:15:19.887Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3347 | 2026-09-04T01:15:19.887Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3348 | 2026-09-04T01:15:19.887Z | 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-09-04T01:15:19.887Z | 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-09-04T01:15:19.887Z | 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-09-04T01:15:19.887Z | 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-09-04T01:15:19.887Z | 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-09-04T01:15:19.899Z | 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 209M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 3354 | 2026-09-04T01:15:19.899Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-a1b106bc-b6dd-4d9e-9221-b27d9be8fa91"]
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-09-04T01:15:19.916Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-a1b106bc-b6dd-4d9e-9221-b27d9be8fa91", "phd-artifacts/phd-clone-f366a410-859b-4509-8d47-73960fad7e0d"]
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-09-04T01:15:19.934Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-f366a410-859b-4509-8d47-73960fad7e0d"]
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-09-04T01:15:19.945Z | 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-f366a410-859b-4509-8d47-73960fad7e0d 0B 25.3T 207M /phd-artifacts/phd-clone-f366a410-859b-4509-8d47-73960fad7e0d\n
target = phd_framework::zfs
|
| 3358 | 2026-09-04T01:15:19.945Z | 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-09-04T01:15:19.945Z | 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-09-04T01:15:19.945Z | 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-09-04T01:15:19.945Z | 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-09-04T01:15:19.946Z | 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-09-04T01:15:19.974Z | 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-09-04T01:15:19.988Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 42
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-09-04T01:15:19.988Z | 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-09-04T01:15:19.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::migrate::running_process::export_failure
target = phd_framework::test_vm
vm_name = migrate_running_process::export_failure_target1
|
| 3367 | 2026-09-04T01:15:19.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
|
| 3368 | 2026-09-04T01:15:19.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::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-09-04T01:15:19.989Z | 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-09-04T01:15:20.018Z | 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-09-04T01:15:20.032Z | 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::export_failure
target = phd_framework::test_vm
|
| 3372 | 2026-09-04T01:15:20.033Z | 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-09-04T01:15:20.033Z | 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-09-04T01:15:20.033Z | 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-09-04T01:15:20.033Z | 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-09-04T01:15:20.033Z | 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-09-04T01:15:20.057Z | 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-09-04T01:15:20.072Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 38
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-09-04T01:15:20.072Z | 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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3380 | 2026-09-04T01:15:20.198Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3381 | 2026-09-04T01:15:20.199Z | 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: bd219ff9-1f22-452d-9ef4-8ae45e8a0266, name: "phd-vm-bd219ff9-1f22-452d-9ef4-8ae45e8a0266", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: cefcede0-a8aa-404b-964f-ccb8b27dcf70, project_id: 57adca74-82ae-4a77-b966-8468d596d0cc, sled_id: 523c5031-d48d-47fe-bba8-a8f50c6b5489, sled_serial: "523c5031-d48d-47fe-bba8-a8f50c6b5489", 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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3382 | 2026-09-04T01:15:20.199Z | 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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3383 | 2026-09-04T01:15:20.199Z | 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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3384 | 2026-09-04T01:15:20.200Z | 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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3385 | 2026-09-04T01:15:20.200Z | 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-09-04T01:15:20.200Z | 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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3387 | 2026-09-04T01:15:20.200Z | DEBG | phd-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-09-04T01:15:20.201Z | 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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3389 | 2026-09-04T01:15:20.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::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migrate_running_process::export_failure_source
vm_id = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3390 | 2026-09-04T01:15:24.656Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4454
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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3391 | 2026-09-04T01:15:24.657Z | DEBG | phd-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-09-04T01:15:24.657Z | DEBG | phd-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-09-04T01:15:24.657Z | 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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3394 | 2026-09-04T01:15:24.657Z | INFO | phd-runner: [WAIT_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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3395 | 2026-09-04T01:15:24.675Z | 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::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3396 | 2026-09-04T01:15:24.675Z | DEBG | phd-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-09-04T01:15:24.675Z | DEBG | phd-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-09-04T01:15:24.675Z | 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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3399 | 2026-09-04T01:15:24.675Z | INFO | phd-runner: [WAIT_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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3400 | 2026-09-04T01:15:24.708Z | 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::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3401 | 2026-09-04T01:15:24.708Z | 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-09-04T01:15:24.708Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4506
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-09-04T01:15:24.709Z | 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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3404 | 2026-09-04T01:15:24.709Z | INFO | phd-runner: [WAIT_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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3405 | 2026-09-04T01:15:25.074Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 364
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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3406 | 2026-09-04T01:15:25.074Z | 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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3407 | 2026-09-04T01:15:25.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::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::export_failure_source
vm_id = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3408 | 2026-09-04T01:15:25.084Z | 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::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3409 | 2026-09-04T01:15:25.084Z | 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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3410 | 2026-09-04T01:15:25.084Z | INFO | phd-runner: [WAIT_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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3411 | 2026-09-04T01:15:25.095Z | 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_source
vm_id = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3412 | 2026-09-04T01:15:25.096Z | 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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3413 | 2026-09-04T01:15:25.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::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::export_failure_source
vm_id = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3414 | 2026-09-04T01:15:25.129Z | 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::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3415 | 2026-09-04T01:15:25.129Z | 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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3416 | 2026-09-04T01:15:25.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::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::export_failure_source
vm_id = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3417 | 2026-09-04T01:15:25.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::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3418 | 2026-09-04T01:15:25.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::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3419 | 2026-09-04T01:15:25.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::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::export_failure_source
vm_id = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3420 | 2026-09-04T01:15:25.173Z | 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::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3421 | 2026-09-04T01:15:25.173Z | 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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3422 | 2026-09-04T01:15:25.173Z | INFO | phd-runner: [WAIT_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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3423 | 2026-09-04T01:15:25.184Z | 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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3424 | 2026-09-04T01:15:25.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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3425 | 2026-09-04T01:15:25.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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3426 | 2026-09-04T01:15:25.216Z | 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::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3427 | 2026-09-04T01:15:25.217Z | 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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3428 | 2026-09-04T01:15:25.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::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::export_failure_source
vm_id = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3429 | 2026-09-04T01:15:25.228Z | 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_source
vm_id = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3430 | 2026-09-04T01:15:25.229Z | 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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3431 | 2026-09-04T01:15:25.229Z | INFO | phd-runner: [WAIT_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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3432 | 2026-09-04T01:15:25.533Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 304
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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3433 | 2026-09-04T01:15:25.533Z | 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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3434 | 2026-09-04T01:15:25.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::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::export_failure_source
vm_id = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3435 | 2026-09-04T01:15:25.544Z | 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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3436 | 2026-09-04T01:15:25.544Z | 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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3437 | 2026-09-04T01:15:25.544Z | INFO | phd-runner: [WAIT_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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3438 | 2026-09-04T01:15:25.577Z | 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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3439 | 2026-09-04T01:15:25.577Z | 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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
target = phd_framework::test_vm
target_id = 3cceae93-c70a-4752-a38c-cf5fc7314e51
|
| 3440 | 2026-09-04T01:15:25.577Z | 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 = 5ee3867d-281e-46e1-b79b-53fd4c4215a4
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
target = phd_framework::test_vm
target_id = 3cceae93-c70a-4752-a38c-cf5fc7314e51
timeout_duration = 45s
|
| 3441 | 2026-09-04T01:15:25.578Z | 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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
target = phd_framework::test_vm
target_id = 3cceae93-c70a-4752-a38c-cf5fc7314e51
vm = migrate_running_process::export_failure_target1
vm_id = 3cceae93-c70a-4752-a38c-cf5fc7314e51
|
| 3442 | 2026-09-04T01:15:25.699Z | 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: 3cceae93-c70a-4752-a38c-cf5fc7314e51, name: "phd-vm-3cceae93-c70a-4752-a38c-cf5fc7314e51", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: cefcede0-a8aa-404b-964f-ccb8b27dcf70, project_id: 57adca74-82ae-4a77-b966-8468d596d0cc, sled_id: c66082a6-54c4-4088-9462-2b80b4386059, sled_serial: "c66082a6-54c4-4088-9462-2b80b4386059", 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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
target = phd_framework::test_vm
target_id = 3cceae93-c70a-4752-a38c-cf5fc7314e51
vm = migrate_running_process::export_failure_target1
vm_id = 3cceae93-c70a-4752-a38c-cf5fc7314e51
|
| 3443 | 2026-09-04T01:15:25.700Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = 5ee3867d-281e-46e1-b79b-53fd4c4215a4
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
target = phd_framework::test_vm
target_id = 3cceae93-c70a-4752-a38c-cf5fc7314e51
|
| 3444 | 2026-09-04T01:15:28.738Z | 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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
target = phd_framework::test_vm
target_id = 3cceae93-c70a-4752-a38c-cf5fc7314e51
|
| 3445 | 2026-09-04T01:15:28.739Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3038
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = 5ee3867d-281e-46e1-b79b-53fd4c4215a4
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
target = phd_framework::test_vm
target_id = 3cceae93-c70a-4752-a38c-cf5fc7314e51
|
| 3446 | 2026-09-04T01:15:28.739Z | 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-09-04T01:15:28.739Z | 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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3448 | 2026-09-04T01:15:28.739Z | 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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3449 | 2026-09-04T01:15:28.739Z | 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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3450 | 2026-09-04T01:15:28.739Z | 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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3451 | 2026-09-04T01:15:28.741Z | 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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3452 | 2026-09-04T01:15:28.741Z | 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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3453 | 2026-09-04T01:15:28.741Z | 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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
target = phd_framework::test_vm
target_id = b0299b97-5337-4d01-9874-9db503eb3ccb
|
| 3454 | 2026-09-04T01:15:28.741Z | 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 = cfc109f9-cc63-41f0-948c-4ebd68714371
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
target = phd_framework::test_vm
target_id = b0299b97-5337-4d01-9874-9db503eb3ccb
timeout_duration = 45s
|
| 3455 | 2026-09-04T01:15:28.741Z | 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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
target = phd_framework::test_vm
target_id = b0299b97-5337-4d01-9874-9db503eb3ccb
vm = migrate_running_process::export_failure_target2
vm_id = b0299b97-5337-4d01-9874-9db503eb3ccb
|
| 3456 | 2026-09-04T01:15:28.866Z | 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: b0299b97-5337-4d01-9874-9db503eb3ccb, name: "phd-vm-b0299b97-5337-4d01-9874-9db503eb3ccb", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: cefcede0-a8aa-404b-964f-ccb8b27dcf70, project_id: 57adca74-82ae-4a77-b966-8468d596d0cc, sled_id: a8ed14da-98a2-46ae-81f8-ab7ccbb1c7ef, sled_serial: "a8ed14da-98a2-46ae-81f8-ab7ccbb1c7ef", 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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
target = phd_framework::test_vm
target_id = b0299b97-5337-4d01-9874-9db503eb3ccb
vm = migrate_running_process::export_failure_target2
vm_id = b0299b97-5337-4d01-9874-9db503eb3ccb
|
| 3457 | 2026-09-04T01:15:28.866Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = cfc109f9-cc63-41f0-948c-4ebd68714371
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
target = phd_framework::test_vm
target_id = b0299b97-5337-4d01-9874-9db503eb3ccb
|
| 3458 | 2026-09-04T01:15:31.053Z | 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-09-04T01:15:31.372Z | 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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
target = phd_framework::test_vm
target_id = b0299b97-5337-4d01-9874-9db503eb3ccb
|
| 3460 | 2026-09-04T01:15:31.372Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2505
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = cfc109f9-cc63-41f0-948c-4ebd68714371
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
target = phd_framework::test_vm
target_id = b0299b97-5337-4d01-9874-9db503eb3ccb
|
| 3461 | 2026-09-04T01:15:31.372Z | 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 = b0299b97-5337-4d01-9874-9db503eb3ccb
|
| 3462 | 2026-09-04T01:15:31.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::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::export_failure_target2
vm_id = b0299b97-5337-4d01-9874-9db503eb3ccb
|
| 3463 | 2026-09-04T01:15:31.384Z | 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 = b0299b97-5337-4d01-9874-9db503eb3ccb
|
| 3464 | 2026-09-04T01:15:31.384Z | 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 = b0299b97-5337-4d01-9874-9db503eb3ccb
|
| 3465 | 2026-09-04T01:15:31.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::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::export_failure_target2
vm_id = b0299b97-5337-4d01-9874-9db503eb3ccb
|
| 3466 | 2026-09-04T01:15:31.472Z | 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 = b0299b97-5337-4d01-9874-9db503eb3ccb
|
| 3467 | 2026-09-04T01:15:31.473Z | 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 = b0299b97-5337-4d01-9874-9db503eb3ccb
|
| 3468 | 2026-09-04T01:15:31.473Z | INFO | phd-runner: [WAIT_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 = b0299b97-5337-4d01-9874-9db503eb3ccb
|
| 3469 | 2026-09-04T01:15:31.483Z | 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_target2
vm_id = b0299b97-5337-4d01-9874-9db503eb3ccb
|
| 3470 | 2026-09-04T01:15:31.483Z | 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 = b0299b97-5337-4d01-9874-9db503eb3ccb
|
| 3471 | 2026-09-04T01:15:31.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(300s)
vm = migrate_running_process::export_failure_target2
vm_id = b0299b97-5337-4d01-9874-9db503eb3ccb
|
| 3472 | 2026-09-04T01:15:31.516Z | 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_target2
vm_id = b0299b97-5337-4d01-9874-9db503eb3ccb
|
| 3473 | 2026-09-04T01:15:31.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 = b0299b97-5337-4d01-9874-9db503eb3ccb
|
| 3474 | 2026-09-04T01:15:31.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 = 3cceae93-c70a-4752-a38c-cf5fc7314e51
|
| 3475 | 2026-09-04T01:15:31.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_source
vm_id = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3476 | 2026-09-04T01:15:31.517Z | 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-09-04T01:15:31.517Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 11317
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3478 | 2026-09-04T01:15:31.517Z | 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-09-04T01:15:31.517Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3480 | 2026-09-04T01:15:31.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 = b0299b97-5337-4d01-9874-9db503eb3ccb
|
| 3481 | 2026-09-04T01:15:31.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 = 3cceae93-c70a-4752-a38c-cf5fc7314e51
|
| 3482 | 2026-09-04T01:15:31.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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3483 | 2026-09-04T01:15:31.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 = 3cceae93-c70a-4752-a38c-cf5fc7314e51
|
| 3484 | 2026-09-04T01:15:31.612Z | 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::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3485 | 2026-09-04T01:15:31.612Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 11538
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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
|
| 3486 | 2026-09-04T01:15:31.613Z | 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 = b0299b97-5337-4d01-9874-9db503eb3ccb
|
| 3487 | 2026-09-04T01:15:31.660Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 142
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 = 3cceae93-c70a-4752-a38c-cf5fc7314e51
|
| 3488 | 2026-09-04T01:15:31.660Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6081
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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
target = phd_framework::test_vm
target_id = 3cceae93-c70a-4752-a38c-cf5fc7314e51
vm = migrate_running_process::export_failure_target1
vm_id = 3cceae93-c70a-4752-a38c-cf5fc7314e51
|
| 3489 | 2026-09-04T01:15:31.660Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 6081
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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
target = phd_framework::test_vm
target_id = 3cceae93-c70a-4752-a38c-cf5fc7314e51
|
| 3490 | 2026-09-04T01:15:31.700Z | 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 = b0299b97-5337-4d01-9874-9db503eb3ccb
|
| 3491 | 2026-09-04T01:15:31.700Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-f366a410-859b-4509-8d47-73960fad7e0d"]
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 = b0299b97-5337-4d01-9874-9db503eb3ccb
|
| 3492 | 2026-09-04T01:15:31.727Z | 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 = b0299b97-5337-4d01-9874-9db503eb3ccb
|
| 3493 | 2026-09-04T01:15:31.727Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-a1b106bc-b6dd-4d9e-9221-b27d9be8fa91"]
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 = b0299b97-5337-4d01-9874-9db503eb3ccb
|
| 3494 | 2026-09-04T01:15:31.744Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 227
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 = b0299b97-5337-4d01-9874-9db503eb3ccb
|
| 3495 | 2026-09-04T01:15:31.744Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 3003
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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
target = phd_framework::test_vm
target_id = b0299b97-5337-4d01-9874-9db503eb3ccb
vm = migrate_running_process::export_failure_target2
vm_id = b0299b97-5337-4d01-9874-9db503eb3ccb
|
| 3496 | 2026-09-04T01:15:31.744Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 3003
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 = bd219ff9-1f22-452d-9ef4-8ae45e8a0266
target = phd_framework::test_vm
target_id = b0299b97-5337-4d01-9874-9db503eb3ccb
|
| 3497 | 2026-09-04T01:15:31.744Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 11855
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-09-04T01:15:31.744Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 226
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3499 | 2026-09-04T01:15:31.744Z | 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-09-04T01:15:31.745Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3501 | 2026-09-04T01:15:31.745Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3502 | 2026-09-04T01:15:31.745Z | 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-09-04T01:15:31.745Z | 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-09-04T01:15:31.745Z | 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-09-04T01:15:31.745Z | 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-09-04T01:15:31.745Z | 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-09-04T01:15:31.757Z | 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 209M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 3508 | 2026-09-04T01:15:31.757Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-9271011e-a8ce-4659-b25e-f4d3d5f962a7"]
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-09-04T01:15:31.779Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-9271011e-a8ce-4659-b25e-f4d3d5f962a7", "phd-artifacts/phd-clone-9b30ef22-d0ed-4272-a5df-1b4e5c9f9471"]
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-09-04T01:15:31.797Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-9b30ef22-d0ed-4272-a5df-1b4e5c9f9471"]
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-09-04T01:15:31.808Z | 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-9b30ef22-d0ed-4272-a5df-1b4e5c9f9471 0B 25.3T 207M /phd-artifacts/phd-clone-9b30ef22-d0ed-4272-a5df-1b4e5c9f9471\n
target = phd_framework::zfs
|
| 3512 | 2026-09-04T01:15:31.809Z | 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-09-04T01:15:31.809Z | 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-09-04T01:15:31.809Z | 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-09-04T01:15:31.809Z | 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-09-04T01:15:31.809Z | 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-09-04T01:15:31.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-09-04T01:15:31.854Z | 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::import_failure
target = phd_framework::test_vm
|
| 3519 | 2026-09-04T01:15:31.854Z | 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-09-04T01:15:31.854Z | 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-09-04T01:15:31.854Z | 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-09-04T01:15:31.854Z | 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-09-04T01:15:31.866Z | 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 209M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 3524 | 2026-09-04T01:15:31.866Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-cc25e9f4-2bb1-4a6b-9262-7efa92c45cfd"]
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-09-04T01:15:31.886Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-cc25e9f4-2bb1-4a6b-9262-7efa92c45cfd", "phd-artifacts/phd-clone-aff238a1-ab4b-4ce5-9862-a21805a43bd7"]
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-09-04T01:15:31.903Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-aff238a1-ab4b-4ce5-9862-a21805a43bd7"]
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-09-04T01:15:31.914Z | 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-aff238a1-ab4b-4ce5-9862-a21805a43bd7 0B 25.3T 207M /phd-artifacts/phd-clone-aff238a1-ab4b-4ce5-9862-a21805a43bd7\n
target = phd_framework::zfs
|
| 3528 | 2026-09-04T01:15:31.915Z | 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-09-04T01:15:31.915Z | 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-09-04T01:15:31.915Z | 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-09-04T01:15:31.915Z | 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-09-04T01:15:31.915Z | 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-09-04T01:15:31.947Z | 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-09-04T01:15:31.961Z | 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
|
| 3535 | 2026-09-04T01:15:31.961Z | 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-09-04T01:15:31.961Z | 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-09-04T01:15:31.961Z | 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-09-04T01:15:31.961Z | 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-09-04T01:15:31.961Z | 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-09-04T01:15:31.987Z | 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-09-04T01:15:32.001Z | 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::import_failure
target = phd_framework::test_vm
|
| 3542 | 2026-09-04T01:15:32.001Z | 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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3543 | 2026-09-04T01:15:32.128Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3544 | 2026-09-04T01:15:32.128Z | 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: 21253286-f42c-42fa-917c-9ad88ccc0337, name: "phd-vm-21253286-f42c-42fa-917c-9ad88ccc0337", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: c90d7840-192b-4462-860e-9239fc97ded9, project_id: a072c789-e9ab-408a-b680-fafc8c0c07f8, sled_id: 56956235-a17a-4185-86b5-eee17e2fe99f, sled_serial: "56956235-a17a-4185-86b5-eee17e2fe99f", 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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3545 | 2026-09-04T01:15:32.129Z | 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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3546 | 2026-09-04T01:15:32.129Z | 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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3547 | 2026-09-04T01:15:32.130Z | 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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3548 | 2026-09-04T01:15:32.130Z | 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-09-04T01:15:32.130Z | 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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3550 | 2026-09-04T01:15:32.130Z | DEBG | phd-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-09-04T01:15:32.130Z | 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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3552 | 2026-09-04T01:15:32.130Z | INFO | phd-runner: [WAIT_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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3553 | 2026-09-04T01:15:36.528Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4397
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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3554 | 2026-09-04T01:15:36.528Z | DEBG | phd-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-09-04T01:15:36.528Z | DEBG | phd-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-09-04T01:15:36.528Z | 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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3557 | 2026-09-04T01:15:36.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::import_failure
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migrate_running_process::import_failure_source
vm_id = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3558 | 2026-09-04T01:15:36.547Z | 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::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3559 | 2026-09-04T01:15:36.547Z | DEBG | phd-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-09-04T01:15:36.547Z | DEBG | phd-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-09-04T01:15:36.547Z | 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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3562 | 2026-09-04T01:15:36.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::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migrate_running_process::import_failure_source
vm_id = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3563 | 2026-09-04T01:15:36.580Z | 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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3564 | 2026-09-04T01:15:36.580Z | 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-09-04T01:15:36.580Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4450
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-09-04T01:15:36.581Z | 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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3567 | 2026-09-04T01:15:36.581Z | INFO | phd-runner: [WAIT_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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3568 | 2026-09-04T01:15:36.689Z | 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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3569 | 2026-09-04T01:15:36.689Z | 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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3570 | 2026-09-04T01:15:36.689Z | INFO | phd-runner: [WAIT_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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3571 | 2026-09-04T01:15:36.700Z | 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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3572 | 2026-09-04T01:15:36.700Z | 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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3573 | 2026-09-04T01:15:36.700Z | INFO | phd-runner: [WAIT_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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3574 | 2026-09-04T01:15:36.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::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3575 | 2026-09-04T01:15:36.711Z | 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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3576 | 2026-09-04T01:15:36.711Z | INFO | phd-runner: [WAIT_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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3577 | 2026-09-04T01:15:36.734Z | 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::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3578 | 2026-09-04T01:15:36.734Z | 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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3579 | 2026-09-04T01:15:36.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::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::import_failure_source
vm_id = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3580 | 2026-09-04T01:15:36.745Z | 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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3581 | 2026-09-04T01:15:36.745Z | 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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3582 | 2026-09-04T01:15:36.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::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::import_failure_source
vm_id = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3583 | 2026-09-04T01:15:36.777Z | 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::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3584 | 2026-09-04T01:15:36.778Z | 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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3585 | 2026-09-04T01:15:36.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::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::import_failure_source
vm_id = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3586 | 2026-09-04T01:15:36.789Z | 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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3587 | 2026-09-04T01:15:36.789Z | 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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3588 | 2026-09-04T01:15:36.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::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::import_failure_source
vm_id = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3589 | 2026-09-04T01:15:36.823Z | 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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3590 | 2026-09-04T01:15:36.823Z | 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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3591 | 2026-09-04T01:15:36.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::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::import_failure_source
vm_id = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3592 | 2026-09-04T01:15:36.834Z | 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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3593 | 2026-09-04T01:15:36.834Z | 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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3594 | 2026-09-04T01:15:36.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::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::import_failure_source
vm_id = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3595 | 2026-09-04T01:15:37.137Z | 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::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3596 | 2026-09-04T01:15:37.137Z | 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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3597 | 2026-09-04T01:15:37.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::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::import_failure_source
vm_id = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3598 | 2026-09-04T01:15:37.148Z | 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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3599 | 2026-09-04T01:15:37.148Z | 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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3600 | 2026-09-04T01:15:37.148Z | INFO | phd-runner: [WAIT_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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3601 | 2026-09-04T01:15:37.182Z | 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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3602 | 2026-09-04T01:15:37.182Z | 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 = 21253286-f42c-42fa-917c-9ad88ccc0337
target = phd_framework::test_vm
target_id = 61568f49-81b0-4c71-add5-179f9a134dde
|
| 3603 | 2026-09-04T01:15:37.182Z | 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 = 7949cb4f-ea75-4292-9eea-952cbdb193c2
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 21253286-f42c-42fa-917c-9ad88ccc0337
target = phd_framework::test_vm
target_id = 61568f49-81b0-4c71-add5-179f9a134dde
timeout_duration = 45s
|
| 3604 | 2026-09-04T01:15:37.182Z | 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 = 21253286-f42c-42fa-917c-9ad88ccc0337
target = phd_framework::test_vm
target_id = 61568f49-81b0-4c71-add5-179f9a134dde
vm = migrate_running_process::import_failure_target1
vm_id = 61568f49-81b0-4c71-add5-179f9a134dde
|
| 3605 | 2026-09-04T01:15:37.304Z | 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: 61568f49-81b0-4c71-add5-179f9a134dde, name: "phd-vm-61568f49-81b0-4c71-add5-179f9a134dde", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 00e723ad-940e-491e-b5f0-9233f5daa56b, project_id: bf206e8e-0de6-4bf9-a276-7f77bb08449d, sled_id: ac1abcae-07bc-4d20-9e00-04abcf10b871, sled_serial: "ac1abcae-07bc-4d20-9e00-04abcf10b871", 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 = 21253286-f42c-42fa-917c-9ad88ccc0337
target = phd_framework::test_vm
target_id = 61568f49-81b0-4c71-add5-179f9a134dde
vm = migrate_running_process::import_failure_target1
vm_id = 61568f49-81b0-4c71-add5-179f9a134dde
|
| 3606 | 2026-09-04T01:15:37.304Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = 7949cb4f-ea75-4292-9eea-952cbdb193c2
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 21253286-f42c-42fa-917c-9ad88ccc0337
target = phd_framework::test_vm
target_id = 61568f49-81b0-4c71-add5-179f9a134dde
|
| 3607 | 2026-09-04T01:15:39.881Z | 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 = 21253286-f42c-42fa-917c-9ad88ccc0337
target = phd_framework::test_vm
target_id = 61568f49-81b0-4c71-add5-179f9a134dde
|
| 3608 | 2026-09-04T01:15:39.882Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2576
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = 7949cb4f-ea75-4292-9eea-952cbdb193c2
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 21253286-f42c-42fa-917c-9ad88ccc0337
target = phd_framework::test_vm
target_id = 61568f49-81b0-4c71-add5-179f9a134dde
|
| 3609 | 2026-09-04T01:15:39.882Z | 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-09-04T01:15:39.882Z | 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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3611 | 2026-09-04T01:15:39.882Z | 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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3612 | 2026-09-04T01:15:39.882Z | 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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3613 | 2026-09-04T01:15:39.883Z | 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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3614 | 2026-09-04T01:15:39.884Z | 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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3615 | 2026-09-04T01:15:39.884Z | 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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3616 | 2026-09-04T01:15:39.884Z | 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 = 21253286-f42c-42fa-917c-9ad88ccc0337
target = phd_framework::test_vm
target_id = c5f9ba15-07cd-4eef-98be-b0c1cc66f2d2
|
| 3617 | 2026-09-04T01:15:39.884Z | 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 = f5ee6c91-7b9a-4204-a473-4a34b0499d07
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 21253286-f42c-42fa-917c-9ad88ccc0337
target = phd_framework::test_vm
target_id = c5f9ba15-07cd-4eef-98be-b0c1cc66f2d2
timeout_duration = 45s
|
| 3618 | 2026-09-04T01:15:39.884Z | 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 = 21253286-f42c-42fa-917c-9ad88ccc0337
target = phd_framework::test_vm
target_id = c5f9ba15-07cd-4eef-98be-b0c1cc66f2d2
vm = migrate_running_process::import_failure_target2
vm_id = c5f9ba15-07cd-4eef-98be-b0c1cc66f2d2
|
| 3619 | 2026-09-04T01:15:40.003Z | 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: c5f9ba15-07cd-4eef-98be-b0c1cc66f2d2, name: "phd-vm-c5f9ba15-07cd-4eef-98be-b0c1cc66f2d2", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: c90d7840-192b-4462-860e-9239fc97ded9, project_id: a072c789-e9ab-408a-b680-fafc8c0c07f8, sled_id: 91dc59e8-de1f-4c9e-a2cc-a201418fbe63, sled_serial: "91dc59e8-de1f-4c9e-a2cc-a201418fbe63", 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 = 21253286-f42c-42fa-917c-9ad88ccc0337
target = phd_framework::test_vm
target_id = c5f9ba15-07cd-4eef-98be-b0c1cc66f2d2
vm = migrate_running_process::import_failure_target2
vm_id = c5f9ba15-07cd-4eef-98be-b0c1cc66f2d2
|
| 3620 | 2026-09-04T01:15:40.003Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = f5ee6c91-7b9a-4204-a473-4a34b0499d07
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 21253286-f42c-42fa-917c-9ad88ccc0337
target = phd_framework::test_vm
target_id = c5f9ba15-07cd-4eef-98be-b0c1cc66f2d2
|
| 3621 | 2026-09-04T01:15:42.185Z | 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-09-04T01:15:42.947Z | 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 = 21253286-f42c-42fa-917c-9ad88ccc0337
target = phd_framework::test_vm
target_id = c5f9ba15-07cd-4eef-98be-b0c1cc66f2d2
|
| 3623 | 2026-09-04T01:15:42.947Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2944
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = f5ee6c91-7b9a-4204-a473-4a34b0499d07
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 21253286-f42c-42fa-917c-9ad88ccc0337
target = phd_framework::test_vm
target_id = c5f9ba15-07cd-4eef-98be-b0c1cc66f2d2
|
| 3624 | 2026-09-04T01:15:42.947Z | 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 = c5f9ba15-07cd-4eef-98be-b0c1cc66f2d2
|
| 3625 | 2026-09-04T01:15:42.948Z | INFO | phd-runner: [WAIT_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 = c5f9ba15-07cd-4eef-98be-b0c1cc66f2d2
|
| 3626 | 2026-09-04T01:15:42.959Z | 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 = c5f9ba15-07cd-4eef-98be-b0c1cc66f2d2
|
| 3627 | 2026-09-04T01:15:42.959Z | 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 = c5f9ba15-07cd-4eef-98be-b0c1cc66f2d2
|
| 3628 | 2026-09-04T01:15:42.959Z | INFO | phd-runner: [WAIT_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 = c5f9ba15-07cd-4eef-98be-b0c1cc66f2d2
|
| 3629 | 2026-09-04T01:15:43.047Z | 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 = c5f9ba15-07cd-4eef-98be-b0c1cc66f2d2
|
| 3630 | 2026-09-04T01:15:43.048Z | 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 = c5f9ba15-07cd-4eef-98be-b0c1cc66f2d2
|
| 3631 | 2026-09-04T01:15:43.048Z | INFO | phd-runner: [WAIT_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 = c5f9ba15-07cd-4eef-98be-b0c1cc66f2d2
|
| 3632 | 2026-09-04T01:15:43.058Z | 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_target2
vm_id = c5f9ba15-07cd-4eef-98be-b0c1cc66f2d2
|
| 3633 | 2026-09-04T01:15:43.059Z | 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 = c5f9ba15-07cd-4eef-98be-b0c1cc66f2d2
|
| 3634 | 2026-09-04T01:15:43.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::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::import_failure_target2
vm_id = c5f9ba15-07cd-4eef-98be-b0c1cc66f2d2
|
| 3635 | 2026-09-04T01:15:43.091Z | 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 = c5f9ba15-07cd-4eef-98be-b0c1cc66f2d2
|
| 3636 | 2026-09-04T01:15:43.091Z | 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 = c5f9ba15-07cd-4eef-98be-b0c1cc66f2d2
|
| 3637 | 2026-09-04T01:15:43.091Z | 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 = 61568f49-81b0-4c71-add5-179f9a134dde
|
| 3638 | 2026-09-04T01:15:43.091Z | 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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3639 | 2026-09-04T01:15:43.091Z | 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-09-04T01:15:43.092Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 10963
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3641 | 2026-09-04T01:15:43.092Z | 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-09-04T01:15:43.092Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3643 | 2026-09-04T01:15:43.093Z | 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 = c5f9ba15-07cd-4eef-98be-b0c1cc66f2d2
|
| 3644 | 2026-09-04T01:15:43.093Z | 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 = 61568f49-81b0-4c71-add5-179f9a134dde
|
| 3645 | 2026-09-04T01:15:43.093Z | 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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3646 | 2026-09-04T01:15:43.096Z | 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 = 61568f49-81b0-4c71-add5-179f9a134dde
|
| 3647 | 2026-09-04T01:15:43.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::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 = c5f9ba15-07cd-4eef-98be-b0c1cc66f2d2
|
| 3648 | 2026-09-04T01:15:43.187Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 95
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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3649 | 2026-09-04T01:15:43.187Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 11185
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 = 21253286-f42c-42fa-917c-9ad88ccc0337
|
| 3650 | 2026-09-04T01:15:43.239Z | 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 = 61568f49-81b0-4c71-add5-179f9a134dde
|
| 3651 | 2026-09-04T01:15:43.240Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-aff238a1-ab4b-4ce5-9862-a21805a43bd7"]
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 = 61568f49-81b0-4c71-add5-179f9a134dde
|
| 3652 | 2026-09-04T01:15:43.260Z | 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 = 61568f49-81b0-4c71-add5-179f9a134dde
|
| 3653 | 2026-09-04T01:15:43.260Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-cc25e9f4-2bb1-4a6b-9262-7efa92c45cfd"]
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 = 61568f49-81b0-4c71-add5-179f9a134dde
|
| 3654 | 2026-09-04T01:15:43.279Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 187
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 = 61568f49-81b0-4c71-add5-179f9a134dde
|
| 3655 | 2026-09-04T01:15:43.280Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6097
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 = 21253286-f42c-42fa-917c-9ad88ccc0337
target = phd_framework::test_vm
target_id = 61568f49-81b0-4c71-add5-179f9a134dde
vm = migrate_running_process::import_failure_target1
vm_id = 61568f49-81b0-4c71-add5-179f9a134dde
|
| 3656 | 2026-09-04T01:15:43.280Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 6097
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 = 21253286-f42c-42fa-917c-9ad88ccc0337
target = phd_framework::test_vm
target_id = 61568f49-81b0-4c71-add5-179f9a134dde
|
| 3657 | 2026-09-04T01:15:43.282Z | 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 = c5f9ba15-07cd-4eef-98be-b0c1cc66f2d2
|
| 3658 | 2026-09-04T01:15:43.282Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-9b30ef22-d0ed-4272-a5df-1b4e5c9f9471"]
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 = c5f9ba15-07cd-4eef-98be-b0c1cc66f2d2
|
| 3659 | 2026-09-04T01:15:43.307Z | 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 = c5f9ba15-07cd-4eef-98be-b0c1cc66f2d2
|
| 3660 | 2026-09-04T01:15:43.307Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-9271011e-a8ce-4659-b25e-f4d3d5f962a7"]
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 = c5f9ba15-07cd-4eef-98be-b0c1cc66f2d2
|
| 3661 | 2026-09-04T01:15:43.325Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 233
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 = c5f9ba15-07cd-4eef-98be-b0c1cc66f2d2
|
| 3662 | 2026-09-04T01:15:43.325Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 232
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3663 | 2026-09-04T01:15:43.325Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 3440
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 = 21253286-f42c-42fa-917c-9ad88ccc0337
target = phd_framework::test_vm
target_id = c5f9ba15-07cd-4eef-98be-b0c1cc66f2d2
vm = migrate_running_process::import_failure_target2
vm_id = c5f9ba15-07cd-4eef-98be-b0c1cc66f2d2
|
| 3664 | 2026-09-04T01:15:43.325Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 3440
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 = 21253286-f42c-42fa-917c-9ad88ccc0337
target = phd_framework::test_vm
target_id = c5f9ba15-07cd-4eef-98be-b0c1cc66f2d2
|
| 3665 | 2026-09-04T01:15:43.325Z | 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
|
| 3666 | 2026-09-04T01:15:43.325Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 11579
file = phd-tests/tests/src/migrate.rs
line = 136
path = phd_tests::migrate::running_process::import_failure
target = phd_tests::migrate::running_process
|
| 3667 | 2026-09-04T01:15:43.325Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3668 | 2026-09-04T01:15:43.325Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3669 | 2026-09-04T01:15:43.325Z | 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-09-04T01:15:43.325Z | 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-09-04T01:15:43.325Z | 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-09-04T01:15:43.326Z | 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-09-04T01:15:43.326Z | 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-09-04T01:15:43.338Z | 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 209M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 3675 | 2026-09-04T01:15:43.338Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-655bdba6-1a95-41a8-87de-44cd061f6515"]
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-09-04T01:15:43.354Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-655bdba6-1a95-41a8-87de-44cd061f6515", "phd-artifacts/phd-clone-8ba8f175-1536-481d-967a-b904aa62e243"]
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-09-04T01:15:43.373Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-8ba8f175-1536-481d-967a-b904aa62e243"]
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-09-04T01:15:43.384Z | 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-8ba8f175-1536-481d-967a-b904aa62e243 0B 25.3T 207M /phd-artifacts/phd-clone-8ba8f175-1536-481d-967a-b904aa62e243\n
target = phd_framework::zfs
|
| 3679 | 2026-09-04T01:15:43.384Z | 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-09-04T01:15:43.384Z | 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-09-04T01:15:43.384Z | 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-09-04T01:15:43.385Z | 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-09-04T01:15:43.385Z | 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-09-04T01:15:43.415Z | 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-09-04T01:15:43.429Z | 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::migrate_running_process
target = phd_framework::test_vm
|
| 3686 | 2026-09-04T01:15:43.430Z | 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-09-04T01:15:43.430Z | 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-09-04T01:15:43.430Z | 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-09-04T01:15:43.430Z | 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-09-04T01:15:43.430Z | 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-09-04T01:15:43.461Z | 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-09-04T01:15:43.475Z | 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::migrate_running_process
target = phd_framework::test_vm
|
| 3693 | 2026-09-04T01:15:43.475Z | 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 = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3694 | 2026-09-04T01:15:43.604Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3695 | 2026-09-04T01:15:43.605Z | 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: 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76, name: "phd-vm-93278b1f-c1f9-4a38-b80f-9b8a48bfcf76", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 46c8f0df-8eee-432e-a394-b069020407d0, project_id: 32e95b2e-b892-49c2-9522-baf755e391c1, sled_id: f732c9ad-b2df-460a-91a1-7bb70b24560f, sled_serial: "f732c9ad-b2df-460a-91a1-7bb70b24560f", 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 = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3696 | 2026-09-04T01:15:43.606Z | 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 = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3697 | 2026-09-04T01:15:43.606Z | 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 = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3698 | 2026-09-04T01:15:43.607Z | 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::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3699 | 2026-09-04T01:15:43.607Z | 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-09-04T01:15:43.607Z | 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 = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3701 | 2026-09-04T01:15:43.607Z | DEBG | phd-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-09-04T01:15:43.607Z | 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 = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3703 | 2026-09-04T01:15:43.607Z | INFO | phd-runner: [WAIT_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 = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3704 | 2026-09-04T01:15:48.015Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4407
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 = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3705 | 2026-09-04T01:15:48.015Z | DEBG | phd-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-09-04T01:15:48.015Z | DEBG | phd-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-09-04T01:15:48.015Z | 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 = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3708 | 2026-09-04T01:15:48.015Z | INFO | phd-runner: [WAIT_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 = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3709 | 2026-09-04T01:15:48.033Z | 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::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3710 | 2026-09-04T01:15:48.034Z | DEBG | phd-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-09-04T01:15:48.034Z | DEBG | phd-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-09-04T01:15:48.034Z | 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 = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3713 | 2026-09-04T01:15:48.034Z | INFO | phd-runner: [WAIT_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 = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3714 | 2026-09-04T01:15:48.066Z | 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::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3715 | 2026-09-04T01:15:48.066Z | 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-09-04T01:15:48.066Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4459
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-09-04T01:15:48.066Z | 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 = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3718 | 2026-09-04T01:15:48.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::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process_source
vm_id = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3719 | 2026-09-04T01:15:48.167Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 100
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 = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3720 | 2026-09-04T01:15:48.167Z | 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 = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3721 | 2026-09-04T01:15:48.167Z | INFO | phd-runner: [WAIT_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 = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3722 | 2026-09-04T01:15:48.177Z | 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::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3723 | 2026-09-04T01:15:48.177Z | 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 = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3724 | 2026-09-04T01:15:48.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::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process_source
vm_id = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3725 | 2026-09-04T01:15:48.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::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3726 | 2026-09-04T01:15:48.188Z | 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 = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3727 | 2026-09-04T01:15:48.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::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process_source
vm_id = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3728 | 2026-09-04T01:15:48.210Z | 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::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3729 | 2026-09-04T01:15:48.210Z | 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 = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3730 | 2026-09-04T01:15: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::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process_source
vm_id = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3731 | 2026-09-04T01:15:48.221Z | 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 = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3732 | 2026-09-04T01:15:48.221Z | 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 = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3733 | 2026-09-04T01:15:48.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::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process_source
vm_id = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3734 | 2026-09-04T01:15:48.254Z | 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 = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3735 | 2026-09-04T01:15:48.255Z | 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 = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3736 | 2026-09-04T01:15:48.255Z | INFO | phd-runner: [WAIT_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 = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3737 | 2026-09-04T01:15:48.267Z | 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::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3738 | 2026-09-04T01:15:48.267Z | 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 = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3739 | 2026-09-04T01:15:48.267Z | INFO | phd-runner: [WAIT_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 = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3740 | 2026-09-04T01:15:48.299Z | 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::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3741 | 2026-09-04T01:15:48.299Z | 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 = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3742 | 2026-09-04T01:15:48.299Z | INFO | phd-runner: [WAIT_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 = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3743 | 2026-09-04T01:15:48.310Z | 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 = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3744 | 2026-09-04T01:15:48.310Z | 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 = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3745 | 2026-09-04T01:15:48.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::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process_source
vm_id = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3746 | 2026-09-04T01:15:48.609Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 298
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 = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3747 | 2026-09-04T01:15:48.609Z | 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 = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3748 | 2026-09-04T01:15:48.610Z | INFO | phd-runner: [WAIT_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 = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3749 | 2026-09-04T01:15:48.620Z | 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 = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3750 | 2026-09-04T01:15:48.621Z | 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 = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3751 | 2026-09-04T01:15:48.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::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process_source
vm_id = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3752 | 2026-09-04T01:15:48.643Z | 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::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3753 | 2026-09-04T01:15:48.643Z | 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 = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
target = phd_framework::test_vm
target_id = d8b4784a-2d02-486b-a461-8cd89d8ac996
|
| 3754 | 2026-09-04T01:15:48.643Z | 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 = 9d4c035c-3d2d-4373-9b1b-4a605ad5e489
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
target = phd_framework::test_vm
target_id = d8b4784a-2d02-486b-a461-8cd89d8ac996
timeout_duration = 45s
|
| 3755 | 2026-09-04T01:15:48.643Z | 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 = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
target = phd_framework::test_vm
target_id = d8b4784a-2d02-486b-a461-8cd89d8ac996
vm = migrate_running_process_target
vm_id = d8b4784a-2d02-486b-a461-8cd89d8ac996
|
| 3756 | 2026-09-04T01:15:48.767Z | 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: d8b4784a-2d02-486b-a461-8cd89d8ac996, name: "phd-vm-d8b4784a-2d02-486b-a461-8cd89d8ac996", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 46c8f0df-8eee-432e-a394-b069020407d0, project_id: 32e95b2e-b892-49c2-9522-baf755e391c1, sled_id: e0920d76-4b52-4341-a77c-2ae258390d61, sled_serial: "e0920d76-4b52-4341-a77c-2ae258390d61", 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 = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
target = phd_framework::test_vm
target_id = d8b4784a-2d02-486b-a461-8cd89d8ac996
vm = migrate_running_process_target
vm_id = d8b4784a-2d02-486b-a461-8cd89d8ac996
|
| 3757 | 2026-09-04T01:15:48.767Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = 9d4c035c-3d2d-4373-9b1b-4a605ad5e489
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
target = phd_framework::test_vm
target_id = d8b4784a-2d02-486b-a461-8cd89d8ac996
|
| 3758 | 2026-09-04T01:15:51.110Z | 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-09-04T01:15:52.414Z | 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 = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
target = phd_framework::test_vm
target_id = d8b4784a-2d02-486b-a461-8cd89d8ac996
|
| 3760 | 2026-09-04T01:15:52.414Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3647
file = phd-tests/framework/src/test_vm/mod.rs
line = 663
migration_id = 9d4c035c-3d2d-4373-9b1b-4a605ad5e489
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
target = phd_framework::test_vm
target_id = d8b4784a-2d02-486b-a461-8cd89d8ac996
|
| 3761 | 2026-09-04T01:15:52.414Z | 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 = d8b4784a-2d02-486b-a461-8cd89d8ac996
|
| 3762 | 2026-09-04T01:15:52.414Z | INFO | phd-runner: [WAIT_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 = d8b4784a-2d02-486b-a461-8cd89d8ac996
|
| 3763 | 2026-09-04T01:15:54.247Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 1832
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 = d8b4784a-2d02-486b-a461-8cd89d8ac996
|
| 3764 | 2026-09-04T01:15:54.247Z | 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 = d8b4784a-2d02-486b-a461-8cd89d8ac996
|
| 3765 | 2026-09-04T01:15:54.247Z | INFO | phd-runner: [WAIT_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 = d8b4784a-2d02-486b-a461-8cd89d8ac996
|
| 3766 | 2026-09-04T01:15:54.335Z | 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::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = d8b4784a-2d02-486b-a461-8cd89d8ac996
|
| 3767 | 2026-09-04T01:15:54.336Z | 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 = d8b4784a-2d02-486b-a461-8cd89d8ac996
|
| 3768 | 2026-09-04T01:15:54.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::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process_target
vm_id = d8b4784a-2d02-486b-a461-8cd89d8ac996
|
| 3769 | 2026-09-04T01:15:54.346Z | 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 = d8b4784a-2d02-486b-a461-8cd89d8ac996
|
| 3770 | 2026-09-04T01:15:54.347Z | 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 = d8b4784a-2d02-486b-a461-8cd89d8ac996
|
| 3771 | 2026-09-04T01:15:54.347Z | INFO | phd-runner: [WAIT_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 = d8b4784a-2d02-486b-a461-8cd89d8ac996
|
| 3772 | 2026-09-04T01:15:54.369Z | 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::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = d8b4784a-2d02-486b-a461-8cd89d8ac996
|
| 3773 | 2026-09-04T01:15:54.369Z | 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 = d8b4784a-2d02-486b-a461-8cd89d8ac996
|
| 3774 | 2026-09-04T01:15:54.369Z | 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 = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3775 | 2026-09-04T01:15:54.369Z | 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-09-04T01:15:54.369Z | 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
|
| 3777 | 2026-09-04T01:15:54.369Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3778 | 2026-09-04T01:15:54.369Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 10764
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3779 | 2026-09-04T01:15:54.371Z | 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 = d8b4784a-2d02-486b-a461-8cd89d8ac996
|
| 3780 | 2026-09-04T01:15:54.371Z | 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 = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3781 | 2026-09-04T01:15:54.461Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 92
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 = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3782 | 2026-09-04T01:15:54.461Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 10985
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 = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
|
| 3783 | 2026-09-04T01:15:54.463Z | 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 = d8b4784a-2d02-486b-a461-8cd89d8ac996
|
| 3784 | 2026-09-04T01:15:54.543Z | 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 = d8b4784a-2d02-486b-a461-8cd89d8ac996
|
| 3785 | 2026-09-04T01:15:54.543Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-8ba8f175-1536-481d-967a-b904aa62e243"]
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 = d8b4784a-2d02-486b-a461-8cd89d8ac996
|
| 3786 | 2026-09-04T01:15:54.570Z | 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 = d8b4784a-2d02-486b-a461-8cd89d8ac996
|
| 3787 | 2026-09-04T01:15:54.570Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-655bdba6-1a95-41a8-87de-44cd061f6515"]
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 = d8b4784a-2d02-486b-a461-8cd89d8ac996
|
| 3788 | 2026-09-04T01:15:54.588Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 219
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 = d8b4784a-2d02-486b-a461-8cd89d8ac996
|
| 3789 | 2026-09-04T01:15:54.589Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 219
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3790 | 2026-09-04T01:15:54.589Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5945
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 = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
target = phd_framework::test_vm
target_id = d8b4784a-2d02-486b-a461-8cd89d8ac996
vm = migrate_running_process_target
vm_id = d8b4784a-2d02-486b-a461-8cd89d8ac996
|
| 3791 | 2026-09-04T01:15:54.589Z | 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
|
| 3792 | 2026-09-04T01:15:54.589Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3793 | 2026-09-04T01:15:54.589Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 5945
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 = 93278b1f-c1f9-4a38-b80f-9b8a48bfcf76
target = phd_framework::test_vm
target_id = d8b4784a-2d02-486b-a461-8cd89d8ac996
|
| 3794 | 2026-09-04T01:15:54.589Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3795 | 2026-09-04T01:15:54.589Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 11262
file = phd-tests/tests/src/migrate.rs
line = 116
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_tests::migrate::running_process
|
| 3796 | 2026-09-04T01:15:54.589Z | 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-09-04T01:15:54.589Z | 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-09-04T01:15:54.589Z | 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-09-04T01:15:54.589Z | 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-09-04T01:15:54.590Z | 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-09-04T01:15:54.602Z | 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 209M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 3802 | 2026-09-04T01:15:54.602Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-a12be681-a3fb-435e-9213-2ba1330ab9f7"]
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-09-04T01:15:54.619Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-a12be681-a3fb-435e-9213-2ba1330ab9f7", "phd-artifacts/phd-clone-5cfad028-9c2b-43c4-9462-0ce6e467f899"]
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-09-04T01:15:54.638Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-5cfad028-9c2b-43c4-9462-0ce6e467f899"]
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-09-04T01:15:54.649Z | 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-5cfad028-9c2b-43c4-9462-0ce6e467f899 0B 25.3T 207M /phd-artifacts/phd-clone-5cfad028-9c2b-43c4-9462-0ce6e467f899\n
target = phd_framework::zfs
|
| 3806 | 2026-09-04T01:15:54.650Z | 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-09-04T01:15:54.650Z | 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-09-04T01:15:54.650Z | 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-09-04T01:15:54.650Z | 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-09-04T01:15:54.650Z | 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-09-04T01:15:54.680Z | 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-09-04T01:15:54.694Z | 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_reset_test
target = phd_framework::test_vm
|
| 3813 | 2026-09-04T01:15:54.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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3814 | 2026-09-04T01:15:54.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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3815 | 2026-09-04T01:15:54.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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3816 | 2026-09-04T01:15:54.695Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3817 | 2026-09-04T01:15:54.696Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3818 | 2026-09-04T01:15:55.512Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3819 | 2026-09-04T01:15:55.512Z | 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: 9afea732-fd92-4c54-94f5-0f05ecfca25a, name: "phd-vm-9afea732-fd92-4c54-94f5-0f05ecfca25a", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 9f2aab01-1d14-4c4d-87cf-67e62469bdf7, project_id: 98fc2342-578d-4bbf-8ea0-c8d8ab1a783f, sled_id: 8506d2d5-ec3a-4c2c-8495-163b3a29c3a0, sled_serial: "8506d2d5-ec3a-4c2c-8495-163b3a29c3a0", 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3820 | 2026-09-04T01:15:55.513Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3821 | 2026-09-04T01:15:55.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::server_state_machine::instance_reset_test
state = Run
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3822 | 2026-09-04T01:15:55.514Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3823 | 2026-09-04T01:15:55.514Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3824 | 2026-09-04T01:15:55.514Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3825 | 2026-09-04T01:15:55.514Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3826 | 2026-09-04T01:15:55.514Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3827 | 2026-09-04T01:15:55.515Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3828 | 2026-09-04T01:15:55.515Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3829 | 2026-09-04T01:15:55.515Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3830 | 2026-09-04T01:15:55.515Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3831 | 2026-09-04T01:15:55.516Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3832 | 2026-09-04T01:15:55.516Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3833 | 2026-09-04T01:15:55.516Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3834 | 2026-09-04T01:15:55.516Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3835 | 2026-09-04T01:15:55.516Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3836 | 2026-09-04T01:15:55.519Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 2
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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3837 | 2026-09-04T01:15:55.519Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3838 | 2026-09-04T01:15:55.519Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3839 | 2026-09-04T01:15:55.519Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3840 | 2026-09-04T01:15:55.520Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3841 | 2026-09-04T01:15:55.520Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3842 | 2026-09-04T01:15:55.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::server_state_machine::instance_reset_test
state = Reboot
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3843 | 2026-09-04T01:15:55.521Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3844 | 2026-09-04T01:15:55.521Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3845 | 2026-09-04T01:15:55.521Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3846 | 2026-09-04T01:15:55.522Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3847 | 2026-09-04T01:15:55.522Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3848 | 2026-09-04T01:15:55.522Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3849 | 2026-09-04T01:15:55.523Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3850 | 2026-09-04T01:15:55.523Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3851 | 2026-09-04T01:15:55.523Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3852 | 2026-09-04T01:15:55.524Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3853 | 2026-09-04T01:15:55.524Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3854 | 2026-09-04T01:15:55.524Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3855 | 2026-09-04T01:15:55.525Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3856 | 2026-09-04T01:15:55.525Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3857 | 2026-09-04T01:15:55.525Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3858 | 2026-09-04T01:15:55.526Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3859 | 2026-09-04T01:15:55.526Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3860 | 2026-09-04T01:15:55.526Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3861 | 2026-09-04T01:15:55.527Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3862 | 2026-09-04T01:15:55.527Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3863 | 2026-09-04T01:15:55.527Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3864 | 2026-09-04T01:15:55.528Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3865 | 2026-09-04T01:15:55.528Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3866 | 2026-09-04T01:15:55.528Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3867 | 2026-09-04T01:15:55.529Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3868 | 2026-09-04T01:15:55.529Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3869 | 2026-09-04T01:15:55.529Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3870 | 2026-09-04T01:15:55.529Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3871 | 2026-09-04T01:15:55.529Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3872 | 2026-09-04T01:15:55.531Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3873 | 2026-09-04T01:15:55.531Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3874 | 2026-09-04T01:15:55.531Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3875 | 2026-09-04T01:15:55.531Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3876 | 2026-09-04T01:15:55.532Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3877 | 2026-09-04T01:15:55.532Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3878 | 2026-09-04T01:15:55.532Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3879 | 2026-09-04T01:15:55.532Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3880 | 2026-09-04T01:15:55.532Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3881 | 2026-09-04T01:15:55.533Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3882 | 2026-09-04T01:15:55.536Z | 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-09-04T01:15:55.536Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 24
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3884 | 2026-09-04T01:15:56.202Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3885 | 2026-09-04T01:15:56.203Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3886 | 2026-09-04T01:15:56.204Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3887 | 2026-09-04T01:15:56.204Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 671
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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3888 | 2026-09-04T01:15:56.204Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3889 | 2026-09-04T01:15:56.204Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3890 | 2026-09-04T01:15:56.205Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3891 | 2026-09-04T01:15:56.205Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3892 | 2026-09-04T01:15:56.205Z | 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-09-04T01:15:56.205Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3894 | 2026-09-04T01:15:56.206Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3895 | 2026-09-04T01:15:56.289Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3896 | 2026-09-04T01:15:56.289Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-5cfad028-9c2b-43c4-9462-0ce6e467f899"]
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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3897 | 2026-09-04T01:15:56.318Z | 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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3898 | 2026-09-04T01:15:56.318Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-a12be681-a3fb-435e-9213-2ba1330ab9f7"]
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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3899 | 2026-09-04T01:15:56.337Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 131
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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3900 | 2026-09-04T01:15:56.337Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 131
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3901 | 2026-09-04T01:15:56.337Z | 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-09-04T01:15:56.337Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3903 | 2026-09-04T01:15:56.337Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 1641
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 = 9afea732-fd92-4c54-94f5-0f05ecfca25a
|
| 3904 | 2026-09-04T01:15:56.337Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3905 | 2026-09-04T01:15:56.337Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 1747
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-09-04T01:15:56.337Z | 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-09-04T01:15:56.337Z | 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-09-04T01:15:56.338Z | 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-09-04T01:15:56.338Z | 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-09-04T01:15:56.338Z | 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-09-04T01:15:56.349Z | 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 209M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 3912 | 2026-09-04T01:15:56.349Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-90c1b725-66fd-4c1c-88bf-652833f35ca7"]
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-09-04T01:15:56.366Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-90c1b725-66fd-4c1c-88bf-652833f35ca7", "phd-artifacts/phd-clone-e2e330dc-5611-4585-a7d9-3bcc7f93b4ba"]
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-09-04T01:15:56.383Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-e2e330dc-5611-4585-a7d9-3bcc7f93b4ba"]
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-09-04T01:15:56.395Z | 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-e2e330dc-5611-4585-a7d9-3bcc7f93b4ba 0B 25.3T 207M /phd-artifacts/phd-clone-e2e330dc-5611-4585-a7d9-3bcc7f93b4ba\n
target = phd_framework::zfs
|
| 3916 | 2026-09-04T01:15:56.396Z | 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-09-04T01:15:56.396Z | 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-09-04T01:15:56.396Z | 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-09-04T01:15:56.396Z | 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-09-04T01:15:56.396Z | 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-09-04T01:15:56.434Z | 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-09-04T01:15:56.448Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 51
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-09-04T01:15:56.448Z | 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 = d1526a40-9326-4791-b335-6b8129b912d0
|
| 3924 | 2026-09-04T01:15:56.449Z | 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 = d1526a40-9326-4791-b335-6b8129b912d0
|
| 3925 | 2026-09-04T01:15:56.995Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3926 | 2026-09-04T01:15:56.996Z | 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: d1526a40-9326-4791-b335-6b8129b912d0, name: "phd-vm-d1526a40-9326-4791-b335-6b8129b912d0", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 6c98648b-0fcd-457a-a9fa-803b70149e67, project_id: 1764f111-4968-4e9d-8547-d53cf00db7e6, sled_id: cb439d46-c5b5-450c-8939-9a3970e98552, sled_serial: "cb439d46-c5b5-450c-8939-9a3970e98552", 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 = d1526a40-9326-4791-b335-6b8129b912d0
|
| 3927 | 2026-09-04T01:15:56.996Z | 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 = d1526a40-9326-4791-b335-6b8129b912d0
|
| 3928 | 2026-09-04T01:15:56.996Z | 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 = d1526a40-9326-4791-b335-6b8129b912d0
|
| 3929 | 2026-09-04T01:15:56.997Z | 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_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = d1526a40-9326-4791-b335-6b8129b912d0
|
| 3930 | 2026-09-04T01:15:56.997Z | 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 = d1526a40-9326-4791-b335-6b8129b912d0
|
| 3931 | 2026-09-04T01:15:56.997Z | 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 = d1526a40-9326-4791-b335-6b8129b912d0
|
| 3932 | 2026-09-04T01:15:56.998Z | 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 = d1526a40-9326-4791-b335-6b8129b912d0
|
| 3933 | 2026-09-04T01:15:56.998Z | 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 = d1526a40-9326-4791-b335-6b8129b912d0
|
| 3934 | 2026-09-04T01:15:56.998Z | 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 = d1526a40-9326-4791-b335-6b8129b912d0
|
| 3935 | 2026-09-04T01:15:56.998Z | 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 = d1526a40-9326-4791-b335-6b8129b912d0
|
| 3936 | 2026-09-04T01:15:56.998Z | 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 = d1526a40-9326-4791-b335-6b8129b912d0
|
| 3937 | 2026-09-04T01:15:56.999Z | 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 = d1526a40-9326-4791-b335-6b8129b912d0
|
| 3938 | 2026-09-04T01:15:56.999Z | 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 = d1526a40-9326-4791-b335-6b8129b912d0
|
| 3939 | 2026-09-04T01:15:56.999Z | 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 = d1526a40-9326-4791-b335-6b8129b912d0
|
| 3940 | 2026-09-04T01:15:56.999Z | 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 = d1526a40-9326-4791-b335-6b8129b912d0
|
| 3941 | 2026-09-04T01:15:57.000Z | 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 = d1526a40-9326-4791-b335-6b8129b912d0
|
| 3942 | 2026-09-04T01:15:57.000Z | 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 = d1526a40-9326-4791-b335-6b8129b912d0
|
| 3943 | 2026-09-04T01:15:57.000Z | 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 = d1526a40-9326-4791-b335-6b8129b912d0
|
| 3944 | 2026-09-04T01:15:57.001Z | 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 = d1526a40-9326-4791-b335-6b8129b912d0
|
| 3945 | 2026-09-04T01:15:57.001Z | 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 = d1526a40-9326-4791-b335-6b8129b912d0
|
| 3946 | 2026-09-04T01:15:57.002Z | 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 = d1526a40-9326-4791-b335-6b8129b912d0
|
| 3947 | 2026-09-04T01:15:57.004Z | 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-09-04T01:15:57.004Z | 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-09-04T01:15:57.305Z | 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 = d1526a40-9326-4791-b335-6b8129b912d0
|
| 3950 | 2026-09-04T01:15:57.305Z | 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 = d1526a40-9326-4791-b335-6b8129b912d0
|
| 3951 | 2026-09-04T01:15:57.306Z | 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 = d1526a40-9326-4791-b335-6b8129b912d0
|
| 3952 | 2026-09-04T01:15:57.306Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 305
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 = d1526a40-9326-4791-b335-6b8129b912d0
|
| 3953 | 2026-09-04T01:15:57.306Z | 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 = d1526a40-9326-4791-b335-6b8129b912d0
|
| 3954 | 2026-09-04T01:15:57.307Z | 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-09-04T01:15:57.307Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3956 | 2026-09-04T01:15:57.308Z | 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 = d1526a40-9326-4791-b335-6b8129b912d0
|
| 3957 | 2026-09-04T01:15:57.395Z | 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 = d1526a40-9326-4791-b335-6b8129b912d0
|
| 3958 | 2026-09-04T01:15:57.395Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-e2e330dc-5611-4585-a7d9-3bcc7f93b4ba"]
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 = d1526a40-9326-4791-b335-6b8129b912d0
|
| 3959 | 2026-09-04T01:15:57.425Z | 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 = d1526a40-9326-4791-b335-6b8129b912d0
|
| 3960 | 2026-09-04T01:15:57.425Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-90c1b725-66fd-4c1c-88bf-652833f35ca7"]
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 = d1526a40-9326-4791-b335-6b8129b912d0
|
| 3961 | 2026-09-04T01:15:57.447Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 140
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 = d1526a40-9326-4791-b335-6b8129b912d0
|
| 3962 | 2026-09-04T01:15:57.447Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 140
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3963 | 2026-09-04T01:15:57.447Z | 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
|
| 3964 | 2026-09-04T01:15:57.447Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 999
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 = d1526a40-9326-4791-b335-6b8129b912d0
|
| 3965 | 2026-09-04T01:15:57.448Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3966 | 2026-09-04T01:15:57.448Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3967 | 2026-09-04T01:15:57.448Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 1110
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
|
| 3968 | 2026-09-04T01:15:57.448Z | 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-09-04T01:15:57.448Z | 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-09-04T01:15:57.448Z | 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-09-04T01:15:57.448Z | 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-09-04T01:15:57.448Z | 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-09-04T01:15:57.461Z | 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 209M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 3974 | 2026-09-04T01:15:57.461Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5f4a791e-01ea-44c4-a3a6-fc3fb3050866"]
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-09-04T01:15:57.478Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5f4a791e-01ea-44c4-a3a6-fc3fb3050866", "phd-artifacts/phd-clone-a03f0e7f-605d-483d-831c-3f13bdde242b"]
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-09-04T01:15:57.496Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-a03f0e7f-605d-483d-831c-3f13bdde242b"]
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-09-04T01:15:57.508Z | 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-a03f0e7f-605d-483d-831c-3f13bdde242b 0B 25.3T 207M /phd-artifacts/phd-clone-a03f0e7f-605d-483d-831c-3f13bdde242b\n
target = phd_framework::zfs
|
| 3978 | 2026-09-04T01:15:57.508Z | 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-09-04T01:15:57.508Z | 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-09-04T01:15:57.509Z | 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-09-04T01:15:57.509Z | 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-09-04T01:15:57.509Z | 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-09-04T01:15:57.539Z | 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-09-04T01:15:57.553Z | 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_unstarted_test
target = phd_framework::test_vm
|
| 3985 | 2026-09-04T01:15:57.553Z | 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 = fe764950-2edc-4e70-b5eb-d753eecefc1c
|
| 3986 | 2026-09-04T01:15:57.554Z | 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 = fe764950-2edc-4e70-b5eb-d753eecefc1c
|
| 3987 | 2026-09-04T01:15:58.150Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3988 | 2026-09-04T01:15:58.151Z | 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: fe764950-2edc-4e70-b5eb-d753eecefc1c, name: "phd-vm-fe764950-2edc-4e70-b5eb-d753eecefc1c", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 6ec20fc9-282e-4580-be5d-f0a3ac5656f5, project_id: 9daad822-5471-4666-8fa5-2e642ff12673, sled_id: 200fbc00-5320-46fd-9953-1e2e7aec3b58, sled_serial: "200fbc00-5320-46fd-9953-1e2e7aec3b58", 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 = fe764950-2edc-4e70-b5eb-d753eecefc1c
|
| 3989 | 2026-09-04T01:15:58.151Z | 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 = fe764950-2edc-4e70-b5eb-d753eecefc1c
|
| 3990 | 2026-09-04T01:15:58.151Z | 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 = fe764950-2edc-4e70-b5eb-d753eecefc1c
|
| 3991 | 2026-09-04T01:15:58.152Z | 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 = fe764950-2edc-4e70-b5eb-d753eecefc1c
|
| 3992 | 2026-09-04T01:15:58.152Z | 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 = fe764950-2edc-4e70-b5eb-d753eecefc1c
|
| 3993 | 2026-09-04T01:15:58.152Z | 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 = fe764950-2edc-4e70-b5eb-d753eecefc1c
|
| 3994 | 2026-09-04T01:15:58.153Z | 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_unstarted_test
target = phd_framework::test_vm
vm = instance_stop_unstarted_test
vm_id = fe764950-2edc-4e70-b5eb-d753eecefc1c
|
| 3995 | 2026-09-04T01:15:58.154Z | 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 = fe764950-2edc-4e70-b5eb-d753eecefc1c
|
| 3996 | 2026-09-04T01:15:58.154Z | 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 = fe764950-2edc-4e70-b5eb-d753eecefc1c
|
| 3997 | 2026-09-04T01:15:58.154Z | 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 = fe764950-2edc-4e70-b5eb-d753eecefc1c
|
| 3998 | 2026-09-04T01:15:58.154Z | 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 = fe764950-2edc-4e70-b5eb-d753eecefc1c
|
| 3999 | 2026-09-04T01:15:58.157Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial websocket closed
file = phd-tests/framework/src/serial/mod.rs
line = 271
target = phd_framework::serial
|
| 4000 | 2026-09-04T01:15:58.157Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 6
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4001 | 2026-09-04T01:15:58.158Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 4
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 = fe764950-2edc-4e70-b5eb-d753eecefc1c
|
| 4002 | 2026-09-04T01:15:58.158Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 4
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 = fe764950-2edc-4e70-b5eb-d753eecefc1c
|
| 4003 | 2026-09-04T01:15:58.158Z | 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 = fe764950-2edc-4e70-b5eb-d753eecefc1c
|
| 4004 | 2026-09-04T01:15:58.158Z | 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
|
| 4005 | 2026-09-04T01:15:58.159Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4006 | 2026-09-04T01:15:58.159Z | 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 = fe764950-2edc-4e70-b5eb-d753eecefc1c
|
| 4007 | 2026-09-04T01:15:58.243Z | 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 = fe764950-2edc-4e70-b5eb-d753eecefc1c
|
| 4008 | 2026-09-04T01:15:58.243Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-a03f0e7f-605d-483d-831c-3f13bdde242b"]
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 = fe764950-2edc-4e70-b5eb-d753eecefc1c
|
| 4009 | 2026-09-04T01:15:58.276Z | 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 = fe764950-2edc-4e70-b5eb-d753eecefc1c
|
| 4010 | 2026-09-04T01:15:58.276Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5f4a791e-01ea-44c4-a3a6-fc3fb3050866"]
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 = fe764950-2edc-4e70-b5eb-d753eecefc1c
|
| 4011 | 2026-09-04T01:15:58.293Z | 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_stop_unstarted_test
target = phd_framework::test_vm
vm = instance_stop_unstarted_test
vm_id = fe764950-2edc-4e70-b5eb-d753eecefc1c
|
| 4012 | 2026-09-04T01:15:58.293Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 134
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4013 | 2026-09-04T01:15:58.293Z | 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
|
| 4014 | 2026-09-04T01:15:58.293Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 740
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 = fe764950-2edc-4e70-b5eb-d753eecefc1c
|
| 4015 | 2026-09-04T01:15:58.294Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4016 | 2026-09-04T01:15:58.294Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4017 | 2026-09-04T01:15:58.294Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 845
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-09-04T01:15:58.294Z | 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
|
| 4019 | 2026-09-04T01:15:58.294Z | 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
|
| 4020 | 2026-09-04T01:15:58.294Z | 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
|
| 4021 | 2026-09-04T01:15:58.294Z | 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
|
| 4022 | 2026-09-04T01:15:58.294Z | 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
|
| 4023 | 2026-09-04T01:15:58.307Z | 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 209M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 4024 | 2026-09-04T01:15:58.307Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-6d52982b-5e3a-4959-a163-5ffda0ba2b1b"]
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
|
| 4025 | 2026-09-04T01:15:58.323Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-6d52982b-5e3a-4959-a163-5ffda0ba2b1b", "phd-artifacts/phd-clone-eeaa803e-4db8-4de1-b0ac-1be4828e723b"]
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
|
| 4026 | 2026-09-04T01:15:58.341Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-eeaa803e-4db8-4de1-b0ac-1be4828e723b"]
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
|
| 4027 | 2026-09-04T01:15:58.352Z | 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-eeaa803e-4db8-4de1-b0ac-1be4828e723b 0B 25.3T 207M /phd-artifacts/phd-clone-eeaa803e-4db8-4de1-b0ac-1be4828e723b\n
target = phd_framework::zfs
|
| 4028 | 2026-09-04T01:15:58.352Z | 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
|
| 4029 | 2026-09-04T01:15:58.352Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/101b7c3e-4bf8-4deb-a372-38d01cc71074_9000", "--encrypted", "--uuid", "101b7c3e-4bf8-4deb-a372-38d01cc71074", "--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
|
| 4030 | 2026-09-04T01:15:58.379Z | 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/101b7c3e-4bf8-4deb-a372-38d01cc71074_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:15:58.362764638Z","hostname":"BRM42220060","pid":1234}\n{"msg":"UUID: 101b7c3e-4bf8-4deb-a372-38d01cc71074","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:15:58.375205796Z","hostname":"BRM42220060","pid":1234}\n{"msg":"Blocks per extent:131072 Total Extents: 16","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:15:58.375221558Z","hostname":"BRM42220060","pid":1234}\n
target = phd_framework::disk::crucible
|
| 4031 | 2026-09-04T01:15:58.379Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/101b7c3e-4bf8-4deb-a372-38d01cc71074_9001", "--encrypted", "--uuid", "101b7c3e-4bf8-4deb-a372-38d01cc71074", "--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
|
| 4032 | 2026-09-04T01:15:58.405Z | 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/101b7c3e-4bf8-4deb-a372-38d01cc71074_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:15:58.389797872Z","hostname":"BRM42220060","pid":1235}\n{"msg":"UUID: 101b7c3e-4bf8-4deb-a372-38d01cc71074","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:15:58.401664485Z","hostname":"BRM42220060","pid":1235}\n{"msg":"Blocks per extent:131072 Total Extents: 16","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:15:58.401675436Z","hostname":"BRM42220060","pid":1235}\n
target = phd_framework::disk::crucible
|
| 4033 | 2026-09-04T01:15:58.405Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/101b7c3e-4bf8-4deb-a372-38d01cc71074_9002", "--encrypted", "--uuid", "101b7c3e-4bf8-4deb-a372-38d01cc71074", "--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
|
| 4034 | 2026-09-04T01:15:58.432Z | 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/101b7c3e-4bf8-4deb-a372-38d01cc71074_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:15:58.416462482Z","hostname":"BRM42220060","pid":1236}\n{"msg":"UUID: 101b7c3e-4bf8-4deb-a372-38d01cc71074","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:15:58.428233343Z","hostname":"BRM42220060","pid":1236}\n{"msg":"Blocks per extent:131072 Total Extents: 16","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:15:58.428248131Z","hostname":"BRM42220060","pid":1236}\n
target = phd_framework::disk::crucible
|
| 4035 | 2026-09-04T01:15:58.432Z | 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_101b7c3e-4bf8-4deb-a372-38d01cc71074_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::server_state_machine::stop_while_blocked_on_start_test/crucible_101b7c3e-4bf8-4deb-a372-38d01cc71074_9000.stdout.log"
target = phd_framework::log_config
|
| 4036 | 2026-09-04T01:15:58.432Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/101b7c3e-4bf8-4deb-a372-38d01cc71074_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
|
| 4037 | 2026-09-04T01:15:58.432Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/101b7c3e-4bf8-4deb-a372-38d01cc71074_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
|
| 4038 | 2026-09-04T01:15:58.435Z | 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_101b7c3e-4bf8-4deb-a372-38d01cc71074_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::server_state_machine::stop_while_blocked_on_start_test/crucible_101b7c3e-4bf8-4deb-a372-38d01cc71074_9001.stdout.log"
target = phd_framework::log_config
|
| 4039 | 2026-09-04T01:15:58.435Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/101b7c3e-4bf8-4deb-a372-38d01cc71074_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
|
| 4040 | 2026-09-04T01:15:58.435Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/101b7c3e-4bf8-4deb-a372-38d01cc71074_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
|
| 4041 | 2026-09-04T01:15:58.437Z | 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_101b7c3e-4bf8-4deb-a372-38d01cc71074_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::server_state_machine::stop_while_blocked_on_start_test/crucible_101b7c3e-4bf8-4deb-a372-38d01cc71074_9002.stdout.log"
target = phd_framework::log_config
|
| 4042 | 2026-09-04T01:15:58.437Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/101b7c3e-4bf8-4deb-a372-38d01cc71074_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
|
| 4043 | 2026-09-04T01:15:58.437Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/101b7c3e-4bf8-4deb-a372-38d01cc71074_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
|
| 4044 | 2026-09-04T01:15:58.439Z | 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
|
| 4045 | 2026-09-04T01:15:58.439Z | 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
|
| 4046 | 2026-09-04T01:15:58.439Z | 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
|
| 4047 | 2026-09-04T01:15:58.439Z | 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
|
| 4048 | 2026-09-04T01:15:58.439Z | 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
|
| 4049 | 2026-09-04T01:15:58.439Z | 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
|
| 4050 | 2026-09-04T01:15:58.473Z | 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
|
| 4051 | 2026-09-04T01:15:58.490Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 50
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
|
| 4052 | 2026-09-04T01:15:58.490Z | 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 = 8d6cf9a7-d239-485d-a689-657836da2a2a
|
| 4053 | 2026-09-04T01:15:58.491Z | 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 = 8d6cf9a7-d239-485d-a689-657836da2a2a
|
| 4054 | 2026-09-04T01:15:59.260Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4055 | 2026-09-04T01:15:59.261Z | 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: 8d6cf9a7-d239-485d-a689-657836da2a2a, name: "phd-vm-8d6cf9a7-d239-485d-a689-657836da2a2a", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: a206f7ce-93c1-4e44-b26a-240e5896e059, project_id: afcc34be-471e-4832-a36a-2916bc381def, sled_id: c216b83a-f17e-4049-a8c2-799d2ccd80ea, sled_serial: "c216b83a-f17e-4049-a8c2-799d2ccd80ea", 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 = 8d6cf9a7-d239-485d-a689-657836da2a2a
|
| 4056 | 2026-09-04T01:15:59.262Z | 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 = 8d6cf9a7-d239-485d-a689-657836da2a2a
|
| 4057 | 2026-09-04T01:15:59.262Z | 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 = 8d6cf9a7-d239-485d-a689-657836da2a2a
|
| 4058 | 2026-09-04T01:15:59.263Z | 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 = 8d6cf9a7-d239-485d-a689-657836da2a2a
|
| 4059 | 2026-09-04T01:15:59.263Z | 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 = 8d6cf9a7-d239-485d-a689-657836da2a2a
|
| 4060 | 2026-09-04T01:15:59.263Z | 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 = 8d6cf9a7-d239-485d-a689-657836da2a2a
|
| 4061 | 2026-09-04T01:15:59.263Z | 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 = 8d6cf9a7-d239-485d-a689-657836da2a2a
|
| 4062 | 2026-09-04T01:15:59.263Z | 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 = 8d6cf9a7-d239-485d-a689-657836da2a2a
|
| 4063 | 2026-09-04T01:15:59.264Z | 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 = 8d6cf9a7-d239-485d-a689-657836da2a2a
|
| 4064 | 2026-09-04T01:15:59.264Z | 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 = 8d6cf9a7-d239-485d-a689-657836da2a2a
|
| 4065 | 2026-09-04T01:15:59.265Z | 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 = 8d6cf9a7-d239-485d-a689-657836da2a2a
|
| 4066 | 2026-09-04T01:15:59.265Z | 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 = 8d6cf9a7-d239-485d-a689-657836da2a2a
|
| 4067 | 2026-09-04T01:15:59.266Z | 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 = 8d6cf9a7-d239-485d-a689-657836da2a2a
|
| 4068 | 2026-09-04T01:15:59.266Z | 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 = 8d6cf9a7-d239-485d-a689-657836da2a2a
|
| 4069 | 2026-09-04T01:15:59.266Z | 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 = 8d6cf9a7-d239-485d-a689-657836da2a2a
|
| 4070 | 2026-09-04T01:15:59.266Z | 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 = 8d6cf9a7-d239-485d-a689-657836da2a2a
|
| 4071 | 2026-09-04T01:15:59.266Z | 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 = 8d6cf9a7-d239-485d-a689-657836da2a2a
|
| 4072 | 2026-09-04T01:15:59.271Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial websocket closed
file = phd-tests/framework/src/serial/mod.rs
line = 271
target = phd_framework::serial
|
| 4073 | 2026-09-04T01:15:59.271Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4074 | 2026-09-04T01:15:59.272Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 5
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 = 8d6cf9a7-d239-485d-a689-657836da2a2a
|
| 4075 | 2026-09-04T01:15:59.272Z | 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 = 8d6cf9a7-d239-485d-a689-657836da2a2a
|
| 4076 | 2026-09-04T01:15:59.272Z | 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 = 8d6cf9a7-d239-485d-a689-657836da2a2a
|
| 4077 | 2026-09-04T01:15:59.272Z | 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
|
| 4078 | 2026-09-04T01:15:59.273Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4079 | 2026-09-04T01:15:59.273Z | 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 = 8d6cf9a7-d239-485d-a689-657836da2a2a
|
| 4080 | 2026-09-04T01:15:59.361Z | 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 = 8d6cf9a7-d239-485d-a689-657836da2a2a
|
| 4081 | 2026-09-04T01:15:59.362Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-eeaa803e-4db8-4de1-b0ac-1be4828e723b"]
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 = 8d6cf9a7-d239-485d-a689-657836da2a2a
|
| 4082 | 2026-09-04T01:15:59.395Z | 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 = 8d6cf9a7-d239-485d-a689-657836da2a2a
|
| 4083 | 2026-09-04T01:15:59.395Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-6d52982b-5e3a-4959-a163-5ffda0ba2b1b"]
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 = 8d6cf9a7-d239-485d-a689-657836da2a2a
|
| 4084 | 2026-09-04T01:15:59.415Z | 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/101b7c3e-4bf8-4deb-a372-38d01cc71074_9000" } }
target = phd_framework::disk::crucible
vm = stop_while_blocked_on_start_test
vm_id = 8d6cf9a7-d239-485d-a689-657836da2a2a
|
| 4085 | 2026-09-04T01:15:59.419Z | 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/101b7c3e-4bf8-4deb-a372-38d01cc71074_9000"
target = phd_framework::disk::crucible
vm = stop_while_blocked_on_start_test
vm_id = 8d6cf9a7-d239-485d-a689-657836da2a2a
|
| 4086 | 2026-09-04T01:15:59.420Z | 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/101b7c3e-4bf8-4deb-a372-38d01cc71074_9001" } }
target = phd_framework::disk::crucible
vm = stop_while_blocked_on_start_test
vm_id = 8d6cf9a7-d239-485d-a689-657836da2a2a
|
| 4087 | 2026-09-04T01:15:59.425Z | 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/101b7c3e-4bf8-4deb-a372-38d01cc71074_9001"
target = phd_framework::disk::crucible
vm = stop_while_blocked_on_start_test
vm_id = 8d6cf9a7-d239-485d-a689-657836da2a2a
|
| 4088 | 2026-09-04T01:15:59.426Z | 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/101b7c3e-4bf8-4deb-a372-38d01cc71074_9002" } }
target = phd_framework::disk::crucible
vm = stop_while_blocked_on_start_test
vm_id = 8d6cf9a7-d239-485d-a689-657836da2a2a
|
| 4089 | 2026-09-04T01:15:59.431Z | 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/101b7c3e-4bf8-4deb-a372-38d01cc71074_9002"
target = phd_framework::disk::crucible
vm = stop_while_blocked_on_start_test
vm_id = 8d6cf9a7-d239-485d-a689-657836da2a2a
|
| 4090 | 2026-09-04T01:15:59.432Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 160
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 = 8d6cf9a7-d239-485d-a689-657836da2a2a
|
| 4091 | 2026-09-04T01:15:59.433Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 160
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4092 | 2026-09-04T01:15:59.433Z | 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
|
| 4093 | 2026-09-04T01:15:59.433Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4094 | 2026-09-04T01:15:59.433Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 942
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 = 8d6cf9a7-d239-485d-a689-657836da2a2a
|
| 4095 | 2026-09-04T01:15:59.433Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4096 | 2026-09-04T01:15:59.433Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 1138
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
|
| 4097 | 2026-09-04T01:15:59.433Z | 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
|
| 4098 | 2026-09-04T01:15:59.433Z | 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
|
| 4099 | 2026-09-04T01:15:59.433Z | 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
|
| 4100 | 2026-09-04T01:15:59.433Z | 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
|
| 4101 | 2026-09-04T01:15:59.433Z | 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
|
| 4102 | 2026-09-04T01:15:59.444Z | 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 209M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 4103 | 2026-09-04T01:15:59.444Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-222a92ee-a460-4b98-abb5-5480d12e9941"]
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
|
| 4104 | 2026-09-04T01:15:59.462Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-222a92ee-a460-4b98-abb5-5480d12e9941", "phd-artifacts/phd-clone-abfb3f78-28f8-4793-9138-177cbd175497"]
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
|
| 4105 | 2026-09-04T01:15:59.481Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-abfb3f78-28f8-4793-9138-177cbd175497"]
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
|
| 4106 | 2026-09-04T01:15:59.494Z | 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-abfb3f78-28f8-4793-9138-177cbd175497 0B 25.3T 207M /phd-artifacts/phd-clone-abfb3f78-28f8-4793-9138-177cbd175497\n
target = phd_framework::zfs
|
| 4107 | 2026-09-04T01:15:59.495Z | 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
|
| 4108 | 2026-09-04T01:15:59.495Z | 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
|
| 4109 | 2026-09-04T01:15:59.495Z | 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
|
| 4110 | 2026-09-04T01:15:59.496Z | 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
|
| 4111 | 2026-09-04T01:15:59.496Z | 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
|
| 4112 | 2026-09-04T01:15:59.531Z | 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
|
| 4113 | 2026-09-04T01:15:59.545Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 49
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
|
| 4114 | 2026-09-04T01:15:59.545Z | 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 = eea03034-205f-4bd2-b9e8-010366a9dd58
|
| 4115 | 2026-09-04T01:15:59.546Z | 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 = eea03034-205f-4bd2-b9e8-010366a9dd58
|
| 4116 | 2026-09-04T01:16:00.246Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4117 | 2026-09-04T01:16:00.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: eea03034-205f-4bd2-b9e8-010366a9dd58, name: "phd-vm-eea03034-205f-4bd2-b9e8-010366a9dd58", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 23d6132a-8baa-4da3-ab75-5a2a9660181b, project_id: 8b3d46dd-925a-4f2b-91e8-90d505ef07e9, sled_id: 597ef926-f2d6-4ef1-b993-071f9aa5c1b2, sled_serial: "597ef926-f2d6-4ef1-b993-071f9aa5c1b2", 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 = eea03034-205f-4bd2-b9e8-010366a9dd58
|
| 4118 | 2026-09-04T01:16:00.247Z | 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 = eea03034-205f-4bd2-b9e8-010366a9dd58
|
| 4119 | 2026-09-04T01:16:00.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::server_state_machine::instance_stop_causes_destroy_test
state = Run
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = eea03034-205f-4bd2-b9e8-010366a9dd58
|
| 4120 | 2026-09-04T01:16:00.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::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = eea03034-205f-4bd2-b9e8-010366a9dd58
|
| 4121 | 2026-09-04T01:16:00.248Z | 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 = eea03034-205f-4bd2-b9e8-010366a9dd58
|
| 4122 | 2026-09-04T01:16:00.248Z | 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 = eea03034-205f-4bd2-b9e8-010366a9dd58
|
| 4123 | 2026-09-04T01:16:00.249Z | 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 = eea03034-205f-4bd2-b9e8-010366a9dd58
|
| 4124 | 2026-09-04T01:16:00.249Z | 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 = eea03034-205f-4bd2-b9e8-010366a9dd58
|
| 4125 | 2026-09-04T01:16:00.249Z | 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 = eea03034-205f-4bd2-b9e8-010366a9dd58
|
| 4126 | 2026-09-04T01:16:00.250Z | 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 = eea03034-205f-4bd2-b9e8-010366a9dd58
|
| 4127 | 2026-09-04T01:16:00.250Z | 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 = eea03034-205f-4bd2-b9e8-010366a9dd58
|
| 4128 | 2026-09-04T01:16:00.251Z | 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 = eea03034-205f-4bd2-b9e8-010366a9dd58
|
| 4129 | 2026-09-04T01:16:00.253Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial websocket closed
file = phd-tests/framework/src/serial/mod.rs
line = 271
target = phd_framework::serial
|
| 4130 | 2026-09-04T01:16:00.253Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 7
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4131 | 2026-09-04T01:16:00.790Z | 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 = eea03034-205f-4bd2-b9e8-010366a9dd58
|
| 4132 | 2026-09-04T01:16:00.790Z | 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 = eea03034-205f-4bd2-b9e8-010366a9dd58
|
| 4133 | 2026-09-04T01:16:00.791Z | 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 = eea03034-205f-4bd2-b9e8-010366a9dd58
|
| 4134 | 2026-09-04T01:16:00.792Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 541
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 = eea03034-205f-4bd2-b9e8-010366a9dd58
|
| 4135 | 2026-09-04T01:16:00.792Z | 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 = eea03034-205f-4bd2-b9e8-010366a9dd58
|
| 4136 | 2026-09-04T01:16:00.792Z | 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 = eea03034-205f-4bd2-b9e8-010366a9dd58
|
| 4137 | 2026-09-04T01:16:00.793Z | 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 = eea03034-205f-4bd2-b9e8-010366a9dd58
|
| 4138 | 2026-09-04T01:16:00.793Z | 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 = eea03034-205f-4bd2-b9e8-010366a9dd58
|
| 4139 | 2026-09-04T01:16:00.793Z | 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 = eea03034-205f-4bd2-b9e8-010366a9dd58
|
| 4140 | 2026-09-04T01:16:00.794Z | 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 = eea03034-205f-4bd2-b9e8-010366a9dd58
|
| 4141 | 2026-09-04T01:16:00.794Z | 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 = eea03034-205f-4bd2-b9e8-010366a9dd58
|
| 4142 | 2026-09-04T01:16:00.794Z | 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 = eea03034-205f-4bd2-b9e8-010366a9dd58
|
| 4143 | 2026-09-04T01:16:00.794Z | 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 = eea03034-205f-4bd2-b9e8-010366a9dd58
|
| 4144 | 2026-09-04T01:16:00.794Z | 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 = eea03034-205f-4bd2-b9e8-010366a9dd58
|
| 4145 | 2026-09-04T01:16:00.795Z | 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
|
| 4146 | 2026-09-04T01:16:00.795Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4147 | 2026-09-04T01:16:00.796Z | 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 = eea03034-205f-4bd2-b9e8-010366a9dd58
|
| 4148 | 2026-09-04T01:16:00.879Z | 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 = eea03034-205f-4bd2-b9e8-010366a9dd58
|
| 4149 | 2026-09-04T01:16:00.879Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-abfb3f78-28f8-4793-9138-177cbd175497"]
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 = eea03034-205f-4bd2-b9e8-010366a9dd58
|
| 4150 | 2026-09-04T01:16:00.910Z | 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 = eea03034-205f-4bd2-b9e8-010366a9dd58
|
| 4151 | 2026-09-04T01:16:00.910Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-222a92ee-a460-4b98-abb5-5480d12e9941"]
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 = eea03034-205f-4bd2-b9e8-010366a9dd58
|
| 4152 | 2026-09-04T01:16:00.928Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 133
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 = eea03034-205f-4bd2-b9e8-010366a9dd58
|
| 4153 | 2026-09-04T01:16:00.928Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 133
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4154 | 2026-09-04T01:16:00.928Z | 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
|
| 4155 | 2026-09-04T01:16:00.928Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 1383
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 = eea03034-205f-4bd2-b9e8-010366a9dd58
|
| 4156 | 2026-09-04T01:16:00.928Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4157 | 2026-09-04T01:16:00.928Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4158 | 2026-09-04T01:16:00.928Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 1495
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
|
| 4159 | 2026-09-04T01:16:00.929Z | 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
|
| 4160 | 2026-09-04T01:16:00.929Z | 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
|
| 4161 | 2026-09-04T01:16:00.929Z | 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
|
| 4162 | 2026-09-04T01:16:00.929Z | 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
|
| 4163 | 2026-09-04T01:16:00.929Z | 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
|
| 4164 | 2026-09-04T01:16:00.941Z | 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 209M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 4165 | 2026-09-04T01:16:00.941Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-9fbb54fa-b962-4b75-ad9d-f022f56a95c6"]
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
|
| 4166 | 2026-09-04T01:16:00.957Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-9fbb54fa-b962-4b75-ad9d-f022f56a95c6", "phd-artifacts/phd-clone-257a74c8-a4df-4902-a15c-247e94de714c"]
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
|
| 4167 | 2026-09-04T01:16:00.979Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-257a74c8-a4df-4902-a15c-247e94de714c"]
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
|
| 4168 | 2026-09-04T01:16:00.990Z | 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-257a74c8-a4df-4902-a15c-247e94de714c 0B 25.3T 207M /phd-artifacts/phd-clone-257a74c8-a4df-4902-a15c-247e94de714c\n
target = phd_framework::zfs
|
| 4169 | 2026-09-04T01:16:00.991Z | 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
|
| 4170 | 2026-09-04T01:16:00.991Z | 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
|
| 4171 | 2026-09-04T01:16:00.991Z | 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
|
| 4172 | 2026-09-04T01:16:00.991Z | 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
|
| 4173 | 2026-09-04T01:16:00.991Z | 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
|
| 4174 | 2026-09-04T01:16:01.021Z | 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
|
| 4175 | 2026-09-04T01:16:01.036Z | 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_reset_requires_running_test
target = phd_framework::test_vm
|
| 4176 | 2026-09-04T01:16:01.036Z | 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 = 30d77263-87aa-4e70-8a3f-3c842017ac2a
|
| 4177 | 2026-09-04T01:16:01.036Z | 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 = 30d77263-87aa-4e70-8a3f-3c842017ac2a
|
| 4178 | 2026-09-04T01:16:01.036Z | 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 = 30d77263-87aa-4e70-8a3f-3c842017ac2a
|
| 4179 | 2026-09-04T01:16:01.036Z | 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 = 30d77263-87aa-4e70-8a3f-3c842017ac2a
|
| 4180 | 2026-09-04T01:16:01.037Z | 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 = 30d77263-87aa-4e70-8a3f-3c842017ac2a
|
| 4181 | 2026-09-04T01:16:01.632Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4182 | 2026-09-04T01:16:01.634Z | 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: 30d77263-87aa-4e70-8a3f-3c842017ac2a, name: "phd-vm-30d77263-87aa-4e70-8a3f-3c842017ac2a", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 3fbd269a-f185-4267-b01e-9e190251b5bf, project_id: f02caaa2-3a9c-4004-b41e-edc1e3964363, sled_id: 6e231209-7a5e-4b07-9a65-1e5cc2908b01, sled_serial: "6e231209-7a5e-4b07-9a65-1e5cc2908b01", 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 = 30d77263-87aa-4e70-8a3f-3c842017ac2a
|
| 4183 | 2026-09-04T01:16:01.634Z | 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 = 30d77263-87aa-4e70-8a3f-3c842017ac2a
|
| 4184 | 2026-09-04T01:16:01.634Z | 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 = 30d77263-87aa-4e70-8a3f-3c842017ac2a
|
| 4185 | 2026-09-04T01:16:01.635Z | 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 = 30d77263-87aa-4e70-8a3f-3c842017ac2a
|
| 4186 | 2026-09-04T01:16:01.635Z | 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 = 30d77263-87aa-4e70-8a3f-3c842017ac2a
|
| 4187 | 2026-09-04T01:16:01.635Z | 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 = 30d77263-87aa-4e70-8a3f-3c842017ac2a
|
| 4188 | 2026-09-04T01:16:01.635Z | 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 = 30d77263-87aa-4e70-8a3f-3c842017ac2a
|
| 4189 | 2026-09-04T01:16:01.635Z | 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 = 30d77263-87aa-4e70-8a3f-3c842017ac2a
|
| 4190 | 2026-09-04T01:16:01.636Z | 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_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 30d77263-87aa-4e70-8a3f-3c842017ac2a
|
| 4191 | 2026-09-04T01:16:01.636Z | 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 = 30d77263-87aa-4e70-8a3f-3c842017ac2a
|
| 4192 | 2026-09-04T01:16:01.636Z | 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 = 30d77263-87aa-4e70-8a3f-3c842017ac2a
|
| 4193 | 2026-09-04T01:16:01.636Z | 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
|
| 4194 | 2026-09-04T01:16:01.637Z | 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
|
| 4195 | 2026-09-04T01:16:01.637Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4196 | 2026-09-04T01:16:01.637Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4197 | 2026-09-04T01:16:01.638Z | 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 = 30d77263-87aa-4e70-8a3f-3c842017ac2a
|
| 4198 | 2026-09-04T01:16:02.094Z | 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 = 30d77263-87aa-4e70-8a3f-3c842017ac2a
|
| 4199 | 2026-09-04T01:16:02.180Z | 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 = 30d77263-87aa-4e70-8a3f-3c842017ac2a
|
| 4200 | 2026-09-04T01:16:02.180Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-257a74c8-a4df-4902-a15c-247e94de714c"]
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 = 30d77263-87aa-4e70-8a3f-3c842017ac2a
|
| 4201 | 2026-09-04T01:16:02.209Z | 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 = 30d77263-87aa-4e70-8a3f-3c842017ac2a
|
| 4202 | 2026-09-04T01:16:02.209Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-9fbb54fa-b962-4b75-ad9d-f022f56a95c6"]
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 = 30d77263-87aa-4e70-8a3f-3c842017ac2a
|
| 4203 | 2026-09-04T01:16:02.227Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 590
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 = 30d77263-87aa-4e70-8a3f-3c842017ac2a
|
| 4204 | 2026-09-04T01:16:02.228Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 590
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4205 | 2026-09-04T01:16:02.227Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 1190
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 = 30d77263-87aa-4e70-8a3f-3c842017ac2a
|
| 4206 | 2026-09-04T01:16:02.228Z | INFO | phd-runner: Starting test phd_tests::vsock::vsock_get_cid
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 4207 | 2026-09-04T01:16:02.228Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 1298
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
|
| 4208 | 2026-09-04T01:16:02.228Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4209 | 2026-09-04T01:16:02.228Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4210 | 2026-09-04T01:16:02.228Z | 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
|
| 4211 | 2026-09-04T01:16:02.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
|
| 4212 | 2026-09-04T01:16:02.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
|
| 4213 | 2026-09-04T01:16:02.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
|
| 4214 | 2026-09-04T01:16:02.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::vsock::vsock_get_cid
target = phd_framework::zfs
verb = list
|
| 4215 | 2026-09-04T01:16:02.240Z | 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 209M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 4216 | 2026-09-04T01:16:02.240Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5fb92290-42e9-4235-80f1-ec007d58d3f5"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::zfs
verb = snapshot
|
| 4217 | 2026-09-04T01:16:02.257Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5fb92290-42e9-4235-80f1-ec007d58d3f5", "phd-artifacts/phd-clone-2104fab0-bc4c-4bcd-a5a1-dc55f37c1dea"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::zfs
verb = clone
|
| 4218 | 2026-09-04T01:16:02.275Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-2104fab0-bc4c-4bcd-a5a1-dc55f37c1dea"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::zfs
verb = list
|
| 4219 | 2026-09-04T01:16:02.286Z | 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-2104fab0-bc4c-4bcd-a5a1-dc55f37c1dea 0B 25.3T 207M /phd-artifacts/phd-clone-2104fab0-bc4c-4bcd-a5a1-dc55f37c1dea\n
target = phd_framework::zfs
|
| 4220 | 2026-09-04T01:16:02.287Z | 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
|
| 4221 | 2026-09-04T01:16:02.287Z | 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
|
| 4222 | 2026-09-04T01:16:02.287Z | 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
|
| 4223 | 2026-09-04T01:16:02.287Z | 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
|
| 4224 | 2026-09-04T01:16:02.287Z | 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
|
| 4225 | 2026-09-04T01:16:02.319Z | 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
|
| 4226 | 2026-09-04T01:16:02.333Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 46
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::test_vm
|
| 4227 | 2026-09-04T01:16:02.333Z | 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 = 68489f48-c4a4-4a8a-abf9-e7e057da5dd7
|
| 4228 | 2026-09-04T01:16:02.334Z | 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 = 68489f48-c4a4-4a8a-abf9-e7e057da5dd7
|
| 4229 | 2026-09-04T01:16:03.083Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4230 | 2026-09-04T01:16:03.084Z | 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: 68489f48-c4a4-4a8a-abf9-e7e057da5dd7, name: "phd-vm-68489f48-c4a4-4a8a-abf9-e7e057da5dd7", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 08f6d259-7b28-4ce8-b50c-13fd0b3a9cae, project_id: 6b7e90fd-de23-4920-b8b6-733b86476f98, sled_id: faa2111d-42cc-4f62-8f75-310797b30daa, sled_serial: "faa2111d-42cc-4f62-8f75-310797b30daa", 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 = 68489f48-c4a4-4a8a-abf9-e7e057da5dd7
|
| 4231 | 2026-09-04T01:16:03.084Z | 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 = 68489f48-c4a4-4a8a-abf9-e7e057da5dd7
|
| 4232 | 2026-09-04T01:16:03.084Z | 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 = 68489f48-c4a4-4a8a-abf9-e7e057da5dd7
|
| 4233 | 2026-09-04T01:16:03.085Z | 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 = 68489f48-c4a4-4a8a-abf9-e7e057da5dd7
|
| 4234 | 2026-09-04T01:16:03.085Z | 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
|
| 4235 | 2026-09-04T01:16:03.085Z | 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 = 68489f48-c4a4-4a8a-abf9-e7e057da5dd7
|
| 4236 | 2026-09-04T01:16:03.085Z | DEBG | phd-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
|
| 4237 | 2026-09-04T01:16:03.085Z | 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 = 68489f48-c4a4-4a8a-abf9-e7e057da5dd7
|
| 4238 | 2026-09-04T01:16:03.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::vsock::vsock_get_cid
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = vsock_get_cid
vm_id = 68489f48-c4a4-4a8a-abf9-e7e057da5dd7
|
| 4239 | 2026-09-04T01:16:07.482Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4396
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 = 68489f48-c4a4-4a8a-abf9-e7e057da5dd7
|
| 4240 | 2026-09-04T01:16:07.482Z | DEBG | phd-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
|
| 4241 | 2026-09-04T01:16:07.482Z | DEBG | phd-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
|
| 4242 | 2026-09-04T01:16:07.482Z | 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 = 68489f48-c4a4-4a8a-abf9-e7e057da5dd7
|
| 4243 | 2026-09-04T01:16:07.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::vsock::vsock_get_cid
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = vsock_get_cid
vm_id = 68489f48-c4a4-4a8a-abf9-e7e057da5dd7
|
| 4244 | 2026-09-04T01:16:07.500Z | 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 = 68489f48-c4a4-4a8a-abf9-e7e057da5dd7
|
| 4245 | 2026-09-04T01:16:07.501Z | DEBG | phd-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
|
| 4246 | 2026-09-04T01:16:07.501Z | DEBG | phd-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
|
| 4247 | 2026-09-04T01:16:07.501Z | 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 = 68489f48-c4a4-4a8a-abf9-e7e057da5dd7
|
| 4248 | 2026-09-04T01:16:07.501Z | INFO | phd-runner: [WAIT_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 = 68489f48-c4a4-4a8a-abf9-e7e057da5dd7
|
| 4249 | 2026-09-04T01:16:07.533Z | 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_get_cid
target = phd_framework::test_vm
vm = vsock_get_cid
vm_id = 68489f48-c4a4-4a8a-abf9-e7e057da5dd7
|
| 4250 | 2026-09-04T01:16:07.533Z | 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
|
| 4251 | 2026-09-04T01:16:07.533Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4447
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::vsock::vsock_get_cid
target = phd_framework::test_vm
|
| 4252 | 2026-09-04T01:16:07.533Z | 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 = 68489f48-c4a4-4a8a-abf9-e7e057da5dd7
|
| 4253 | 2026-09-04T01:16:07.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::vsock::vsock_get_cid
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = vsock_get_cid
vm_id = 68489f48-c4a4-4a8a-abf9-e7e057da5dd7
|
| 4254 | 2026-09-04T01:16:07.544Z | 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 = 68489f48-c4a4-4a8a-abf9-e7e057da5dd7
|
| 4255 | 2026-09-04T01:16:07.544Z | 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 = 68489f48-c4a4-4a8a-abf9-e7e057da5dd7
|
| 4256 | 2026-09-04T01:16:07.544Z | INFO | phd-runner: [WAIT_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 = 68489f48-c4a4-4a8a-abf9-e7e057da5dd7
|
| 4257 | 2026-09-04T01:16:07.566Z | 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 = 68489f48-c4a4-4a8a-abf9-e7e057da5dd7
|
| 4258 | 2026-09-04T01:16:07.566Z | 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 = 68489f48-c4a4-4a8a-abf9-e7e057da5dd7
|
| 4259 | 2026-09-04T01:16:07.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::vsock::vsock_get_cid
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = vsock_get_cid
vm_id = 68489f48-c4a4-4a8a-abf9-e7e057da5dd7
|
| 4260 | 2026-09-04T01:16:07.577Z | 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 = 68489f48-c4a4-4a8a-abf9-e7e057da5dd7
|
| 4261 | 2026-09-04T01:16:07.577Z | 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 = 68489f48-c4a4-4a8a-abf9-e7e057da5dd7
|
| 4262 | 2026-09-04T01:16:07.577Z | INFO | phd-runner: [WAIT_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 = 68489f48-c4a4-4a8a-abf9-e7e057da5dd7
|
| 4263 | 2026-09-04T01:16:07.599Z | 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 = 68489f48-c4a4-4a8a-abf9-e7e057da5dd7
|
| 4264 | 2026-09-04T01:16:07.600Z | 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 = 68489f48-c4a4-4a8a-abf9-e7e057da5dd7
|
| 4265 | 2026-09-04T01:16:07.600Z | 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
|
| 4266 | 2026-09-04T01:16:07.600Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4516
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4267 | 2026-09-04T01:16:07.600Z | 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
|
| 4268 | 2026-09-04T01:16:07.600Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4269 | 2026-09-04T01:16:07.602Z | 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 = 68489f48-c4a4-4a8a-abf9-e7e057da5dd7
|
| 4270 | 2026-09-04T01:16:08.153Z | 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 = 68489f48-c4a4-4a8a-abf9-e7e057da5dd7
|
| 4271 | 2026-09-04T01:16:08.244Z | 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 = 68489f48-c4a4-4a8a-abf9-e7e057da5dd7
|
| 4272 | 2026-09-04T01:16:08.244Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-2104fab0-bc4c-4bcd-a5a1-dc55f37c1dea"]
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 = 68489f48-c4a4-4a8a-abf9-e7e057da5dd7
|
| 4273 | 2026-09-04T01:16:08.270Z | 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 = 68489f48-c4a4-4a8a-abf9-e7e057da5dd7
|
| 4274 | 2026-09-04T01:16:08.270Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5fb92290-42e9-4235-80f1-ec007d58d3f5"]
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 = 68489f48-c4a4-4a8a-abf9-e7e057da5dd7
|
| 4275 | 2026-09-04T01:16:08.288Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 688
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 = 68489f48-c4a4-4a8a-abf9-e7e057da5dd7
|
| 4276 | 2026-09-04T01:16:08.288Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5954
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 = 68489f48-c4a4-4a8a-abf9-e7e057da5dd7
|
| 4277 | 2026-09-04T01:16:08.288Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 6060
file = phd-tests/tests/src/vsock.rs
line = 25
path = phd_tests::vsock::vsock_get_cid
target = phd_tests::vsock
|
| 4278 | 2026-09-04T01:16:08.288Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 688
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4279 | 2026-09-04T01:16:08.288Z | INFO | phd-runner: Starting test phd_tests::vsock::vsock_smoke_test
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 4280 | 2026-09-04T01:16:08.288Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4281 | 2026-09-04T01:16:08.289Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4282 | 2026-09-04T01:16:08.289Z | 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
|
| 4283 | 2026-09-04T01:16:08.289Z | 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
|
| 4284 | 2026-09-04T01:16:08.289Z | 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
|
| 4285 | 2026-09-04T01:16:08.289Z | 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
|
| 4286 | 2026-09-04T01:16:08.289Z | 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
|
| 4287 | 2026-09-04T01:16:08.301Z | 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 209M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 4288 | 2026-09-04T01:16:08.301Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-1eadd518-c0a8-44c2-888a-2dabd4b5adf8"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::zfs
verb = snapshot
|
| 4289 | 2026-09-04T01:16:08.317Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-1eadd518-c0a8-44c2-888a-2dabd4b5adf8", "phd-artifacts/phd-clone-f3ed8a94-d8a0-46f8-a6d8-36dba3f4e28e"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::zfs
verb = clone
|
| 4290 | 2026-09-04T01:16:08.336Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-f3ed8a94-d8a0-46f8-a6d8-36dba3f4e28e"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::zfs
verb = list
|
| 4291 | 2026-09-04T01:16:08.347Z | 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-f3ed8a94-d8a0-46f8-a6d8-36dba3f4e28e 0B 25.3T 207M /phd-artifacts/phd-clone-f3ed8a94-d8a0-46f8-a6d8-36dba3f4e28e\n
target = phd_framework::zfs
|
| 4292 | 2026-09-04T01:16:08.348Z | 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
|
| 4293 | 2026-09-04T01:16:08.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::vsock::vsock_smoke_test
target = phd_framework::test_vm
vm_name = vsock_smoke_test
|
| 4294 | 2026-09-04T01:16:08.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
|
| 4295 | 2026-09-04T01:16:08.348Z | 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
|
| 4296 | 2026-09-04T01:16:08.348Z | 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
|
| 4297 | 2026-09-04T01:16:08.379Z | 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
|
| 4298 | 2026-09-04T01:16:08.393Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 45
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::test_vm
|
| 4299 | 2026-09-04T01:16:08.394Z | 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 = cb066911-4168-4482-9148-433f84340abc
|
| 4300 | 2026-09-04T01:16:08.394Z | 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 = cb066911-4168-4482-9148-433f84340abc
|
| 4301 | 2026-09-04T01:16:09.176Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4302 | 2026-09-04T01:16:09.177Z | 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: cb066911-4168-4482-9148-433f84340abc, name: "phd-vm-cb066911-4168-4482-9148-433f84340abc", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: c1ba93de-a136-4905-9fca-7fd784083b1e, project_id: 360ef014-8a2f-42e3-b02b-10f37e5d962d, sled_id: cf3d3ffd-5c47-48aa-a5bc-62653141f390, sled_serial: "cf3d3ffd-5c47-48aa-a5bc-62653141f390", 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 = cb066911-4168-4482-9148-433f84340abc
|
| 4303 | 2026-09-04T01:16:09.177Z | 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 = cb066911-4168-4482-9148-433f84340abc
|
| 4304 | 2026-09-04T01:16:09.177Z | 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 = cb066911-4168-4482-9148-433f84340abc
|
| 4305 | 2026-09-04T01:16:09.178Z | 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 = cb066911-4168-4482-9148-433f84340abc
|
| 4306 | 2026-09-04T01:16:09.179Z | 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
|
| 4307 | 2026-09-04T01:16:09.179Z | 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 = cb066911-4168-4482-9148-433f84340abc
|
| 4308 | 2026-09-04T01:16:09.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::vsock::vsock_smoke_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 4309 | 2026-09-04T01:16:09.179Z | 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 = cb066911-4168-4482-9148-433f84340abc
|
| 4310 | 2026-09-04T01:16:09.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::vsock::vsock_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = vsock_smoke_test
vm_id = cb066911-4168-4482-9148-433f84340abc
|
| 4311 | 2026-09-04T01:16:13.570Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4391
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 = cb066911-4168-4482-9148-433f84340abc
|
| 4312 | 2026-09-04T01:16:13.570Z | DEBG | phd-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
|
| 4313 | 2026-09-04T01:16:13.570Z | DEBG | phd-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
|
| 4314 | 2026-09-04T01:16:13.570Z | 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 = cb066911-4168-4482-9148-433f84340abc
|
| 4315 | 2026-09-04T01:16:13.570Z | INFO | phd-runner: [WAIT_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 = cb066911-4168-4482-9148-433f84340abc
|
| 4316 | 2026-09-04T01:16:13.589Z | 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 = cb066911-4168-4482-9148-433f84340abc
|
| 4317 | 2026-09-04T01:16:13.589Z | DEBG | phd-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
|
| 4318 | 2026-09-04T01:16:13.589Z | DEBG | phd-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
|
| 4319 | 2026-09-04T01:16:13.589Z | 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 = cb066911-4168-4482-9148-433f84340abc
|
| 4320 | 2026-09-04T01:16:13.589Z | INFO | phd-runner: [WAIT_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 = cb066911-4168-4482-9148-433f84340abc
|
| 4321 | 2026-09-04T01:16:13.622Z | 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 = cb066911-4168-4482-9148-433f84340abc
|
| 4322 | 2026-09-04T01:16:13.622Z | 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
|
| 4323 | 2026-09-04T01:16:13.622Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4443
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::vsock::vsock_smoke_test
target = phd_framework::test_vm
|
| 4324 | 2026-09-04T01:16:13.623Z | 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 = cb066911-4168-4482-9148-433f84340abc
|
| 4325 | 2026-09-04T01:16:13.623Z | INFO | phd-runner: [WAIT_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 = cb066911-4168-4482-9148-433f84340abc
|
| 4326 | 2026-09-04T01:16:13.633Z | 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 = cb066911-4168-4482-9148-433f84340abc
|
| 4327 | 2026-09-04T01:16:13.633Z | 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 = cb066911-4168-4482-9148-433f84340abc
|
| 4328 | 2026-09-04T01:16: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::vsock::vsock_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = vsock_smoke_test
vm_id = cb066911-4168-4482-9148-433f84340abc
|
| 4329 | 2026-09-04T01:16:13.665Z | 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 = cb066911-4168-4482-9148-433f84340abc
|
| 4330 | 2026-09-04T01:16:13.666Z | 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 = cb066911-4168-4482-9148-433f84340abc
|
| 4331 | 2026-09-04T01:16:13.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::vsock::vsock_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = vsock_smoke_test
vm_id = cb066911-4168-4482-9148-433f84340abc
|
| 4332 | 2026-09-04T01:16:13.677Z | 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::vsock::vsock_smoke_test
target = phd_framework::test_vm
vm = vsock_smoke_test
vm_id = cb066911-4168-4482-9148-433f84340abc
|
| 4333 | 2026-09-04T01:16:13.678Z | 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 = cb066911-4168-4482-9148-433f84340abc
|
| 4334 | 2026-09-04T01:16:13.678Z | INFO | phd-runner: [WAIT_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 = cb066911-4168-4482-9148-433f84340abc
|
| 4335 | 2026-09-04T01:16:13.700Z | 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_smoke_test
target = phd_framework::test_vm
vm = vsock_smoke_test
vm_id = cb066911-4168-4482-9148-433f84340abc
|
| 4336 | 2026-09-04T01:16:13.700Z | 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 = cb066911-4168-4482-9148-433f84340abc
|
| 4337 | 2026-09-04T01:16:13.701Z | 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
|
| 4338 | 2026-09-04T01:16:13.701Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4524
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4339 | 2026-09-04T01:16:13.701Z | INFO | phd-runner: test phd_tests::vsock::vsock_smoke_test ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 4340 | 2026-09-04T01:16:13.701Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4341 | 2026-09-04T01:16:13.702Z | 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 = cb066911-4168-4482-9148-433f84340abc
|
| 4342 | 2026-09-04T01:16:14.380Z | 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 = cb066911-4168-4482-9148-433f84340abc
|
| 4343 | 2026-09-04T01:16:14.468Z | 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 = cb066911-4168-4482-9148-433f84340abc
|
| 4344 | 2026-09-04T01:16:14.468Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-f3ed8a94-d8a0-46f8-a6d8-36dba3f4e28e"]
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 = cb066911-4168-4482-9148-433f84340abc
|
| 4345 | 2026-09-04T01:16:14.494Z | 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 = cb066911-4168-4482-9148-433f84340abc
|
| 4346 | 2026-09-04T01:16:14.494Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-1eadd518-c0a8-44c2-888a-2dabd4b5adf8"]
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 = cb066911-4168-4482-9148-433f84340abc
|
| 4347 | 2026-09-04T01:16:14.512Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 811
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 = cb066911-4168-4482-9148-433f84340abc
|
| 4348 | 2026-09-04T01:16:14.512Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 810
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4349 | 2026-09-04T01:16:14.512Z | 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
|
| 4350 | 2026-09-04T01:16:14.512Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4351 | 2026-09-04T01:16:14.512Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6118
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 = cb066911-4168-4482-9148-433f84340abc
|
| 4352 | 2026-09-04T01:16:14.512Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4353 | 2026-09-04T01:16:14.512Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 6223
file = phd-tests/tests/src/vsock.rs
line = 10
path = phd_tests::vsock::vsock_smoke_test
target = phd_tests::vsock
|
| 4354 | 2026-09-04T01:16:14.512Z | 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
|
| 4355 | 2026-09-04T01:16:14.513Z | 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
|
| 4356 | 2026-09-04T01:16:14.513Z | 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
|
| 4357 | 2026-09-04T01:16:14.513Z | 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
|
| 4358 | 2026-09-04T01:16:14.513Z | 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-09-04T01:16:14.513Z | 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
|
| 4360 | 2026-09-04T01:16:14.523Z | 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 209M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 4361 | 2026-09-04T01:16:14.523Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-64d58178-ee63-4c05-a9fa-31bc83a8928e"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::framework::long_line_serial_test
target = phd_framework::zfs
verb = snapshot
|
| 4362 | 2026-09-04T01:16:14.541Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-64d58178-ee63-4c05-a9fa-31bc83a8928e", "phd-artifacts/phd-clone-5f86042f-c55e-4189-a2e0-f7ec7a1e8184"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::framework::long_line_serial_test
target = phd_framework::zfs
verb = clone
|
| 4363 | 2026-09-04T01:16:14.560Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-5f86042f-c55e-4189-a2e0-f7ec7a1e8184"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::framework::long_line_serial_test
target = phd_framework::zfs
verb = list
|
| 4364 | 2026-09-04T01:16:14.572Z | 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-5f86042f-c55e-4189-a2e0-f7ec7a1e8184 0B 25.3T 207M /phd-artifacts/phd-clone-5f86042f-c55e-4189-a2e0-f7ec7a1e8184\n
target = phd_framework::zfs
|
| 4365 | 2026-09-04T01:16:14.573Z | 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
|
| 4366 | 2026-09-04T01:16:14.573Z | 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
|
| 4367 | 2026-09-04T01:16:14.573Z | 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
|
| 4368 | 2026-09-04T01:16:14.573Z | 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
|
| 4369 | 2026-09-04T01:16:14.573Z | 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
|
| 4370 | 2026-09-04T01:16:14.603Z | 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
|
| 4371 | 2026-09-04T01:16:14.618Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 45
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
|
| 4372 | 2026-09-04T01:16:14.618Z | 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 = 442dd019-7425-47c7-b208-563a02659770
|
| 4373 | 2026-09-04T01:16:14.618Z | 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 = 442dd019-7425-47c7-b208-563a02659770
|
| 4374 | 2026-09-04T01:16:15.162Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4375 | 2026-09-04T01:16:15.163Z | 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: 442dd019-7425-47c7-b208-563a02659770, name: "phd-vm-442dd019-7425-47c7-b208-563a02659770", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: fafa38b3-62af-4c34-bedb-a71ebe35d3ac, project_id: a279be65-31bd-4a0c-bed0-879df14d7a51, sled_id: f89eacc3-9a20-455f-b784-df38ef376ea9, sled_serial: "f89eacc3-9a20-455f-b784-df38ef376ea9", 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 = 442dd019-7425-47c7-b208-563a02659770
|
| 4376 | 2026-09-04T01:16:15.163Z | 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 = 442dd019-7425-47c7-b208-563a02659770
|
| 4377 | 2026-09-04T01:16:15.163Z | 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 = 442dd019-7425-47c7-b208-563a02659770
|
| 4378 | 2026-09-04T01:16:15.164Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
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 = 442dd019-7425-47c7-b208-563a02659770
|
| 4379 | 2026-09-04T01:16:15.164Z | 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
|
| 4380 | 2026-09-04T01:16:15.164Z | 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 = 442dd019-7425-47c7-b208-563a02659770
|
| 4381 | 2026-09-04T01:16:15.164Z | DEBG | phd-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
|
| 4382 | 2026-09-04T01:16:15.164Z | 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 = 442dd019-7425-47c7-b208-563a02659770
|
| 4383 | 2026-09-04T01:16:15.164Z | INFO | phd-runner: [WAIT_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 = 442dd019-7425-47c7-b208-563a02659770
|
| 4384 | 2026-09-04T01:16:19.630Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4465
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 = 442dd019-7425-47c7-b208-563a02659770
|
| 4385 | 2026-09-04T01:16:19.630Z | DEBG | phd-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
|
| 4386 | 2026-09-04T01:16:19.630Z | DEBG | phd-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
|
| 4387 | 2026-09-04T01:16:19.630Z | 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 = 442dd019-7425-47c7-b208-563a02659770
|
| 4388 | 2026-09-04T01:16:19.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::framework::long_line_serial_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = long_line_serial_test
vm_id = 442dd019-7425-47c7-b208-563a02659770
|
| 4389 | 2026-09-04T01:16:19.649Z | 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::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 442dd019-7425-47c7-b208-563a02659770
|
| 4390 | 2026-09-04T01:16:19.650Z | DEBG | phd-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
|
| 4391 | 2026-09-04T01:16:19.650Z | DEBG | phd-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
|
| 4392 | 2026-09-04T01:16:19.650Z | 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 = 442dd019-7425-47c7-b208-563a02659770
|
| 4393 | 2026-09-04T01:16:19.650Z | INFO | phd-runner: [WAIT_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 = 442dd019-7425-47c7-b208-563a02659770
|
| 4394 | 2026-09-04T01:16:19.683Z | 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 = 442dd019-7425-47c7-b208-563a02659770
|
| 4395 | 2026-09-04T01:16:19.683Z | 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
|
| 4396 | 2026-09-04T01:16:19.683Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4519
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
|
| 4397 | 2026-09-04T01:16:19.683Z | 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 = 442dd019-7425-47c7-b208-563a02659770
|
| 4398 | 2026-09-04T01:16:19.684Z | INFO | phd-runner: [WAIT_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 = 442dd019-7425-47c7-b208-563a02659770
|
| 4399 | 2026-09-04T01:16:19.760Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 76
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 = 442dd019-7425-47c7-b208-563a02659770
|
| 4400 | 2026-09-04T01:16:19.760Z | 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 = 442dd019-7425-47c7-b208-563a02659770
|
| 4401 | 2026-09-04T01:16:19.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::framework::long_line_serial_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = long_line_serial_test
vm_id = 442dd019-7425-47c7-b208-563a02659770
|
| 4402 | 2026-09-04T01:16:19.805Z | 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::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 442dd019-7425-47c7-b208-563a02659770
|
| 4403 | 2026-09-04T01:16:19.805Z | 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 = 442dd019-7425-47c7-b208-563a02659770
|
| 4404 | 2026-09-04T01:16:19.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::framework::long_line_serial_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = long_line_serial_test
vm_id = 442dd019-7425-47c7-b208-563a02659770
|
| 4405 | 2026-09-04T01:16:19.816Z | 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 = 442dd019-7425-47c7-b208-563a02659770
|
| 4406 | 2026-09-04T01:16:19.816Z | 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 = 442dd019-7425-47c7-b208-563a02659770
|
| 4407 | 2026-09-04T01:16:19.816Z | INFO | phd-runner: [WAIT_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 = 442dd019-7425-47c7-b208-563a02659770
|
| 4408 | 2026-09-04T01:16:19.849Z | 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 = 442dd019-7425-47c7-b208-563a02659770
|
| 4409 | 2026-09-04T01:16:19.850Z | 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 = 442dd019-7425-47c7-b208-563a02659770
|
| 4410 | 2026-09-04T01:16:19.850Z | 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
|
| 4411 | 2026-09-04T01:16:19.850Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4688
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4412 | 2026-09-04T01:16:19.850Z | 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
|
| 4413 | 2026-09-04T01:16:19.850Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4414 | 2026-09-04T01:16:19.851Z | 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 = 442dd019-7425-47c7-b208-563a02659770
|
| 4415 | 2026-09-04T01:16:20.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::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 = 442dd019-7425-47c7-b208-563a02659770
|
| 4416 | 2026-09-04T01:16:20.247Z | 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 = 442dd019-7425-47c7-b208-563a02659770
|
| 4417 | 2026-09-04T01:16:20.247Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-5f86042f-c55e-4189-a2e0-f7ec7a1e8184"]
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 = 442dd019-7425-47c7-b208-563a02659770
|
| 4418 | 2026-09-04T01:16:20.271Z | 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 = 442dd019-7425-47c7-b208-563a02659770
|
| 4419 | 2026-09-04T01:16:20.271Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-64d58178-ee63-4c05-a9fa-31bc83a8928e"]
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 = 442dd019-7425-47c7-b208-563a02659770
|
| 4420 | 2026-09-04T01:16:20.290Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 440
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 = 442dd019-7425-47c7-b208-563a02659770
|
| 4421 | 2026-09-04T01:16:20.290Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5672
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 = 442dd019-7425-47c7-b208-563a02659770
|
| 4422 | 2026-09-04T01:16:20.290Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 439
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4423 | 2026-09-04T01:16:20.290Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 5777
file = phd-tests/tests/src/framework.rs
line = 20
path = phd_tests::framework::long_line_serial_test
target = phd_tests::framework
|
| 4424 | 2026-09-04T01:16:20.290Z | INFO | phd-runner: Starting test phd_tests::framework::multiline_serial_test
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 4425 | 2026-09-04T01:16:20.290Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4426 | 2026-09-04T01:16:20.290Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4427 | 2026-09-04T01:16:20.291Z | 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
|
| 4428 | 2026-09-04T01:16:20.291Z | 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
|
| 4429 | 2026-09-04T01:16:20.291Z | 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
|
| 4430 | 2026-09-04T01:16:20.291Z | 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
|
| 4431 | 2026-09-04T01:16:20.291Z | 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
|
| 4432 | 2026-09-04T01:16:20.301Z | 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 209M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 4433 | 2026-09-04T01:16:20.302Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-6b0f588c-590a-4d76-aa22-57beb2778aa9"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::framework::multiline_serial_test
target = phd_framework::zfs
verb = snapshot
|
| 4434 | 2026-09-04T01:16:20.320Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-6b0f588c-590a-4d76-aa22-57beb2778aa9", "phd-artifacts/phd-clone-e0e08861-3a6d-4e65-b1c1-7d82e1665ee0"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::framework::multiline_serial_test
target = phd_framework::zfs
verb = clone
|
| 4435 | 2026-09-04T01:16:20.338Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-e0e08861-3a6d-4e65-b1c1-7d82e1665ee0"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::framework::multiline_serial_test
target = phd_framework::zfs
verb = list
|
| 4436 | 2026-09-04T01:16:20.350Z | 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-e0e08861-3a6d-4e65-b1c1-7d82e1665ee0 0B 25.3T 207M /phd-artifacts/phd-clone-e0e08861-3a6d-4e65-b1c1-7d82e1665ee0\n
target = phd_framework::zfs
|
| 4437 | 2026-09-04T01:16:20.350Z | 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
|
| 4438 | 2026-09-04T01:16:20.350Z | 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
|
| 4439 | 2026-09-04T01:16:20.350Z | 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
|
| 4440 | 2026-09-04T01:16:20.350Z | 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
|
| 4441 | 2026-09-04T01:16:20.350Z | 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
|
| 4442 | 2026-09-04T01:16:20.383Z | 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
|
| 4443 | 2026-09-04T01:16:20.397Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 46
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
|
| 4444 | 2026-09-04T01:16:20.397Z | 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 = 6b945fb8-af42-4dc1-b41f-4bfb06e0b904
|
| 4445 | 2026-09-04T01:16:20.398Z | 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 = 6b945fb8-af42-4dc1-b41f-4bfb06e0b904
|
| 4446 | 2026-09-04T01:16:21.020Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4447 | 2026-09-04T01:16:21.022Z | 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: 6b945fb8-af42-4dc1-b41f-4bfb06e0b904, name: "phd-vm-6b945fb8-af42-4dc1-b41f-4bfb06e0b904", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 136f2771-4a89-462d-9cde-232701973e82, project_id: 5f343e72-4a06-4348-b257-b38f53b9d97a, sled_id: 398ef5c3-05ff-4bb2-962b-034a2015900c, sled_serial: "398ef5c3-05ff-4bb2-962b-034a2015900c", 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 = 6b945fb8-af42-4dc1-b41f-4bfb06e0b904
|
| 4448 | 2026-09-04T01:16:21.022Z | 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 = 6b945fb8-af42-4dc1-b41f-4bfb06e0b904
|
| 4449 | 2026-09-04T01:16:21.022Z | 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 = 6b945fb8-af42-4dc1-b41f-4bfb06e0b904
|
| 4450 | 2026-09-04T01:16:21.023Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
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 = 6b945fb8-af42-4dc1-b41f-4bfb06e0b904
|
| 4451 | 2026-09-04T01:16:21.023Z | 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
|
| 4452 | 2026-09-04T01:16:21.023Z | 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 = 6b945fb8-af42-4dc1-b41f-4bfb06e0b904
|
| 4453 | 2026-09-04T01:16:21.023Z | DEBG | phd-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
|
| 4454 | 2026-09-04T01:16:21.023Z | 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 = 6b945fb8-af42-4dc1-b41f-4bfb06e0b904
|
| 4455 | 2026-09-04T01:16:21.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::framework::multiline_serial_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = multiline_test
vm_id = 6b945fb8-af42-4dc1-b41f-4bfb06e0b904
|
| 4456 | 2026-09-04T01:16:25.426Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4402
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 = 6b945fb8-af42-4dc1-b41f-4bfb06e0b904
|
| 4457 | 2026-09-04T01:16:25.426Z | DEBG | phd-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
|
| 4458 | 2026-09-04T01:16:25.426Z | DEBG | phd-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
|
| 4459 | 2026-09-04T01:16:25.426Z | 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 = 6b945fb8-af42-4dc1-b41f-4bfb06e0b904
|
| 4460 | 2026-09-04T01:16:25.426Z | INFO | phd-runner: [WAIT_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 = 6b945fb8-af42-4dc1-b41f-4bfb06e0b904
|
| 4461 | 2026-09-04T01:16:25.444Z | 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::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 6b945fb8-af42-4dc1-b41f-4bfb06e0b904
|
| 4462 | 2026-09-04T01:16:25.445Z | DEBG | phd-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
|
| 4463 | 2026-09-04T01:16:25.445Z | DEBG | phd-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
|
| 4464 | 2026-09-04T01:16:25.445Z | 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 = 6b945fb8-af42-4dc1-b41f-4bfb06e0b904
|
| 4465 | 2026-09-04T01:16:25.445Z | INFO | phd-runner: [WAIT_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 = 6b945fb8-af42-4dc1-b41f-4bfb06e0b904
|
| 4466 | 2026-09-04T01:16:25.478Z | 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 = 6b945fb8-af42-4dc1-b41f-4bfb06e0b904
|
| 4467 | 2026-09-04T01:16:25.478Z | 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
|
| 4468 | 2026-09-04T01:16:25.478Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4455
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
|
| 4469 | 2026-09-04T01:16:25.478Z | 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 = 6b945fb8-af42-4dc1-b41f-4bfb06e0b904
|
| 4470 | 2026-09-04T01:16:25.478Z | INFO | phd-runner: [WAIT_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 = 6b945fb8-af42-4dc1-b41f-4bfb06e0b904
|
| 4471 | 2026-09-04T01:16:25.511Z | 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::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 6b945fb8-af42-4dc1-b41f-4bfb06e0b904
|
| 4472 | 2026-09-04T01:16:25.511Z | 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 = 6b945fb8-af42-4dc1-b41f-4bfb06e0b904
|
| 4473 | 2026-09-04T01:16:25.511Z | INFO | phd-runner: [WAIT_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 = 6b945fb8-af42-4dc1-b41f-4bfb06e0b904
|
| 4474 | 2026-09-04T01:16:25.522Z | 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 = 6b945fb8-af42-4dc1-b41f-4bfb06e0b904
|
| 4475 | 2026-09-04T01:16:25.522Z | 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 = 6b945fb8-af42-4dc1-b41f-4bfb06e0b904
|
| 4476 | 2026-09-04T01:16:25.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::framework::multiline_serial_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = multiline_test
vm_id = 6b945fb8-af42-4dc1-b41f-4bfb06e0b904
|
| 4477 | 2026-09-04T01:16:25.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::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 6b945fb8-af42-4dc1-b41f-4bfb06e0b904
|
| 4478 | 2026-09-04T01:16:25.534Z | 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 = 6b945fb8-af42-4dc1-b41f-4bfb06e0b904
|
| 4479 | 2026-09-04T01:16:25.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::framework::multiline_serial_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = multiline_test
vm_id = 6b945fb8-af42-4dc1-b41f-4bfb06e0b904
|
| 4480 | 2026-09-04T01:16:25.567Z | 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::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 6b945fb8-af42-4dc1-b41f-4bfb06e0b904
|
| 4481 | 2026-09-04T01:16:25.567Z | 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 = 6b945fb8-af42-4dc1-b41f-4bfb06e0b904
|
| 4482 | 2026-09-04T01:16:25.567Z | 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
|
| 4483 | 2026-09-04T01:16:25.567Z | INFO | phd-runner: test phd_tests::framework::multiline_serial_test ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 4484 | 2026-09-04T01:16:25.567Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4546
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4485 | 2026-09-04T01:16:25.567Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4486 | 2026-09-04T01:16:25.569Z | 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 = 6b945fb8-af42-4dc1-b41f-4bfb06e0b904
|
| 4487 | 2026-09-04T01:16:25.877Z | 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 = 6b945fb8-af42-4dc1-b41f-4bfb06e0b904
|
| 4488 | 2026-09-04T01:16:25.969Z | 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 = 6b945fb8-af42-4dc1-b41f-4bfb06e0b904
|
| 4489 | 2026-09-04T01:16:25.969Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-e0e08861-3a6d-4e65-b1c1-7d82e1665ee0"]
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 = 6b945fb8-af42-4dc1-b41f-4bfb06e0b904
|
| 4490 | 2026-09-04T01:16:25.995Z | 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 = 6b945fb8-af42-4dc1-b41f-4bfb06e0b904
|
| 4491 | 2026-09-04T01:16:25.995Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-6b0f588c-590a-4d76-aa22-57beb2778aa9"]
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 = 6b945fb8-af42-4dc1-b41f-4bfb06e0b904
|
| 4492 | 2026-09-04T01:16:26.014Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 446
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 = 6b945fb8-af42-4dc1-b41f-4bfb06e0b904
|
| 4493 | 2026-09-04T01:16:26.014Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 446
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4494 | 2026-09-04T01:16:26.014Z | INFO | phd-runner: Starting test phd_tests::smoke::nproc_test
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 4495 | 2026-09-04T01:16:26.014Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4496 | 2026-09-04T01:16:26.014Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5616
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 = 6b945fb8-af42-4dc1-b41f-4bfb06e0b904
|
| 4497 | 2026-09-04T01:16:26.014Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4498 | 2026-09-04T01:16:26.014Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 5723
file = phd-tests/tests/src/framework.rs
line = 10
path = phd_tests::framework::multiline_serial_test
target = phd_tests::framework
|
| 4499 | 2026-09-04T01:16:26.014Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/smoke.rs
line = 8
path = phd_tests::smoke::nproc_test
target = phd_tests::smoke
|
| 4500 | 2026-09-04T01:16:26.014Z | 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
|
| 4501 | 2026-09-04T01:16:26.015Z | 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
|
| 4502 | 2026-09-04T01:16:26.015Z | 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
|
| 4503 | 2026-09-04T01:16:26.015Z | 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
|
| 4504 | 2026-09-04T01:16:26.026Z | 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
|
| 4505 | 2026-09-04T01:16:26.026Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-0989bb1f-c168-4197-9d7c-1f5d275c35ee"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::nproc_test
target = phd_framework::zfs
verb = snapshot
|
| 4506 | 2026-09-04T01:16:26.042Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-0989bb1f-c168-4197-9d7c-1f5d275c35ee", "phd-artifacts/phd-clone-02e696e8-e561-4a50-9658-17103d94dacc"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::nproc_test
target = phd_framework::zfs
verb = clone
|
| 4507 | 2026-09-04T01:16:26.058Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-02e696e8-e561-4a50-9658-17103d94dacc"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::nproc_test
target = phd_framework::zfs
verb = list
|
| 4508 | 2026-09-04T01:16:26.068Z | 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-02e696e8-e561-4a50-9658-17103d94dacc 0B 25.3T 207M /phd-artifacts/phd-clone-02e696e8-e561-4a50-9658-17103d94dacc\n
target = phd_framework::zfs
|
| 4509 | 2026-09-04T01:16:26.069Z | 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
|
| 4510 | 2026-09-04T01:16:26.069Z | 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
|
| 4511 | 2026-09-04T01:16:26.069Z | 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
|
| 4512 | 2026-09-04T01:16:26.069Z | 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
|
| 4513 | 2026-09-04T01:16:26.069Z | 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
|
| 4514 | 2026-09-04T01:16:26.097Z | 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
|
| 4515 | 2026-09-04T01:16:26.111Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 42
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
|
| 4516 | 2026-09-04T01:16:26.111Z | 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 = 629c00a2-12e7-403f-ab3c-f9194852f032
|
| 4517 | 2026-09-04T01:16:26.112Z | 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 = 629c00a2-12e7-403f-ab3c-f9194852f032
|
| 4518 | 2026-09-04T01:16:26.711Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4519 | 2026-09-04T01:16:26.712Z | 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: 629c00a2-12e7-403f-ab3c-f9194852f032, name: "phd-vm-629c00a2-12e7-403f-ab3c-f9194852f032", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 7ce33d1e-12ec-4022-ae45-aefb6091c7da, project_id: 671d8142-a415-4a1b-b437-8bde9967451a, sled_id: 060c5ee3-7167-419d-b0f2-4540de8afeee, sled_serial: "060c5ee3-7167-419d-b0f2-4540de8afeee", 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 = 629c00a2-12e7-403f-ab3c-f9194852f032
|
| 4520 | 2026-09-04T01:16:26.712Z | 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 = 629c00a2-12e7-403f-ab3c-f9194852f032
|
| 4521 | 2026-09-04T01:16:26.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::smoke::nproc_test
state = Run
target = phd_framework::test_vm
vm = nproc_test
vm_id = 629c00a2-12e7-403f-ab3c-f9194852f032
|
| 4522 | 2026-09-04T01:16:26.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::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 629c00a2-12e7-403f-ab3c-f9194852f032
|
| 4523 | 2026-09-04T01:16:26.713Z | 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
|
| 4524 | 2026-09-04T01:16:26.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::smoke::nproc_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = nproc_test
vm_id = 629c00a2-12e7-403f-ab3c-f9194852f032
|
| 4525 | 2026-09-04T01:16:26.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::smoke::nproc_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 4526 | 2026-09-04T01:16:26.713Z | 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 = 629c00a2-12e7-403f-ab3c-f9194852f032
|
| 4527 | 2026-09-04T01:16:26.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::smoke::nproc_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = nproc_test
vm_id = 629c00a2-12e7-403f-ab3c-f9194852f032
|
| 4528 | 2026-09-04T01:16:31.837Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 5123
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 = 629c00a2-12e7-403f-ab3c-f9194852f032
|
| 4529 | 2026-09-04T01:16:31.837Z | DEBG | phd-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
|
| 4530 | 2026-09-04T01:16:31.838Z | DEBG | phd-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
|
| 4531 | 2026-09-04T01:16:31.838Z | 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 = 629c00a2-12e7-403f-ab3c-f9194852f032
|
| 4532 | 2026-09-04T01:16:31.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::smoke::nproc_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = nproc_test
vm_id = 629c00a2-12e7-403f-ab3c-f9194852f032
|
| 4533 | 2026-09-04T01:16:31.856Z | 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::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 629c00a2-12e7-403f-ab3c-f9194852f032
|
| 4534 | 2026-09-04T01:16:31.856Z | DEBG | phd-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
|
| 4535 | 2026-09-04T01:16:31.857Z | DEBG | phd-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
|
| 4536 | 2026-09-04T01:16:31.857Z | 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 = 629c00a2-12e7-403f-ab3c-f9194852f032
|
| 4537 | 2026-09-04T01:16:31.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::smoke::nproc_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = nproc_test
vm_id = 629c00a2-12e7-403f-ab3c-f9194852f032
|
| 4538 | 2026-09-04T01:16:31.889Z | 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::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 629c00a2-12e7-403f-ab3c-f9194852f032
|
| 4539 | 2026-09-04T01:16:31.889Z | 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
|
| 4540 | 2026-09-04T01:16:31.889Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 5175
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
|
| 4541 | 2026-09-04T01:16:31.889Z | 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 = 629c00a2-12e7-403f-ab3c-f9194852f032
|
| 4542 | 2026-09-04T01:16:31.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::smoke::nproc_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = nproc_test
vm_id = 629c00a2-12e7-403f-ab3c-f9194852f032
|
| 4543 | 2026-09-04T01:16:31.900Z | 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 = 629c00a2-12e7-403f-ab3c-f9194852f032
|
| 4544 | 2026-09-04T01:16:31.900Z | 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 = 629c00a2-12e7-403f-ab3c-f9194852f032
|
| 4545 | 2026-09-04T01:16:31.900Z | INFO | phd-runner: [WAIT_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 = 629c00a2-12e7-403f-ab3c-f9194852f032
|
| 4546 | 2026-09-04T01:16:31.933Z | 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::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 629c00a2-12e7-403f-ab3c-f9194852f032
|
| 4547 | 2026-09-04T01:16:31.933Z | 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 = 629c00a2-12e7-403f-ab3c-f9194852f032
|
| 4548 | 2026-09-04T01:16:31.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::smoke::nproc_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = nproc_test
vm_id = 629c00a2-12e7-403f-ab3c-f9194852f032
|
| 4549 | 2026-09-04T01:16:31.944Z | 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 = 629c00a2-12e7-403f-ab3c-f9194852f032
|
| 4550 | 2026-09-04T01:16:31.945Z | 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 = 629c00a2-12e7-403f-ab3c-f9194852f032
|
| 4551 | 2026-09-04T01:16:31.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::smoke::nproc_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = nproc_test
vm_id = 629c00a2-12e7-403f-ab3c-f9194852f032
|
| 4552 | 2026-09-04T01:16:31.978Z | 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::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 629c00a2-12e7-403f-ab3c-f9194852f032
|
| 4553 | 2026-09-04T01:16:31.979Z | 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 = 629c00a2-12e7-403f-ab3c-f9194852f032
|
| 4554 | 2026-09-04T01:16:31.980Z | 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
|
| 4555 | 2026-09-04T01:16:31.980Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 5268
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4556 | 2026-09-04T01:16:31.980Z | INFO | phd-runner: test phd_tests::smoke::nproc_test ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 4557 | 2026-09-04T01:16:31.980Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4558 | 2026-09-04T01:16:31.981Z | 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 = 629c00a2-12e7-403f-ab3c-f9194852f032
|
| 4559 | 2026-09-04T01:16:32.719Z | 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 = 629c00a2-12e7-403f-ab3c-f9194852f032
|
| 4560 | 2026-09-04T01:16:32.812Z | 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 = 629c00a2-12e7-403f-ab3c-f9194852f032
|
| 4561 | 2026-09-04T01:16:32.812Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-02e696e8-e561-4a50-9658-17103d94dacc"]
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 = 629c00a2-12e7-403f-ab3c-f9194852f032
|
| 4562 | 2026-09-04T01:16:32.837Z | 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 = 629c00a2-12e7-403f-ab3c-f9194852f032
|
| 4563 | 2026-09-04T01:16:32.837Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-0989bb1f-c168-4197-9d7c-1f5d275c35ee"]
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 = 629c00a2-12e7-403f-ab3c-f9194852f032
|
| 4564 | 2026-09-04T01:16:32.857Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 877
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 = 629c00a2-12e7-403f-ab3c-f9194852f032
|
| 4565 | 2026-09-04T01:16:32.857Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 877
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4566 | 2026-09-04T01:16:32.857Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6745
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 = 629c00a2-12e7-403f-ab3c-f9194852f032
|
| 4567 | 2026-09-04T01:16:32.857Z | INFO | phd-runner: Starting test phd_tests::smoke::api_reboot_test
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 4568 | 2026-09-04T01:16:32.857Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 6842
file = phd-tests/tests/src/smoke.rs
line = 8
path = phd_tests::smoke::nproc_test
target = phd_tests::smoke
|
| 4569 | 2026-09-04T01:16:32.857Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4570 | 2026-09-04T01:16:32.857Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4571 | 2026-09-04T01:16:32.858Z | 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
|
| 4572 | 2026-09-04T01:16:32.858Z | 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
|
| 4573 | 2026-09-04T01:16:32.858Z | 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
|
| 4574 | 2026-09-04T01:16:32.858Z | 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
|
| 4575 | 2026-09-04T01:16:32.858Z | 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
|
| 4576 | 2026-09-04T01:16:32.869Z | 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
|
| 4577 | 2026-09-04T01:16:32.869Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-38d674a2-7730-4e67-8d70-81e48ae2f473"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::api_reboot_test
target = phd_framework::zfs
verb = snapshot
|
| 4578 | 2026-09-04T01:16:32.888Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-38d674a2-7730-4e67-8d70-81e48ae2f473", "phd-artifacts/phd-clone-a7e4606c-a924-47db-860a-70e01c15adb4"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::api_reboot_test
target = phd_framework::zfs
verb = clone
|
| 4579 | 2026-09-04T01:16:32.906Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-a7e4606c-a924-47db-860a-70e01c15adb4"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::api_reboot_test
target = phd_framework::zfs
verb = list
|
| 4580 | 2026-09-04T01:16:32.917Z | 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-a7e4606c-a924-47db-860a-70e01c15adb4 0B 25.3T 207M /phd-artifacts/phd-clone-a7e4606c-a924-47db-860a-70e01c15adb4\n
target = phd_framework::zfs
|
| 4581 | 2026-09-04T01:16:32.918Z | 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
|
| 4582 | 2026-09-04T01:16:32.918Z | 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
|
| 4583 | 2026-09-04T01:16:32.918Z | 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
|
| 4584 | 2026-09-04T01:16:32.918Z | 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
|
| 4585 | 2026-09-04T01:16:32.918Z | 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
|
| 4586 | 2026-09-04T01:16:32.948Z | 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
|
| 4587 | 2026-09-04T01:16:32.962Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 43
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 4588 | 2026-09-04T01:16:32.962Z | 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 = a66dc08f-cde3-43ea-9efc-62726d2a9236
|
| 4589 | 2026-09-04T01:16:32.963Z | 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 = a66dc08f-cde3-43ea-9efc-62726d2a9236
|
| 4590 | 2026-09-04T01:16:33.451Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4591 | 2026-09-04T01:16:33.452Z | 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: a66dc08f-cde3-43ea-9efc-62726d2a9236, name: "phd-vm-a66dc08f-cde3-43ea-9efc-62726d2a9236", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 2e399244-8866-46cc-be0e-bde7f8bba5df, project_id: 3fd3f4da-5f03-485c-9506-1f19c41c8407, sled_id: 881528c2-1c07-4230-bb19-2cc208e05bc3, sled_serial: "881528c2-1c07-4230-bb19-2cc208e05bc3", 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 = a66dc08f-cde3-43ea-9efc-62726d2a9236
|
| 4592 | 2026-09-04T01:16:33.452Z | 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 = a66dc08f-cde3-43ea-9efc-62726d2a9236
|
| 4593 | 2026-09-04T01:16:33.452Z | 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 = a66dc08f-cde3-43ea-9efc-62726d2a9236
|
| 4594 | 2026-09-04T01:16:33.453Z | 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 = a66dc08f-cde3-43ea-9efc-62726d2a9236
|
| 4595 | 2026-09-04T01:16:33.453Z | 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
|
| 4596 | 2026-09-04T01:16:33.453Z | 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 = a66dc08f-cde3-43ea-9efc-62726d2a9236
|
| 4597 | 2026-09-04T01:16:33.453Z | DEBG | phd-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
|
| 4598 | 2026-09-04T01:16:33.454Z | 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 = a66dc08f-cde3-43ea-9efc-62726d2a9236
|
| 4599 | 2026-09-04T01:16:33.454Z | INFO | phd-runner: [WAIT_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 = a66dc08f-cde3-43ea-9efc-62726d2a9236
|
| 4600 | 2026-09-04T01:16:37.947Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4492
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 = a66dc08f-cde3-43ea-9efc-62726d2a9236
|
| 4601 | 2026-09-04T01:16:37.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::smoke::api_reboot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 4602 | 2026-09-04T01:16:37.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::smoke::api_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4603 | 2026-09-04T01:16:37.947Z | 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 = a66dc08f-cde3-43ea-9efc-62726d2a9236
|
| 4604 | 2026-09-04T01:16:37.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::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = api_reboot_test
vm_id = a66dc08f-cde3-43ea-9efc-62726d2a9236
|
| 4605 | 2026-09-04T01:16:37.965Z | 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 = a66dc08f-cde3-43ea-9efc-62726d2a9236
|
| 4606 | 2026-09-04T01:16:37.965Z | DEBG | phd-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
|
| 4607 | 2026-09-04T01:16:37.966Z | DEBG | phd-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
|
| 4608 | 2026-09-04T01:16:37.966Z | 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 = a66dc08f-cde3-43ea-9efc-62726d2a9236
|
| 4609 | 2026-09-04T01:16:37.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::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = api_reboot_test
vm_id = a66dc08f-cde3-43ea-9efc-62726d2a9236
|
| 4610 | 2026-09-04T01:16:37.998Z | 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 = a66dc08f-cde3-43ea-9efc-62726d2a9236
|
| 4611 | 2026-09-04T01:16:37.998Z | 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
|
| 4612 | 2026-09-04T01:16:37.998Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4544
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 4613 | 2026-09-04T01:16:37.998Z | 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 = a66dc08f-cde3-43ea-9efc-62726d2a9236
|
| 4614 | 2026-09-04T01:16:37.998Z | 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 = a66dc08f-cde3-43ea-9efc-62726d2a9236
|
| 4615 | 2026-09-04T01:16:37.999Z | 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 = a66dc08f-cde3-43ea-9efc-62726d2a9236
|
| 4616 | 2026-09-04T01:16:37.999Z | 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
|
| 4617 | 2026-09-04T01:16:37.999Z | 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 = a66dc08f-cde3-43ea-9efc-62726d2a9236
|
| 4618 | 2026-09-04T01:16:38.000Z | DEBG | phd-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
|
| 4619 | 2026-09-04T01:16:38.000Z | 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 = a66dc08f-cde3-43ea-9efc-62726d2a9236
|
| 4620 | 2026-09-04T01:16:38.000Z | INFO | phd-runner: [WAIT_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 = a66dc08f-cde3-43ea-9efc-62726d2a9236
|
| 4621 | 2026-09-04T01:16:42.217Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4217
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 = a66dc08f-cde3-43ea-9efc-62726d2a9236
|
| 4622 | 2026-09-04T01:16:42.217Z | DEBG | phd-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
|
| 4623 | 2026-09-04T01:16:42.217Z | DEBG | phd-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
|
| 4624 | 2026-09-04T01:16:42.217Z | 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 = a66dc08f-cde3-43ea-9efc-62726d2a9236
|
| 4625 | 2026-09-04T01:16:42.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::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = api_reboot_test
vm_id = a66dc08f-cde3-43ea-9efc-62726d2a9236
|
| 4626 | 2026-09-04T01:16:42.236Z | 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 = a66dc08f-cde3-43ea-9efc-62726d2a9236
|
| 4627 | 2026-09-04T01:16:42.236Z | DEBG | phd-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
|
| 4628 | 2026-09-04T01:16:42.236Z | DEBG | phd-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
|
| 4629 | 2026-09-04T01:16:42.236Z | 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 = a66dc08f-cde3-43ea-9efc-62726d2a9236
|
| 4630 | 2026-09-04T01:16:42.236Z | INFO | phd-runner: [WAIT_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 = a66dc08f-cde3-43ea-9efc-62726d2a9236
|
| 4631 | 2026-09-04T01:16:42.268Z | 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 = a66dc08f-cde3-43ea-9efc-62726d2a9236
|
| 4632 | 2026-09-04T01:16:42.268Z | 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
|
| 4633 | 2026-09-04T01:16:42.268Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4268
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 4634 | 2026-09-04T01:16:42.268Z | 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 = a66dc08f-cde3-43ea-9efc-62726d2a9236
|
| 4635 | 2026-09-04T01:16:42.269Z | 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
|
| 4636 | 2026-09-04T01:16:42.269Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 8817
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4637 | 2026-09-04T01:16:42.269Z | INFO | phd-runner: test phd_tests::smoke::api_reboot_test ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 4638 | 2026-09-04T01:16:42.269Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4639 | 2026-09-04T01:16:42.270Z | 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 = a66dc08f-cde3-43ea-9efc-62726d2a9236
|
| 4640 | 2026-09-04T01:16:43.016Z | 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 = a66dc08f-cde3-43ea-9efc-62726d2a9236
|
| 4641 | 2026-09-04T01:16:43.104Z | 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 = a66dc08f-cde3-43ea-9efc-62726d2a9236
|
| 4642 | 2026-09-04T01:16:43.104Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-a7e4606c-a924-47db-860a-70e01c15adb4"]
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 = a66dc08f-cde3-43ea-9efc-62726d2a9236
|
| 4643 | 2026-09-04T01:16:43.132Z | 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 = a66dc08f-cde3-43ea-9efc-62726d2a9236
|
| 4644 | 2026-09-04T01:16:43.132Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-38d674a2-7730-4e67-8d70-81e48ae2f473"]
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 = a66dc08f-cde3-43ea-9efc-62726d2a9236
|
| 4645 | 2026-09-04T01:16:43.152Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 883
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 = a66dc08f-cde3-43ea-9efc-62726d2a9236
|
| 4646 | 2026-09-04T01:16:43.152Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 883
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4647 | 2026-09-04T01:16:43.152Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 10189
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 = a66dc08f-cde3-43ea-9efc-62726d2a9236
|
| 4648 | 2026-09-04T01:16:43.152Z | INFO | phd-runner: Starting test phd_tests::smoke::guest_reboot_test
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 4649 | 2026-09-04T01:16:43.152Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 10294
file = phd-tests/tests/src/smoke.rs
line = 19
path = phd_tests::smoke::api_reboot_test
target = phd_tests::smoke
|
| 4650 | 2026-09-04T01:16:43.152Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4651 | 2026-09-04T01:16:43.152Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4652 | 2026-09-04T01:16:43.153Z | 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
|
| 4653 | 2026-09-04T01:16:43.153Z | 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
|
| 4654 | 2026-09-04T01:16:43.153Z | 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
|
| 4655 | 2026-09-04T01:16:43.153Z | 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
|
| 4656 | 2026-09-04T01:16:43.153Z | 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
|
| 4657 | 2026-09-04T01:16:43.164Z | 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 210M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 4658 | 2026-09-04T01:16:43.164Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-7d4fee06-81e5-45b8-aaf8-03ee09a0d9b1"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::zfs
verb = snapshot
|
| 4659 | 2026-09-04T01:16:43.182Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-7d4fee06-81e5-45b8-aaf8-03ee09a0d9b1", "phd-artifacts/phd-clone-b7958a54-ac75-42ca-ba08-ea0fc3aa511f"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::zfs
verb = clone
|
| 4660 | 2026-09-04T01:16:43.200Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-b7958a54-ac75-42ca-ba08-ea0fc3aa511f"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::zfs
verb = list
|
| 4661 | 2026-09-04T01:16:43.212Z | 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-b7958a54-ac75-42ca-ba08-ea0fc3aa511f 0B 25.3T 207M /phd-artifacts/phd-clone-b7958a54-ac75-42ca-ba08-ea0fc3aa511f\n
target = phd_framework::zfs
|
| 4662 | 2026-09-04T01:16:43.212Z | 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
|
| 4663 | 2026-09-04T01:16:43.212Z | 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
|
| 4664 | 2026-09-04T01:16:43.212Z | 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
|
| 4665 | 2026-09-04T01:16:43.212Z | 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
|
| 4666 | 2026-09-04T01:16:43.213Z | 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
|
| 4667 | 2026-09-04T01:16:43.242Z | 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
|
| 4668 | 2026-09-04T01:16:43.256Z | 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
|
| 4669 | 2026-09-04T01:16:43.257Z | 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 = 6c9926da-cac0-4ba8-b177-8923fd8a5ace
|
| 4670 | 2026-09-04T01:16:43.257Z | 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 = 6c9926da-cac0-4ba8-b177-8923fd8a5ace
|
| 4671 | 2026-09-04T01:16:43.789Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4672 | 2026-09-04T01:16:43.791Z | 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: 6c9926da-cac0-4ba8-b177-8923fd8a5ace, name: "phd-vm-6c9926da-cac0-4ba8-b177-8923fd8a5ace", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: df41fb7e-5e75-4a9c-9ef3-973af5efced8, project_id: fd283d02-7441-48e3-9db7-0b80171e6c76, sled_id: 9e9935a0-6ffa-4cba-a63f-27b3df1bb76a, sled_serial: "9e9935a0-6ffa-4cba-a63f-27b3df1bb76a", 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 = 6c9926da-cac0-4ba8-b177-8923fd8a5ace
|
| 4673 | 2026-09-04T01:16:43.791Z | 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 = 6c9926da-cac0-4ba8-b177-8923fd8a5ace
|
| 4674 | 2026-09-04T01:16:43.791Z | 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 = 6c9926da-cac0-4ba8-b177-8923fd8a5ace
|
| 4675 | 2026-09-04T01:16:43.792Z | 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 = 6c9926da-cac0-4ba8-b177-8923fd8a5ace
|
| 4676 | 2026-09-04T01:16:43.792Z | 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
|
| 4677 | 2026-09-04T01:16:43.792Z | 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 = 6c9926da-cac0-4ba8-b177-8923fd8a5ace
|
| 4678 | 2026-09-04T01:16:43.792Z | DEBG | phd-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
|
| 4679 | 2026-09-04T01:16:43.792Z | 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 = 6c9926da-cac0-4ba8-b177-8923fd8a5ace
|
| 4680 | 2026-09-04T01:16:43.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::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_reboot_test
vm_id = 6c9926da-cac0-4ba8-b177-8923fd8a5ace
|
| 4681 | 2026-09-04T01:16:48.206Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4413
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 = 6c9926da-cac0-4ba8-b177-8923fd8a5ace
|
| 4682 | 2026-09-04T01:16:48.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::smoke::guest_reboot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 4683 | 2026-09-04T01:16:48.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::smoke::guest_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4684 | 2026-09-04T01:16:48.206Z | 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 = 6c9926da-cac0-4ba8-b177-8923fd8a5ace
|
| 4685 | 2026-09-04T01:16:48.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::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_reboot_test
vm_id = 6c9926da-cac0-4ba8-b177-8923fd8a5ace
|
| 4686 | 2026-09-04T01:16:48.225Z | 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::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 6c9926da-cac0-4ba8-b177-8923fd8a5ace
|
| 4687 | 2026-09-04T01:16:48.225Z | DEBG | phd-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
|
| 4688 | 2026-09-04T01:16:48.226Z | DEBG | phd-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
|
| 4689 | 2026-09-04T01:16:48.226Z | 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 = 6c9926da-cac0-4ba8-b177-8923fd8a5ace
|
| 4690 | 2026-09-04T01:16:48.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::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_reboot_test
vm_id = 6c9926da-cac0-4ba8-b177-8923fd8a5ace
|
| 4691 | 2026-09-04T01:16:48.259Z | 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 = 6c9926da-cac0-4ba8-b177-8923fd8a5ace
|
| 4692 | 2026-09-04T01:16:48.259Z | 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
|
| 4693 | 2026-09-04T01:16:48.259Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4466
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 4694 | 2026-09-04T01:16:48.259Z | 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 = 6c9926da-cac0-4ba8-b177-8923fd8a5ace
|
| 4695 | 2026-09-04T01:16:48.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::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_reboot_test
vm_id = 6c9926da-cac0-4ba8-b177-8923fd8a5ace
|
| 4696 | 2026-09-04T01:16:48.269Z | 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 = 6c9926da-cac0-4ba8-b177-8923fd8a5ace
|
| 4697 | 2026-09-04T01:16:48.269Z | 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
|
| 4698 | 2026-09-04T01:16:48.269Z | 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 = 6c9926da-cac0-4ba8-b177-8923fd8a5ace
|
| 4699 | 2026-09-04T01:16:48.269Z | DEBG | phd-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
|
| 4700 | 2026-09-04T01:16:48.270Z | 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 = 6c9926da-cac0-4ba8-b177-8923fd8a5ace
|
| 4701 | 2026-09-04T01:16:48.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::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_reboot_test
vm_id = 6c9926da-cac0-4ba8-b177-8923fd8a5ace
|
| 4702 | 2026-09-04T01:16:54.819Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 6548
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 = 6c9926da-cac0-4ba8-b177-8923fd8a5ace
|
| 4703 | 2026-09-04T01:16:54.819Z | DEBG | phd-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
|
| 4704 | 2026-09-04T01:16:54.819Z | DEBG | phd-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
|
| 4705 | 2026-09-04T01:16:54.819Z | 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 = 6c9926da-cac0-4ba8-b177-8923fd8a5ace
|
| 4706 | 2026-09-04T01:16:54.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::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_reboot_test
vm_id = 6c9926da-cac0-4ba8-b177-8923fd8a5ace
|
| 4707 | 2026-09-04T01:16:54.837Z | 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 = 6c9926da-cac0-4ba8-b177-8923fd8a5ace
|
| 4708 | 2026-09-04T01:16:54.838Z | DEBG | phd-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
|
| 4709 | 2026-09-04T01:16:54.838Z | DEBG | phd-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
|
| 4710 | 2026-09-04T01:16:54.838Z | 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 = 6c9926da-cac0-4ba8-b177-8923fd8a5ace
|
| 4711 | 2026-09-04T01:16:54.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::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_reboot_test
vm_id = 6c9926da-cac0-4ba8-b177-8923fd8a5ace
|
| 4712 | 2026-09-04T01:16:54.871Z | 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 = 6c9926da-cac0-4ba8-b177-8923fd8a5ace
|
| 4713 | 2026-09-04T01:16:54.871Z | 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
|
| 4714 | 2026-09-04T01:16:54.871Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 6601
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 4715 | 2026-09-04T01:16:54.871Z | 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 = 6c9926da-cac0-4ba8-b177-8923fd8a5ace
|
| 4716 | 2026-09-04T01:16:54.872Z | 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
|
| 4717 | 2026-09-04T01:16:54.872Z | INFO | phd-runner: test phd_tests::smoke::guest_reboot_test ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 4718 | 2026-09-04T01:16:54.872Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 11082
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4719 | 2026-09-04T01:16:54.872Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4720 | 2026-09-04T01:16:54.873Z | 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 = 6c9926da-cac0-4ba8-b177-8923fd8a5ace
|
| 4721 | 2026-09-04T01:16:55.372Z | 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 = 6c9926da-cac0-4ba8-b177-8923fd8a5ace
|
| 4722 | 2026-09-04T01:16:55.460Z | 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 = 6c9926da-cac0-4ba8-b177-8923fd8a5ace
|
| 4723 | 2026-09-04T01:16:55.460Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-b7958a54-ac75-42ca-ba08-ea0fc3aa511f"]
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 = 6c9926da-cac0-4ba8-b177-8923fd8a5ace
|
| 4724 | 2026-09-04T01:16:55.485Z | 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 = 6c9926da-cac0-4ba8-b177-8923fd8a5ace
|
| 4725 | 2026-09-04T01:16:55.485Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-7d4fee06-81e5-45b8-aaf8-03ee09a0d9b1"]
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 = 6c9926da-cac0-4ba8-b177-8923fd8a5ace
|
| 4726 | 2026-09-04T01:16:55.502Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 629
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 = 6c9926da-cac0-4ba8-b177-8923fd8a5ace
|
| 4727 | 2026-09-04T01:16:55.502Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 12244
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 = 6c9926da-cac0-4ba8-b177-8923fd8a5ace
|
| 4728 | 2026-09-04T01:16:55.502Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 629
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4729 | 2026-09-04T01:16:55.502Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 12348
file = phd-tests/tests/src/smoke.rs
line = 28
path = phd_tests::smoke::guest_reboot_test
target = phd_tests::smoke
|
| 4730 | 2026-09-04T01:16:55.502Z | 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
|
| 4731 | 2026-09-04T01:16:55.502Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4732 | 2026-09-04T01:16:55.502Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4733 | 2026-09-04T01:16:55.502Z | 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
|
| 4734 | 2026-09-04T01:16:55.502Z | 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
|
| 4735 | 2026-09-04T01:16:55.502Z | 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
|
| 4736 | 2026-09-04T01:16:55.502Z | 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
|
| 4737 | 2026-09-04T01:16:55.502Z | 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
|
| 4738 | 2026-09-04T01:16:55.512Z | 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 210M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 4739 | 2026-09-04T01:16:55.512Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d7db244a-b357-406e-bfa7-dbe520031834"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::zfs
verb = snapshot
|
| 4740 | 2026-09-04T01:16:55.528Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d7db244a-b357-406e-bfa7-dbe520031834", "phd-artifacts/phd-clone-42077064-d66f-4184-a41a-f87c3685c766"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::zfs
verb = clone
|
| 4741 | 2026-09-04T01:16:55.546Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-42077064-d66f-4184-a41a-f87c3685c766"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::zfs
verb = list
|
| 4742 | 2026-09-04T01:16:55.558Z | 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-42077064-d66f-4184-a41a-f87c3685c766 0B 25.3T 207M /phd-artifacts/phd-clone-42077064-d66f-4184-a41a-f87c3685c766\n
target = phd_framework::zfs
|
| 4743 | 2026-09-04T01:16:55.559Z | 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
|
| 4744 | 2026-09-04T01:16:55.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::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm_name = instance_spec_test
|
| 4745 | 2026-09-04T01:16:55.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
|
| 4746 | 2026-09-04T01:16:55.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::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
|
| 4747 | 2026-09-04T01:16:55.559Z | 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
|
| 4748 | 2026-09-04T01:16:55.591Z | 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
|
| 4749 | 2026-09-04T01:16:55.605Z | 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
|
| 4750 | 2026-09-04T01:16:55.606Z | 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 = 10f2955b-a9c8-4882-821b-3651ae3352c6
|
| 4751 | 2026-09-04T01:16:55.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: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 = 10f2955b-a9c8-4882-821b-3651ae3352c6
|
| 4752 | 2026-09-04T01:16:56.106Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4753 | 2026-09-04T01:16:56.107Z | 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: 10f2955b-a9c8-4882-821b-3651ae3352c6, name: "phd-vm-10f2955b-a9c8-4882-821b-3651ae3352c6", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 7292faa0-a068-4833-b0bd-1a0616d05f59, project_id: 3737cdc8-7071-4145-aef4-a1c11a2cca81, sled_id: 1b615817-e247-4525-b8d4-045dd37e009f, sled_serial: "1b615817-e247-4525-b8d4-045dd37e009f", 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 = 10f2955b-a9c8-4882-821b-3651ae3352c6
|
| 4754 | 2026-09-04T01:16:56.107Z | 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 = 10f2955b-a9c8-4882-821b-3651ae3352c6
|
| 4755 | 2026-09-04T01:16:56.107Z | 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 = 10f2955b-a9c8-4882-821b-3651ae3352c6
|
| 4756 | 2026-09-04T01:16:56.108Z | 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::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = 10f2955b-a9c8-4882-821b-3651ae3352c6
|
| 4757 | 2026-09-04T01:16:56.108Z | 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 = 10f2955b-a9c8-4882-821b-3651ae3352c6
|
| 4758 | 2026-09-04T01:16:56.108Z | 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 = 10f2955b-a9c8-4882-821b-3651ae3352c6
|
| 4759 | 2026-09-04T01:16:56.110Z | 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 = 10f2955b-a9c8-4882-821b-3651ae3352c6
|
| 4760 | 2026-09-04T01:16:56.110Z | 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 = 10f2955b-a9c8-4882-821b-3651ae3352c6
|
| 4761 | 2026-09-04T01:16:56.111Z | 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
|
| 4762 | 2026-09-04T01:16:56.111Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4763 | 2026-09-04T01:16:56.111Z | 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
|
| 4764 | 2026-09-04T01:16:56.111Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4765 | 2026-09-04T01:16:56.112Z | 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 = 10f2955b-a9c8-4882-821b-3651ae3352c6
|
| 4766 | 2026-09-04T01:16:56.801Z | 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 = 10f2955b-a9c8-4882-821b-3651ae3352c6
|
| 4767 | 2026-09-04T01:16:57.064Z | 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 = 10f2955b-a9c8-4882-821b-3651ae3352c6
|
| 4768 | 2026-09-04T01:16:57.065Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-42077064-d66f-4184-a41a-f87c3685c766"]
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 = 10f2955b-a9c8-4882-821b-3651ae3352c6
|
| 4769 | 2026-09-04T01:16:57.099Z | 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 = 10f2955b-a9c8-4882-821b-3651ae3352c6
|
| 4770 | 2026-09-04T01:16:57.099Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d7db244a-b357-406e-bfa7-dbe520031834"]
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 = 10f2955b-a9c8-4882-821b-3651ae3352c6
|
| 4771 | 2026-09-04T01:16:57.117Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 1006
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 = 10f2955b-a9c8-4882-821b-3651ae3352c6
|
| 4772 | 2026-09-04T01:16:57.117Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 1511
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 = 10f2955b-a9c8-4882-821b-3651ae3352c6
|
| 4773 | 2026-09-04T01:16:57.117Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 1614
file = phd-tests/tests/src/smoke.rs
line = 37
path = phd_tests::smoke::instance_spec_get_test
target = phd_tests::smoke
|
| 4774 | 2026-09-04T01:16:57.117Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 1006
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4775 | 2026-09-04T01:16:57.117Z | INFO | phd-runner: Starting test phd_tests::firmware::acpi_tables_parse
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 4776 | 2026-09-04T01:16:57.117Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4777 | 2026-09-04T01:16:57.117Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4778 | 2026-09-04T01:16:57.118Z | 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
|
| 4779 | 2026-09-04T01:16:57.118Z | 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
|
| 4780 | 2026-09-04T01:16:57.118Z | 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
|
| 4781 | 2026-09-04T01:16:57.118Z | 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
|
| 4782 | 2026-09-04T01:16:57.118Z | 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
|
| 4783 | 2026-09-04T01:16:57.130Z | 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 210M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 4784 | 2026-09-04T01:16:57.130Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-c999a87a-cc7c-4469-8bc6-e1d873094c19"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::zfs
verb = snapshot
|
| 4785 | 2026-09-04T01:16:57.147Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-c999a87a-cc7c-4469-8bc6-e1d873094c19", "phd-artifacts/phd-clone-0011af99-42ce-4332-a68d-d313244828b3"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::zfs
verb = clone
|
| 4786 | 2026-09-04T01:16:57.163Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-0011af99-42ce-4332-a68d-d313244828b3"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::zfs
verb = list
|
| 4787 | 2026-09-04T01:16:57.175Z | 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-0011af99-42ce-4332-a68d-d313244828b3 0B 25.3T 207M /phd-artifacts/phd-clone-0011af99-42ce-4332-a68d-d313244828b3\n
target = phd_framework::zfs
|
| 4788 | 2026-09-04T01:16:57.176Z | 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
|
| 4789 | 2026-09-04T01:16:57.176Z | 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
|
| 4790 | 2026-09-04T01:16:57.176Z | 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
|
| 4791 | 2026-09-04T01:16:57.176Z | 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
|
| 4792 | 2026-09-04T01:16:57.176Z | 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
|
| 4793 | 2026-09-04T01:16:57.208Z | 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
|
| 4794 | 2026-09-04T01:16:57.222Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 46
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::test_vm
|
| 4795 | 2026-09-04T01:16:57.222Z | 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 = c7fbb9c0-8d43-420c-9d55-2b8630c3c668
|
| 4796 | 2026-09-04T01:16:57.223Z | 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 = c7fbb9c0-8d43-420c-9d55-2b8630c3c668
|
| 4797 | 2026-09-04T01:16:57.976Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4798 | 2026-09-04T01:16:57.977Z | 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: c7fbb9c0-8d43-420c-9d55-2b8630c3c668, name: "phd-vm-c7fbb9c0-8d43-420c-9d55-2b8630c3c668", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 3b0f29b3-7a16-4a6d-abcc-f149e773415f, project_id: dd5fe8d6-6c85-4005-9403-082f4f9dd448, sled_id: 03c00e40-7c9a-4ac8-9c8a-e04120ec0d92, sled_serial: "03c00e40-7c9a-4ac8-9c8a-e04120ec0d92", 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 = c7fbb9c0-8d43-420c-9d55-2b8630c3c668
|
| 4799 | 2026-09-04T01:16:57.977Z | 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 = c7fbb9c0-8d43-420c-9d55-2b8630c3c668
|
| 4800 | 2026-09-04T01:16:57.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::firmware::acpi_tables_parse
state = Run
target = phd_framework::test_vm
vm = acpi_tables_parse
vm_id = c7fbb9c0-8d43-420c-9d55-2b8630c3c668
|
| 4801 | 2026-09-04T01:16:57.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::firmware::acpi_tables_parse
target = phd_framework::test_vm
vm = acpi_tables_parse
vm_id = c7fbb9c0-8d43-420c-9d55-2b8630c3c668
|
| 4802 | 2026-09-04T01:16:57.978Z | 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
|
| 4803 | 2026-09-04T01:16:57.979Z | 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 = c7fbb9c0-8d43-420c-9d55-2b8630c3c668
|
| 4804 | 2026-09-04T01:16:57.979Z | DEBG | phd-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
|
| 4805 | 2026-09-04T01:16:57.979Z | 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 = c7fbb9c0-8d43-420c-9d55-2b8630c3c668
|
| 4806 | 2026-09-04T01:16:57.979Z | INFO | phd-runner: [WAIT_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 = c7fbb9c0-8d43-420c-9d55-2b8630c3c668
|
| 4807 | 2026-09-04T01:17:02.503Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4523
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 = c7fbb9c0-8d43-420c-9d55-2b8630c3c668
|
| 4808 | 2026-09-04T01:17:02.503Z | DEBG | phd-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
|
| 4809 | 2026-09-04T01:17:02.503Z | DEBG | phd-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
|
| 4810 | 2026-09-04T01:17:02.503Z | 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 = c7fbb9c0-8d43-420c-9d55-2b8630c3c668
|
| 4811 | 2026-09-04T01:17:02.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::firmware::acpi_tables_parse
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = acpi_tables_parse
vm_id = c7fbb9c0-8d43-420c-9d55-2b8630c3c668
|
| 4812 | 2026-09-04T01:17:02.521Z | 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_parse
target = phd_framework::test_vm
vm = acpi_tables_parse
vm_id = c7fbb9c0-8d43-420c-9d55-2b8630c3c668
|
| 4813 | 2026-09-04T01:17:02.521Z | DEBG | phd-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
|
| 4814 | 2026-09-04T01:17:02.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::firmware::acpi_tables_parse
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4815 | 2026-09-04T01:17:02.522Z | 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 = c7fbb9c0-8d43-420c-9d55-2b8630c3c668
|
| 4816 | 2026-09-04T01:17:02.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::firmware::acpi_tables_parse
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = acpi_tables_parse
vm_id = c7fbb9c0-8d43-420c-9d55-2b8630c3c668
|
| 4817 | 2026-09-04T01:17:02.555Z | 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 = c7fbb9c0-8d43-420c-9d55-2b8630c3c668
|
| 4818 | 2026-09-04T01:17:02.555Z | 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
|
| 4819 | 2026-09-04T01:17:02.555Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4576
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::firmware::acpi_tables_parse
target = phd_framework::test_vm
|
| 4820 | 2026-09-04T01:17:02.556Z | 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 = c7fbb9c0-8d43-420c-9d55-2b8630c3c668
|
| 4821 | 2026-09-04T01:17:02.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::firmware::acpi_tables_parse
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = acpi_tables_parse
vm_id = c7fbb9c0-8d43-420c-9d55-2b8630c3c668
|
| 4822 | 2026-09-04T01:17:02.567Z | 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 = c7fbb9c0-8d43-420c-9d55-2b8630c3c668
|
| 4823 | 2026-09-04T01:17:02.567Z | 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 = c7fbb9c0-8d43-420c-9d55-2b8630c3c668
|
| 4824 | 2026-09-04T01:17:02.567Z | INFO | phd-runner: [WAIT_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 = c7fbb9c0-8d43-420c-9d55-2b8630c3c668
|
| 4825 | 2026-09-04T01:17:02.599Z | 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::firmware::acpi_tables_parse
target = phd_framework::test_vm
vm = acpi_tables_parse
vm_id = c7fbb9c0-8d43-420c-9d55-2b8630c3c668
|
| 4826 | 2026-09-04T01:17:02.599Z | 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 = c7fbb9c0-8d43-420c-9d55-2b8630c3c668
|
| 4827 | 2026-09-04T01:17:02.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::firmware::acpi_tables_parse
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = acpi_tables_parse
vm_id = c7fbb9c0-8d43-420c-9d55-2b8630c3c668
|
| 4828 | 2026-09-04T01:17:02.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::firmware::acpi_tables_parse
target = phd_framework::test_vm
vm = acpi_tables_parse
vm_id = c7fbb9c0-8d43-420c-9d55-2b8630c3c668
|
| 4829 | 2026-09-04T01:17:02.611Z | 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 = c7fbb9c0-8d43-420c-9d55-2b8630c3c668
|
| 4830 | 2026-09-04T01:17:02.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::firmware::acpi_tables_parse
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = acpi_tables_parse
vm_id = c7fbb9c0-8d43-420c-9d55-2b8630c3c668
|
| 4831 | 2026-09-04T01:17:02.634Z | 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_parse
target = phd_framework::test_vm
vm = acpi_tables_parse
vm_id = c7fbb9c0-8d43-420c-9d55-2b8630c3c668
|
| 4832 | 2026-09-04T01:17:02.635Z | 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 = c7fbb9c0-8d43-420c-9d55-2b8630c3c668
|
| 4833 | 2026-09-04T01:17:02.635Z | 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
|
| 4834 | 2026-09-04T01:17:02.635Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4658
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4835 | 2026-09-04T01:17:02.635Z | 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
|
| 4836 | 2026-09-04T01:17:02.635Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4837 | 2026-09-04T01:17:02.637Z | 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 = c7fbb9c0-8d43-420c-9d55-2b8630c3c668
|
| 4838 | 2026-09-04T01:17:03.228Z | 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 = c7fbb9c0-8d43-420c-9d55-2b8630c3c668
|
| 4839 | 2026-09-04T01:17:03.317Z | 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 = c7fbb9c0-8d43-420c-9d55-2b8630c3c668
|
| 4840 | 2026-09-04T01:17:03.317Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-0011af99-42ce-4332-a68d-d313244828b3"]
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 = c7fbb9c0-8d43-420c-9d55-2b8630c3c668
|
| 4841 | 2026-09-04T01:17:03.344Z | 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 = c7fbb9c0-8d43-420c-9d55-2b8630c3c668
|
| 4842 | 2026-09-04T01:17:03.344Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-c999a87a-cc7c-4469-8bc6-e1d873094c19"]
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 = c7fbb9c0-8d43-420c-9d55-2b8630c3c668
|
| 4843 | 2026-09-04T01:17:03.361Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 725
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 = c7fbb9c0-8d43-420c-9d55-2b8630c3c668
|
| 4844 | 2026-09-04T01:17:03.361Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6138
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 = c7fbb9c0-8d43-420c-9d55-2b8630c3c668
|
| 4845 | 2026-09-04T01:17:03.361Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 6242
file = phd-tests/tests/src/firmware.rs
line = 177
path = phd_tests::firmware::acpi_tables_parse
target = phd_tests::firmware
|
| 4846 | 2026-09-04T01:17:03.361Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 725
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4847 | 2026-09-04T01:17:03.361Z | INFO | phd-runner: Starting test phd_tests::firmware::acpi_tables_generation
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 4848 | 2026-09-04T01:17:03.361Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4849 | 2026-09-04T01:17:03.361Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4850 | 2026-09-04T01:17:03.361Z | 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
|
| 4851 | 2026-09-04T01:17:03.361Z | 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
|
| 4852 | 2026-09-04T01:17:03.361Z | 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
|
| 4853 | 2026-09-04T01:17:03.361Z | 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
|
| 4854 | 2026-09-04T01:17:03.362Z | 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
|
| 4855 | 2026-09-04T01:17:03.373Z | 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 210M 25.3T 207M /phd-artifacts\n
target = phd_framework::zfs
|
| 4856 | 2026-09-04T01:17:03.373Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-b76058ca-fc3f-4ca7-9c2a-d9e9ec28a74a"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::zfs
verb = snapshot
|
| 4857 | 2026-09-04T01:17:03.395Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-b76058ca-fc3f-4ca7-9c2a-d9e9ec28a74a", "phd-artifacts/phd-clone-068f6fc6-f365-435a-bc4a-7ede14240b67"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::zfs
verb = clone
|
| 4858 | 2026-09-04T01:17:03.413Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-068f6fc6-f365-435a-bc4a-7ede14240b67"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::zfs
verb = list
|
| 4859 | 2026-09-04T01:17:03.424Z | 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-068f6fc6-f365-435a-bc4a-7ede14240b67 0B 25.3T 207M /phd-artifacts/phd-clone-068f6fc6-f365-435a-bc4a-7ede14240b67\n
target = phd_framework::zfs
|
| 4860 | 2026-09-04T01:17:03.425Z | 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
|
| 4861 | 2026-09-04T01:17:03.425Z | 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
|
| 4862 | 2026-09-04T01:17:03.425Z | 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
|
| 4863 | 2026-09-04T01:17:03.425Z | 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
|
| 4864 | 2026-09-04T01:17:03.425Z | 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
|
| 4865 | 2026-09-04T01:17:03.456Z | 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
|
| 4866 | 2026-09-04T01:17:03.470Z | 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_generation
target = phd_framework::test_vm
|
| 4867 | 2026-09-04T01:17:03.471Z | 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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4868 | 2026-09-04T01:17:03.471Z | 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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4869 | 2026-09-04T01:17:04.107Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4870 | 2026-09-04T01:17:04.108Z | 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: 14a4840e-e505-4c6d-8bdd-534014e96c9d, name: "phd-vm-14a4840e-e505-4c6d-8bdd-534014e96c9d", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 83c861f1-f5d2-4510-86be-bd32a47e1408, project_id: ff7ef2be-973e-493d-8526-71f6799c76d7, sled_id: 5eee357d-dcb9-4652-b9ff-2c70359b65ae, sled_serial: "5eee357d-dcb9-4652-b9ff-2c70359b65ae", 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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4871 | 2026-09-04T01:17:04.108Z | 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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4872 | 2026-09-04T01:17:04.108Z | 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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4873 | 2026-09-04T01:17:04.109Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4874 | 2026-09-04T01:17:04.109Z | 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
|
| 4875 | 2026-09-04T01:17:04.109Z | 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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4876 | 2026-09-04T01:17:04.109Z | DEBG | phd-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
|
| 4877 | 2026-09-04T01:17:04.109Z | 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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4878 | 2026-09-04T01:17:04.110Z | INFO | phd-runner: [WAIT_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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4879 | 2026-09-04T01:17:08.478Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4368
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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4880 | 2026-09-04T01:17:08.478Z | DEBG | phd-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
|
| 4881 | 2026-09-04T01:17:08.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::firmware::acpi_tables_generation
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4882 | 2026-09-04T01:17:08.479Z | 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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4883 | 2026-09-04T01:17:08.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::firmware::acpi_tables_generation
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = acpi_tables_generation
vm_id = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4884 | 2026-09-04T01:17:08.498Z | 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_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4885 | 2026-09-04T01:17:08.498Z | DEBG | phd-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
|
| 4886 | 2026-09-04T01:17:08.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::firmware::acpi_tables_generation
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4887 | 2026-09-04T01:17:08.499Z | 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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4888 | 2026-09-04T01:17:08.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::firmware::acpi_tables_generation
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = acpi_tables_generation
vm_id = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4889 | 2026-09-04T01:17:08.531Z | 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::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4890 | 2026-09-04T01:17:08.531Z | 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
|
| 4891 | 2026-09-04T01:17:08.531Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4421
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::firmware::acpi_tables_generation
target = phd_framework::test_vm
|
| 4892 | 2026-09-04T01:17:08.531Z | 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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4893 | 2026-09-04T01:17:08.531Z | INFO | phd-runner: [WAIT_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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4894 | 2026-09-04T01:17:08.542Z | 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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4895 | 2026-09-04T01:17:08.542Z | 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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4896 | 2026-09-04T01:17:08.542Z | INFO | phd-runner: [WAIT_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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4897 | 2026-09-04T01:17:08.586Z | 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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4898 | 2026-09-04T01:17:08.586Z | 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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4899 | 2026-09-04T01:17:08.586Z | INFO | phd-runner: [WAIT_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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4900 | 2026-09-04T01:17:08.598Z | 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::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4901 | 2026-09-04T01:17:08.598Z | 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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4902 | 2026-09-04T01:17:08.598Z | INFO | phd-runner: [WAIT_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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4903 | 2026-09-04T01:17:08.631Z | 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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4904 | 2026-09-04T01:17:08.631Z | 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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4905 | 2026-09-04T01:17:08.631Z | INFO | phd-runner: [WAIT_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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4906 | 2026-09-04T01:17:08.643Z | 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::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4907 | 2026-09-04T01:17:08.643Z | 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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4908 | 2026-09-04T01:17:08.643Z | INFO | phd-runner: [WAIT_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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4909 | 2026-09-04T01:17:08.986Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 343
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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4910 | 2026-09-04T01:17:08.986Z | 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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4911 | 2026-09-04T01:17:08.986Z | INFO | phd-runner: [WAIT_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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4912 | 2026-09-04T01:17:08.998Z | 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::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4913 | 2026-09-04T01:17:08.998Z | 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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4914 | 2026-09-04T01:17:08.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::firmware::acpi_tables_generation
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = acpi_tables_generation
vm_id = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4915 | 2026-09-04T01:17:09.021Z | 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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4916 | 2026-09-04T01:17:09.022Z | 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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4917 | 2026-09-04T01:17:09.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::firmware::acpi_tables_generation
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = acpi_tables_generation
vm_id = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4918 | 2026-09-04T01:17:09.032Z | 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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4919 | 2026-09-04T01:17:09.032Z | 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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4920 | 2026-09-04T01:17:09.032Z | INFO | phd-runner: [WAIT_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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4921 | 2026-09-04T01:17:09.087Z | 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::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4922 | 2026-09-04T01:17:09.087Z | 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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4923 | 2026-09-04T01:17:09.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::firmware::acpi_tables_generation
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = acpi_tables_generation
vm_id = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4924 | 2026-09-04T01:17:09.099Z | 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::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4925 | 2026-09-04T01:17:09.099Z | 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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4926 | 2026-09-04T01:17:09.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::firmware::acpi_tables_generation
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = acpi_tables_generation
vm_id = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4927 | 2026-09-04T01:17:09.122Z | 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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4928 | 2026-09-04T01:17:09.122Z | 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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4929 | 2026-09-04T01:17:09.122Z | INFO | phd-runner: [WAIT_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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4930 | 2026-09-04T01:17:09.132Z | 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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4931 | 2026-09-04T01:17:09.133Z | 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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4932 | 2026-09-04T01:17:09.133Z | INFO | phd-runner: [WAIT_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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4933 | 2026-09-04T01:17:09.166Z | 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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4934 | 2026-09-04T01:17:09.166Z | 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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4935 | 2026-09-04T01:17:09.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::firmware::acpi_tables_generation
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = acpi_tables_generation
vm_id = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4936 | 2026-09-04T01:17:09.176Z | 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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4937 | 2026-09-04T01:17:09.177Z | 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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4938 | 2026-09-04T01:17:09.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::firmware::acpi_tables_generation
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = acpi_tables_generation
vm_id = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4939 | 2026-09-04T01:17:09.198Z | 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::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4940 | 2026-09-04T01:17:09.199Z | 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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4941 | 2026-09-04T01:17:09.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::firmware::acpi_tables_generation
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = acpi_tables_generation
vm_id = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4942 | 2026-09-04T01:17:09.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::firmware::acpi_tables_generation
target = phd_framework::test_vm
vm = acpi_tables_generation
vm_id = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4943 | 2026-09-04T01:17:09.209Z | 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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4944 | 2026-09-04T01:17:09.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::firmware::acpi_tables_generation
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = acpi_tables_generation
vm_id = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4945 | 2026-09-04T01:17:09.242Z | 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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4946 | 2026-09-04T01:17:09.242Z | 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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4947 | 2026-09-04T01:17:09.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::firmware::acpi_tables_generation
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = acpi_tables_generation
vm_id = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4948 | 2026-09-04T01:17:09.253Z | 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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4949 | 2026-09-04T01:17:09.253Z | 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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4950 | 2026-09-04T01:17:09.253Z | INFO | phd-runner: [WAIT_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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4951 | 2026-09-04T01:17:09.276Z | 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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4952 | 2026-09-04T01:17:09.276Z | 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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4953 | 2026-09-04T01:17:09.276Z | 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
|
| 4954 | 2026-09-04T01:17:09.276Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 5169
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4955 | 2026-09-04T01:17:09.277Z | INFO | phd-runner: test phd_tests::firmware::acpi_tables_generation ... ok
file = phd-tests/runner/src/execute.rs
line = 141
target = phd_runner::execute
|
| 4956 | 2026-09-04T01:17:09.277Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4957 | 2026-09-04T01:17:09.278Z | 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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4958 | 2026-09-04T01:17:09.646Z | 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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4959 | 2026-09-04T01:17:09.737Z | 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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4960 | 2026-09-04T01:17:09.737Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-068f6fc6-f365-435a-bc4a-7ede14240b67"]
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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4961 | 2026-09-04T01:17:09.762Z | 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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4962 | 2026-09-04T01:17:09.762Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-b76058ca-fc3f-4ca7-9c2a-d9e9ec28a74a"]
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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4963 | 2026-09-04T01:17:09.781Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 504
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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4964 | 2026-09-04T01:17:09.781Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6309
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 = 14a4840e-e505-4c6d-8bdd-534014e96c9d
|
| 4965 | 2026-09-04T01:17:09.781Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 503
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4966 | 2026-09-04T01:17:09.781Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 6419
file = phd-tests/tests/src/firmware.rs
line = 47
path = phd_tests::firmware::acpi_tables_generation
target = phd_tests::firmware
|
| 4967 | 2026-09-04T01:17:09.781Z | 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
|
| 4968 | 2026-09-04T01:17:09.781Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4969 | 2026-09-04T01:17:09.781Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4970 | 2026-09-04T01:17:09.781Z | 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
|
| 4971 | 2026-09-04T01:17:09.781Z | 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
|
| 4972 | 2026-09-04T01:17:09.782Z | 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
|
| 4973 | 2026-09-04T01:17:09.782Z | 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
|
| 4974 | 2026-09-04T01:17:09.782Z | 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
|
| 4975 | 2026-09-04T01:17:09.782Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/00b4a139-8c6a-4770-992d-ffe7315f9990_9000", "--encrypted", "--uuid", "00b4a139-8c6a-4770-992d-ffe7315f9990", "--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
|
| 4976 | 2026-09-04T01:17:09.888Z | 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/00b4a139-8c6a-4770-992d-ffe7315f9990_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:17:09.792057913Z","hostname":"BRM42220060","pid":1340}\n{"msg":"UUID: 00b4a139-8c6a-4770-992d-ffe7315f9990","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:17:09.88337185Z","hostname":"BRM42220060","pid":1340}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:17:09.883392891Z","hostname":"BRM42220060","pid":1340}\n
target = phd_framework::disk::crucible
|
| 4977 | 2026-09-04T01:17:09.888Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/00b4a139-8c6a-4770-992d-ffe7315f9990_9001", "--encrypted", "--uuid", "00b4a139-8c6a-4770-992d-ffe7315f9990", "--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
|
| 4978 | 2026-09-04T01:17:10.000Z | 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/00b4a139-8c6a-4770-992d-ffe7315f9990_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:17:09.898999555Z","hostname":"BRM42220060","pid":1341}\n{"msg":"UUID: 00b4a139-8c6a-4770-992d-ffe7315f9990","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:17:09.994423908Z","hostname":"BRM42220060","pid":1341}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:17:09.994445349Z","hostname":"BRM42220060","pid":1341}\n
target = phd_framework::disk::crucible
|
| 4979 | 2026-09-04T01:17:10.000Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/00b4a139-8c6a-4770-992d-ffe7315f9990_9002", "--encrypted", "--uuid", "00b4a139-8c6a-4770-992d-ffe7315f9990", "--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
|
| 4980 | 2026-09-04T01:17:10.110Z | 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/00b4a139-8c6a-4770-992d-ffe7315f9990_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:17:10.01092922Z","hostname":"BRM42220060","pid":1342}\n{"msg":"UUID: 00b4a139-8c6a-4770-992d-ffe7315f9990","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:17:10.104453859Z","hostname":"BRM42220060","pid":1342}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:17:10.104476302Z","hostname":"BRM42220060","pid":1342}\n
target = phd_framework::disk::crucible
|
| 4981 | 2026-09-04T01:17:10.111Z | 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_00b4a139-8c6a-4770-992d-ffe7315f9990_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::api_reboot_test/crucible_00b4a139-8c6a-4770-992d-ffe7315f9990_9000.stdout.log"
target = phd_framework::log_config
|
| 4982 | 2026-09-04T01:17:10.111Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/00b4a139-8c6a-4770-992d-ffe7315f9990_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::disk::crucible
|
| 4983 | 2026-09-04T01:17:10.111Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/00b4a139-8c6a-4770-992d-ffe7315f9990_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::disk::crucible
|
| 4984 | 2026-09-04T01:17:10.113Z | 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_00b4a139-8c6a-4770-992d-ffe7315f9990_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::api_reboot_test/crucible_00b4a139-8c6a-4770-992d-ffe7315f9990_9001.stdout.log"
target = phd_framework::log_config
|
| 4985 | 2026-09-04T01:17:10.113Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/00b4a139-8c6a-4770-992d-ffe7315f9990_9001"]
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-09-04T01:17:10.113Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/00b4a139-8c6a-4770-992d-ffe7315f9990_9001"]
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-09-04T01:17:10.115Z | 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_00b4a139-8c6a-4770-992d-ffe7315f9990_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::api_reboot_test/crucible_00b4a139-8c6a-4770-992d-ffe7315f9990_9002.stdout.log"
target = phd_framework::log_config
|
| 4988 | 2026-09-04T01:17:10.115Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/00b4a139-8c6a-4770-992d-ffe7315f9990_9002"]
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-09-04T01:17:10.115Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/00b4a139-8c6a-4770-992d-ffe7315f9990_9002"]
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-09-04T01:17:10.117Z | 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
|
| 4991 | 2026-09-04T01:17:10.117Z | 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
|
| 4992 | 2026-09-04T01:17:10.117Z | 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
|
| 4993 | 2026-09-04T01:17:10.117Z | 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
|
| 4994 | 2026-09-04T01:17:10.117Z | 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
|
| 4995 | 2026-09-04T01:17:10.147Z | 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
|
| 4996 | 2026-09-04T01:17:10.161Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 43
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 4997 | 2026-09-04T01:17:10.161Z | 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 = 3e28201d-76f4-4f9e-b52b-669433b58ad6
|
| 4998 | 2026-09-04T01:17:10.162Z | 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 = 3e28201d-76f4-4f9e-b52b-669433b58ad6
|
| 4999 | 2026-09-04T01:17:10.945Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 5000 | 2026-09-04T01:17:10.946Z | 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: 3e28201d-76f4-4f9e-b52b-669433b58ad6, name: "phd-vm-3e28201d-76f4-4f9e-b52b-669433b58ad6", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: bf4fc055-6837-416a-a83d-cddada7fce5a, project_id: 2bb05ea9-37ce-4a6f-9c10-b80e2aa1c3b9, sled_id: def0f004-ab29-4227-afac-2838e57998f0, sled_serial: "def0f004-ab29-4227-afac-2838e57998f0", 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 = 3e28201d-76f4-4f9e-b52b-669433b58ad6
|
| 5001 | 2026-09-04T01:17:10.947Z | 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 = 3e28201d-76f4-4f9e-b52b-669433b58ad6
|
| 5002 | 2026-09-04T01:17:10.947Z | 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 = 3e28201d-76f4-4f9e-b52b-669433b58ad6
|
| 5003 | 2026-09-04T01:17:10.947Z | 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::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 3e28201d-76f4-4f9e-b52b-669433b58ad6
|
| 5004 | 2026-09-04T01:17:10.948Z | 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
|
| 5005 | 2026-09-04T01:17:10.948Z | 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 = 3e28201d-76f4-4f9e-b52b-669433b58ad6
|
| 5006 | 2026-09-04T01:17:10.948Z | DEBG | phd-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
|
| 5007 | 2026-09-04T01:17:10.948Z | 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 = 3e28201d-76f4-4f9e-b52b-669433b58ad6
|
| 5008 | 2026-09-04T01:17:10.948Z | INFO | phd-runner: [WAIT_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 = 3e28201d-76f4-4f9e-b52b-669433b58ad6
|
| 5009 | 2026-09-04T01:17:15.888Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4939
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 = 3e28201d-76f4-4f9e-b52b-669433b58ad6
|
| 5010 | 2026-09-04T01:17:15.888Z | DEBG | phd-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
|
| 5011 | 2026-09-04T01:17:15.888Z | DEBG | phd-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
|
| 5012 | 2026-09-04T01:17:15.888Z | 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 = 3e28201d-76f4-4f9e-b52b-669433b58ad6
|
| 5013 | 2026-09-04T01:17:15.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::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 3e28201d-76f4-4f9e-b52b-669433b58ad6
|
| 5014 | 2026-09-04T01:17:15.906Z | 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 = 3e28201d-76f4-4f9e-b52b-669433b58ad6
|
| 5015 | 2026-09-04T01:17:15.907Z | DEBG | phd-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
|
| 5016 | 2026-09-04T01:17:15.907Z | DEBG | phd-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
|
| 5017 | 2026-09-04T01:17:15.907Z | 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 = 3e28201d-76f4-4f9e-b52b-669433b58ad6
|
| 5018 | 2026-09-04T01:17:15.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::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 3e28201d-76f4-4f9e-b52b-669433b58ad6
|
| 5019 | 2026-09-04T01:17:15.939Z | 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 = 3e28201d-76f4-4f9e-b52b-669433b58ad6
|
| 5020 | 2026-09-04T01:17:15.939Z | 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
|
| 5021 | 2026-09-04T01:17:15.939Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4991
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 5022 | 2026-09-04T01:17:15.939Z | 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 = 3e28201d-76f4-4f9e-b52b-669433b58ad6
|
| 5023 | 2026-09-04T01:17:15.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::smoke::api_reboot_test
state = Reboot
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 3e28201d-76f4-4f9e-b52b-669433b58ad6
|
| 5024 | 2026-09-04T01:17:15.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::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 3e28201d-76f4-4f9e-b52b-669433b58ad6
|
| 5025 | 2026-09-04T01:17:15.940Z | 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
|
| 5026 | 2026-09-04T01:17:15.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::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = crucible_guest_reboot_test
vm_id = 3e28201d-76f4-4f9e-b52b-669433b58ad6
|
| 5027 | 2026-09-04T01:17:15.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::smoke::api_reboot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 5028 | 2026-09-04T01:17:15.940Z | 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 = 3e28201d-76f4-4f9e-b52b-669433b58ad6
|
| 5029 | 2026-09-04T01:17:15.941Z | INFO | phd-runner: [WAIT_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 = 3e28201d-76f4-4f9e-b52b-669433b58ad6
|
| 5030 | 2026-09-04T01:17:20.565Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4624
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 = 3e28201d-76f4-4f9e-b52b-669433b58ad6
|
| 5031 | 2026-09-04T01:17:20.565Z | DEBG | phd-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
|
| 5032 | 2026-09-04T01:17:20.565Z | DEBG | phd-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
|
| 5033 | 2026-09-04T01:17:20.565Z | 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 = 3e28201d-76f4-4f9e-b52b-669433b58ad6
|
| 5034 | 2026-09-04T01:17:20.565Z | INFO | phd-runner: [WAIT_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 = 3e28201d-76f4-4f9e-b52b-669433b58ad6
|
| 5035 | 2026-09-04T01:17:20.584Z | 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 = 3e28201d-76f4-4f9e-b52b-669433b58ad6
|
| 5036 | 2026-09-04T01:17:20.585Z | DEBG | phd-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
|
| 5037 | 2026-09-04T01:17:20.585Z | DEBG | phd-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
|
| 5038 | 2026-09-04T01:17:20.585Z | 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 = 3e28201d-76f4-4f9e-b52b-669433b58ad6
|
| 5039 | 2026-09-04T01:17:20.585Z | INFO | phd-runner: [WAIT_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 = 3e28201d-76f4-4f9e-b52b-669433b58ad6
|
| 5040 | 2026-09-04T01:17:20.618Z | 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 = 3e28201d-76f4-4f9e-b52b-669433b58ad6
|
| 5041 | 2026-09-04T01:17:20.618Z | 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
|
| 5042 | 2026-09-04T01:17:20.618Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4677
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 5043 | 2026-09-04T01:17:20.618Z | 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 = 3e28201d-76f4-4f9e-b52b-669433b58ad6
|
| 5044 | 2026-09-04T01:17:20.618Z | 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
|
| 5045 | 2026-09-04T01:17:20.619Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 9672
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 5046 | 2026-09-04T01:17:20.619Z | 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
|
| 5047 | 2026-09-04T01:17:20.619Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 5048 | 2026-09-04T01:17:20.620Z | 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 = 3e28201d-76f4-4f9e-b52b-669433b58ad6
|
| 5049 | 2026-09-04T01:17:21.092Z | 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 = 3e28201d-76f4-4f9e-b52b-669433b58ad6
|
| 5050 | 2026-09-04T01:17:21.177Z | 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/00b4a139-8c6a-4770-992d-ffe7315f9990_9000" } }
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 3e28201d-76f4-4f9e-b52b-669433b58ad6
|
| 5051 | 2026-09-04T01:17:21.185Z | 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/00b4a139-8c6a-4770-992d-ffe7315f9990_9000"
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 3e28201d-76f4-4f9e-b52b-669433b58ad6
|
| 5052 | 2026-09-04T01:17:21.196Z | 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/00b4a139-8c6a-4770-992d-ffe7315f9990_9001" } }
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 3e28201d-76f4-4f9e-b52b-669433b58ad6
|
| 5053 | 2026-09-04T01:17:21.203Z | 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/00b4a139-8c6a-4770-992d-ffe7315f9990_9001"
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 3e28201d-76f4-4f9e-b52b-669433b58ad6
|
| 5054 | 2026-09-04T01:17:21.215Z | 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/00b4a139-8c6a-4770-992d-ffe7315f9990_9002" } }
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 3e28201d-76f4-4f9e-b52b-669433b58ad6
|
| 5055 | 2026-09-04T01:17:21.222Z | 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/00b4a139-8c6a-4770-992d-ffe7315f9990_9002"
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 3e28201d-76f4-4f9e-b52b-669433b58ad6
|
| 5056 | 2026-09-04T01:17:21.234Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 615
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 = 3e28201d-76f4-4f9e-b52b-669433b58ad6
|
| 5057 | 2026-09-04T01:17:21.234Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 615
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 5058 | 2026-09-04T01:17:21.234Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 11072
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 = 3e28201d-76f4-4f9e-b52b-669433b58ad6
|
| 5059 | 2026-09-04T01:17:21.235Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 11452
file = phd-tests/tests/src/crucible/smoke.rs
line = 23
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_tests::crucible::smoke
|
| 5060 | 2026-09-04T01:17:21.235Z | 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
|
| 5061 | 2026-09-04T01:17:21.235Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 5062 | 2026-09-04T01:17:21.235Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 5063 | 2026-09-04T01:17:21.235Z | 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
|
| 5064 | 2026-09-04T01:17:21.235Z | 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
|
| 5065 | 2026-09-04T01:17:21.235Z | 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
|
| 5066 | 2026-09-04T01:17:21.235Z | 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
|
| 5067 | 2026-09-04T01:17:21.235Z | 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
|
| 5068 | 2026-09-04T01:17:21.235Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/998ca74b-b867-4196-9b5a-792ef9613a2f_9000", "--encrypted", "--uuid", "998ca74b-b867-4196-9b5a-792ef9613a2f", "--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
|
| 5069 | 2026-09-04T01:17:21.342Z | 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/998ca74b-b867-4196-9b5a-792ef9613a2f_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:17:21.246373147Z","hostname":"BRM42220060","pid":1348}\n{"msg":"UUID: 998ca74b-b867-4196-9b5a-792ef9613a2f","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:17:21.337538333Z","hostname":"BRM42220060","pid":1348}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:17:21.337558271Z","hostname":"BRM42220060","pid":1348}\n
target = phd_framework::disk::crucible
|
| 5070 | 2026-09-04T01:17:21.342Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/998ca74b-b867-4196-9b5a-792ef9613a2f_9001", "--encrypted", "--uuid", "998ca74b-b867-4196-9b5a-792ef9613a2f", "--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
|
| 5071 | 2026-09-04T01:17:21.451Z | 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/998ca74b-b867-4196-9b5a-792ef9613a2f_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:17:21.352168397Z","hostname":"BRM42220060","pid":1349}\n{"msg":"UUID: 998ca74b-b867-4196-9b5a-792ef9613a2f","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:17:21.446376811Z","hostname":"BRM42220060","pid":1349}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:17:21.446389505Z","hostname":"BRM42220060","pid":1349}\n
target = phd_framework::disk::crucible
|
| 5072 | 2026-09-04T01:17:21.451Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/998ca74b-b867-4196-9b5a-792ef9613a2f_9002", "--encrypted", "--uuid", "998ca74b-b867-4196-9b5a-792ef9613a2f", "--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
|
| 5073 | 2026-09-04T01:17:21.562Z | 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/998ca74b-b867-4196-9b5a-792ef9613a2f_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:17:21.46176514Z","hostname":"BRM42220060","pid":1350}\n{"msg":"UUID: 998ca74b-b867-4196-9b5a-792ef9613a2f","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:17:21.556387087Z","hostname":"BRM42220060","pid":1350}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:17:21.556411931Z","hostname":"BRM42220060","pid":1350}\n
target = phd_framework::disk::crucible
|
| 5074 | 2026-09-04T01:17:21.562Z | 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_998ca74b-b867-4196-9b5a-792ef9613a2f_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::guest_reboot_test/crucible_998ca74b-b867-4196-9b5a-792ef9613a2f_9000.stdout.log"
target = phd_framework::log_config
|
| 5075 | 2026-09-04T01:17:21.562Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/998ca74b-b867-4196-9b5a-792ef9613a2f_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
| 5076 | 2026-09-04T01:17:21.562Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/998ca74b-b867-4196-9b5a-792ef9613a2f_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
| 5077 | 2026-09-04T01:17:21.565Z | 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_998ca74b-b867-4196-9b5a-792ef9613a2f_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::guest_reboot_test/crucible_998ca74b-b867-4196-9b5a-792ef9613a2f_9001.stdout.log"
target = phd_framework::log_config
|
| 5078 | 2026-09-04T01:17:21.565Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/998ca74b-b867-4196-9b5a-792ef9613a2f_9001"]
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-09-04T01:17:21.565Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/998ca74b-b867-4196-9b5a-792ef9613a2f_9001"]
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-09-04T01:17:21.567Z | 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_998ca74b-b867-4196-9b5a-792ef9613a2f_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::guest_reboot_test/crucible_998ca74b-b867-4196-9b5a-792ef9613a2f_9002.stdout.log"
target = phd_framework::log_config
|
| 5081 | 2026-09-04T01:17:21.567Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/998ca74b-b867-4196-9b5a-792ef9613a2f_9002"]
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-09-04T01:17:21.567Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/998ca74b-b867-4196-9b5a-792ef9613a2f_9002"]
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-09-04T01:17:21.569Z | 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
|
| 5084 | 2026-09-04T01:17:21.569Z | 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
|
| 5085 | 2026-09-04T01:17:21.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
|
| 5086 | 2026-09-04T01:17:21.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::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
|
| 5087 | 2026-09-04T01:17:21.570Z | 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
|
| 5088 | 2026-09-04T01:17:21.600Z | 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
|
| 5089 | 2026-09-04T01:17:21.615Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 45
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 5090 | 2026-09-04T01:17:21.615Z | 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 = fe6144c4-bc19-41cb-9571-3bb9a7868086
|
| 5091 | 2026-09-04T01:17:21.616Z | 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 = fe6144c4-bc19-41cb-9571-3bb9a7868086
|
| 5092 | 2026-09-04T01:17:22.230Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 5093 | 2026-09-04T01:17:22.231Z | 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: fe6144c4-bc19-41cb-9571-3bb9a7868086, name: "phd-vm-fe6144c4-bc19-41cb-9571-3bb9a7868086", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 86b0ef7b-6512-4e50-9b0d-24b4412d30c4, project_id: 859ce5b8-ed7b-40cc-80cb-2ebfdd19ecf2, sled_id: f2caeef5-179c-4a99-9263-37d1eee0b957, sled_serial: "f2caeef5-179c-4a99-9263-37d1eee0b957", 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 = fe6144c4-bc19-41cb-9571-3bb9a7868086
|
| 5094 | 2026-09-04T01:17:22.231Z | 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 = fe6144c4-bc19-41cb-9571-3bb9a7868086
|
| 5095 | 2026-09-04T01:17:22.231Z | 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 = fe6144c4-bc19-41cb-9571-3bb9a7868086
|
| 5096 | 2026-09-04T01:17:22.232Z | 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::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = fe6144c4-bc19-41cb-9571-3bb9a7868086
|
| 5097 | 2026-09-04T01:17:22.232Z | 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
|
| 5098 | 2026-09-04T01:17:22.232Z | 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 = fe6144c4-bc19-41cb-9571-3bb9a7868086
|
| 5099 | 2026-09-04T01:17: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::crucible::smoke::guest_reboot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 5100 | 2026-09-04T01:17:22.232Z | 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 = fe6144c4-bc19-41cb-9571-3bb9a7868086
|
| 5101 | 2026-09-04T01:17: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::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = fe6144c4-bc19-41cb-9571-3bb9a7868086
|
| 5102 | 2026-09-04T01:17:27.133Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4900
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 = fe6144c4-bc19-41cb-9571-3bb9a7868086
|
| 5103 | 2026-09-04T01:17:27.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::guest_reboot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 5104 | 2026-09-04T01:17:27.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::guest_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 5105 | 2026-09-04T01:17:27.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::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = fe6144c4-bc19-41cb-9571-3bb9a7868086
|
| 5106 | 2026-09-04T01:17:27.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::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = fe6144c4-bc19-41cb-9571-3bb9a7868086
|
| 5107 | 2026-09-04T01:17:27.153Z | 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::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = fe6144c4-bc19-41cb-9571-3bb9a7868086
|
| 5108 | 2026-09-04T01:17:27.153Z | DEBG | phd-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
|
| 5109 | 2026-09-04T01:17:27.153Z | DEBG | phd-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
|
| 5110 | 2026-09-04T01:17:27.154Z | 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 = fe6144c4-bc19-41cb-9571-3bb9a7868086
|
| 5111 | 2026-09-04T01:17:27.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::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = fe6144c4-bc19-41cb-9571-3bb9a7868086
|
| 5112 | 2026-09-04T01:17:27.185Z | 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::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = fe6144c4-bc19-41cb-9571-3bb9a7868086
|
| 5113 | 2026-09-04T01:17:27.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::guest_reboot_test
target = phd_framework::test_vm
|
| 5114 | 2026-09-04T01:17:27.186Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4953
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 5115 | 2026-09-04T01:17:27.186Z | 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 = fe6144c4-bc19-41cb-9571-3bb9a7868086
|
| 5116 | 2026-09-04T01:17:27.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::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_guest_reboot_test
vm_id = fe6144c4-bc19-41cb-9571-3bb9a7868086
|
| 5117 | 2026-09-04T01:17:27.197Z | 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 = fe6144c4-bc19-41cb-9571-3bb9a7868086
|
| 5118 | 2026-09-04T01:17:27.197Z | 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
|
| 5119 | 2026-09-04T01:17:27.197Z | 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 = fe6144c4-bc19-41cb-9571-3bb9a7868086
|
| 5120 | 2026-09-04T01:17:27.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::crucible::smoke::guest_reboot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 5121 | 2026-09-04T01:17:27.197Z | 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 = fe6144c4-bc19-41cb-9571-3bb9a7868086
|
| 5122 | 2026-09-04T01:17:27.197Z | INFO | phd-runner: [WAIT_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 = fe6144c4-bc19-41cb-9571-3bb9a7868086
|
| 5123 | 2026-09-04T01:17:34.261Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 7063
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 = fe6144c4-bc19-41cb-9571-3bb9a7868086
|
| 5124 | 2026-09-04T01:17:34.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::crucible::smoke::guest_reboot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 5125 | 2026-09-04T01:17:34.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::crucible::smoke::guest_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 5126 | 2026-09-04T01:17:34.261Z | 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 = fe6144c4-bc19-41cb-9571-3bb9a7868086
|
| 5127 | 2026-09-04T01:17:34.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::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = fe6144c4-bc19-41cb-9571-3bb9a7868086
|
| 5128 | 2026-09-04T01:17:34.281Z | 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::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = fe6144c4-bc19-41cb-9571-3bb9a7868086
|
| 5129 | 2026-09-04T01:17:34.281Z | DEBG | phd-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
|
| 5130 | 2026-09-04T01:17:34.281Z | DEBG | phd-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
|
| 5131 | 2026-09-04T01:17: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::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = fe6144c4-bc19-41cb-9571-3bb9a7868086
|
| 5132 | 2026-09-04T01:17: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::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = fe6144c4-bc19-41cb-9571-3bb9a7868086
|
| 5133 | 2026-09-04T01:17:34.314Z | 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 = fe6144c4-bc19-41cb-9571-3bb9a7868086
|
| 5134 | 2026-09-04T01:17:34.314Z | 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
|
| 5135 | 2026-09-04T01:17:34.314Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 7116
file = phd-tests/framework/src/test_vm/mod.rs
line = 890
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 5136 | 2026-09-04T01:17:34.314Z | 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 = fe6144c4-bc19-41cb-9571-3bb9a7868086
|
| 5137 | 2026-09-04T01:17:34.314Z | 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
|
| 5138 | 2026-09-04T01:17:34.314Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 12083
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 5139 | 2026-09-04T01:17:34.315Z | 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
|
| 5140 | 2026-09-04T01:17:34.315Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 5141 | 2026-09-04T01:17:34.316Z | 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 = fe6144c4-bc19-41cb-9571-3bb9a7868086
|
| 5142 | 2026-09-04T01:17:34.985Z | 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 = fe6144c4-bc19-41cb-9571-3bb9a7868086
|
| 5143 | 2026-09-04T01:17:35.077Z | 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/998ca74b-b867-4196-9b5a-792ef9613a2f_9000" } }
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = fe6144c4-bc19-41cb-9571-3bb9a7868086
|
| 5144 | 2026-09-04T01:17:35.084Z | 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/998ca74b-b867-4196-9b5a-792ef9613a2f_9000"
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = fe6144c4-bc19-41cb-9571-3bb9a7868086
|
| 5145 | 2026-09-04T01:17:35.095Z | 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/998ca74b-b867-4196-9b5a-792ef9613a2f_9001" } }
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = fe6144c4-bc19-41cb-9571-3bb9a7868086
|
| 5146 | 2026-09-04T01:17:35.102Z | 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/998ca74b-b867-4196-9b5a-792ef9613a2f_9001"
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = fe6144c4-bc19-41cb-9571-3bb9a7868086
|
| 5147 | 2026-09-04T01:17:35.113Z | 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/998ca74b-b867-4196-9b5a-792ef9613a2f_9002" } }
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = fe6144c4-bc19-41cb-9571-3bb9a7868086
|
| 5148 | 2026-09-04T01:17:35.120Z | 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/998ca74b-b867-4196-9b5a-792ef9613a2f_9002"
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = fe6144c4-bc19-41cb-9571-3bb9a7868086
|
| 5149 | 2026-09-04T01:17:35.131Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 817
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 = fe6144c4-bc19-41cb-9571-3bb9a7868086
|
| 5150 | 2026-09-04T01:17:35.132Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 13516
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 = fe6144c4-bc19-41cb-9571-3bb9a7868086
|
| 5151 | 2026-09-04T01:17:35.132Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 817
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 5152 | 2026-09-04T01:17:35.132Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 13896
file = phd-tests/tests/src/crucible/smoke.rs
line = 35
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_tests::crucible::smoke
|
| 5153 | 2026-09-04T01:17:35.132Z | 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
|
| 5154 | 2026-09-04T01:17:35.132Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 5155 | 2026-09-04T01:17:35.132Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 5156 | 2026-09-04T01:17:35.133Z | 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
|
| 5157 | 2026-09-04T01:17:35.133Z | 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
|
| 5158 | 2026-09-04T01:17:35.133Z | 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
|
| 5159 | 2026-09-04T01:17:35.133Z | 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
|
| 5160 | 2026-09-04T01:17:35.133Z | 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
|
| 5161 | 2026-09-04T01:17:35.133Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/49d0af5e-4f3d-42f0-b25d-cdff5857298a_9000", "--encrypted", "--uuid", "49d0af5e-4f3d-42f0-b25d-cdff5857298a", "--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
|
| 5162 | 2026-09-04T01:17:35.239Z | 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/49d0af5e-4f3d-42f0-b25d-cdff5857298a_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:17:35.143593732Z","hostname":"BRM42220060","pid":1356}\n{"msg":"UUID: 49d0af5e-4f3d-42f0-b25d-cdff5857298a","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:17:35.235030118Z","hostname":"BRM42220060","pid":1356}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:17:35.235047401Z","hostname":"BRM42220060","pid":1356}\n
target = phd_framework::disk::crucible
|
| 5163 | 2026-09-04T01:17:35.240Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/49d0af5e-4f3d-42f0-b25d-cdff5857298a_9001", "--encrypted", "--uuid", "49d0af5e-4f3d-42f0-b25d-cdff5857298a", "--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
|
| 5164 | 2026-09-04T01:17:35.342Z | 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/49d0af5e-4f3d-42f0-b25d-cdff5857298a_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:17:35.250293801Z","hostname":"BRM42220060","pid":1357}\n{"msg":"UUID: 49d0af5e-4f3d-42f0-b25d-cdff5857298a","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:17:35.337078384Z","hostname":"BRM42220060","pid":1357}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:17:35.3370921Z","hostname":"BRM42220060","pid":1357}\n
target = phd_framework::disk::crucible
|
| 5165 | 2026-09-04T01:17:35.343Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/49d0af5e-4f3d-42f0-b25d-cdff5857298a_9002", "--encrypted", "--uuid", "49d0af5e-4f3d-42f0-b25d-cdff5857298a", "--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
|
| 5166 | 2026-09-04T01:17:35.447Z | 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/49d0af5e-4f3d-42f0-b25d-cdff5857298a_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:17:35.353283275Z","hostname":"BRM42220060","pid":1358}\n{"msg":"UUID: 49d0af5e-4f3d-42f0-b25d-cdff5857298a","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:17:35.442065398Z","hostname":"BRM42220060","pid":1358}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:17:35.442087149Z","hostname":"BRM42220060","pid":1358}\n
target = phd_framework::disk::crucible
|
| 5167 | 2026-09-04T01:17:35.447Z | 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_49d0af5e-4f3d-42f0-b25d-cdff5857298a_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::shutdown_persistence_test/crucible_49d0af5e-4f3d-42f0-b25d-cdff5857298a_9000.stdout.log"
target = phd_framework::log_config
|
| 5168 | 2026-09-04T01:17:35.447Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/49d0af5e-4f3d-42f0-b25d-cdff5857298a_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
| 5169 | 2026-09-04T01:17:35.447Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/49d0af5e-4f3d-42f0-b25d-cdff5857298a_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
| 5170 | 2026-09-04T01:17:35.449Z | 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_49d0af5e-4f3d-42f0-b25d-cdff5857298a_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::shutdown_persistence_test/crucible_49d0af5e-4f3d-42f0-b25d-cdff5857298a_9001.stdout.log"
target = phd_framework::log_config
|
| 5171 | 2026-09-04T01:17:35.449Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/49d0af5e-4f3d-42f0-b25d-cdff5857298a_9001"]
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-09-04T01:17:35.450Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/49d0af5e-4f3d-42f0-b25d-cdff5857298a_9001"]
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-09-04T01:17:35.451Z | 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_49d0af5e-4f3d-42f0-b25d-cdff5857298a_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::shutdown_persistence_test/crucible_49d0af5e-4f3d-42f0-b25d-cdff5857298a_9002.stdout.log"
target = phd_framework::log_config
|
| 5174 | 2026-09-04T01:17:35.452Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/49d0af5e-4f3d-42f0-b25d-cdff5857298a_9002"]
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-09-04T01:17:35.452Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/49d0af5e-4f3d-42f0-b25d-cdff5857298a_9002"]
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-09-04T01:17:35.454Z | 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
|
| 5177 | 2026-09-04T01:17:35.454Z | 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
|
| 5178 | 2026-09-04T01:17:35.454Z | 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
|
| 5179 | 2026-09-04T01:17:35.454Z | 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
|
| 5180 | 2026-09-04T01:17:35.454Z | 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
|
| 5181 | 2026-09-04T01:17:35.486Z | 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
|
| 5182 | 2026-09-04T01:17:35.500Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 45
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::test_vm
|
| 5183 | 2026-09-04T01:17:35.500Z | 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
|
| 5184 | 2026-09-04T01:17:35.513Z | 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/49d0af5e-4f3d-42f0-b25d-cdff5857298a_9000" } }
target = phd_framework::disk::crucible
|
| 5185 | 2026-09-04T01:17:35.519Z | 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/49d0af5e-4f3d-42f0-b25d-cdff5857298a_9000"
target = phd_framework::disk::crucible
|
| 5186 | 2026-09-04T01:17:35.528Z | 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/49d0af5e-4f3d-42f0-b25d-cdff5857298a_9001" } }
target = phd_framework::disk::crucible
|
| 5187 | 2026-09-04T01:17:35.534Z | 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/49d0af5e-4f3d-42f0-b25d-cdff5857298a_9001"
target = phd_framework::disk::crucible
|
| 5188 | 2026-09-04T01:17:35.542Z | 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/49d0af5e-4f3d-42f0-b25d-cdff5857298a_9002" } }
target = phd_framework::disk::crucible
|
| 5189 | 2026-09-04T01:17:35.548Z | 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/49d0af5e-4f3d-42f0-b25d-cdff5857298a_9002"
target = phd_framework::disk::crucible
|
| 5190 | 2026-09-04T01:17:35.556Z | 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
|
| 5191 | 2026-09-04T01:17:35.557Z | 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
|
| 5192 | 2026-09-04T01:17:35.557Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 5193 | 2026-09-04T01:17:35.557Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 5194 | 2026-09-04T01:17:35.557Z | 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
|
| 5195 | 2026-09-04T01:17:35.557Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 5196 | 2026-09-04T01:17:35.557Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 5197 | 2026-09-04T01:17:35.557Z | 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
|
| 5198 | 2026-09-04T01:17:35.557Z | 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
|
| 5199 | 2026-09-04T01:17:35.557Z | 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
|
| 5200 | 2026-09-04T01:17:35.557Z | 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
|
| 5201 | 2026-09-04T01:17:35.558Z | 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
|
| 5202 | 2026-09-04T01:17:35.570Z | 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
|
| 5203 | 2026-09-04T01:17:35.570Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2ef886ce-1af0-48ee-8094-a83dee693024"]
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
|
| 5204 | 2026-09-04T01:17:35.588Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2ef886ce-1af0-48ee-8094-a83dee693024", "phd-artifacts/phd-clone-50b8940d-c0cd-4521-91f5-6f1c4d5a55a7"]
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
|
| 5205 | 2026-09-04T01:17:35.607Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-50b8940d-c0cd-4521-91f5-6f1c4d5a55a7"]
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
|
| 5206 | 2026-09-04T01:17:35.618Z | 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-50b8940d-c0cd-4521-91f5-6f1c4d5a55a7 0B 25.3T 207M /phd-artifacts/phd-clone-50b8940d-c0cd-4521-91f5-6f1c4d5a55a7\n
target = phd_framework::zfs
|
| 5207 | 2026-09-04T01:17:35.619Z | 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
|
| 5208 | 2026-09-04T01:17:35.619Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/a8efe0b9-4296-45a6-800f-7e44caf8dc41_9000", "--encrypted", "--uuid", "a8efe0b9-4296-45a6-800f-7e44caf8dc41", "--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
|
| 5209 | 2026-09-04T01:17:35.644Z | 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/a8efe0b9-4296-45a6-800f-7e44caf8dc41_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:17:35.629117362Z","hostname":"BRM42220060","pid":1368}\n{"msg":"UUID: a8efe0b9-4296-45a6-800f-7e44caf8dc41","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:17:35.640888235Z","hostname":"BRM42220060","pid":1368}\n{"msg":"Blocks per extent:131072 Total Extents: 16","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:17:35.640902091Z","hostname":"BRM42220060","pid":1368}\n
target = phd_framework::disk::crucible
|
| 5210 | 2026-09-04T01:17:35.645Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/a8efe0b9-4296-45a6-800f-7e44caf8dc41_9001", "--encrypted", "--uuid", "a8efe0b9-4296-45a6-800f-7e44caf8dc41", "--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
|
| 5211 | 2026-09-04T01:17:35.670Z | 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/a8efe0b9-4296-45a6-800f-7e44caf8dc41_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:17:35.654512431Z","hostname":"BRM42220060","pid":1369}\n{"msg":"UUID: a8efe0b9-4296-45a6-800f-7e44caf8dc41","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:17:35.666072856Z","hostname":"BRM42220060","pid":1369}\n{"msg":"Blocks per extent:131072 Total Extents: 16","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:17:35.666085761Z","hostname":"BRM42220060","pid":1369}\n
target = phd_framework::disk::crucible
|
| 5212 | 2026-09-04T01:17:35.670Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/a8efe0b9-4296-45a6-800f-7e44caf8dc41_9002", "--encrypted", "--uuid", "a8efe0b9-4296-45a6-800f-7e44caf8dc41", "--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
|
| 5213 | 2026-09-04T01:17:35.694Z | 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/a8efe0b9-4296-45a6-800f-7e44caf8dc41_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:17:35.680075741Z","hostname":"BRM42220060","pid":1370}\n{"msg":"UUID: a8efe0b9-4296-45a6-800f-7e44caf8dc41","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:17:35.691053288Z","hostname":"BRM42220060","pid":1370}\n{"msg":"Blocks per extent:131072 Total Extents: 16","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:17:35.691065832Z","hostname":"BRM42220060","pid":1370}\n
target = phd_framework::disk::crucible
|
| 5214 | 2026-09-04T01:17:35.695Z | 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_a8efe0b9-4296-45a6-800f-7e44caf8dc41_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::vcr_replace_during_start_test/crucible_a8efe0b9-4296-45a6-800f-7e44caf8dc41_9000.stdout.log"
target = phd_framework::log_config
|
| 5215 | 2026-09-04T01:17:35.695Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/a8efe0b9-4296-45a6-800f-7e44caf8dc41_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
|
| 5216 | 2026-09-04T01:17:35.695Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/a8efe0b9-4296-45a6-800f-7e44caf8dc41_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
|
| 5217 | 2026-09-04T01:17:35.697Z | 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_a8efe0b9-4296-45a6-800f-7e44caf8dc41_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::vcr_replace_during_start_test/crucible_a8efe0b9-4296-45a6-800f-7e44caf8dc41_9001.stdout.log"
target = phd_framework::log_config
|
| 5218 | 2026-09-04T01:17:35.697Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/a8efe0b9-4296-45a6-800f-7e44caf8dc41_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
|
| 5219 | 2026-09-04T01:17:35.697Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/a8efe0b9-4296-45a6-800f-7e44caf8dc41_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
|
| 5220 | 2026-09-04T01:17:35.699Z | 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_a8efe0b9-4296-45a6-800f-7e44caf8dc41_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::vcr_replace_during_start_test/crucible_a8efe0b9-4296-45a6-800f-7e44caf8dc41_9002.stdout.log"
target = phd_framework::log_config
|
| 5221 | 2026-09-04T01:17:35.699Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/a8efe0b9-4296-45a6-800f-7e44caf8dc41_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
|
| 5222 | 2026-09-04T01:17:35.699Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/a8efe0b9-4296-45a6-800f-7e44caf8dc41_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
|
| 5223 | 2026-09-04T01:17:35.701Z | 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
|
| 5224 | 2026-09-04T01:17:35.702Z | 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
|
| 5225 | 2026-09-04T01:17:35.702Z | 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
|
| 5226 | 2026-09-04T01:17:35.702Z | 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
|
| 5227 | 2026-09-04T01:17:35.702Z | 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
|
| 5228 | 2026-09-04T01:17:35.702Z | 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
|
| 5229 | 2026-09-04T01:17:35.734Z | 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
|
| 5230 | 2026-09-04T01:17:35.748Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 46
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
|
| 5231 | 2026-09-04T01:17:35.749Z | 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 = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5232 | 2026-09-04T01:17:35.749Z | 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 = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5233 | 2026-09-04T01:17:36.317Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 5234 | 2026-09-04T01:17:36.318Z | 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: 0403d1d3-1623-405e-a04e-a2083f9b62c1, name: "phd-vm-0403d1d3-1623-405e-a04e-a2083f9b62c1", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 68830286-24a7-44d7-bf85-5e4678be4011, project_id: c8865219-5959-4907-aa2b-701c73001987, sled_id: e31020b1-76cd-4a10-aaa2-f3e537990a5a, sled_serial: "e31020b1-76cd-4a10-aaa2-f3e537990a5a", 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 = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5235 | 2026-09-04T01:17:36.319Z | 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 = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5236 | 2026-09-04T01:17:36.319Z | 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 = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5237 | 2026-09-04T01:17:36.319Z | 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 = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5238 | 2026-09-04T01:17:36.320Z | 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 = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5239 | 2026-09-04T01:17:36.320Z | 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 = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5240 | 2026-09-04T01:17:36.320Z | 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 = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5241 | 2026-09-04T01:17:36.320Z | 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 = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5242 | 2026-09-04T01:17:36.321Z | 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 = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5243 | 2026-09-04T01:17:36.789Z | 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 = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5244 | 2026-09-04T01:17:36.789Z | 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 = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5245 | 2026-09-04T01:17:36.791Z | 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 = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5246 | 2026-09-04T01:17:37.270Z | 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 = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5247 | 2026-09-04T01:17:37.271Z | 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 = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5248 | 2026-09-04T01:17:37.272Z | 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 = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5249 | 2026-09-04T01:17:38.557Z | 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 = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5250 | 2026-09-04T01:17:38.557Z | 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 = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5251 | 2026-09-04T01:17:38.559Z | 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 = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5252 | 2026-09-04T01:17:40.020Z | 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 = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5253 | 2026-09-04T01:17:40.020Z | 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 = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5254 | 2026-09-04T01:17:40.021Z | 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 = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5255 | 2026-09-04T01:17:41.303Z | 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 = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5256 | 2026-09-04T01:17:41.303Z | 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 = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5257 | 2026-09-04T01:17:41.304Z | 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 = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5258 | 2026-09-04T01:17:41.304Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 4984
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 = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5259 | 2026-09-04T01:17:41.305Z | 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-09-04T01:17:41.305Z | 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: 52154c92-7f02-4f00-b0bd-4f875e1bb388, block_size: 512, sub_volumes: [Region { block_size: 512, blocks_per_extent: 131072, extent_count: 16, opts: CrucibleOpts { id: 52154c92-7f02-4f00-b0bd-4f875e1bb388, target: [127.0.0.1:9000, 127.0.0.1:9001, 127.0.0.1:9002], lossy: false, flush_timeout: None, key: Some("d9+3218F/DtUVFYH068+5QYAiCZHV8uVh3TFjb0FyUc="), cert_pem: None, key_pem: None, root_cert_pem: None, control: None, read_only: false }, generation: 2 }], read_only_parent: None }
|
| 5261 | 2026-09-04T01:17:41.308Z | 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-09-04T01:17:41.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::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = crucible_vcr_replace_during_start_test
vm_id = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5263 | 2026-09-04T01:17:41.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::crucible::smoke::vcr_replace_during_start_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 5264 | 2026-09-04T01:17:41.308Z | 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 = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5265 | 2026-09-04T01:17:41.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::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_vcr_replace_during_start_test
vm_id = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5266 | 2026-09-04T01:17:55.759Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 14450
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 = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5267 | 2026-09-04T01:17:55.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::crucible::smoke::vcr_replace_during_start_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 5268 | 2026-09-04T01:17:55.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::crucible::smoke::vcr_replace_during_start_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 5269 | 2026-09-04T01:17:55.759Z | 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 = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5270 | 2026-09-04T01:17:55.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::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_vcr_replace_during_start_test
vm_id = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5271 | 2026-09-04T01:17:55.778Z | 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 = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5272 | 2026-09-04T01:17:55.778Z | DEBG | phd-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-09-04T01:17:55.778Z | DEBG | phd-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-09-04T01:17:55.778Z | 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 = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5275 | 2026-09-04T01:17:55.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::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_vcr_replace_during_start_test
vm_id = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5276 | 2026-09-04T01:17:55.811Z | 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 = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5277 | 2026-09-04T01:17:55.811Z | 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-09-04T01:17:55.812Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 14503
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-09-04T01:17:55.812Z | 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 = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5280 | 2026-09-04T01:17:55.812Z | 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 = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5281 | 2026-09-04T01:17:55.813Z | 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 = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5282 | 2026-09-04T01:17:55.813Z | 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: 52154c92-7f02-4f00-b0bd-4f875e1bb388, block_size: 512, sub_volumes: [Region { block_size: 512, blocks_per_extent: 131072, extent_count: 16, opts: CrucibleOpts { id: 52154c92-7f02-4f00-b0bd-4f875e1bb388, target: [127.0.0.1:9000, 127.0.0.1:9001, 127.0.0.1:9002], lossy: false, flush_timeout: None, key: Some("d9+3218F/DtUVFYH068+5QYAiCZHV8uVh3TFjb0FyUc="), cert_pem: None, key_pem: None, root_cert_pem: None, control: None, read_only: false }, generation: 3 }], read_only_parent: None }
|
| 5283 | 2026-09-04T01:17:55.815Z | 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 = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5284 | 2026-09-04T01:17:55.815Z | 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-09-04T01:17:55.815Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 19496
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 5286 | 2026-09-04T01:17:55.815Z | 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-09-04T01:17:55.816Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 5288 | 2026-09-04T01:17:55.817Z | 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 = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5289 | 2026-09-04T01:17:56.385Z | 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 = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5290 | 2026-09-04T01:17:56.479Z | 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 = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5291 | 2026-09-04T01:17:56.479Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-50b8940d-c0cd-4521-91f5-6f1c4d5a55a7"]
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 = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5292 | 2026-09-04T01:17:56.504Z | 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 = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5293 | 2026-09-04T01:17:56.504Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2ef886ce-1af0-48ee-8094-a83dee693024"]
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 = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5294 | 2026-09-04T01:17:56.520Z | 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/a8efe0b9-4296-45a6-800f-7e44caf8dc41_9000" } }
target = phd_framework::disk::crucible
vm = crucible_vcr_replace_during_start_test
vm_id = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5295 | 2026-09-04T01:17:56.525Z | 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/a8efe0b9-4296-45a6-800f-7e44caf8dc41_9000"
target = phd_framework::disk::crucible
vm = crucible_vcr_replace_during_start_test
vm_id = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5296 | 2026-09-04T01:17:56.527Z | 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/a8efe0b9-4296-45a6-800f-7e44caf8dc41_9001" } }
target = phd_framework::disk::crucible
vm = crucible_vcr_replace_during_start_test
vm_id = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5297 | 2026-09-04T01:17:56.532Z | 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/a8efe0b9-4296-45a6-800f-7e44caf8dc41_9001"
target = phd_framework::disk::crucible
vm = crucible_vcr_replace_during_start_test
vm_id = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5298 | 2026-09-04T01:17:56.533Z | 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/a8efe0b9-4296-45a6-800f-7e44caf8dc41_9002" } }
target = phd_framework::disk::crucible
vm = crucible_vcr_replace_during_start_test
vm_id = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5299 | 2026-09-04T01:17:56.538Z | 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/a8efe0b9-4296-45a6-800f-7e44caf8dc41_9002"
target = phd_framework::disk::crucible
vm = crucible_vcr_replace_during_start_test
vm_id = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5300 | 2026-09-04T01:17:56.540Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 724
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 = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5301 | 2026-09-04T01:17:56.540Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 724
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 5302 | 2026-09-04T01:17:56.540Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 20790
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 = 0403d1d3-1623-405e-a04e-a2083f9b62c1
|
| 5303 | 2026-09-04T01:17:56.540Z | INFO | phd-runner: Starting test phd_tests::crucible::smoke::boot_test
file = phd-tests/runner/src/execute.rs
line = 91
target = phd_runner::execute
|
| 5304 | 2026-09-04T01:17:56.540Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 20981
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
|
| 5305 | 2026-09-04T01:17:56.540Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 5306 | 2026-09-04T01:17:56.540Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 5307 | 2026-09-04T01:17:56.540Z | 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-09-04T01:17:56.540Z | 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-09-04T01:17:56.540Z | 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-09-04T01:17:56.540Z | 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-09-04T01:17:56.541Z | 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-09-04T01:17:56.541Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/10f6a566-7a70-40e4-b72b-eeedf4f3ae72_9000", "--encrypted", "--uuid", "10f6a566-7a70-40e4-b72b-eeedf4f3ae72", "--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-09-04T01:17:56.649Z | 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/10f6a566-7a70-40e4-b72b-eeedf4f3ae72_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:17:56.551640062Z","hostname":"BRM42220060","pid":1378}\n{"msg":"UUID: 10f6a566-7a70-40e4-b72b-eeedf4f3ae72","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:17:56.644810776Z","hostname":"BRM42220060","pid":1378}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:17:56.644838569Z","hostname":"BRM42220060","pid":1378}\n
target = phd_framework::disk::crucible
|
| 5314 | 2026-09-04T01:17:56.649Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/10f6a566-7a70-40e4-b72b-eeedf4f3ae72_9001", "--encrypted", "--uuid", "10f6a566-7a70-40e4-b72b-eeedf4f3ae72", "--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-09-04T01:17:56.760Z | 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/10f6a566-7a70-40e4-b72b-eeedf4f3ae72_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:17:56.660133524Z","hostname":"BRM42220060","pid":1379}\n{"msg":"UUID: 10f6a566-7a70-40e4-b72b-eeedf4f3ae72","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:17:56.755552196Z","hostname":"BRM42220060","pid":1379}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:17:56.755568147Z","hostname":"BRM42220060","pid":1379}\n
target = phd_framework::disk::crucible
|
| 5316 | 2026-09-04T01:17:56.760Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/10f6a566-7a70-40e4-b72b-eeedf4f3ae72_9002", "--encrypted", "--uuid", "10f6a566-7a70-40e4-b72b-eeedf4f3ae72", "--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-09-04T01:17:56.874Z | 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/10f6a566-7a70-40e4-b72b-eeedf4f3ae72_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:17:56.770657468Z","hostname":"BRM42220060","pid":1380}\n{"msg":"UUID: 10f6a566-7a70-40e4-b72b-eeedf4f3ae72","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:17:56.868821707Z","hostname":"BRM42220060","pid":1380}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-09-04T01:17:56.868842717Z","hostname":"BRM42220060","pid":1380}\n
target = phd_framework::disk::crucible
|
| 5318 | 2026-09-04T01:17:56.874Z | 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_10f6a566-7a70-40e4-b72b-eeedf4f3ae72_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::boot_test/crucible_10f6a566-7a70-40e4-b72b-eeedf4f3ae72_9000.stdout.log"
target = phd_framework::log_config
|
| 5319 | 2026-09-04T01:17:56.874Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/10f6a566-7a70-40e4-b72b-eeedf4f3ae72_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-09-04T01:17:56.874Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/10f6a566-7a70-40e4-b72b-eeedf4f3ae72_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-09-04T01:17:56.876Z | 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_10f6a566-7a70-40e4-b72b-eeedf4f3ae72_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::boot_test/crucible_10f6a566-7a70-40e4-b72b-eeedf4f3ae72_9001.stdout.log"
target = phd_framework::log_config
|
| 5322 | 2026-09-04T01:17:56.877Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/10f6a566-7a70-40e4-b72b-eeedf4f3ae72_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-09-04T01:17:56.877Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/10f6a566-7a70-40e4-b72b-eeedf4f3ae72_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-09-04T01:17:56.878Z | 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_10f6a566-7a70-40e4-b72b-eeedf4f3ae72_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::boot_test/crucible_10f6a566-7a70-40e4-b72b-eeedf4f3ae72_9002.stdout.log"
target = phd_framework::log_config
|
| 5325 | 2026-09-04T01:17:56.879Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/10f6a566-7a70-40e4-b72b-eeedf4f3ae72_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-09-04T01:17:56.879Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/10f6a566-7a70-40e4-b72b-eeedf4f3ae72_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-09-04T01:17:56.881Z | 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-09-04T01:17:56.881Z | 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-09-04T01:17:56.881Z | 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-09-04T01:17:56.881Z | 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-09-04T01:17:56.881Z | 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-09-04T01:17:56.910Z | 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-09-04T01:17:56.924Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 43
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-09-04T01:17:56.925Z | 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 = da80564a-f7fb-4a77-b85b-6b93fb3bdd7b
|
| 5335 | 2026-09-04T01:17:56.925Z | 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 = da80564a-f7fb-4a77-b85b-6b93fb3bdd7b
|
| 5336 | 2026-09-04T01:17:57.489Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 5337 | 2026-09-04T01:17:57.491Z | 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: da80564a-f7fb-4a77-b85b-6b93fb3bdd7b, name: "phd-vm-da80564a-f7fb-4a77-b85b-6b93fb3bdd7b", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 2b98f100-ded8-4a70-915f-510ef6f924a5, project_id: 3bd6dc7c-20af-4c9c-9a7c-366c82fe2c7f, sled_id: 244abf01-f82e-4bb0-88ea-f59afcbdeb12, sled_serial: "244abf01-f82e-4bb0-88ea-f59afcbdeb12", 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 = da80564a-f7fb-4a77-b85b-6b93fb3bdd7b
|
| 5338 | 2026-09-04T01:17:57.491Z | 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 = da80564a-f7fb-4a77-b85b-6b93fb3bdd7b
|
| 5339 | 2026-09-04T01:17:57.491Z | 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 = da80564a-f7fb-4a77-b85b-6b93fb3bdd7b
|
| 5340 | 2026-09-04T01:17:57.493Z | 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::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = da80564a-f7fb-4a77-b85b-6b93fb3bdd7b
|
| 5341 | 2026-09-04T01:17:57.493Z | 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-09-04T01:17:57.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::boot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = crucible_boot_test
vm_id = da80564a-f7fb-4a77-b85b-6b93fb3bdd7b
|
| 5343 | 2026-09-04T01:17:57.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::boot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 5344 | 2026-09-04T01:17:57.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::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = da80564a-f7fb-4a77-b85b-6b93fb3bdd7b
|
| 5345 | 2026-09-04T01:17:57.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::boot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_boot_test
vm_id = da80564a-f7fb-4a77-b85b-6b93fb3bdd7b
|
| 5346 | 2026-09-04T01:18:02.492Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4999
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 = da80564a-f7fb-4a77-b85b-6b93fb3bdd7b
|
| 5347 | 2026-09-04T01:18:02.492Z | DEBG | phd-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-09-04T01:18:02.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::boot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 5349 | 2026-09-04T01:18:02.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::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = da80564a-f7fb-4a77-b85b-6b93fb3bdd7b
|
| 5350 | 2026-09-04T01:18:02.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::boot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_boot_test
vm_id = da80564a-f7fb-4a77-b85b-6b93fb3bdd7b
|
| 5351 | 2026-09-04T01:18:02.512Z | 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::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = da80564a-f7fb-4a77-b85b-6b93fb3bdd7b
|
| 5352 | 2026-09-04T01:18:02.512Z | DEBG | phd-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-09-04T01:18:02.512Z | DEBG | phd-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-09-04T01:18:02.513Z | 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 = da80564a-f7fb-4a77-b85b-6b93fb3bdd7b
|
| 5355 | 2026-09-04T01:18:02.513Z | INFO | phd-runner: [WAIT_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 = da80564a-f7fb-4a77-b85b-6b93fb3bdd7b
|
| 5356 | 2026-09-04T01:18:02.544Z | 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::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = da80564a-f7fb-4a77-b85b-6b93fb3bdd7b
|
| 5357 | 2026-09-04T01:18:02.544Z | 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-09-04T01:18:02.544Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 5051
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-09-04T01:18:02.545Z | 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 = da80564a-f7fb-4a77-b85b-6b93fb3bdd7b
|
| 5360 | 2026-09-04T01:18:02.545Z | 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-09-04T01:18:02.545Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 5055
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 5362 | 2026-09-04T01:18:02.545Z | 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-09-04T01:18:02.545Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 5364 | 2026-09-04T01:18:02.547Z | 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 = da80564a-f7fb-4a77-b85b-6b93fb3bdd7b
|
| 5365 | 2026-09-04T01:18:02.827Z | 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 = da80564a-f7fb-4a77-b85b-6b93fb3bdd7b
|
| 5366 | 2026-09-04T01:18:02.916Z | 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/10f6a566-7a70-40e4-b72b-eeedf4f3ae72_9000" } }
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = da80564a-f7fb-4a77-b85b-6b93fb3bdd7b
|
| 5367 | 2026-09-04T01:18:02.923Z | 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/10f6a566-7a70-40e4-b72b-eeedf4f3ae72_9000"
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = da80564a-f7fb-4a77-b85b-6b93fb3bdd7b
|
| 5368 | 2026-09-04T01:18:02.934Z | 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/10f6a566-7a70-40e4-b72b-eeedf4f3ae72_9001" } }
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = da80564a-f7fb-4a77-b85b-6b93fb3bdd7b
|
| 5369 | 2026-09-04T01:18:02.941Z | 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/10f6a566-7a70-40e4-b72b-eeedf4f3ae72_9001"
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = da80564a-f7fb-4a77-b85b-6b93fb3bdd7b
|
| 5370 | 2026-09-04T01:18:02.952Z | 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/10f6a566-7a70-40e4-b72b-eeedf4f3ae72_9002" } }
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = da80564a-f7fb-4a77-b85b-6b93fb3bdd7b
|
| 5371 | 2026-09-04T01:18:02.959Z | 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/10f6a566-7a70-40e4-b72b-eeedf4f3ae72_9002"
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = da80564a-f7fb-4a77-b85b-6b93fb3bdd7b
|
| 5372 | 2026-09-04T01:18:02.971Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 426
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 = da80564a-f7fb-4a77-b85b-6b93fb3bdd7b
|
| 5373 | 2026-09-04T01:18:02.971Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6046
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 = da80564a-f7fb-4a77-b85b-6b93fb3bdd7b
|
| 5374 | 2026-09-04T01:18:02.971Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 6430
file = phd-tests/tests/src/crucible/smoke.rs
line = 14
path = phd_tests::crucible::smoke::boot_test
target = phd_tests::crucible::smoke
|
| 5375 | 2026-09-04T01:18:02.972Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 426
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 5376 | 2026-09-04T01:18:02.972Z | 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-09-04T01:18:02.972Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 5378 | 2026-09-04T01:18:02.972Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 5379 | 2026-09-04T01:18:02.972Z | 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-09-04T01:18:02.972Z | 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-09-04T01:18:02.972Z | 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-09-04T01:18:02.972Z | 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-09-04T01:18:02.972Z | 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-09-04T01:18:02.984Z | 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-09-04T01:18:02.984Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-08324827-c60c-4df7-a691-7aef249f4739"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::zfs
verb = snapshot
|
| 5386 | 2026-09-04T01:18:03.003Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-08324827-c60c-4df7-a691-7aef249f4739", "phd-artifacts/phd-clone-c9175cb2-9488-4fd6-aa06-9eee193b1639"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::zfs
verb = clone
|
| 5387 | 2026-09-04T01:18:03.020Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-c9175cb2-9488-4fd6-aa06-9eee193b1639"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::zfs
verb = list
|
| 5388 | 2026-09-04T01:18:03.032Z | 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-c9175cb2-9488-4fd6-aa06-9eee193b1639 0B 25.3T 207M /phd-artifacts/phd-clone-c9175cb2-9488-4fd6-aa06-9eee193b1639\n
target = phd_framework::zfs
|
| 5389 | 2026-09-04T01:18:03.033Z | 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-09-04T01:18:03.033Z | 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-09-04T01:18:03.033Z | 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-09-04T01:18:03.035Z | DEBG | slog-rs (phd-oximeter-consumer): registered endpoint
local_addr = [::1]:36181
method = POST
path = /metrics/producers
versions = all
|
| 5393 | 2026-09-04T01:18:03.036Z | INFO | slog-rs (phd-oximeter-consumer): listening
local_addr = [::1]:36181
|
| 5394 | 2026-09-04T01:18:03.068Z | DEBG | slog-rs (phd-oximeter-consumer): successfully registered DTrace USDT probes
local_addr = [::1]:36181
|
| 5395 | 2026-09-04T01:18:03.068Z | INFO | slog-rs (phd-oximeter-consumer): fake oximeter test server listening
address = [::1]:36181
|
| 5396 | 2026-09-04T01:18:03.068Z | 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-09-04T01:18:03.068Z | 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-09-04T01:18:03.098Z | 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-09-04T01:18:03.112Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 79
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-09-04T01:18:03.112Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5401 | 2026-09-04T01:18:03.113Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5402 | 2026-09-04T01:18:03.875Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 5403 | 2026-09-04T01:18:03.876Z | 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: 1531e9c0-330c-4767-a8f9-62f11b36eec8, name: "phd-vm-1531e9c0-330c-4767-a8f9-62f11b36eec8", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 0efe2cf5-f018-4544-af2d-d1654f25d766, project_id: bf836f7b-a90c-4c46-be6c-40c6fef158fb, sled_id: 074cc26d-3c5e-4f8d-a5aa-ae818b471e64, sled_serial: "074cc26d-3c5e-4f8d-a5aa-ae818b471e64", 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5404 | 2026-09-04T01:18:03.876Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5405 | 2026-09-04T01:18:03.876Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5406 | 2026-09-04T01:18:03.877Z | INFO | slog-rs (phd-oximeter-consumer): accepted connection
local_addr = [::1]:36181
remote_addr = [::1]:53891
|
| 5407 | 2026-09-04T01:18:03.877Z | TRAC | slog-rs (phd-oximeter-consumer): incoming request
local_addr = [::1]:36181
method = POST
remote_addr = [::1]:53891
req_id = f92abba5-ac42-486c-9c37-0897cd94cccf
uri = /metrics/producers
|
| 5408 | 2026-09-04T01:18:03.877Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5409 | 2026-09-04T01:18:03.878Z | 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
|
| 5410 | 2026-09-04T01:18:03.878Z | INFO | slog-rs (phd-oximeter-consumer): request completed
latency_us = 531
local_addr = [::1]:36181
method = POST
remote_addr = [::1]:53891
req_id = f92abba5-ac42-486c-9c37-0897cd94cccf
response_code = 201
uri = /metrics/producers
|
| 5411 | 2026-09-04T01:18:03.878Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5412 | 2026-09-04T01:18:03.878Z | DEBG | phd-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-09-04T01:18:03.878Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5414 | 2026-09-04T01:18:03.878Z | INFO | phd-runner: [WAIT_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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5415 | 2026-09-04T01:18:07.795Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 3916
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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5416 | 2026-09-04T01:18:07.795Z | DEBG | phd-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-09-04T01:18:07.795Z | DEBG | phd-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-09-04T01:18:07.795Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5419 | 2026-09-04T01:18:07.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::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = instance_vcpu_stats
vm_id = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5420 | 2026-09-04T01:18:07.814Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5421 | 2026-09-04T01:18:07.814Z | DEBG | phd-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-09-04T01:18:07.814Z | DEBG | phd-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-09-04T01:18:07.814Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5424 | 2026-09-04T01:18:07.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::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = instance_vcpu_stats
vm_id = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5425 | 2026-09-04T01:18:07.846Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5426 | 2026-09-04T01:18:07.846Z | 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-09-04T01:18:07.846Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 3968
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-09-04T01:18:07.846Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5429 | 2026-09-04T01:18:07.847Z | INFO | phd-runner: [WAIT_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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5430 | 2026-09-04T01:18:07.857Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5431 | 2026-09-04T01:18: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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5432 | 2026-09-04T01:18: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(300s)
vm = instance_vcpu_stats
vm_id = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5433 | 2026-09-04T01:18:27.892Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5434 | 2026-09-04T01:18:27.892Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5435 | 2026-09-04T01:18:27.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::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5436 | 2026-09-04T01:18:27.903Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5437 | 2026-09-04T01:18:27.903Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5438 | 2026-09-04T01:18: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::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5439 | 2026-09-04T01:18:27.936Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5440 | 2026-09-04T01:18:29.086Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5441 | 2026-09-04T01:18:29.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::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5442 | 2026-09-04T01:18:29.098Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5443 | 2026-09-04T01:18:29.098Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5444 | 2026-09-04T01:18:29.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::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5445 | 2026-09-04T01:18:29.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::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5446 | 2026-09-04T01:18:29.131Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5447 | 2026-09-04T01:18:29.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::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5448 | 2026-09-04T01:18:29.142Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5449 | 2026-09-04T01:18:29.142Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5450 | 2026-09-04T01:18:29.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::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5451 | 2026-09-04T01:18:29.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::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5452 | 2026-09-04T01:18:29.175Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5453 | 2026-09-04T01:18:29.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::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5454 | 2026-09-04T01:18:29.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::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5455 | 2026-09-04T01:18:29.186Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5456 | 2026-09-04T01:18:29.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::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5457 | 2026-09-04T01:18:29.209Z | 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::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5458 | 2026-09-04T01:18:29.209Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5459 | 2026-09-04T01:18:29.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::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5460 | 2026-09-04T01:18:29.220Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5461 | 2026-09-04T01:18:29.220Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5462 | 2026-09-04T01:18:29.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::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5463 | 2026-09-04T01:18:29.254Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5464 | 2026-09-04T01:18:29.254Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5465 | 2026-09-04T01:18:29.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::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5466 | 2026-09-04T01:18:29.265Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5467 | 2026-09-04T01:18:29.265Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5468 | 2026-09-04T01:18:29.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(300s)
vm = instance_vcpu_stats
vm_id = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5469 | 2026-09-04T01:18:33.884Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4618
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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5470 | 2026-09-04T01:18:33.884Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5471 | 2026-09-04T01:18:33.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::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5472 | 2026-09-04T01:18:33.894Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5473 | 2026-09-04T01:18:33.894Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5474 | 2026-09-04T01:18:33.895Z | INFO | phd-runner: [WAIT_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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5475 | 2026-09-04T01:18:33.927Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5476 | 2026-09-04T01:18:44.958Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5477 | 2026-09-04T01:18:44.958Z | INFO | phd-runner: [WAIT_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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5478 | 2026-09-04T01:18:44.970Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5479 | 2026-09-04T01:18:44.970Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5480 | 2026-09-04T01:18:44.970Z | INFO | phd-runner: [WAIT_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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5481 | 2026-09-04T01:18:55.004Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5482 | 2026-09-04T01:18:55.004Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5483 | 2026-09-04T01:18:55.004Z | INFO | phd-runner: [WAIT_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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5484 | 2026-09-04T01:18:55.015Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5485 | 2026-09-04T01:18:55.015Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5486 | 2026-09-04T01:18:55.015Z | INFO | phd-runner: [WAIT_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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5487 | 2026-09-04T01:18:55.048Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5488 | 2026-09-04T01:18:59.007Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5489 | 2026-09-04T01:18:59.007Z | 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 | 2026-09-04T01:18:59.007Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 55129
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 5491 | | {"msg":"beginning graceful shutdown","v":0,"name":"slog-rs","level":30,"time":"2026-09-04T01:18:59.007443683Z","hostname":"BRM42220060","pid":919{"v":0,"name":"phd-runner","msg":"test phd_tests::stats::instance_vcpu_stats ... ok","level":30,"hostname":"BRM42220060","pid":919,"time":"2026-09-04T01:18:59.007432993Z","target":"phd_runner::execute","line":141,"file":"phd-tests/runner/src/execute.rs"} |
| 5492 | | ,"local_addr":"[::1]:36181","component":"phd-oximeter-consumer"} |
| 5493 | 2026-09-04T01:18:59.007Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 5494 | 2026-09-04T01:18:59.009Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5495 | 2026-09-04T01:18:59.489Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5496 | 2026-09-04T01:18:59.579Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5497 | 2026-09-04T01:18:59.579Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-c9175cb2-9488-4fd6-aa06-9eee193b1639"]
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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5498 | 2026-09-04T01:18:59.604Z | 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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5499 | 2026-09-04T01:18:59.604Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-08324827-c60c-4df7-a691-7aef249f4739"]
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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5500 | 2026-09-04T01:18:59.623Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 56508
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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5501 | 2026-09-04T01:18:59.623Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 616
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 5502 | 2026-09-04T01:18:59.623Z | INFO | phd-runner: [EXECUTION_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 35
target = phd_runner::fixtures
|
| 5503 | 2026-09-04T01:18:59.624Z | INFO | phd-runner: [EXECUTION_CLEANUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 35
target = phd_runner::fixtures
|
| 5504 | | test result: ok. 44 passed; 0 failed; 4 skipped; 0 not run; finished in 493.12s |
| 5505 | | |
| 5506 | 2026-09-04T01:18:59.624Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 616
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 = 1531e9c0-330c-4767-a8f9-62f11b36eec8
|
| 5507 | 2026-09-04T01:18:59.624Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 56649
file = phd-tests/tests/src/stats.rs
line = 198
path = phd_tests::stats::instance_vcpu_stats
target = phd_tests::stats
|
| 5508 | 2026-09-04T01:18:59.624Z | DEBG | phd-runner: phd_runner
exit_code = 0
file = phd-tests/runner/src/main.rs
line = 41
target = phd_runner
|