| 1 | 2026-03-10T05:29:32.582Z | 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 }), disable_ansi: false, emit_bunyan: true }
target = phd_runner
|
| 2 | 2026-03-10T05:29:32.616Z | 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: 177, tv_nsec: 672608811 }, max_elapsed_time: Some(1200s), clock: SystemClock }, remote_server_uris: ["https://oxide-omicron-build.s3.amazonaws.com"] } }
target = phd_framework::artifacts::store
|
| 3 | 2026-03-10T05:29:32.616Z | 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-03-10T05:29:32.619Z | INFO | phd-runner: Adding crucible-downstairs from Buildomat Git revision
commit = 7103cd3a3d7b0112d2949dd135db06fef0c156bb
file = phd-tests/framework/src/artifacts/store.rs
line = 311
target = phd_framework::artifacts::store
|
| 5 | 2026-03-10T05:29:32.623Z | 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/7103cd3a3d7b0112d2949dd135db06fef0c156bb/crucible-nightly.sha256.txt
|
| 6 | 2026-03-10T05:29:32.838Z | WARN | phd-runner: No 'migration base' Propolis server provided. Migration-from-base tests will be skipped.
file = phd-tests/framework/src/lib.rs
line = 297
target = phd_framework
|
| 7 | 2026-03-10T05:29:32.839Z | INFO | phd-runner: [EXECUTION_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 25
target = phd_runner::fixtures
|
| 8 | 2026-03-10T05:29:32.839Z | INFO | phd-runner: [EXECUTION_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 25
target = phd_runner::fixtures
|
| 9 | 2026-03-10T05:29:32.839Z | INFO | phd-runner: Running 44 test(s)
file = phd-tests/runner/src/execute.rs
line = 82
target = phd_runner::execute
|
| 10 | 2026-03-10T05:29:32.839Z | INFO | phd-runner: Starting test phd_tests::stats::instance_vcpu_stats
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 11 | 2026-03-10T05:29:32.839Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 12 | 2026-03-10T05:29:32.839Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 13 | 2026-03-10T05:29:32.841Z | 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
|
| 14 | 2026-03-10T05:29:32.844Z | 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::stats::instance_vcpu_stats
target = phd_framework::artifacts::store
|
| 15 | 2026-03-10T05:29:32.845Z | DEBG | phd-runner: [TEST - EVENT] Downloading file from Buildomat...
file = phd-tests/framework/src/artifacts/buildomat.rs
line = 215
path = phd_tests::stats::instance_vcpu_stats
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-03-10T05:29:33.244Z | 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::stats::instance_vcpu_stats
target = phd_framework::artifacts::store
|
| 17 | 2026-03-10T05:29:33.259Z | 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::stats::instance_vcpu_stats
target = phd_framework::artifacts::store
timeout = 600s
|
| 18 | 2026-03-10T05:29:40.322Z | 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-03-10T05:29:40.322Z | 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
|
| 20 | 2026-03-10T05:29:40.336Z | 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 2.09M 25.3T 1.91M /phd-artifacts\n
target = phd_framework::zfs
|
| 21 | 2026-03-10T05:29:40.337Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-41f07b31-5fad-4736-8893-01ef56bc4330"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::zfs
verb = snapshot
|
| 22 | 2026-03-10T05:29:40.361Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-41f07b31-5fad-4736-8893-01ef56bc4330", "phd-artifacts/phd-clone-6f0e0e73-77c8-4c41-9254-ea1a5ce5abf4"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::zfs
verb = clone
|
| 23 | 2026-03-10T05:29:40.378Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-6f0e0e73-77c8-4c41-9254-ea1a5ce5abf4"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::zfs
verb = list
|
| 24 | 2026-03-10T05:29:40.389Z | 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-6f0e0e73-77c8-4c41-9254-ea1a5ce5abf4 0B 25.3T 48.9M /phd-artifacts/phd-clone-6f0e0e73-77c8-4c41-9254-ea1a5ce5abf4\n
target = phd_framework::zfs
|
| 25 | 2026-03-10T05:29:40.393Z | 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
|
| 26 | 2026-03-10T05:29:40.393Z | 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
|
| 27 | 2026-03-10T05:29:40.394Z | 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-03-10T05:29:40.394Z | 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-03-10T05:29:40.402Z | DEBG | slog-rs (phd-oximeter-consumer): registered endpoint
local_addr = [::1]:55019
method = POST
path = /metrics/producers
versions = all
|
| 30 | 2026-03-10T05:29:40.403Z | INFO | slog-rs (phd-oximeter-consumer): listening
local_addr = [::1]:55019
|
| 31 | 2026-03-10T05:29:40.413Z | DEBG | slog-rs (phd-oximeter-consumer): successfully registered DTrace USDT probes
local_addr = [::1]:55019
|
| 32 | 2026-03-10T05:29:40.413Z | INFO | slog-rs (phd-oximeter-consumer): fake oximeter test server listening
address = [::1]:55019
|
| 33 | 2026-03-10T05:29:40.413Z | 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 = 64
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
|
| 34 | 2026-03-10T05:29:40.414Z | 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
|
| 35 | 2026-03-10T05:29:40.444Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 835
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm::server
|
| 36 | 2026-03-10T05:29:40.459Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 66
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
|
| 37 | 2026-03-10T05:29:40.459Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 38 | 2026-03-10T05:29:40.461Z | 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 = 452
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 39 | 2026-03-10T05:29:41.345Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 40 | 2026-03-10T05:29:41.349Z | 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: ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca, name: "phd-vm-ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 5028757b-d165-455d-b4e1-c27694f0a506, project_id: d95d66e9-ac23-47b3-8c54-600fd6fd9f63, sled_id: c2a3bd5b-c56b-4027-8ccb-46475863b97d, sled_serial: "c2a3bd5b-c56b-4027-8ccb-46475863b97d", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 41 | 2026-03-10T05:29:41.349Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 42 | 2026-03-10T05:29:41.349Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::stats::instance_vcpu_stats
state = Run
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 43 | 2026-03-10T05:29:41.351Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 44 | 2026-03-10T05:29:41.351Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
|
| 45 | 2026-03-10T05:29:41.351Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = 300s
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 46 | 2026-03-10T05:29:41.351Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::stats::instance_vcpu_stats
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 47 | 2026-03-10T05:29:41.351Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 48 | 2026-03-10T05:29:41.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 = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 49 | 2026-03-10T05:29:41.407Z | INFO | slog-rs (phd-oximeter-consumer): accepted connection
local_addr = [::1]:55019
remote_addr = [::1]:34752
|
| 50 | 2026-03-10T05:29:41.407Z | TRAC | slog-rs (phd-oximeter-consumer): incoming request
local_addr = [::1]:55019
method = POST
remote_addr = [::1]:34752
req_id = f4397096-a7ea-4eaa-bbee-d3b15c6c744f
uri = /metrics/producers
|
| 51 | 2026-03-10T05:29:41.408Z | INFO | slog-rs (phd-oximeter-consumer): request completed
latency_us = 872
local_addr = [::1]:55019
method = POST
remote_addr = [::1]:34752
req_id = f4397096-a7ea-4eaa-bbee-d3b15c6c744f
response_code = 201
uri = /metrics/producers
|
| 52 | 2026-03-10T05:29:45.328Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 3977
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 53 | 2026-03-10T05:29:45.328Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::stats::instance_vcpu_stats
step = WriteStr("root")
target = phd_framework::test_vm
|
| 54 | 2026-03-10T05:29:45.329Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::stats::instance_vcpu_stats
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 55 | 2026-03-10T05:29:45.329Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 56 | 2026-03-10T05:29:45.329Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 57 | 2026-03-10T05:29:45.358Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 29
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 58 | 2026-03-10T05:29:45.358Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::stats::instance_vcpu_stats
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 59 | 2026-03-10T05:29:45.358Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::stats::instance_vcpu_stats
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 60 | 2026-03-10T05:29:45.358Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 61 | 2026-03-10T05:29:45.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 = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 62 | 2026-03-10T05:29:45.391Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 63 | 2026-03-10T05:29:45.391Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
|
| 64 | 2026-03-10T05:29:45.391Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4040
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
|
| 65 | 2026-03-10T05:29:45.391Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 66 | 2026-03-10T05:29:45.391Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 67 | 2026-03-10T05:29:45.402Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 68 | 2026-03-10T05:29:45.402Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 69 | 2026-03-10T05:29:45.402Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 70 | 2026-03-10T05:30:05.436Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 20033
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 71 | 2026-03-10T05:30:05.436Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 72 | 2026-03-10T05:30: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 = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 73 | 2026-03-10T05:30:05.446Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 74 | 2026-03-10T05:30:05.447Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 75 | 2026-03-10T05:30:05.447Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 76 | 2026-03-10T05:30:05.479Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 77 | 2026-03-10T05:30:06.664Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 78 | 2026-03-10T05:30:06.664Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 79 | 2026-03-10T05:30:06.675Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 80 | 2026-03-10T05:30:06.676Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 81 | 2026-03-10T05:30:06.676Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 82 | 2026-03-10T05:30:06.708Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 83 | 2026-03-10T05:30:06.708Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 84 | 2026-03-10T05:30:06.708Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 85 | 2026-03-10T05:30:06.719Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 86 | 2026-03-10T05:30:06.719Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 87 | 2026-03-10T05:30:06.719Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 88 | 2026-03-10T05:30:06.753Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 89 | 2026-03-10T05:30:06.753Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 90 | 2026-03-10T05:30:06.753Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 91 | 2026-03-10T05:30:06.763Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 92 | 2026-03-10T05:30:06.764Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 93 | 2026-03-10T05:30:06.764Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 94 | 2026-03-10T05:30:06.797Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 95 | 2026-03-10T05:30:06.797Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 96 | 2026-03-10T05:30:06.797Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 97 | 2026-03-10T05:30:06.807Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 98 | 2026-03-10T05:30:06.808Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 99 | 2026-03-10T05:30:06.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 = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 100 | 2026-03-10T05:30:06.840Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 101 | 2026-03-10T05:30:06.841Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 102 | 2026-03-10T05:30:06.841Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 103 | 2026-03-10T05:30:06.851Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 104 | 2026-03-10T05:30:06.851Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 105 | 2026-03-10T05:30:06.852Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 106 | 2026-03-10T05:30:11.406Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4554
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 107 | 2026-03-10T05:30:11.406Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 108 | 2026-03-10T05:30:11.406Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 109 | 2026-03-10T05:30:11.418Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 110 | 2026-03-10T05:30:11.418Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 111 | 2026-03-10T05:30:11.418Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 112 | 2026-03-10T05:30:11.451Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 113 | 2026-03-10T05:30:22.487Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 114 | 2026-03-10T05:30:22.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 = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 115 | 2026-03-10T05:30:22.499Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 116 | 2026-03-10T05:30:22.499Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 117 | 2026-03-10T05:30:22.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 = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 118 | 2026-03-10T05:30:32.534Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10034
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 119 | 2026-03-10T05:30:32.534Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 120 | 2026-03-10T05:30:32.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 = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 121 | 2026-03-10T05:30:32.545Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 122 | 2026-03-10T05:30:32.545Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 123 | 2026-03-10T05:30:32.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 = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 124 | 2026-03-10T05:30:32.579Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 125 | 2026-03-10T05:30:36.491Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 126 | 2026-03-10T05:30:36.491Z | 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
|
| 127 | 2026-03-10T05:30:36.492Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 55146
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 128 | | {{"v":0,"name":"phd-runner","msg":"test phd_tests::stats::instance_vcpu_stats ... ok","level":30,"hostname":"BRM42220010","pid":830,"time":"2026-03-10T05:30:36.49203593Z","target":"phd_runner::execute","line":130,"file":"phd-tests/runner/src/execute.rs"} |
| 129 | | "msg":"beginning graceful shutdown","v":0,"name":"slog-rs","level":30{"v":0,"name":"phd-runner","msg":"[TEST_CLEANUP - START]","level":30,"hostname":"BRM42220010","pid":830,"time":"2026-03-10T05:30:36.492138494Z","target":"phd_runner::fixtures","line":51,"file":"phd-tests/runner/src/fixtures.rs"} |
| 130 | | ,"time":"2026-03-10T05:30:36.492114249Z","hostname":"BRM42220010","pid":830,"local_addr":"[::1]:55019","component":"phd-oximeter-consumer"} |
| 131 | 2026-03-10T05:30:36.493Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 132 | 2026-03-10T05:30:37.174Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 133 | 2026-03-10T05:30:37.253Z | 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 = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 134 | 2026-03-10T05:30:37.253Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-6f0e0e73-77c8-4c41-9254-ea1a5ce5abf4"]
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 = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 135 | 2026-03-10T05:30:37.278Z | 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 = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 136 | 2026-03-10T05:30:37.279Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-41f07b31-5fad-4736-8893-01ef56bc4330"]
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 = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 137 | 2026-03-10T05:30:37.298Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 56839
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 138 | 2026-03-10T05:30:37.298Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 806
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 139 | 2026-03-10T05:30:37.298Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 807
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ef04f750-02e6-4a6c-bce5-2fc4e3cd4eca
|
| 140 | 2026-03-10T05:30:37.299Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 64457
file = phd-tests/tests/src/stats.rs
line = 198
path = phd_tests::stats::instance_vcpu_stats
target = phd_tests::stats
|
| 141 | 2026-03-10T05:30:37.299Z | INFO | phd-runner: Starting test phd_tests::crucible::migrate::smoke_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 142 | 2026-03-10T05:30:37.299Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 143 | 2026-03-10T05:30:37.299Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 144 | 2026-03-10T05:30:37.299Z | 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
|
| 145 | 2026-03-10T05:30:37.300Z | 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
|
| 146 | 2026-03-10T05:30:37.300Z | 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
|
| 147 | 2026-03-10T05:30:37.300Z | 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/83f2c87f64388d17001352694bce6416dc5ed0dc4d84bf02f5099d6724522ee4/crucible-nightly.tar.gz
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::artifacts::store
|
| 148 | 2026-03-10T05:30:37.300Z | 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/7103cd3a3d7b0112d2949dd135db06fef0c156bb/crucible-nightly.tar.gz
|
| 149 | 2026-03-10T05:30:43.169Z | DEBG | phd-runner: [TEST - EVENT] Extracting artifact from tarball
extracted_path = /phd-artifacts/83f2c87f64388d17001352694bce6416dc5ed0dc4d84bf02f5099d6724522ee4/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
|
| 150 | 2026-03-10T05:30:43.169Z | 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
|
| 151 | 2026-03-10T05:30:50.851Z | 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
|
| 152 | 2026-03-10T05:30:50.852Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/c1ba1f45-7fa8-4092-9b1e-2352e7682b8f_9000", "--encrypted", "--uuid", "c1ba1f45-7fa8-4092-9b1e-2352e7682b8f", "--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
|
| 153 | 2026-03-10T05:30:50.960Z | 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/c1ba1f45-7fa8-4092-9b1e-2352e7682b8f_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:30:50.870511838Z","hostname":"BRM42220010","pid":840}\n{"msg":"UUID: c1ba1f45-7fa8-4092-9b1e-2352e7682b8f","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:30:50.9541211Z","hostname":"BRM42220010","pid":840}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:30:50.954157259Z","hostname":"BRM42220010","pid":840}\n
target = phd_framework::disk::crucible
|
| 154 | 2026-03-10T05:30:50.960Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/c1ba1f45-7fa8-4092-9b1e-2352e7682b8f_9001", "--encrypted", "--uuid", "c1ba1f45-7fa8-4092-9b1e-2352e7682b8f", "--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
|
| 155 | 2026-03-10T05:30:51.063Z | 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/c1ba1f45-7fa8-4092-9b1e-2352e7682b8f_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:30:50.973165634Z","hostname":"BRM42220010","pid":841}\n{"msg":"UUID: c1ba1f45-7fa8-4092-9b1e-2352e7682b8f","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:30:51.057956723Z","hostname":"BRM42220010","pid":841}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:30:51.057994615Z","hostname":"BRM42220010","pid":841}\n
target = phd_framework::disk::crucible
|
| 156 | 2026-03-10T05:30:51.063Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/c1ba1f45-7fa8-4092-9b1e-2352e7682b8f_9002", "--encrypted", "--uuid", "c1ba1f45-7fa8-4092-9b1e-2352e7682b8f", "--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
|
| 157 | 2026-03-10T05:30:51.166Z | 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/c1ba1f45-7fa8-4092-9b1e-2352e7682b8f_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:30:51.075319002Z","hostname":"BRM42220010","pid":842}\n{"msg":"UUID: c1ba1f45-7fa8-4092-9b1e-2352e7682b8f","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:30:51.161109223Z","hostname":"BRM42220010","pid":842}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:30:51.161142516Z","hostname":"BRM42220010","pid":842}\n
target = phd_framework::disk::crucible
|
| 158 | 2026-03-10T05:30:51.166Z | 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_c1ba1f45-7fa8-4092-9b1e-2352e7682b8f_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::migrate::smoke_test/crucible_c1ba1f45-7fa8-4092-9b1e-2352e7682b8f_9000.stdout.log"
target = phd_framework::log_config
|
| 159 | 2026-03-10T05:30:51.167Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/c1ba1f45-7fa8-4092-9b1e-2352e7682b8f_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::disk::crucible
|
| 160 | 2026-03-10T05:30:51.167Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/c1ba1f45-7fa8-4092-9b1e-2352e7682b8f_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::disk::crucible
|
| 161 | 2026-03-10T05:30:51.169Z | 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_c1ba1f45-7fa8-4092-9b1e-2352e7682b8f_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::migrate::smoke_test/crucible_c1ba1f45-7fa8-4092-9b1e-2352e7682b8f_9001.stdout.log"
target = phd_framework::log_config
|
| 162 | 2026-03-10T05:30:51.169Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/c1ba1f45-7fa8-4092-9b1e-2352e7682b8f_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::disk::crucible
|
| 163 | 2026-03-10T05:30:51.169Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/c1ba1f45-7fa8-4092-9b1e-2352e7682b8f_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::disk::crucible
|
| 164 | 2026-03-10T05:30:51.171Z | 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_c1ba1f45-7fa8-4092-9b1e-2352e7682b8f_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::migrate::smoke_test/crucible_c1ba1f45-7fa8-4092-9b1e-2352e7682b8f_9002.stdout.log"
target = phd_framework::log_config
|
| 165 | 2026-03-10T05:30:51.171Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/c1ba1f45-7fa8-4092-9b1e-2352e7682b8f_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::disk::crucible
|
| 166 | 2026-03-10T05:30:51.171Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/c1ba1f45-7fa8-4092-9b1e-2352e7682b8f_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::disk::crucible
|
| 167 | 2026-03-10T05:30:51.174Z | 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
|
| 168 | 2026-03-10T05:30:51.174Z | 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
|
| 169 | 2026-03-10T05:30:51.174Z | 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
|
| 170 | 2026-03-10T05:30:51.174Z | 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 = 64
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
|
| 171 | 2026-03-10T05:30:51.174Z | 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
|
| 172 | 2026-03-10T05:30:51.261Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 846
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm::server
|
| 173 | 2026-03-10T05:30:51.276Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 102
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
|
| 174 | 2026-03-10T05:30:51.276Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 175 | 2026-03-10T05:30:51.277Z | 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 = 452
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 176 | 2026-03-10T05:30:51.990Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 177 | 2026-03-10T05:30:51.991Z | 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: 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b, name: "phd-vm-4c5641bf-40a4-48cc-9ff9-9e58f6900e6b", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: f8e3575f-f286-4b3f-9575-00739b2a2029, project_id: 917f7693-7219-4648-a168-1f40e7d35372, sled_id: 4a30d6ba-6e74-4f21-ba8f-4e46ea459800, sled_serial: "4a30d6ba-6e74-4f21-ba8f-4e46ea459800", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 178 | 2026-03-10T05:30:51.991Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 179 | 2026-03-10T05:30:51.991Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::crucible::migrate::smoke_test
state = Run
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 180 | 2026-03-10T05:30:51.992Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 181 | 2026-03-10T05:30:51.992Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
|
| 182 | 2026-03-10T05:30:51.992Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 183 | 2026-03-10T05:30:51.992Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::migrate::smoke_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 184 | 2026-03-10T05:30:51.992Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 185 | 2026-03-10T05:30:51.992Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 186 | 2026-03-10T05:30:57.074Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 5081
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 187 | 2026-03-10T05:30:57.074Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::migrate::smoke_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 188 | 2026-03-10T05:30:57.074Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::migrate::smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 189 | 2026-03-10T05:30:57.074Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 190 | 2026-03-10T05:30:57.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 = 909
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 191 | 2026-03-10T05:30:57.091Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 192 | 2026-03-10T05:30:57.091Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::migrate::smoke_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 193 | 2026-03-10T05:30:57.092Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::migrate::smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 194 | 2026-03-10T05:30:57.092Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 195 | 2026-03-10T05:30:57.092Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 196 | 2026-03-10T05:30:57.124Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 197 | 2026-03-10T05:30:57.124Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
|
| 198 | 2026-03-10T05:30:57.124Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 5132
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
|
| 199 | 2026-03-10T05:30:57.125Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 200 | 2026-03-10T05:30:57.125Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 201 | 2026-03-10T05:30:57.135Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 202 | 2026-03-10T05:30:57.136Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 203 | 2026-03-10T05:30:57.136Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 204 | 2026-03-10T05:30:57.168Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 205 | 2026-03-10T05:30:57.168Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 206 | 2026-03-10T05:30:57.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 = 909
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 207 | 2026-03-10T05:30:57.179Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 208 | 2026-03-10T05:30:57.179Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 209 | 2026-03-10T05:30:57.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 = 909
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 210 | 2026-03-10T05:30:57.201Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 211 | 2026-03-10T05:30:57.201Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 212 | 2026-03-10T05:30:57.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 = 909
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 213 | 2026-03-10T05:30:57.212Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 214 | 2026-03-10T05:30:57.212Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 215 | 2026-03-10T05:30:57.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 = 909
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 216 | 2026-03-10T05:30:57.245Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 217 | 2026-03-10T05:30:57.245Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 218 | 2026-03-10T05:30:57.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 = 909
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 219 | 2026-03-10T05:30:57.255Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 220 | 2026-03-10T05:30:57.256Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 221 | 2026-03-10T05:30:57.256Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 222 | 2026-03-10T05:30:57.279Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 223 | 2026-03-10T05:30:57.279Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 224 | 2026-03-10T05:30:57.279Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 225 | 2026-03-10T05:30:57.290Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 226 | 2026-03-10T05:30:57.291Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 227 | 2026-03-10T05:30:57.291Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 228 | 2026-03-10T05:30:57.323Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 229 | 2026-03-10T05:30:57.323Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 230 | 2026-03-10T05:30:57.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 = 909
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 231 | 2026-03-10T05:30:57.334Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 232 | 2026-03-10T05:30:57.334Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 233 | 2026-03-10T05:30:57.334Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 234 | 2026-03-10T05:30:57.356Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 235 | 2026-03-10T05:30:57.356Z | 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
|
| 236 | 2026-03-10T05:30:57.356Z | 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
|
| 237 | 2026-03-10T05:30:57.356Z | 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
|
| 238 | 2026-03-10T05:30:57.357Z | 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 = 64
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
|
| 239 | 2026-03-10T05:30:57.357Z | 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
|
| 240 | 2026-03-10T05:30:57.385Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 847
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm::server
|
| 241 | 2026-03-10T05:30:57.398Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 41
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
|
| 242 | 2026-03-10T05:30:57.398Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
target = phd_framework::test_vm
target_id = 9a7b127f-256c-4b0a-8fbc-36e5d431a247
|
| 243 | 2026-03-10T05:30:57.398Z | 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 = 639
migration_id = 3df911de-c412-4a65-a676-60fba265d111
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
target = phd_framework::test_vm
target_id = 9a7b127f-256c-4b0a-8fbc-36e5d431a247
timeout_duration = 45s
|
| 244 | 2026-03-10T05:30:57.399Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
target = phd_framework::test_vm
target_id = 9a7b127f-256c-4b0a-8fbc-36e5d431a247
vm = crucible_migrate_smoke_target
vm_id = 9a7b127f-256c-4b0a-8fbc-36e5d431a247
|
| 245 | 2026-03-10T05:30:57.399Z | 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 = 452
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
target = phd_framework::test_vm
target_id = 9a7b127f-256c-4b0a-8fbc-36e5d431a247
vm = crucible_migrate_smoke_target
vm_id = 9a7b127f-256c-4b0a-8fbc-36e5d431a247
|
| 246 | 2026-03-10T05:30:57.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: 9a7b127f-256c-4b0a-8fbc-36e5d431a247, name: "phd-vm-9a7b127f-256c-4b0a-8fbc-36e5d431a247", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: f8e3575f-f286-4b3f-9575-00739b2a2029, project_id: 917f7693-7219-4648-a168-1f40e7d35372, sled_id: 2f9eaeb1-80b7-4272-9933-eb6159006c24, sled_serial: "2f9eaeb1-80b7-4272-9933-eb6159006c24", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 511
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
target = phd_framework::test_vm
target_id = 9a7b127f-256c-4b0a-8fbc-36e5d431a247
vm = crucible_migrate_smoke_target
vm_id = 9a7b127f-256c-4b0a-8fbc-36e5d431a247
|
| 247 | 2026-03-10T05:30:57.779Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 3df911de-c412-4a65-a676-60fba265d111
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
target = phd_framework::test_vm
target_id = 9a7b127f-256c-4b0a-8fbc-36e5d431a247
|
| 248 | 2026-03-10T05:31:00.431Z | 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
|
| 249 | 2026-03-10T05:31:00.466Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 673
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
target = phd_framework::test_vm
target_id = 9a7b127f-256c-4b0a-8fbc-36e5d431a247
|
| 250 | 2026-03-10T05:31:00.466Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2687
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 3df911de-c412-4a65-a676-60fba265d111
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
target = phd_framework::test_vm
target_id = 9a7b127f-256c-4b0a-8fbc-36e5d431a247
|
| 251 | 2026-03-10T05:31:00.466Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_target
vm_id = 9a7b127f-256c-4b0a-8fbc-36e5d431a247
|
| 252 | 2026-03-10T05:31:00.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 = 909
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_migrate_smoke_target
vm_id = 9a7b127f-256c-4b0a-8fbc-36e5d431a247
|
| 253 | 2026-03-10T05:31:03.152Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 2685
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_target
vm_id = 9a7b127f-256c-4b0a-8fbc-36e5d431a247
|
| 254 | 2026-03-10T05:31:03.153Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_target
vm_id = 9a7b127f-256c-4b0a-8fbc-36e5d431a247
|
| 255 | 2026-03-10T05:31:03.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 = 909
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_migrate_smoke_target
vm_id = 9a7b127f-256c-4b0a-8fbc-36e5d431a247
|
| 256 | 2026-03-10T05:31:03.185Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_target
vm_id = 9a7b127f-256c-4b0a-8fbc-36e5d431a247
|
| 257 | 2026-03-10T05:31:03.186Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_target
vm_id = 9a7b127f-256c-4b0a-8fbc-36e5d431a247
|
| 258 | 2026-03-10T05:31:03.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 = 909
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_migrate_smoke_target
vm_id = 9a7b127f-256c-4b0a-8fbc-36e5d431a247
|
| 259 | 2026-03-10T05:31:03.197Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_target
vm_id = 9a7b127f-256c-4b0a-8fbc-36e5d431a247
|
| 260 | 2026-03-10T05:31:03.198Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_target
vm_id = 9a7b127f-256c-4b0a-8fbc-36e5d431a247
|
| 261 | 2026-03-10T05:31:03.198Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_migrate_smoke_target
vm_id = 9a7b127f-256c-4b0a-8fbc-36e5d431a247
|
| 262 | 2026-03-10T05:31:03.230Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_target
vm_id = 9a7b127f-256c-4b0a-8fbc-36e5d431a247
|
| 263 | 2026-03-10T05:31:03.231Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_target
vm_id = 9a7b127f-256c-4b0a-8fbc-36e5d431a247
|
| 264 | 2026-03-10T05:31:03.231Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 265 | 2026-03-10T05:31:03.231Z | 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
|
| 266 | 2026-03-10T05:31:03.231Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 11240
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 267 | 2026-03-10T05:31:03.231Z | INFO | phd-runner: test phd_tests::crucible::migrate::smoke_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 268 | 2026-03-10T05:31:03.232Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 269 | 2026-03-10T05:31:03.233Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_target
vm_id = 9a7b127f-256c-4b0a-8fbc-36e5d431a247
|
| 270 | 2026-03-10T05:31:03.233Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 271 | 2026-03-10T05:31:03.307Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 76
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 272 | 2026-03-10T05:31:03.308Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 12030
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
|
| 273 | 2026-03-10T05:31:03.309Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = 9a7b127f-256c-4b0a-8fbc-36e5d431a247
|
| 274 | 2026-03-10T05:31:03.384Z | 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/c1ba1f45-7fa8-4092-9b1e-2352e7682b8f_9000" } }
target = phd_framework::disk::crucible
vm = crucible_migrate_smoke_target
vm_id = 9a7b127f-256c-4b0a-8fbc-36e5d431a247
|
| 275 | 2026-03-10T05:31:03.391Z | 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/c1ba1f45-7fa8-4092-9b1e-2352e7682b8f_9000"
target = phd_framework::disk::crucible
vm = crucible_migrate_smoke_target
vm_id = 9a7b127f-256c-4b0a-8fbc-36e5d431a247
|
| 276 | 2026-03-10T05:31:03.404Z | 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/c1ba1f45-7fa8-4092-9b1e-2352e7682b8f_9001" } }
target = phd_framework::disk::crucible
vm = crucible_migrate_smoke_target
vm_id = 9a7b127f-256c-4b0a-8fbc-36e5d431a247
|
| 277 | 2026-03-10T05:31:03.412Z | 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/c1ba1f45-7fa8-4092-9b1e-2352e7682b8f_9001"
target = phd_framework::disk::crucible
vm = crucible_migrate_smoke_target
vm_id = 9a7b127f-256c-4b0a-8fbc-36e5d431a247
|
| 278 | 2026-03-10T05:31:03.423Z | 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/c1ba1f45-7fa8-4092-9b1e-2352e7682b8f_9002" } }
target = phd_framework::disk::crucible
vm = crucible_migrate_smoke_target
vm_id = 9a7b127f-256c-4b0a-8fbc-36e5d431a247
|
| 279 | 2026-03-10T05:31:03.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::crucible::migrate::smoke_test
self.path = "/tmp/propolis-phd/c1ba1f45-7fa8-4092-9b1e-2352e7682b8f_9002"
target = phd_framework::disk::crucible
vm = crucible_migrate_smoke_target
vm_id = 9a7b127f-256c-4b0a-8fbc-36e5d431a247
|
| 280 | 2026-03-10T05:31:03.445Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 213
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_target
vm_id = 9a7b127f-256c-4b0a-8fbc-36e5d431a247
|
| 281 | 2026-03-10T05:31:03.445Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6045
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
target = phd_framework::test_vm
target_id = 9a7b127f-256c-4b0a-8fbc-36e5d431a247
vm = crucible_migrate_smoke_target
vm_id = 9a7b127f-256c-4b0a-8fbc-36e5d431a247
|
| 282 | 2026-03-10T05:31:03.445Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 213
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 283 | 2026-03-10T05:31:03.445Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 6046
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 4c5641bf-40a4-48cc-9ff9-9e58f6900e6b
target = phd_framework::test_vm
target_id = 9a7b127f-256c-4b0a-8fbc-36e5d431a247
|
| 284 | 2026-03-10T05:31:03.445Z | INFO | phd-runner: Starting test phd_tests::crucible::migrate::load_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 285 | 2026-03-10T05:31:03.445Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 26145
file = phd-tests/tests/src/crucible/migrate.rs
line = 10
path = phd_tests::crucible::migrate::smoke_test
target = phd_tests::crucible::migrate
|
| 286 | 2026-03-10T05:31:03.445Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 287 | 2026-03-10T05:31:03.445Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 288 | 2026-03-10T05:31:03.445Z | 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
|
| 289 | 2026-03-10T05:31:03.446Z | 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
|
| 290 | 2026-03-10T05:31:03.446Z | 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
|
| 291 | 2026-03-10T05:31:03.446Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/83f2c87f64388d17001352694bce6416dc5ed0dc4d84bf02f5099d6724522ee4/crucible-downstairs
target = phd_framework::artifacts::store
|
| 292 | 2026-03-10T05:31:03.446Z | 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
|
| 293 | 2026-03-10T05:31:03.446Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/89d78579-19a2-4881-8a4c-762dc16603a3_9000", "--encrypted", "--uuid", "89d78579-19a2-4881-8a4c-762dc16603a3", "--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
|
| 294 | 2026-03-10T05:31:03.563Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
path = phd_tests::crucible::migrate::load_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/89d78579-19a2-4881-8a4c-762dc16603a3_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:31:03.461100721Z","hostname":"BRM42220010","pid":850}\n{"msg":"UUID: 89d78579-19a2-4881-8a4c-762dc16603a3","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:31:03.558417326Z","hostname":"BRM42220010","pid":850}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:31:03.55844606Z","hostname":"BRM42220010","pid":850}\n
target = phd_framework::disk::crucible
|
| 295 | 2026-03-10T05:31:03.563Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/89d78579-19a2-4881-8a4c-762dc16603a3_9001", "--encrypted", "--uuid", "89d78579-19a2-4881-8a4c-762dc16603a3", "--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
|
| 296 | 2026-03-10T05:31:03.677Z | 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/89d78579-19a2-4881-8a4c-762dc16603a3_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:31:03.575853502Z","hostname":"BRM42220010","pid":851}\n{"msg":"UUID: 89d78579-19a2-4881-8a4c-762dc16603a3","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:31:03.673365136Z","hostname":"BRM42220010","pid":851}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:31:03.673386327Z","hostname":"BRM42220010","pid":851}\n
target = phd_framework::disk::crucible
|
| 297 | 2026-03-10T05:31:03.678Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/89d78579-19a2-4881-8a4c-762dc16603a3_9002", "--encrypted", "--uuid", "89d78579-19a2-4881-8a4c-762dc16603a3", "--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
|
| 298 | 2026-03-10T05:31:03.789Z | 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/89d78579-19a2-4881-8a4c-762dc16603a3_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:31:03.688666913Z","hostname":"BRM42220010","pid":852}\n{"msg":"UUID: 89d78579-19a2-4881-8a4c-762dc16603a3","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:31:03.7850342Z","hostname":"BRM42220010","pid":852}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:31:03.785053797Z","hostname":"BRM42220010","pid":852}\n
target = phd_framework::disk::crucible
|
| 299 | 2026-03-10T05:31:03.789Z | 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_89d78579-19a2-4881-8a4c-762dc16603a3_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::migrate::load_test/crucible_89d78579-19a2-4881-8a4c-762dc16603a3_9000.stdout.log"
target = phd_framework::log_config
|
| 300 | 2026-03-10T05:31:03.789Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/89d78579-19a2-4881-8a4c-762dc16603a3_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::migrate::load_test
target = phd_framework::disk::crucible
|
| 301 | 2026-03-10T05:31:03.789Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/89d78579-19a2-4881-8a4c-762dc16603a3_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::migrate::load_test
target = phd_framework::disk::crucible
|
| 302 | 2026-03-10T05:31:03.792Z | 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_89d78579-19a2-4881-8a4c-762dc16603a3_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::migrate::load_test/crucible_89d78579-19a2-4881-8a4c-762dc16603a3_9001.stdout.log"
target = phd_framework::log_config
|
| 303 | 2026-03-10T05:31:03.792Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/89d78579-19a2-4881-8a4c-762dc16603a3_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::migrate::load_test
target = phd_framework::disk::crucible
|
| 304 | 2026-03-10T05:31:03.792Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/89d78579-19a2-4881-8a4c-762dc16603a3_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::migrate::load_test
target = phd_framework::disk::crucible
|
| 305 | 2026-03-10T05:31:03.794Z | 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_89d78579-19a2-4881-8a4c-762dc16603a3_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::migrate::load_test/crucible_89d78579-19a2-4881-8a4c-762dc16603a3_9002.stdout.log"
target = phd_framework::log_config
|
| 306 | 2026-03-10T05:31:03.794Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/89d78579-19a2-4881-8a4c-762dc16603a3_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::migrate::load_test
target = phd_framework::disk::crucible
|
| 307 | 2026-03-10T05:31:03.794Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/89d78579-19a2-4881-8a4c-762dc16603a3_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::migrate::load_test
target = phd_framework::disk::crucible
|
| 308 | 2026-03-10T05:31:03.795Z | 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
|
| 309 | 2026-03-10T05:31:03.796Z | 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
|
| 310 | 2026-03-10T05:31:03.796Z | 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
|
| 311 | 2026-03-10T05:31:03.796Z | 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 = 64
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
|
| 312 | 2026-03-10T05:31:03.796Z | 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
|
| 313 | 2026-03-10T05:31:03.823Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 856
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm::server
|
| 314 | 2026-03-10T05:31:03.839Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 43
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
|
| 315 | 2026-03-10T05:31:03.839Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 316 | 2026-03-10T05:31:03.840Z | 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 = 452
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 317 | 2026-03-10T05:31:04.503Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 318 | 2026-03-10T05:31:04.504Z | 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: 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a, name: "phd-vm-2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 20bf401f-5de3-4ec2-a73a-64597da0f281, project_id: 331965a4-fb0f-47db-a20a-feb05f564f7e, sled_id: 4d5e20bc-6f7a-49f4-9205-b1f1575964eb, sled_serial: "4d5e20bc-6f7a-49f4-9205-b1f1575964eb", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 319 | 2026-03-10T05:31:04.504Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 320 | 2026-03-10T05:31:04.504Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::crucible::migrate::load_test
state = Run
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 321 | 2026-03-10T05:31:04.505Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 322 | 2026-03-10T05:31:04.505Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
|
| 323 | 2026-03-10T05:31:04.505Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 324 | 2026-03-10T05:31:04.505Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::migrate::load_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 325 | 2026-03-10T05:31:04.505Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 326 | 2026-03-10T05:31:04.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 = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 327 | 2026-03-10T05:31:09.664Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 5158
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 328 | 2026-03-10T05:31:09.664Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::migrate::load_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 329 | 2026-03-10T05:31:09.664Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::migrate::load_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 330 | 2026-03-10T05:31:09.664Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 331 | 2026-03-10T05:31:09.664Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 332 | 2026-03-10T05:31:09.692Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 28
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 333 | 2026-03-10T05:31:09.693Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::migrate::load_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 334 | 2026-03-10T05:31:09.693Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::migrate::load_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 335 | 2026-03-10T05:31:09.693Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 336 | 2026-03-10T05:31:09.693Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 337 | 2026-03-10T05:31:09.725Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 338 | 2026-03-10T05:31:09.726Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
|
| 339 | 2026-03-10T05:31:09.726Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 5220
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
|
| 340 | 2026-03-10T05:31:09.726Z | 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
|
| 341 | 2026-03-10T05:31:09.726Z | 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
|
| 342 | 2026-03-10T05:31:09.726Z | 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
|
| 343 | 2026-03-10T05:31:09.726Z | 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 = 64
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
|
| 344 | 2026-03-10T05:31:09.726Z | 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
|
| 345 | 2026-03-10T05:31:09.755Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 857
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm::server
|
| 346 | 2026-03-10T05:31:09.770Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 44
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
|
| 347 | 2026-03-10T05:31:09.771Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 348 | 2026-03-10T05:31:09.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 = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 349 | 2026-03-10T05:31:09.780Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 350 | 2026-03-10T05:31:09.780Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 351 | 2026-03-10T05:31:09.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 = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 352 | 2026-03-10T05:31:10.062Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 281
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 353 | 2026-03-10T05:31:10.062Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 354 | 2026-03-10T05:31:10.062Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 355 | 2026-03-10T05:31:10.073Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 356 | 2026-03-10T05:31:10.073Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 357 | 2026-03-10T05:31:10.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 = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 358 | 2026-03-10T05:31:10.106Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 359 | 2026-03-10T05:31:10.107Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 360 | 2026-03-10T05:31:10.107Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 361 | 2026-03-10T05:31:10.117Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 362 | 2026-03-10T05:31:10.118Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 363 | 2026-03-10T05:31:10.118Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 364 | 2026-03-10T05:31:10.383Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 265
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 365 | 2026-03-10T05:31:10.384Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 366 | 2026-03-10T05:31:10.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 = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 367 | 2026-03-10T05:31:10.395Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 368 | 2026-03-10T05:31:10.395Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 369 | 2026-03-10T05:31:10.395Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 370 | 2026-03-10T05:31:10.428Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 371 | 2026-03-10T05:31:10.428Z | INFO | phd-runner: [TEST - EVENT] Generated SHA256 checksum: 2a852d7dd45a1072a177b3d923ccdbe84695b5e9943ef1e9a43a0c91dbcd59c8
file = phd-tests/tests/src/crucible/migrate.rs
line = 72
path = phd_tests::crucible::migrate::load_test
target = phd_tests::crucible::migrate
|
| 372 | 2026-03-10T05:31:10.429Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 373 | 2026-03-10T05:31:10.429Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 374 | 2026-03-10T05:31:10.439Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 375 | 2026-03-10T05:31:10.440Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 376 | 2026-03-10T05:31:10.440Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 377 | 2026-03-10T05:31:10.473Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 378 | 2026-03-10T05:31:10.473Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 379 | 2026-03-10T05:31:10.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 = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 380 | 2026-03-10T05:31:10.485Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 381 | 2026-03-10T05:31:10.485Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 382 | 2026-03-10T05:31:10.485Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 383 | 2026-03-10T05:31:10.508Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 384 | 2026-03-10T05:31:10.508Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
target = phd_framework::test_vm
target_id = 43c48a52-f307-4fe9-8b94-84ca418692ac
|
| 385 | 2026-03-10T05:31:10.508Z | 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 = 639
migration_id = dd297287-cbe9-48a3-9de8-24748ff8cbba
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
target = phd_framework::test_vm
target_id = 43c48a52-f307-4fe9-8b94-84ca418692ac
timeout_duration = 45s
|
| 386 | 2026-03-10T05:31:10.508Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
target = phd_framework::test_vm
target_id = 43c48a52-f307-4fe9-8b94-84ca418692ac
vm = crucible_load_test_target
vm_id = 43c48a52-f307-4fe9-8b94-84ca418692ac
|
| 387 | 2026-03-10T05:31:10.630Z | 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: 43c48a52-f307-4fe9-8b94-84ca418692ac, name: "phd-vm-43c48a52-f307-4fe9-8b94-84ca418692ac", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 20bf401f-5de3-4ec2-a73a-64597da0f281, project_id: 331965a4-fb0f-47db-a20a-feb05f564f7e, sled_id: cb42828d-9280-4cbc-86b3-f36857bfffe8, sled_serial: "cb42828d-9280-4cbc-86b3-f36857bfffe8", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 511
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
target = phd_framework::test_vm
target_id = 43c48a52-f307-4fe9-8b94-84ca418692ac
vm = crucible_load_test_target
vm_id = 43c48a52-f307-4fe9-8b94-84ca418692ac
|
| 388 | 2026-03-10T05:31:10.631Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = dd297287-cbe9-48a3-9de8-24748ff8cbba
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
target = phd_framework::test_vm
target_id = 43c48a52-f307-4fe9-8b94-84ca418692ac
|
| 389 | 2026-03-10T05:31:14.620Z | 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
|
| 390 | 2026-03-10T05:31:17.254Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 673
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
target = phd_framework::test_vm
target_id = 43c48a52-f307-4fe9-8b94-84ca418692ac
|
| 391 | 2026-03-10T05:31:17.254Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 6622
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = dd297287-cbe9-48a3-9de8-24748ff8cbba
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
target = phd_framework::test_vm
target_id = 43c48a52-f307-4fe9-8b94-84ca418692ac
|
| 392 | 2026-03-10T05:31:17.254Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 43c48a52-f307-4fe9-8b94-84ca418692ac
|
| 393 | 2026-03-10T05:31:17.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 = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_target
vm_id = 43c48a52-f307-4fe9-8b94-84ca418692ac
|
| 394 | 2026-03-10T05:31:17.266Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 12
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 43c48a52-f307-4fe9-8b94-84ca418692ac
|
| 395 | 2026-03-10T05:31:17.267Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 43c48a52-f307-4fe9-8b94-84ca418692ac
|
| 396 | 2026-03-10T05:31:17.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 = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_target
vm_id = 43c48a52-f307-4fe9-8b94-84ca418692ac
|
| 397 | 2026-03-10T05:31:17.299Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 43c48a52-f307-4fe9-8b94-84ca418692ac
|
| 398 | 2026-03-10T05:31:17.299Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 43c48a52-f307-4fe9-8b94-84ca418692ac
|
| 399 | 2026-03-10T05:31:17.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 = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_target
vm_id = 43c48a52-f307-4fe9-8b94-84ca418692ac
|
| 400 | 2026-03-10T05:31:17.310Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 43c48a52-f307-4fe9-8b94-84ca418692ac
|
| 401 | 2026-03-10T05:31:17.310Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 43c48a52-f307-4fe9-8b94-84ca418692ac
|
| 402 | 2026-03-10T05:31:17.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 = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_target
vm_id = 43c48a52-f307-4fe9-8b94-84ca418692ac
|
| 403 | 2026-03-10T05:31:17.343Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 43c48a52-f307-4fe9-8b94-84ca418692ac
|
| 404 | 2026-03-10T05:31:17.343Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 43c48a52-f307-4fe9-8b94-84ca418692ac
|
| 405 | 2026-03-10T05:31:17.344Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_target
vm_id = 43c48a52-f307-4fe9-8b94-84ca418692ac
|
| 406 | 2026-03-10T05:31:17.354Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 43c48a52-f307-4fe9-8b94-84ca418692ac
|
| 407 | 2026-03-10T05:31:17.355Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 43c48a52-f307-4fe9-8b94-84ca418692ac
|
| 408 | 2026-03-10T05:31:17.355Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_target
vm_id = 43c48a52-f307-4fe9-8b94-84ca418692ac
|
| 409 | 2026-03-10T05:31:17.621Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 266
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 43c48a52-f307-4fe9-8b94-84ca418692ac
|
| 410 | 2026-03-10T05:31:17.622Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 43c48a52-f307-4fe9-8b94-84ca418692ac
|
| 411 | 2026-03-10T05:31:17.622Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_target
vm_id = 43c48a52-f307-4fe9-8b94-84ca418692ac
|
| 412 | 2026-03-10T05:31:17.633Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 43c48a52-f307-4fe9-8b94-84ca418692ac
|
| 413 | 2026-03-10T05:31:17.633Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 43c48a52-f307-4fe9-8b94-84ca418692ac
|
| 414 | 2026-03-10T05:31:17.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 = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_target
vm_id = 43c48a52-f307-4fe9-8b94-84ca418692ac
|
| 415 | 2026-03-10T05:31:17.666Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 43c48a52-f307-4fe9-8b94-84ca418692ac
|
| 416 | 2026-03-10T05:31:17.666Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 43c48a52-f307-4fe9-8b94-84ca418692ac
|
| 417 | 2026-03-10T05:31:17.666Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 418 | 2026-03-10T05:31:17.667Z | 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
|
| 419 | 2026-03-10T05:31:17.667Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 13162
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 420 | 2026-03-10T05:31:17.667Z | INFO | phd-runner: test phd_tests::crucible::migrate::load_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 421 | 2026-03-10T05:31:17.667Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 422 | 2026-03-10T05:31:17.668Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 43c48a52-f307-4fe9-8b94-84ca418692ac
|
| 423 | 2026-03-10T05:31:17.669Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 424 | 2026-03-10T05:31:17.747Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 79
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 425 | 2026-03-10T05:31:17.747Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 13906
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
|
| 426 | 2026-03-10T05:31:17.749Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = 43c48a52-f307-4fe9-8b94-84ca418692ac
|
| 427 | 2026-03-10T05:31:17.822Z | 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/89d78579-19a2-4881-8a4c-762dc16603a3_9000" } }
target = phd_framework::disk::crucible
vm = crucible_load_test_target
vm_id = 43c48a52-f307-4fe9-8b94-84ca418692ac
|
| 428 | 2026-03-10T05:31:17.828Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::migrate::load_test
self.path = "/tmp/propolis-phd/89d78579-19a2-4881-8a4c-762dc16603a3_9000"
target = phd_framework::disk::crucible
vm = crucible_load_test_target
vm_id = 43c48a52-f307-4fe9-8b94-84ca418692ac
|
| 429 | 2026-03-10T05:31:17.841Z | 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/89d78579-19a2-4881-8a4c-762dc16603a3_9001" } }
target = phd_framework::disk::crucible
vm = crucible_load_test_target
vm_id = 43c48a52-f307-4fe9-8b94-84ca418692ac
|
| 430 | 2026-03-10T05:31:17.848Z | 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/89d78579-19a2-4881-8a4c-762dc16603a3_9001"
target = phd_framework::disk::crucible
vm = crucible_load_test_target
vm_id = 43c48a52-f307-4fe9-8b94-84ca418692ac
|
| 431 | 2026-03-10T05:31:17.860Z | 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/89d78579-19a2-4881-8a4c-762dc16603a3_9002" } }
target = phd_framework::disk::crucible
vm = crucible_load_test_target
vm_id = 43c48a52-f307-4fe9-8b94-84ca418692ac
|
| 432 | 2026-03-10T05:31:17.868Z | 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/89d78579-19a2-4881-8a4c-762dc16603a3_9002"
target = phd_framework::disk::crucible
vm = crucible_load_test_target
vm_id = 43c48a52-f307-4fe9-8b94-84ca418692ac
|
| 433 | 2026-03-10T05:31:17.881Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 214
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 43c48a52-f307-4fe9-8b94-84ca418692ac
|
| 434 | 2026-03-10T05:31:17.881Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 213
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 435 | 2026-03-10T05:31:17.881Z | INFO | phd-runner: Starting test phd_tests::hw::lspci_lifecycle_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 436 | 2026-03-10T05:31:17.881Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 7371
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
target = phd_framework::test_vm
target_id = 43c48a52-f307-4fe9-8b94-84ca418692ac
vm = crucible_load_test_target
vm_id = 43c48a52-f307-4fe9-8b94-84ca418692ac
|
| 437 | 2026-03-10T05:31:17.881Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 438 | 2026-03-10T05:31:17.881Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 439 | 2026-03-10T05:31:17.881Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 7372
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = 2ba0aa2a-03bb-4d7d-a2dc-0a95ac525d1a
target = phd_framework::test_vm
target_id = 43c48a52-f307-4fe9-8b94-84ca418692ac
|
| 440 | 2026-03-10T05:31:17.881Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 14434
file = phd-tests/tests/src/crucible/migrate.rs
line = 40
path = phd_tests::crucible::migrate::load_test
target = phd_tests::crucible::migrate
|
| 441 | 2026-03-10T05:31:17.881Z | 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
|
| 442 | 2026-03-10T05:31:17.881Z | 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
|
| 443 | 2026-03-10T05:31:17.882Z | 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
|
| 444 | 2026-03-10T05:31:17.882Z | 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
|
| 445 | 2026-03-10T05:31:17.882Z | 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
|
| 446 | 2026-03-10T05:31:17.893Z | 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 228M 25.3T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 447 | 2026-03-10T05:31:17.893Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-baf67fce-6dff-4914-a9cd-365eaa23f0b3"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::zfs
verb = snapshot
|
| 448 | 2026-03-10T05:31:17.913Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-baf67fce-6dff-4914-a9cd-365eaa23f0b3", "phd-artifacts/phd-clone-b4f65d56-f26c-4332-926c-0e3b2c9fae6a"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::zfs
verb = clone
|
| 449 | 2026-03-10T05:31:17.935Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-b4f65d56-f26c-4332-926c-0e3b2c9fae6a"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::zfs
verb = list
|
| 450 | 2026-03-10T05:31:17.946Z | 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-b4f65d56-f26c-4332-926c-0e3b2c9fae6a 0B 25.3T 227M /phd-artifacts/phd-clone-b4f65d56-f26c-4332-926c-0e3b2c9fae6a\n
target = phd_framework::zfs
|
| 451 | 2026-03-10T05:31:17.947Z | 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
|
| 452 | 2026-03-10T05:31:17.947Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm_name = lspci_lifecycle_test
|
| 453 | 2026-03-10T05:31:17.947Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 454 | 2026-03-10T05:31:17.947Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 64
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
|
| 455 | 2026-03-10T05:31:17.947Z | 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
|
| 456 | 2026-03-10T05:31:17.977Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 864
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm::server
|
| 457 | 2026-03-10T05:31:17.992Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 45
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
|
| 458 | 2026-03-10T05:31:17.992Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = bfd1223a-010c-4fc8-9a4f-fc9da6f02ab8
|
| 459 | 2026-03-10T05:31:17.993Z | 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 = 452
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = bfd1223a-010c-4fc8-9a4f-fc9da6f02ab8
|
| 460 | 2026-03-10T05:31:18.412Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 461 | 2026-03-10T05:31:18.413Z | 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: bfd1223a-010c-4fc8-9a4f-fc9da6f02ab8, name: "phd-vm-bfd1223a-010c-4fc8-9a4f-fc9da6f02ab8", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 5c568b44-8be7-452b-be8e-ee22889fa41c, project_id: 2162676a-608a-4059-8f17-bdd04b0e92d1, sled_id: 1c073949-31a4-463c-80af-ca4a96207d23, sled_serial: "1c073949-31a4-463c-80af-ca4a96207d23", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = bfd1223a-010c-4fc8-9a4f-fc9da6f02ab8
|
| 462 | 2026-03-10T05:31:18.413Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = bfd1223a-010c-4fc8-9a4f-fc9da6f02ab8
|
| 463 | 2026-03-10T05:31:18.413Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::hw::lspci_lifecycle_test
state = Run
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = bfd1223a-010c-4fc8-9a4f-fc9da6f02ab8
|
| 464 | 2026-03-10T05:31:18.414Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = bfd1223a-010c-4fc8-9a4f-fc9da6f02ab8
|
| 465 | 2026-03-10T05:31:18.414Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
|
| 466 | 2026-03-10T05:31:18.414Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = lspci_lifecycle_test
vm_id = bfd1223a-010c-4fc8-9a4f-fc9da6f02ab8
|
| 467 | 2026-03-10T05:31:18.415Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::hw::lspci_lifecycle_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 468 | 2026-03-10T05:31:18.415Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = bfd1223a-010c-4fc8-9a4f-fc9da6f02ab8
|
| 469 | 2026-03-10T05:31:18.415Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = lspci_lifecycle_test
vm_id = bfd1223a-010c-4fc8-9a4f-fc9da6f02ab8
|
| 470 | 2026-03-10T05:31:22.955Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4540
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = bfd1223a-010c-4fc8-9a4f-fc9da6f02ab8
|
| 471 | 2026-03-10T05:31:22.955Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::hw::lspci_lifecycle_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 472 | 2026-03-10T05:31:22.956Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::hw::lspci_lifecycle_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 473 | 2026-03-10T05:31:22.956Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = bfd1223a-010c-4fc8-9a4f-fc9da6f02ab8
|
| 474 | 2026-03-10T05:31:22.956Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = lspci_lifecycle_test
vm_id = bfd1223a-010c-4fc8-9a4f-fc9da6f02ab8
|
| 475 | 2026-03-10T05:31:22.974Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = bfd1223a-010c-4fc8-9a4f-fc9da6f02ab8
|
| 476 | 2026-03-10T05:31:22.974Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::hw::lspci_lifecycle_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 477 | 2026-03-10T05:31:22.974Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::hw::lspci_lifecycle_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 478 | 2026-03-10T05:31:22.974Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = bfd1223a-010c-4fc8-9a4f-fc9da6f02ab8
|
| 479 | 2026-03-10T05:31:22.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 = 909
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = lspci_lifecycle_test
vm_id = bfd1223a-010c-4fc8-9a4f-fc9da6f02ab8
|
| 480 | 2026-03-10T05:31:23.006Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = bfd1223a-010c-4fc8-9a4f-fc9da6f02ab8
|
| 481 | 2026-03-10T05:31:23.006Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
|
| 482 | 2026-03-10T05:31:23.006Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4591
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
|
| 483 | 2026-03-10T05:31:23.006Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = bfd1223a-010c-4fc8-9a4f-fc9da6f02ab8
|
| 484 | 2026-03-10T05:31:23.007Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = lspci_lifecycle_test
vm_id = bfd1223a-010c-4fc8-9a4f-fc9da6f02ab8
|
| 485 | 2026-03-10T05:31:23.017Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = bfd1223a-010c-4fc8-9a4f-fc9da6f02ab8
|
| 486 | 2026-03-10T05:31:23.017Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = bfd1223a-010c-4fc8-9a4f-fc9da6f02ab8
|
| 487 | 2026-03-10T05:31:23.017Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = lspci_lifecycle_test
vm_id = bfd1223a-010c-4fc8-9a4f-fc9da6f02ab8
|
| 488 | 2026-03-10T05:31:23.050Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = bfd1223a-010c-4fc8-9a4f-fc9da6f02ab8
|
| 489 | 2026-03-10T05:31:23.050Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = bfd1223a-010c-4fc8-9a4f-fc9da6f02ab8
|
| 490 | 2026-03-10T05:31:23.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 = 909
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = lspci_lifecycle_test
vm_id = bfd1223a-010c-4fc8-9a4f-fc9da6f02ab8
|
| 491 | 2026-03-10T05:31:23.062Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = bfd1223a-010c-4fc8-9a4f-fc9da6f02ab8
|
| 492 | 2026-03-10T05:31:23.062Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = bfd1223a-010c-4fc8-9a4f-fc9da6f02ab8
|
| 493 | 2026-03-10T05:31:23.062Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = lspci_lifecycle_test
vm_id = bfd1223a-010c-4fc8-9a4f-fc9da6f02ab8
|
| 494 | 2026-03-10T05:31:23.095Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = bfd1223a-010c-4fc8-9a4f-fc9da6f02ab8
|
| 495 | 2026-03-10T05:31:23.095Z | 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
|
| 496 | 2026-03-10T05:31:23.095Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = bfd1223a-010c-4fc8-9a4f-fc9da6f02ab8
|
| 497 | 2026-03-10T05:31:23.095Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::hw::lspci_lifecycle_test
state = Stop
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = bfd1223a-010c-4fc8-9a4f-fc9da6f02ab8
|
| 498 | 2026-03-10T05:31:23.097Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = bfd1223a-010c-4fc8-9a4f-fc9da6f02ab8
|
| 499 | 2026-03-10T05:31:23.097Z | 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
|
| 500 | 2026-03-10T05:31:23.097Z | 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
|
| 501 | 2026-03-10T05:31:23.097Z | 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
|
| 502 | 2026-03-10T05:31:23.097Z | 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 = 64
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
|
| 503 | 2026-03-10T05:31:23.097Z | 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
|
| 504 | 2026-03-10T05:31:23.126Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 865
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm::server
|
| 505 | 2026-03-10T05:31:23.141Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 44
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
|
| 506 | 2026-03-10T05:31:23.141Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = da1ad28c-f089-4623-bbf6-e51cadbeaaab
|
| 507 | 2026-03-10T05:31:23.142Z | 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 = 452
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = da1ad28c-f089-4623-bbf6-e51cadbeaaab
|
| 508 | 2026-03-10T05:31:23.142Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial websocket closed
file = phd-tests/framework/src/serial/mod.rs
line = 271
target = phd_framework::serial
|
| 509 | 2026-03-10T05:31:23.142Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4729
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 510 | 2026-03-10T05:31:23.752Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 511 | 2026-03-10T05:31:23.753Z | 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: da1ad28c-f089-4623-bbf6-e51cadbeaaab, name: "phd-vm-da1ad28c-f089-4623-bbf6-e51cadbeaaab", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 5c568b44-8be7-452b-be8e-ee22889fa41c, project_id: 2162676a-608a-4059-8f17-bdd04b0e92d1, sled_id: 91c1e3d8-0728-497c-aada-111df6a98d2e, sled_serial: "91c1e3d8-0728-497c-aada-111df6a98d2e", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = da1ad28c-f089-4623-bbf6-e51cadbeaaab
|
| 512 | 2026-03-10T05:31:23.753Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = da1ad28c-f089-4623-bbf6-e51cadbeaaab
|
| 513 | 2026-03-10T05:31:23.753Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::hw::lspci_lifecycle_test
state = Run
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = da1ad28c-f089-4623-bbf6-e51cadbeaaab
|
| 514 | 2026-03-10T05:31:23.754Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = da1ad28c-f089-4623-bbf6-e51cadbeaaab
|
| 515 | 2026-03-10T05:31:23.754Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
|
| 516 | 2026-03-10T05:31:23.754Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = lspci_lifecycle_test_lifecycle_0
vm_id = da1ad28c-f089-4623-bbf6-e51cadbeaaab
|
| 517 | 2026-03-10T05:31:23.754Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::hw::lspci_lifecycle_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 518 | 2026-03-10T05:31:23.754Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = da1ad28c-f089-4623-bbf6-e51cadbeaaab
|
| 519 | 2026-03-10T05:31:23.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 = 909
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = lspci_lifecycle_test_lifecycle_0
vm_id = da1ad28c-f089-4623-bbf6-e51cadbeaaab
|
| 520 | 2026-03-10T05:31:28.252Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4497
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = da1ad28c-f089-4623-bbf6-e51cadbeaaab
|
| 521 | 2026-03-10T05:31:28.252Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::hw::lspci_lifecycle_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 522 | 2026-03-10T05:31:28.253Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::hw::lspci_lifecycle_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 523 | 2026-03-10T05:31:28.253Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = da1ad28c-f089-4623-bbf6-e51cadbeaaab
|
| 524 | 2026-03-10T05:31:28.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 = 909
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = lspci_lifecycle_test_lifecycle_0
vm_id = da1ad28c-f089-4623-bbf6-e51cadbeaaab
|
| 525 | 2026-03-10T05:31:28.271Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = da1ad28c-f089-4623-bbf6-e51cadbeaaab
|
| 526 | 2026-03-10T05:31:28.271Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::hw::lspci_lifecycle_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 527 | 2026-03-10T05:31:28.272Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::hw::lspci_lifecycle_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 528 | 2026-03-10T05:31:28.272Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = da1ad28c-f089-4623-bbf6-e51cadbeaaab
|
| 529 | 2026-03-10T05:31:28.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 = 909
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = lspci_lifecycle_test_lifecycle_0
vm_id = da1ad28c-f089-4623-bbf6-e51cadbeaaab
|
| 530 | 2026-03-10T05:31:28.304Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = da1ad28c-f089-4623-bbf6-e51cadbeaaab
|
| 531 | 2026-03-10T05:31:28.304Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
|
| 532 | 2026-03-10T05:31:28.304Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4549
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
|
| 533 | 2026-03-10T05:31:28.304Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = bfd1223a-010c-4fc8-9a4f-fc9da6f02ab8
|
| 534 | 2026-03-10T05:31:28.304Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = da1ad28c-f089-4623-bbf6-e51cadbeaaab
|
| 535 | 2026-03-10T05:31:28.304Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = lspci_lifecycle_test_lifecycle_0
vm_id = da1ad28c-f089-4623-bbf6-e51cadbeaaab
|
| 536 | 2026-03-10T05:31:28.306Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = bfd1223a-010c-4fc8-9a4f-fc9da6f02ab8
|
| 537 | 2026-03-10T05:31:28.384Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 80
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = bfd1223a-010c-4fc8-9a4f-fc9da6f02ab8
|
| 538 | 2026-03-10T05:31:28.385Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 10391
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = bfd1223a-010c-4fc8-9a4f-fc9da6f02ab8
|
| 539 | 2026-03-10T05:31:28.385Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 80
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = da1ad28c-f089-4623-bbf6-e51cadbeaaab
|
| 540 | 2026-03-10T05:31:28.385Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = da1ad28c-f089-4623-bbf6-e51cadbeaaab
|
| 541 | 2026-03-10T05:31:28.385Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = lspci_lifecycle_test_lifecycle_0
vm_id = da1ad28c-f089-4623-bbf6-e51cadbeaaab
|
| 542 | 2026-03-10T05:31:28.415Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 29
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = da1ad28c-f089-4623-bbf6-e51cadbeaaab
|
| 543 | 2026-03-10T05:31:28.415Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = da1ad28c-f089-4623-bbf6-e51cadbeaaab
|
| 544 | 2026-03-10T05:31:28.415Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = lspci_lifecycle_test_lifecycle_0
vm_id = da1ad28c-f089-4623-bbf6-e51cadbeaaab
|
| 545 | 2026-03-10T05:31:28.426Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = da1ad28c-f089-4623-bbf6-e51cadbeaaab
|
| 546 | 2026-03-10T05:31:28.426Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = da1ad28c-f089-4623-bbf6-e51cadbeaaab
|
| 547 | 2026-03-10T05:31:28.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 = 909
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = lspci_lifecycle_test_lifecycle_0
vm_id = da1ad28c-f089-4623-bbf6-e51cadbeaaab
|
| 548 | 2026-03-10T05:31:28.460Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = da1ad28c-f089-4623-bbf6-e51cadbeaaab
|
| 549 | 2026-03-10T05:31:28.460Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = da1ad28c-f089-4623-bbf6-e51cadbeaaab
|
| 550 | 2026-03-10T05:31:28.460Z | 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
|
| 551 | 2026-03-10T05:31:28.460Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4707
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 552 | 2026-03-10T05:31:28.461Z | INFO | phd-runner: test phd_tests::hw::lspci_lifecycle_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 553 | 2026-03-10T05:31:28.461Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 554 | 2026-03-10T05:31:28.462Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = da1ad28c-f089-4623-bbf6-e51cadbeaaab
|
| 555 | 2026-03-10T05:31:29.200Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = da1ad28c-f089-4623-bbf6-e51cadbeaaab
|
| 556 | 2026-03-10T05:31:29.282Z | 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 = da1ad28c-f089-4623-bbf6-e51cadbeaaab
|
| 557 | 2026-03-10T05:31:29.282Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-b4f65d56-f26c-4332-926c-0e3b2c9fae6a"]
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 = da1ad28c-f089-4623-bbf6-e51cadbeaaab
|
| 558 | 2026-03-10T05:31:29.312Z | 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 = da1ad28c-f089-4623-bbf6-e51cadbeaaab
|
| 559 | 2026-03-10T05:31:29.312Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-baf67fce-6dff-4914-a9cd-365eaa23f0b3"]
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 = da1ad28c-f089-4623-bbf6-e51cadbeaaab
|
| 560 | 2026-03-10T05:31:29.330Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 870
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = da1ad28c-f089-4623-bbf6-e51cadbeaaab
|
| 561 | 2026-03-10T05:31:29.331Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 869
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 562 | 2026-03-10T05:31:29.331Z | INFO | phd-runner: Starting test phd_tests::migrate::running_process::migrate_running_process
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 563 | 2026-03-10T05:31:29.331Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6188
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = da1ad28c-f089-4623-bbf6-e51cadbeaaab
|
| 564 | 2026-03-10T05:31:29.331Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 565 | 2026-03-10T05:31:29.331Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 11448
file = phd-tests/tests/src/hw.rs
line = 8
path = phd_tests::hw::lspci_lifecycle_test
target = phd_tests::hw
|
| 566 | 2026-03-10T05:31:29.331Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 567 | 2026-03-10T05:31:29.331Z | 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
|
| 568 | 2026-03-10T05:31:29.331Z | 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
|
| 569 | 2026-03-10T05:31:29.331Z | 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
|
| 570 | 2026-03-10T05:31:29.331Z | 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
|
| 571 | 2026-03-10T05:31:29.331Z | 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
|
| 572 | 2026-03-10T05:31:29.342Z | 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 228M 25.3T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 573 | 2026-03-10T05:31:29.342Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-6aafd497-bbd3-4110-bfb0-519dd7251381"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::zfs
verb = snapshot
|
| 574 | 2026-03-10T05:31:29.365Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-6aafd497-bbd3-4110-bfb0-519dd7251381", "phd-artifacts/phd-clone-291e2320-9441-4ac4-883c-e887cf47bf26"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::zfs
verb = clone
|
| 575 | 2026-03-10T05:31:29.385Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-291e2320-9441-4ac4-883c-e887cf47bf26"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::zfs
verb = list
|
| 576 | 2026-03-10T05:31:29.397Z | 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-291e2320-9441-4ac4-883c-e887cf47bf26 0B 25.3T 227M /phd-artifacts/phd-clone-291e2320-9441-4ac4-883c-e887cf47bf26\n
target = phd_framework::zfs
|
| 577 | 2026-03-10T05:31:29.398Z | 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
|
| 578 | 2026-03-10T05:31:29.398Z | 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
|
| 579 | 2026-03-10T05:31:29.398Z | 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
|
| 580 | 2026-03-10T05:31:29.398Z | 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 = 64
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
|
| 581 | 2026-03-10T05:31:29.398Z | 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
|
| 582 | 2026-03-10T05:31:29.428Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 874
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm::server
|
| 583 | 2026-03-10T05:31:29.443Z | 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
|
| 584 | 2026-03-10T05:31:29.443Z | 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
|
| 585 | 2026-03-10T05:31:29.443Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm_name = migrate_running_process_target
|
| 586 | 2026-03-10T05:31:29.444Z | 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
|
| 587 | 2026-03-10T05:31:29.444Z | 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 = 64
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
|
| 588 | 2026-03-10T05:31:29.444Z | 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
|
| 589 | 2026-03-10T05:31:29.476Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 875
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm::server
|
| 590 | 2026-03-10T05:31:29.491Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 47
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
|
| 591 | 2026-03-10T05:31:29.491Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 592 | 2026-03-10T05:31:29.616Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 593 | 2026-03-10T05:31:29.617Z | 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: 0834ad38-64c9-4aa9-b871-7005486695f6, name: "phd-vm-0834ad38-64c9-4aa9-b871-7005486695f6", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 72746ddc-2b0a-48c1-b987-d3ec77a14c82, project_id: 4296d01e-f80c-4566-8da9-73e1b98a93ed, sled_id: f859f123-8936-4ce0-aaa1-fc717a1aa6ff, sled_serial: "f859f123-8936-4ce0-aaa1-fc717a1aa6ff", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 594 | 2026-03-10T05:31:29.617Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 595 | 2026-03-10T05:31:29.617Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::migrate::running_process::migrate_running_process
state = Run
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 596 | 2026-03-10T05:31:29.618Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 597 | 2026-03-10T05:31:29.618Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
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
|
| 598 | 2026-03-10T05:31:29.618Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = 300s
vm = migrate_running_process_source
vm_id = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 599 | 2026-03-10T05:31:29.618Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::running_process::migrate_running_process
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 600 | 2026-03-10T05:31:29.618Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 601 | 2026-03-10T05:31:29.618Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migrate_running_process_source
vm_id = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 602 | 2026-03-10T05:31:34.167Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4547
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 603 | 2026-03-10T05:31:34.167Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::running_process::migrate_running_process
step = WriteStr("root")
target = phd_framework::test_vm
|
| 604 | 2026-03-10T05:31:34.167Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::running_process::migrate_running_process
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 605 | 2026-03-10T05:31:34.167Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 606 | 2026-03-10T05:31:34.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 = 909
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migrate_running_process_source
vm_id = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 607 | 2026-03-10T05:31:34.184Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 608 | 2026-03-10T05:31:34.184Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::running_process::migrate_running_process
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 609 | 2026-03-10T05:31:34.185Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::running_process::migrate_running_process
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 610 | 2026-03-10T05:31:34.185Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 611 | 2026-03-10T05:31:34.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 = 909
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migrate_running_process_source
vm_id = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 612 | 2026-03-10T05:31:34.218Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 613 | 2026-03-10T05:31:34.218Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
|
| 614 | 2026-03-10T05:31:34.218Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4599
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
|
| 615 | 2026-03-10T05:31:34.218Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 616 | 2026-03-10T05:31:34.218Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 617 | 2026-03-10T05:31:34.327Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 108
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 618 | 2026-03-10T05:31:34.327Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 619 | 2026-03-10T05:31:34.327Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 620 | 2026-03-10T05:31:34.337Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 621 | 2026-03-10T05:31:34.338Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 622 | 2026-03-10T05:31:34.338Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 623 | 2026-03-10T05:31:34.348Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 624 | 2026-03-10T05:31:34.348Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 625 | 2026-03-10T05:31:34.349Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 626 | 2026-03-10T05:31:34.381Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 627 | 2026-03-10T05:31:34.381Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 628 | 2026-03-10T05:31:34.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 = 909
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 = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 629 | 2026-03-10T05:31:34.392Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 630 | 2026-03-10T05:31:34.392Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 631 | 2026-03-10T05:31:34.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 = 909
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 = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 632 | 2026-03-10T05:31:34.426Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 633 | 2026-03-10T05:31:34.426Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 634 | 2026-03-10T05:31:34.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 = 909
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 = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 635 | 2026-03-10T05:31:34.437Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 636 | 2026-03-10T05:31:34.437Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 637 | 2026-03-10T05:31:34.437Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 638 | 2026-03-10T05:31:34.471Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 639 | 2026-03-10T05:31:34.471Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 640 | 2026-03-10T05:31:34.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 = 909
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 = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 641 | 2026-03-10T05:31:34.481Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 642 | 2026-03-10T05:31:34.481Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 643 | 2026-03-10T05:31:34.481Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 644 | 2026-03-10T05:31:34.791Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 309
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 645 | 2026-03-10T05:31:34.791Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 646 | 2026-03-10T05:31:34.791Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 647 | 2026-03-10T05:31:34.802Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 648 | 2026-03-10T05:31:34.802Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 649 | 2026-03-10T05:31:34.802Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 650 | 2026-03-10T05:31:34.835Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 651 | 2026-03-10T05:31:34.836Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 0834ad38-64c9-4aa9-b871-7005486695f6
target = phd_framework::test_vm
target_id = d06ef2a7-f1f4-4162-b291-5f5beb816b43
|
| 652 | 2026-03-10T05:31:34.836Z | 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 = 639
migration_id = a2ec7925-fe70-4a00-ae0d-8805884b5b56
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 0834ad38-64c9-4aa9-b871-7005486695f6
target = phd_framework::test_vm
target_id = d06ef2a7-f1f4-4162-b291-5f5beb816b43
timeout_duration = 45s
|
| 653 | 2026-03-10T05:31:34.836Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 0834ad38-64c9-4aa9-b871-7005486695f6
target = phd_framework::test_vm
target_id = d06ef2a7-f1f4-4162-b291-5f5beb816b43
vm = migrate_running_process_target
vm_id = d06ef2a7-f1f4-4162-b291-5f5beb816b43
|
| 654 | 2026-03-10T05:31:34.959Z | 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: d06ef2a7-f1f4-4162-b291-5f5beb816b43, name: "phd-vm-d06ef2a7-f1f4-4162-b291-5f5beb816b43", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 72746ddc-2b0a-48c1-b987-d3ec77a14c82, project_id: 4296d01e-f80c-4566-8da9-73e1b98a93ed, sled_id: fe6c8656-30e0-47f7-9e54-d8376cfb1613, sled_serial: "fe6c8656-30e0-47f7-9e54-d8376cfb1613", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 511
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 0834ad38-64c9-4aa9-b871-7005486695f6
target = phd_framework::test_vm
target_id = d06ef2a7-f1f4-4162-b291-5f5beb816b43
vm = migrate_running_process_target
vm_id = d06ef2a7-f1f4-4162-b291-5f5beb816b43
|
| 655 | 2026-03-10T05:31:34.959Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = a2ec7925-fe70-4a00-ae0d-8805884b5b56
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 0834ad38-64c9-4aa9-b871-7005486695f6
target = phd_framework::test_vm
target_id = d06ef2a7-f1f4-4162-b291-5f5beb816b43
|
| 656 | 2026-03-10T05:31:37.704Z | 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
|
| 657 | 2026-03-10T05:31:37.794Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 673
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 0834ad38-64c9-4aa9-b871-7005486695f6
target = phd_framework::test_vm
target_id = d06ef2a7-f1f4-4162-b291-5f5beb816b43
|
| 658 | 2026-03-10T05:31:37.794Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2834
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = a2ec7925-fe70-4a00-ae0d-8805884b5b56
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 0834ad38-64c9-4aa9-b871-7005486695f6
target = phd_framework::test_vm
target_id = d06ef2a7-f1f4-4162-b291-5f5beb816b43
|
| 659 | 2026-03-10T05:31:37.795Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = d06ef2a7-f1f4-4162-b291-5f5beb816b43
|
| 660 | 2026-03-10T05:31:37.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 = 909
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 = d06ef2a7-f1f4-4162-b291-5f5beb816b43
|
| 661 | 2026-03-10T05:31:37.807Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 12
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = d06ef2a7-f1f4-4162-b291-5f5beb816b43
|
| 662 | 2026-03-10T05:31:37.807Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = d06ef2a7-f1f4-4162-b291-5f5beb816b43
|
| 663 | 2026-03-10T05:31:37.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 = 909
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 = d06ef2a7-f1f4-4162-b291-5f5beb816b43
|
| 664 | 2026-03-10T05:31:37.894Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 87
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = d06ef2a7-f1f4-4162-b291-5f5beb816b43
|
| 665 | 2026-03-10T05:31:37.895Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = d06ef2a7-f1f4-4162-b291-5f5beb816b43
|
| 666 | 2026-03-10T05:31:37.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 = 909
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 = d06ef2a7-f1f4-4162-b291-5f5beb816b43
|
| 667 | 2026-03-10T05:31:37.905Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = d06ef2a7-f1f4-4162-b291-5f5beb816b43
|
| 668 | 2026-03-10T05:31:37.906Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = d06ef2a7-f1f4-4162-b291-5f5beb816b43
|
| 669 | 2026-03-10T05:31:37.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 = 909
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 = d06ef2a7-f1f4-4162-b291-5f5beb816b43
|
| 670 | 2026-03-10T05:31:37.938Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = d06ef2a7-f1f4-4162-b291-5f5beb816b43
|
| 671 | 2026-03-10T05:31:37.938Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = d06ef2a7-f1f4-4162-b291-5f5beb816b43
|
| 672 | 2026-03-10T05:31:37.939Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 673 | 2026-03-10T05:31:37.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
|
| 674 | 2026-03-10T05:31:37.939Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 8322
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 675 | 2026-03-10T05:31:37.939Z | INFO | phd-runner: test phd_tests::migrate::running_process::migrate_running_process ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 676 | 2026-03-10T05:31:37.939Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 677 | 2026-03-10T05:31:37.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 = 1175
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = d06ef2a7-f1f4-4162-b291-5f5beb816b43
|
| 678 | 2026-03-10T05:31:37.941Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 679 | 2026-03-10T05:31:38.023Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 84
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 680 | 2026-03-10T05:31:38.023Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 8530
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 0834ad38-64c9-4aa9-b871-7005486695f6
|
| 681 | 2026-03-10T05:31:38.025Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = d06ef2a7-f1f4-4162-b291-5f5beb816b43
|
| 682 | 2026-03-10T05:31:38.109Z | 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 = d06ef2a7-f1f4-4162-b291-5f5beb816b43
|
| 683 | 2026-03-10T05:31:38.109Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-291e2320-9441-4ac4-883c-e887cf47bf26"]
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 = d06ef2a7-f1f4-4162-b291-5f5beb816b43
|
| 684 | 2026-03-10T05:31:38.137Z | 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 = d06ef2a7-f1f4-4162-b291-5f5beb816b43
|
| 685 | 2026-03-10T05:31:38.138Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-6aafd497-bbd3-4110-bfb0-519dd7251381"]
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 = d06ef2a7-f1f4-4162-b291-5f5beb816b43
|
| 686 | 2026-03-10T05:31:38.154Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 215
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = d06ef2a7-f1f4-4162-b291-5f5beb816b43
|
| 687 | 2026-03-10T05:31:38.154Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 3318
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 0834ad38-64c9-4aa9-b871-7005486695f6
target = phd_framework::test_vm
target_id = d06ef2a7-f1f4-4162-b291-5f5beb816b43
vm = migrate_running_process_target
vm_id = d06ef2a7-f1f4-4162-b291-5f5beb816b43
|
| 688 | 2026-03-10T05:31:38.154Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 215
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 689 | 2026-03-10T05:31:38.155Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 3318
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 0834ad38-64c9-4aa9-b871-7005486695f6
target = phd_framework::test_vm
target_id = d06ef2a7-f1f4-4162-b291-5f5beb816b43
|
| 690 | 2026-03-10T05:31:38.155Z | INFO | phd-runner: Starting test phd_tests::migrate::running_process::import_failure
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 691 | 2026-03-10T05:31:38.155Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 8822
file = phd-tests/tests/src/migrate.rs
line = 116
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_tests::migrate::running_process
|
| 692 | 2026-03-10T05:31:38.155Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 693 | 2026-03-10T05:31:38.155Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 694 | 2026-03-10T05:31:38.155Z | 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
|
| 695 | 2026-03-10T05:31:38.155Z | 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
|
| 696 | 2026-03-10T05:31:38.155Z | 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
|
| 697 | 2026-03-10T05:31:38.155Z | 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
|
| 698 | 2026-03-10T05:31:38.155Z | 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
|
| 699 | 2026-03-10T05:31:38.167Z | 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 229M 25.3T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 700 | 2026-03-10T05:31:38.167Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-dc8a36d3-7bfb-49b3-9734-c3d605f321e0"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = snapshot
|
| 701 | 2026-03-10T05:31:38.184Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-dc8a36d3-7bfb-49b3-9734-c3d605f321e0", "phd-artifacts/phd-clone-f3858ca6-2edd-4a53-a5cb-62f7cb99742b"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = clone
|
| 702 | 2026-03-10T05:31:38.202Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-f3858ca6-2edd-4a53-a5cb-62f7cb99742b"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = list
|
| 703 | 2026-03-10T05:31:38.214Z | 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-f3858ca6-2edd-4a53-a5cb-62f7cb99742b 0B 25.3T 227M /phd-artifacts/phd-clone-f3858ca6-2edd-4a53-a5cb-62f7cb99742b\n
target = phd_framework::zfs
|
| 704 | 2026-03-10T05:31:38.215Z | 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
|
| 705 | 2026-03-10T05:31:38.215Z | 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
|
| 706 | 2026-03-10T05:31:38.215Z | 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
|
| 707 | 2026-03-10T05:31:38.215Z | 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 = 64
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
|
| 708 | 2026-03-10T05:31:38.215Z | 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
|
| 709 | 2026-03-10T05:31:38.245Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 884
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm::server
|
| 710 | 2026-03-10T05:31:38.261Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 45
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
|
| 711 | 2026-03-10T05:31:38.261Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 712 | 2026-03-10T05:31:38.261Z | 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
|
| 713 | 2026-03-10T05:31:38.261Z | 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
|
| 714 | 2026-03-10T05:31:38.261Z | 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
|
| 715 | 2026-03-10T05:31:38.273Z | 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 229M 25.3T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 716 | 2026-03-10T05:31:38.273Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-dc4c6643-31ad-4f54-bc5d-8ce839044748"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = snapshot
|
| 717 | 2026-03-10T05:31:38.294Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-dc4c6643-31ad-4f54-bc5d-8ce839044748", "phd-artifacts/phd-clone-1f2278fa-6cb2-406c-93bf-9d5006054488"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = clone
|
| 718 | 2026-03-10T05:31:38.314Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-1f2278fa-6cb2-406c-93bf-9d5006054488"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = list
|
| 719 | 2026-03-10T05:31:38.326Z | 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-1f2278fa-6cb2-406c-93bf-9d5006054488 0B 25.3T 227M /phd-artifacts/phd-clone-1f2278fa-6cb2-406c-93bf-9d5006054488\n
target = phd_framework::zfs
|
| 720 | 2026-03-10T05:31:38.327Z | 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
|
| 721 | 2026-03-10T05:31:38.327Z | 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
|
| 722 | 2026-03-10T05:31:38.327Z | 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
|
| 723 | 2026-03-10T05:31:38.327Z | 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 = 64
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
|
| 724 | 2026-03-10T05:31:38.327Z | 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
|
| 725 | 2026-03-10T05:31:38.360Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 889
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm::server
|
| 726 | 2026-03-10T05:31:38.375Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 47
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
|
| 727 | 2026-03-10T05:31:38.375Z | 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
|
| 728 | 2026-03-10T05:31:38.375Z | 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
|
| 729 | 2026-03-10T05:31:38.375Z | 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
|
| 730 | 2026-03-10T05:31:38.375Z | 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 = 64
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
|
| 731 | 2026-03-10T05:31:38.375Z | 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
|
| 732 | 2026-03-10T05:31:38.400Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 890
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm::server
|
| 733 | 2026-03-10T05:31:38.414Z | 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
|
| 734 | 2026-03-10T05:31:38.414Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 735 | 2026-03-10T05:31:38.542Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 736 | 2026-03-10T05:31:38.543Z | 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: 7dba0644-f4ec-4f60-a22b-07c1c08743f4, name: "phd-vm-7dba0644-f4ec-4f60-a22b-07c1c08743f4", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 39c1547a-83ef-40df-ba89-e95afbcd4295, project_id: 4edfe9e9-5d49-4c44-88cb-805b814fd3ec, sled_id: e785823b-fbc9-4132-af1e-29fc2947a5c3, sled_serial: "e785823b-fbc9-4132-af1e-29fc2947a5c3", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 737 | 2026-03-10T05:31:38.543Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 738 | 2026-03-10T05:31:38.544Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::migrate::running_process::import_failure
state = Run
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 739 | 2026-03-10T05:31:38.544Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 740 | 2026-03-10T05:31:38.544Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
|
| 741 | 2026-03-10T05:31:38.545Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
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 = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 742 | 2026-03-10T05:31:38.545Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::running_process::import_failure
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 743 | 2026-03-10T05:31:38.545Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 744 | 2026-03-10T05:31:38.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 = 909
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 = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 745 | 2026-03-10T05:31:43.056Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4510
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 746 | 2026-03-10T05:31:43.056Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::running_process::import_failure
step = WriteStr("root")
target = phd_framework::test_vm
|
| 747 | 2026-03-10T05:31:43.056Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::running_process::import_failure
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 748 | 2026-03-10T05:31:43.056Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 749 | 2026-03-10T05:31:43.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 = 909
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 = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 750 | 2026-03-10T05:31:43.085Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 28
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 751 | 2026-03-10T05:31:43.085Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::running_process::import_failure
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 752 | 2026-03-10T05:31:43.085Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::running_process::import_failure
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 753 | 2026-03-10T05:31:43.085Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 754 | 2026-03-10T05:31:43.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 = 909
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 = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 755 | 2026-03-10T05:31:43.117Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 756 | 2026-03-10T05:31:43.117Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
|
| 757 | 2026-03-10T05:31:43.118Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4572
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
|
| 758 | 2026-03-10T05:31:43.118Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 759 | 2026-03-10T05:31:43.118Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 760 | 2026-03-10T05:31:43.249Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 131
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 761 | 2026-03-10T05:31:43.250Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 762 | 2026-03-10T05:31:43.250Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 763 | 2026-03-10T05:31:43.260Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 764 | 2026-03-10T05:31:43.260Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 765 | 2026-03-10T05:31:43.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 = 909
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 = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 766 | 2026-03-10T05:31:43.270Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 767 | 2026-03-10T05:31:43.271Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 768 | 2026-03-10T05:31:43.271Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 769 | 2026-03-10T05:31:43.304Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 770 | 2026-03-10T05:31:43.304Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 771 | 2026-03-10T05:31:43.304Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 772 | 2026-03-10T05:31:43.314Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 773 | 2026-03-10T05:31:43.315Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 774 | 2026-03-10T05:31:43.315Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 775 | 2026-03-10T05:31:43.348Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 776 | 2026-03-10T05:31:43.348Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 777 | 2026-03-10T05:31:43.348Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 778 | 2026-03-10T05:31:43.359Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 779 | 2026-03-10T05:31:43.359Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 780 | 2026-03-10T05:31:43.359Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 781 | 2026-03-10T05:31:43.391Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 782 | 2026-03-10T05:31:43.392Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 783 | 2026-03-10T05:31:43.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 = 909
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 = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 784 | 2026-03-10T05:31:43.403Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 785 | 2026-03-10T05:31:43.403Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 786 | 2026-03-10T05:31:43.404Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 787 | 2026-03-10T05:31:43.714Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 310
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 788 | 2026-03-10T05:31:43.714Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 789 | 2026-03-10T05:31:43.714Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 790 | 2026-03-10T05:31:43.725Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 791 | 2026-03-10T05:31:43.725Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 792 | 2026-03-10T05:31:43.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 = 909
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 = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 793 | 2026-03-10T05:31:43.758Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 794 | 2026-03-10T05:31:43.758Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
target = phd_framework::test_vm
target_id = 85ee17ba-f8e3-4e02-aee1-8cec099c134b
|
| 795 | 2026-03-10T05:31:43.759Z | 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 = 639
migration_id = ce1e7b0b-5c03-480d-acc9-28d5b4fc48e7
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
target = phd_framework::test_vm
target_id = 85ee17ba-f8e3-4e02-aee1-8cec099c134b
timeout_duration = 45s
|
| 796 | 2026-03-10T05:31:43.759Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
target = phd_framework::test_vm
target_id = 85ee17ba-f8e3-4e02-aee1-8cec099c134b
vm = migrate_running_process::import_failure_target1
vm_id = 85ee17ba-f8e3-4e02-aee1-8cec099c134b
|
| 797 | 2026-03-10T05:31:43.881Z | 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: 85ee17ba-f8e3-4e02-aee1-8cec099c134b, name: "phd-vm-85ee17ba-f8e3-4e02-aee1-8cec099c134b", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 5b41575a-6cf7-4395-8f4b-d1cea51e0184, project_id: ac651990-1cf7-459f-a310-9ab9a126d386, sled_id: 90307208-d40c-4367-9616-de8ea80b3a35, sled_serial: "90307208-d40c-4367-9616-de8ea80b3a35", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 511
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
target = phd_framework::test_vm
target_id = 85ee17ba-f8e3-4e02-aee1-8cec099c134b
vm = migrate_running_process::import_failure_target1
vm_id = 85ee17ba-f8e3-4e02-aee1-8cec099c134b
|
| 798 | 2026-03-10T05:31:43.881Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = ce1e7b0b-5c03-480d-acc9-28d5b4fc48e7
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
target = phd_framework::test_vm
target_id = 85ee17ba-f8e3-4e02-aee1-8cec099c134b
|
| 799 | 2026-03-10T05:31:48.043Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Instance reported error during migration
file = phd-tests/framework/src/test_vm/mod.rs
line = 677
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
target = phd_framework::test_vm
target_id = 85ee17ba-f8e3-4e02-aee1-8cec099c134b
|
| 800 | 2026-03-10T05:31:48.043Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 4162
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = ce1e7b0b-5c03-480d-acc9-28d5b4fc48e7
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
target = phd_framework::test_vm
target_id = 85ee17ba-f8e3-4e02-aee1-8cec099c134b
|
| 801 | 2026-03-10T05:31:48.044Z | 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
|
| 802 | 2026-03-10T05:31:48.045Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 803 | 2026-03-10T05:31:48.045Z | 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 = 791
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 804 | 2026-03-10T05:31:48.045Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 805 | 2026-03-10T05:31:48.045Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 584
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 806 | 2026-03-10T05:31:48.046Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 807 | 2026-03-10T05:31:48.046Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 808 | 2026-03-10T05:31:48.046Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
target = phd_framework::test_vm
target_id = b2c52657-c778-44ba-bbc4-436730ee2ec5
|
| 809 | 2026-03-10T05:31:48.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 = 639
migration_id = 760a431c-d952-41fc-a881-08e4153254c5
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
target = phd_framework::test_vm
target_id = b2c52657-c778-44ba-bbc4-436730ee2ec5
timeout_duration = 45s
|
| 810 | 2026-03-10T05:31:48.047Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
target = phd_framework::test_vm
target_id = b2c52657-c778-44ba-bbc4-436730ee2ec5
vm = migrate_running_process::import_failure_target2
vm_id = b2c52657-c778-44ba-bbc4-436730ee2ec5
|
| 811 | 2026-03-10T05:31:48.164Z | 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: b2c52657-c778-44ba-bbc4-436730ee2ec5, name: "phd-vm-b2c52657-c778-44ba-bbc4-436730ee2ec5", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 39c1547a-83ef-40df-ba89-e95afbcd4295, project_id: 4edfe9e9-5d49-4c44-88cb-805b814fd3ec, sled_id: 7aa06e40-db80-4dcd-ad09-ae5f1791d5f9, sled_serial: "7aa06e40-db80-4dcd-ad09-ae5f1791d5f9", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 511
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
target = phd_framework::test_vm
target_id = b2c52657-c778-44ba-bbc4-436730ee2ec5
vm = migrate_running_process::import_failure_target2
vm_id = b2c52657-c778-44ba-bbc4-436730ee2ec5
|
| 812 | 2026-03-10T05:31:48.165Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 760a431c-d952-41fc-a881-08e4153254c5
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
target = phd_framework::test_vm
target_id = b2c52657-c778-44ba-bbc4-436730ee2ec5
|
| 813 | 2026-03-10T05:31:50.771Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9004","from_start":9506}}
target = phd_framework::serial
|
| 814 | 2026-03-10T05:31:51.990Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 673
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
target = phd_framework::test_vm
target_id = b2c52657-c778-44ba-bbc4-436730ee2ec5
|
| 815 | 2026-03-10T05:31:51.990Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3824
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 760a431c-d952-41fc-a881-08e4153254c5
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
target = phd_framework::test_vm
target_id = b2c52657-c778-44ba-bbc4-436730ee2ec5
|
| 816 | 2026-03-10T05:31:51.990Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target2
vm_id = b2c52657-c778-44ba-bbc4-436730ee2ec5
|
| 817 | 2026-03-10T05:31:51.990Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = b2c52657-c778-44ba-bbc4-436730ee2ec5
|
| 818 | 2026-03-10T05:31:52.002Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target2
vm_id = b2c52657-c778-44ba-bbc4-436730ee2ec5
|
| 819 | 2026-03-10T05:31:52.002Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target2
vm_id = b2c52657-c778-44ba-bbc4-436730ee2ec5
|
| 820 | 2026-03-10T05:31:52.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 = 909
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 = b2c52657-c778-44ba-bbc4-436730ee2ec5
|
| 821 | 2026-03-10T05:31:52.090Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 87
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target2
vm_id = b2c52657-c778-44ba-bbc4-436730ee2ec5
|
| 822 | 2026-03-10T05:31:52.091Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target2
vm_id = b2c52657-c778-44ba-bbc4-436730ee2ec5
|
| 823 | 2026-03-10T05:31:52.091Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = b2c52657-c778-44ba-bbc4-436730ee2ec5
|
| 824 | 2026-03-10T05:31:52.101Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target2
vm_id = b2c52657-c778-44ba-bbc4-436730ee2ec5
|
| 825 | 2026-03-10T05:31:52.101Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target2
vm_id = b2c52657-c778-44ba-bbc4-436730ee2ec5
|
| 826 | 2026-03-10T05:31:52.101Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = b2c52657-c778-44ba-bbc4-436730ee2ec5
|
| 827 | 2026-03-10T05:31:52.134Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target2
vm_id = b2c52657-c778-44ba-bbc4-436730ee2ec5
|
| 828 | 2026-03-10T05:31:52.135Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target2
vm_id = b2c52657-c778-44ba-bbc4-436730ee2ec5
|
| 829 | 2026-03-10T05:31:52.135Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target1
vm_id = 85ee17ba-f8e3-4e02-aee1-8cec099c134b
|
| 830 | 2026-03-10T05:31:52.135Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 831 | 2026-03-10T05:31:52.135Z | 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
|
| 832 | 2026-03-10T05:31:52.135Z | INFO | phd-runner: test phd_tests::migrate::running_process::import_failure ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 833 | 2026-03-10T05:31:52.135Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 13591
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 834 | 2026-03-10T05:31:52.135Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 835 | 2026-03-10T05:31:52.136Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target2
vm_id = b2c52657-c778-44ba-bbc4-436730ee2ec5
|
| 836 | 2026-03-10T05:31:52.137Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target1
vm_id = 85ee17ba-f8e3-4e02-aee1-8cec099c134b
|
| 837 | 2026-03-10T05:31:52.137Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 838 | 2026-03-10T05:31:52.140Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = 85ee17ba-f8e3-4e02-aee1-8cec099c134b
|
| 839 | 2026-03-10T05:31:52.223Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 87
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 840 | 2026-03-10T05:31:52.223Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 13807
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
|
| 841 | 2026-03-10T05:31:52.224Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = b2c52657-c778-44ba-bbc4-436730ee2ec5
|
| 842 | 2026-03-10T05:31:52.269Z | 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 = 85ee17ba-f8e3-4e02-aee1-8cec099c134b
|
| 843 | 2026-03-10T05:31:52.269Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-1f2278fa-6cb2-406c-93bf-9d5006054488"]
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 = 85ee17ba-f8e3-4e02-aee1-8cec099c134b
|
| 844 | 2026-03-10T05:31:52.289Z | 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 = 85ee17ba-f8e3-4e02-aee1-8cec099c134b
|
| 845 | 2026-03-10T05:31:52.289Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-dc4c6643-31ad-4f54-bc5d-8ce839044748"]
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 = 85ee17ba-f8e3-4e02-aee1-8cec099c134b
|
| 846 | 2026-03-10T05:31:52.308Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 172
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target1
vm_id = 85ee17ba-f8e3-4e02-aee1-8cec099c134b
|
| 847 | 2026-03-10T05:31:52.308Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 8548
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
target = phd_framework::test_vm
target_id = 85ee17ba-f8e3-4e02-aee1-8cec099c134b
vm = migrate_running_process::import_failure_target1
vm_id = 85ee17ba-f8e3-4e02-aee1-8cec099c134b
|
| 848 | 2026-03-10T05:31:52.308Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 8549
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
target = phd_framework::test_vm
target_id = 85ee17ba-f8e3-4e02-aee1-8cec099c134b
|
| 849 | 2026-03-10T05:31:52.312Z | 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 = b2c52657-c778-44ba-bbc4-436730ee2ec5
|
| 850 | 2026-03-10T05:31:52.312Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-f3858ca6-2edd-4a53-a5cb-62f7cb99742b"]
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 = b2c52657-c778-44ba-bbc4-436730ee2ec5
|
| 851 | 2026-03-10T05:31:52.337Z | 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 = b2c52657-c778-44ba-bbc4-436730ee2ec5
|
| 852 | 2026-03-10T05:31:52.337Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-dc8a36d3-7bfb-49b3-9734-c3d605f321e0"]
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 = b2c52657-c778-44ba-bbc4-436730ee2ec5
|
| 853 | 2026-03-10T05:31:52.355Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 219
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target2
vm_id = b2c52657-c778-44ba-bbc4-436730ee2ec5
|
| 854 | 2026-03-10T05:31:52.355Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 4307
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
target = phd_framework::test_vm
target_id = b2c52657-c778-44ba-bbc4-436730ee2ec5
vm = migrate_running_process::import_failure_target2
vm_id = b2c52657-c778-44ba-bbc4-436730ee2ec5
|
| 855 | 2026-03-10T05:31:52.355Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 4307
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 7dba0644-f4ec-4f60-a22b-07c1c08743f4
target = phd_framework::test_vm
target_id = b2c52657-c778-44ba-bbc4-436730ee2ec5
|
| 856 | 2026-03-10T05:31:52.355Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 14198
file = phd-tests/tests/src/migrate.rs
line = 136
path = phd_tests::migrate::running_process::import_failure
target = phd_tests::migrate::running_process
|
| 857 | 2026-03-10T05:31:52.355Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 219
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 858 | 2026-03-10T05:31:52.355Z | INFO | phd-runner: Starting test phd_tests::migrate::running_process::export_failure
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 859 | 2026-03-10T05:31:52.355Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 860 | 2026-03-10T05:31:52.355Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 861 | 2026-03-10T05:31:52.355Z | 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
|
| 862 | 2026-03-10T05:31:52.355Z | 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
|
| 863 | 2026-03-10T05:31:52.355Z | 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
|
| 864 | 2026-03-10T05:31:52.356Z | 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
|
| 865 | 2026-03-10T05:31:52.356Z | 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
|
| 866 | 2026-03-10T05:31:52.367Z | 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 230M 25.3T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 867 | 2026-03-10T05:31:52.368Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d07757f2-865f-462e-852f-794cceb81335"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::zfs
verb = snapshot
|
| 868 | 2026-03-10T05:31:52.386Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d07757f2-865f-462e-852f-794cceb81335", "phd-artifacts/phd-clone-f2b71af8-5f71-480f-825d-1fadc75468f6"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::zfs
verb = clone
|
| 869 | 2026-03-10T05:31:52.404Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-f2b71af8-5f71-480f-825d-1fadc75468f6"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::zfs
verb = list
|
| 870 | 2026-03-10T05:31:52.416Z | 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-f2b71af8-5f71-480f-825d-1fadc75468f6 0B 25.3T 227M /phd-artifacts/phd-clone-f2b71af8-5f71-480f-825d-1fadc75468f6\n
target = phd_framework::zfs
|
| 871 | 2026-03-10T05:31:52.417Z | 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
|
| 872 | 2026-03-10T05:31:52.417Z | 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
|
| 873 | 2026-03-10T05:31:52.417Z | 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
|
| 874 | 2026-03-10T05:31:52.417Z | 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 = 64
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
|
| 875 | 2026-03-10T05:31:52.417Z | 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
|
| 876 | 2026-03-10T05:31:52.446Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 902
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm::server
|
| 877 | 2026-03-10T05:31:52.461Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 44
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
|
| 878 | 2026-03-10T05:31:52.462Z | 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
|
| 879 | 2026-03-10T05:31:52.462Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm_name = migrate_running_process::export_failure_target1
|
| 880 | 2026-03-10T05:31:52.462Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 881 | 2026-03-10T05:31:52.462Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 64
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
|
| 882 | 2026-03-10T05:31:52.462Z | 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
|
| 883 | 2026-03-10T05:31:52.494Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 903
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm::server
|
| 884 | 2026-03-10T05:31:52.509Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 47
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
|
| 885 | 2026-03-10T05:31:52.509Z | 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
|
| 886 | 2026-03-10T05:31:52.509Z | 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
|
| 887 | 2026-03-10T05:31:52.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
|
| 888 | 2026-03-10T05:31:52.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 = 64
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
|
| 889 | 2026-03-10T05:31:52.509Z | 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
|
| 890 | 2026-03-10T05:31:52.533Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 904
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm::server
|
| 891 | 2026-03-10T05:31:52.549Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 40
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
|
| 892 | 2026-03-10T05:31:52.549Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 893 | 2026-03-10T05:31:52.674Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 894 | 2026-03-10T05:31:52.675Z | 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: e14fbf1b-b54a-45da-ab49-02b1d2c12091, name: "phd-vm-e14fbf1b-b54a-45da-ab49-02b1d2c12091", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: ed81cfee-9e00-4609-876e-71cfead9185b, project_id: c9bef60b-5adb-4adf-b796-330161677de4, sled_id: ed89b21f-914a-4dd2-b28d-70bfc3ba683d, sled_serial: "ed89b21f-914a-4dd2-b28d-70bfc3ba683d", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 895 | 2026-03-10T05:31:52.675Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 896 | 2026-03-10T05:31:52.675Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::migrate::running_process::export_failure
state = Run
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 897 | 2026-03-10T05:31:52.676Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 898 | 2026-03-10T05:31:52.676Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
|
| 899 | 2026-03-10T05:31:52.676Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
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 = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 900 | 2026-03-10T05:31:52.676Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::running_process::export_failure
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 901 | 2026-03-10T05:31:52.676Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 902 | 2026-03-10T05:31:52.676Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 903 | 2026-03-10T05:31:57.197Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4519
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 904 | 2026-03-10T05:31:57.197Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::running_process::export_failure
step = WriteStr("root")
target = phd_framework::test_vm
|
| 905 | 2026-03-10T05:31:57.197Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::running_process::export_failure
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 906 | 2026-03-10T05:31:57.197Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 907 | 2026-03-10T05:31:57.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 = 909
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 = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 908 | 2026-03-10T05:31:57.216Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 909 | 2026-03-10T05:31:57.216Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::running_process::export_failure
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 910 | 2026-03-10T05:31:57.216Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::running_process::export_failure
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 911 | 2026-03-10T05:31:57.216Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 912 | 2026-03-10T05:31:57.216Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 913 | 2026-03-10T05:31:57.249Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 914 | 2026-03-10T05:31:57.249Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
|
| 915 | 2026-03-10T05:31:57.249Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4572
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
|
| 916 | 2026-03-10T05:31:57.250Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 917 | 2026-03-10T05:31:57.250Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 918 | 2026-03-10T05:31:57.369Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 119
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 919 | 2026-03-10T05:31:57.369Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 920 | 2026-03-10T05:31:57.369Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 921 | 2026-03-10T05:31:57.380Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 922 | 2026-03-10T05:31:57.380Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 923 | 2026-03-10T05:31:57.380Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 924 | 2026-03-10T05:31:57.391Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 925 | 2026-03-10T05:31:57.391Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 926 | 2026-03-10T05:31:57.391Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 927 | 2026-03-10T05:31:57.423Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 928 | 2026-03-10T05:31:57.424Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 929 | 2026-03-10T05:31:57.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 = 909
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 = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 930 | 2026-03-10T05:31:57.435Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 931 | 2026-03-10T05:31:57.436Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 932 | 2026-03-10T05:31:57.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 = 909
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 = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 933 | 2026-03-10T05:31:57.469Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 934 | 2026-03-10T05:31:57.469Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 935 | 2026-03-10T05:31:57.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 = 909
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 = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 936 | 2026-03-10T05:31:57.480Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 937 | 2026-03-10T05:31:57.480Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 938 | 2026-03-10T05:31:57.480Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 939 | 2026-03-10T05:31:57.502Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 940 | 2026-03-10T05:31:57.502Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 941 | 2026-03-10T05:31:57.502Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 942 | 2026-03-10T05:31:57.512Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 943 | 2026-03-10T05:31:57.513Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 944 | 2026-03-10T05:31:57.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 = 909
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 = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 945 | 2026-03-10T05:31:57.828Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 314
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 946 | 2026-03-10T05:31:57.828Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 947 | 2026-03-10T05:31:57.828Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 948 | 2026-03-10T05:31:57.837Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 949 | 2026-03-10T05:31:57.838Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 950 | 2026-03-10T05:31:57.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 = 909
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 = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 951 | 2026-03-10T05:31:57.871Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 952 | 2026-03-10T05:31:57.871Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
target = phd_framework::test_vm
target_id = 540a0f5f-87f3-4ac2-98cc-97a39ec437c5
|
| 953 | 2026-03-10T05:31:57.871Z | 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 = 639
migration_id = 581fce93-d029-4f17-b78e-673f18e25a00
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
target = phd_framework::test_vm
target_id = 540a0f5f-87f3-4ac2-98cc-97a39ec437c5
timeout_duration = 45s
|
| 954 | 2026-03-10T05:31:57.871Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
target = phd_framework::test_vm
target_id = 540a0f5f-87f3-4ac2-98cc-97a39ec437c5
vm = migrate_running_process::export_failure_target1
vm_id = 540a0f5f-87f3-4ac2-98cc-97a39ec437c5
|
| 955 | 2026-03-10T05:31:57.992Z | 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: 540a0f5f-87f3-4ac2-98cc-97a39ec437c5, name: "phd-vm-540a0f5f-87f3-4ac2-98cc-97a39ec437c5", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: ed81cfee-9e00-4609-876e-71cfead9185b, project_id: c9bef60b-5adb-4adf-b796-330161677de4, sled_id: d2e1ba76-0cbe-41b2-b7d7-8c2c1c93450d, sled_serial: "d2e1ba76-0cbe-41b2-b7d7-8c2c1c93450d", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 511
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
target = phd_framework::test_vm
target_id = 540a0f5f-87f3-4ac2-98cc-97a39ec437c5
vm = migrate_running_process::export_failure_target1
vm_id = 540a0f5f-87f3-4ac2-98cc-97a39ec437c5
|
| 956 | 2026-03-10T05:31:57.993Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 581fce93-d029-4f17-b78e-673f18e25a00
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
target = phd_framework::test_vm
target_id = 540a0f5f-87f3-4ac2-98cc-97a39ec437c5
|
| 957 | 2026-03-10T05:32:00.796Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Instance reported error during migration
file = phd-tests/framework/src/test_vm/mod.rs
line = 677
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
target = phd_framework::test_vm
target_id = 540a0f5f-87f3-4ac2-98cc-97a39ec437c5
|
| 958 | 2026-03-10T05:32:00.796Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2803
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 581fce93-d029-4f17-b78e-673f18e25a00
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
target = phd_framework::test_vm
target_id = 540a0f5f-87f3-4ac2-98cc-97a39ec437c5
|
| 959 | 2026-03-10T05:32:00.796Z | 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
|
| 960 | 2026-03-10T05:32:00.797Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 961 | 2026-03-10T05:32:00.797Z | 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 = 791
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 962 | 2026-03-10T05:32:00.797Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 963 | 2026-03-10T05:32:00.797Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 584
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 964 | 2026-03-10T05:32:00.798Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 965 | 2026-03-10T05:32:00.798Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 966 | 2026-03-10T05:32:00.798Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
target = phd_framework::test_vm
target_id = 5ec2e524-b82f-4185-ad73-be1cd6c837cd
|
| 967 | 2026-03-10T05:32:00.798Z | 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 = 639
migration_id = 8aa75213-e03d-490f-98fe-fb244acc1812
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
target = phd_framework::test_vm
target_id = 5ec2e524-b82f-4185-ad73-be1cd6c837cd
timeout_duration = 45s
|
| 968 | 2026-03-10T05:32:00.798Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
target = phd_framework::test_vm
target_id = 5ec2e524-b82f-4185-ad73-be1cd6c837cd
vm = migrate_running_process::export_failure_target2
vm_id = 5ec2e524-b82f-4185-ad73-be1cd6c837cd
|
| 969 | 2026-03-10T05:32:00.921Z | 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: 5ec2e524-b82f-4185-ad73-be1cd6c837cd, name: "phd-vm-5ec2e524-b82f-4185-ad73-be1cd6c837cd", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: ed81cfee-9e00-4609-876e-71cfead9185b, project_id: c9bef60b-5adb-4adf-b796-330161677de4, sled_id: 939e0055-cc1d-4617-97dd-211175345c9d, sled_serial: "939e0055-cc1d-4617-97dd-211175345c9d", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 511
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
target = phd_framework::test_vm
target_id = 5ec2e524-b82f-4185-ad73-be1cd6c837cd
vm = migrate_running_process::export_failure_target2
vm_id = 5ec2e524-b82f-4185-ad73-be1cd6c837cd
|
| 970 | 2026-03-10T05:32:00.921Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 8aa75213-e03d-490f-98fe-fb244acc1812
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
target = phd_framework::test_vm
target_id = 5ec2e524-b82f-4185-ad73-be1cd6c837cd
|
| 971 | 2026-03-10T05:32:03.571Z | 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
|
| 972 | 2026-03-10T05:32:03.728Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 673
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
target = phd_framework::test_vm
target_id = 5ec2e524-b82f-4185-ad73-be1cd6c837cd
|
| 973 | 2026-03-10T05:32:03.728Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2808
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 8aa75213-e03d-490f-98fe-fb244acc1812
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
target = phd_framework::test_vm
target_id = 5ec2e524-b82f-4185-ad73-be1cd6c837cd
|
| 974 | 2026-03-10T05:32:03.728Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target2
vm_id = 5ec2e524-b82f-4185-ad73-be1cd6c837cd
|
| 975 | 2026-03-10T05:32:03.728Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 5ec2e524-b82f-4185-ad73-be1cd6c837cd
|
| 976 | 2026-03-10T05:32:03.739Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target2
vm_id = 5ec2e524-b82f-4185-ad73-be1cd6c837cd
|
| 977 | 2026-03-10T05:32:03.739Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target2
vm_id = 5ec2e524-b82f-4185-ad73-be1cd6c837cd
|
| 978 | 2026-03-10T05:32:03.740Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 5ec2e524-b82f-4185-ad73-be1cd6c837cd
|
| 979 | 2026-03-10T05:32:03.828Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 88
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target2
vm_id = 5ec2e524-b82f-4185-ad73-be1cd6c837cd
|
| 980 | 2026-03-10T05:32:03.829Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target2
vm_id = 5ec2e524-b82f-4185-ad73-be1cd6c837cd
|
| 981 | 2026-03-10T05:32:03.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 = 909
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 = 5ec2e524-b82f-4185-ad73-be1cd6c837cd
|
| 982 | 2026-03-10T05:32:03.839Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target2
vm_id = 5ec2e524-b82f-4185-ad73-be1cd6c837cd
|
| 983 | 2026-03-10T05:32:03.840Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target2
vm_id = 5ec2e524-b82f-4185-ad73-be1cd6c837cd
|
| 984 | 2026-03-10T05:32:03.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 = 909
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 = 5ec2e524-b82f-4185-ad73-be1cd6c837cd
|
| 985 | 2026-03-10T05:32:03.873Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target2
vm_id = 5ec2e524-b82f-4185-ad73-be1cd6c837cd
|
| 986 | 2026-03-10T05:32:03.873Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target2
vm_id = 5ec2e524-b82f-4185-ad73-be1cd6c837cd
|
| 987 | 2026-03-10T05:32:03.873Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target1
vm_id = 540a0f5f-87f3-4ac2-98cc-97a39ec437c5
|
| 988 | 2026-03-10T05:32:03.874Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 989 | 2026-03-10T05:32:03.874Z | 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
|
| 990 | 2026-03-10T05:32:03.874Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 11201
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 991 | 2026-03-10T05:32:03.874Z | INFO | phd-runner: test phd_tests::migrate::running_process::export_failure ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 992 | 2026-03-10T05:32:03.874Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 993 | 2026-03-10T05:32:03.875Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target2
vm_id = 5ec2e524-b82f-4185-ad73-be1cd6c837cd
|
| 994 | 2026-03-10T05:32:03.876Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target1
vm_id = 540a0f5f-87f3-4ac2-98cc-97a39ec437c5
|
| 995 | 2026-03-10T05:32:03.876Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 996 | 2026-03-10T05:32:03.879Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = 540a0f5f-87f3-4ac2-98cc-97a39ec437c5
|
| 997 | 2026-03-10T05:32:03.959Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 84
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 998 | 2026-03-10T05:32:03.959Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 11411
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
|
| 999 | 2026-03-10T05:32:03.969Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = 5ec2e524-b82f-4185-ad73-be1cd6c837cd
|
| 1000 | 2026-03-10T05:32:04.007Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 132
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target1
vm_id = 540a0f5f-87f3-4ac2-98cc-97a39ec437c5
|
| 1001 | 2026-03-10T05:32:04.007Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6137
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
target = phd_framework::test_vm
target_id = 540a0f5f-87f3-4ac2-98cc-97a39ec437c5
vm = migrate_running_process::export_failure_target1
vm_id = 540a0f5f-87f3-4ac2-98cc-97a39ec437c5
|
| 1002 | 2026-03-10T05:32:04.007Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 6137
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
target = phd_framework::test_vm
target_id = 540a0f5f-87f3-4ac2-98cc-97a39ec437c5
|
| 1003 | 2026-03-10T05:32:04.052Z | 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 = 5ec2e524-b82f-4185-ad73-be1cd6c837cd
|
| 1004 | 2026-03-10T05:32:04.052Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-f2b71af8-5f71-480f-825d-1fadc75468f6"]
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 = 5ec2e524-b82f-4185-ad73-be1cd6c837cd
|
| 1005 | 2026-03-10T05:32:04.077Z | 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 = 5ec2e524-b82f-4185-ad73-be1cd6c837cd
|
| 1006 | 2026-03-10T05:32:04.077Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d07757f2-865f-462e-852f-794cceb81335"]
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 = 5ec2e524-b82f-4185-ad73-be1cd6c837cd
|
| 1007 | 2026-03-10T05:32:04.097Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 223
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target2
vm_id = 5ec2e524-b82f-4185-ad73-be1cd6c837cd
|
| 1008 | 2026-03-10T05:32:04.097Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 3300
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
target = phd_framework::test_vm
target_id = 5ec2e524-b82f-4185-ad73-be1cd6c837cd
vm = migrate_running_process::export_failure_target2
vm_id = 5ec2e524-b82f-4185-ad73-be1cd6c837cd
|
| 1009 | 2026-03-10T05:32:04.097Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 3301
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = e14fbf1b-b54a-45da-ab49-02b1d2c12091
target = phd_framework::test_vm
target_id = 5ec2e524-b82f-4185-ad73-be1cd6c837cd
|
| 1010 | 2026-03-10T05:32:04.097Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 222
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1011 | 2026-03-10T05:32:04.097Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 11743
file = phd-tests/tests/src/migrate.rs
line = 206
path = phd_tests::migrate::running_process::export_failure
target = phd_tests::migrate::running_process
|
| 1012 | 2026-03-10T05:32:04.097Z | INFO | phd-runner: Starting test phd_tests::migrate::smoke_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 1013 | 2026-03-10T05:32:04.097Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1014 | 2026-03-10T05:32:04.097Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1015 | 2026-03-10T05:32:04.097Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 15
path = phd_tests::migrate::smoke_test
target = phd_tests::migrate
|
| 1016 | 2026-03-10T05:32:04.097Z | 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
|
| 1017 | 2026-03-10T05:32:04.098Z | 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
|
| 1018 | 2026-03-10T05:32:04.098Z | 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
|
| 1019 | 2026-03-10T05:32:04.098Z | 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
|
| 1020 | 2026-03-10T05:32:04.109Z | 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 230M 25.3T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 1021 | 2026-03-10T05:32:04.109Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-e85d9fec-7a74-4f0e-95d3-46a79a2d2ddf"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::smoke_test
target = phd_framework::zfs
verb = snapshot
|
| 1022 | 2026-03-10T05:32:04.127Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-e85d9fec-7a74-4f0e-95d3-46a79a2d2ddf", "phd-artifacts/phd-clone-07787a12-f842-4f22-9032-0f867acb677a"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::smoke_test
target = phd_framework::zfs
verb = clone
|
| 1023 | 2026-03-10T05:32:04.145Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-07787a12-f842-4f22-9032-0f867acb677a"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::smoke_test
target = phd_framework::zfs
verb = list
|
| 1024 | 2026-03-10T05:32:04.157Z | 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-07787a12-f842-4f22-9032-0f867acb677a 0B 25.3T 227M /phd-artifacts/phd-clone-07787a12-f842-4f22-9032-0f867acb677a\n
target = phd_framework::zfs
|
| 1025 | 2026-03-10T05:32:04.158Z | 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
|
| 1026 | 2026-03-10T05:32:04.158Z | 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
|
| 1027 | 2026-03-10T05:32:04.158Z | 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
|
| 1028 | 2026-03-10T05:32:04.158Z | 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 = 64
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
|
| 1029 | 2026-03-10T05:32:04.158Z | 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
|
| 1030 | 2026-03-10T05:32:04.187Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 914
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm::server
|
| 1031 | 2026-03-10T05:32:04.202Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 44
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
|
| 1032 | 2026-03-10T05:32:04.202Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1033 | 2026-03-10T05:32:04.203Z | 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 = 452
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1034 | 2026-03-10T05:32:04.956Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1035 | 2026-03-10T05:32:04.957Z | 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: 951f1eef-fada-4baa-b35c-7a7978405367, name: "phd-vm-951f1eef-fada-4baa-b35c-7a7978405367", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 9eb727dd-4681-4596-b755-571049cc095b, project_id: 24c26349-9f20-4c29-b173-8f4d31f8b2a5, sled_id: b0be7437-f0cc-4b3b-85e7-e1dd3187f50d, sled_serial: "b0be7437-f0cc-4b3b-85e7-e1dd3187f50d", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1036 | 2026-03-10T05:32:04.957Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1037 | 2026-03-10T05:32:04.957Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::migrate::smoke_test
state = Run
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1038 | 2026-03-10T05:32:04.958Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1039 | 2026-03-10T05:32:04.958Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
|
| 1040 | 2026-03-10T05:32:04.958Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1041 | 2026-03-10T05:32:04.958Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::smoke_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 1042 | 2026-03-10T05:32:04.958Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1043 | 2026-03-10T05:32:04.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 = 909
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1044 | 2026-03-10T05:32:09.505Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4547
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1045 | 2026-03-10T05:32:09.505Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::smoke_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 1046 | 2026-03-10T05:32:09.505Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1047 | 2026-03-10T05:32:09.505Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1048 | 2026-03-10T05:32:09.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 = 909
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1049 | 2026-03-10T05:32:09.524Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1050 | 2026-03-10T05:32:09.524Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::smoke_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 1051 | 2026-03-10T05:32:09.524Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1052 | 2026-03-10T05:32:09.524Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1053 | 2026-03-10T05:32:09.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 = 909
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1054 | 2026-03-10T05:32:09.558Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1055 | 2026-03-10T05:32:09.558Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
|
| 1056 | 2026-03-10T05:32:09.558Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4600
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
|
| 1057 | 2026-03-10T05:32:09.558Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1058 | 2026-03-10T05:32:09.559Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1059 | 2026-03-10T05:32:09.568Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1060 | 2026-03-10T05:32:09.568Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1061 | 2026-03-10T05:32:09.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 = 909
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1062 | 2026-03-10T05:32:09.601Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1063 | 2026-03-10T05:32:09.601Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1064 | 2026-03-10T05:32:09.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 = 909
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1065 | 2026-03-10T05:32:09.612Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1066 | 2026-03-10T05:32:09.613Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1067 | 2026-03-10T05:32:09.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 = 909
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1068 | 2026-03-10T05:32:09.645Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1069 | 2026-03-10T05:32:09.646Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1070 | 2026-03-10T05:32:09.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 = 909
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1071 | 2026-03-10T05:32:09.656Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1072 | 2026-03-10T05:32:09.656Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1073 | 2026-03-10T05:32:09.656Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1074 | 2026-03-10T05:32:09.690Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1075 | 2026-03-10T05:32:09.691Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1076 | 2026-03-10T05:32:09.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 = 909
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1077 | 2026-03-10T05:32:09.701Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1078 | 2026-03-10T05:32:09.701Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1079 | 2026-03-10T05:32:09.701Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1080 | 2026-03-10T05:32:09.735Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1081 | 2026-03-10T05:32:09.735Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1082 | 2026-03-10T05:32:09.736Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1083 | 2026-03-10T05:32:09.746Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1084 | 2026-03-10T05:32:09.746Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1085 | 2026-03-10T05:32:09.746Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1086 | 2026-03-10T05:32:09.780Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1087 | 2026-03-10T05:32:09.780Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1088 | 2026-03-10T05:32:09.781Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1089 | 2026-03-10T05:32:09.790Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1090 | 2026-03-10T05:32:09.791Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1091 | 2026-03-10T05:32:09.791Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1092 | 2026-03-10T05:32:09.824Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1093 | 2026-03-10T05:32:09.824Z | 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
|
| 1094 | 2026-03-10T05:32:09.824Z | 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
|
| 1095 | 2026-03-10T05:32:09.824Z | 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
|
| 1096 | 2026-03-10T05:32:09.825Z | 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
|
| 1097 | 2026-03-10T05:32:09.825Z | 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 = 64
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
|
| 1098 | 2026-03-10T05:32:09.825Z | 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
|
| 1099 | 2026-03-10T05:32:09.855Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 915
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm::server
|
| 1100 | 2026-03-10T05:32:09.869Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 44
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
|
| 1101 | 2026-03-10T05:32:09.869Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 951f1eef-fada-4baa-b35c-7a7978405367
target = phd_framework::test_vm
target_id = 20155cec-ec3b-404f-874e-43ae472b3133
|
| 1102 | 2026-03-10T05:32:09.869Z | 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 = 639
migration_id = 0b3c646e-9534-42b2-b9e9-ce1fca289cef
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 951f1eef-fada-4baa-b35c-7a7978405367
target = phd_framework::test_vm
target_id = 20155cec-ec3b-404f-874e-43ae472b3133
timeout_duration = 45s
|
| 1103 | 2026-03-10T05:32:09.869Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 951f1eef-fada-4baa-b35c-7a7978405367
target = phd_framework::test_vm
target_id = 20155cec-ec3b-404f-874e-43ae472b3133
vm = migration_smoke_lifecycle_0
vm_id = 20155cec-ec3b-404f-874e-43ae472b3133
|
| 1104 | 2026-03-10T05:32:09.870Z | 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 = 452
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 951f1eef-fada-4baa-b35c-7a7978405367
target = phd_framework::test_vm
target_id = 20155cec-ec3b-404f-874e-43ae472b3133
vm = migration_smoke_lifecycle_0
vm_id = 20155cec-ec3b-404f-874e-43ae472b3133
|
| 1105 | 2026-03-10T05:32:10.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: 20155cec-ec3b-404f-874e-43ae472b3133, name: "phd-vm-20155cec-ec3b-404f-874e-43ae472b3133", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 9eb727dd-4681-4596-b755-571049cc095b, project_id: 24c26349-9f20-4c29-b173-8f4d31f8b2a5, sled_id: 449926cb-53f0-48a3-afe7-fbd636a8197c, sled_serial: "449926cb-53f0-48a3-afe7-fbd636a8197c", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 511
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 951f1eef-fada-4baa-b35c-7a7978405367
target = phd_framework::test_vm
target_id = 20155cec-ec3b-404f-874e-43ae472b3133
vm = migration_smoke_lifecycle_0
vm_id = 20155cec-ec3b-404f-874e-43ae472b3133
|
| 1106 | 2026-03-10T05:32:10.662Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 0b3c646e-9534-42b2-b9e9-ce1fca289cef
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 951f1eef-fada-4baa-b35c-7a7978405367
target = phd_framework::test_vm
target_id = 20155cec-ec3b-404f-874e-43ae472b3133
|
| 1107 | 2026-03-10T05:32:13.349Z | 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
|
| 1108 | 2026-03-10T05:32:14.685Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 673
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 951f1eef-fada-4baa-b35c-7a7978405367
target = phd_framework::test_vm
target_id = 20155cec-ec3b-404f-874e-43ae472b3133
|
| 1109 | 2026-03-10T05:32:14.686Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 4022
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 0b3c646e-9534-42b2-b9e9-ce1fca289cef
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 951f1eef-fada-4baa-b35c-7a7978405367
target = phd_framework::test_vm
target_id = 20155cec-ec3b-404f-874e-43ae472b3133
|
| 1110 | 2026-03-10T05:32:14.688Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1111 | 2026-03-10T05:32:14.688Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke_lifecycle_0
vm_id = 20155cec-ec3b-404f-874e-43ae472b3133
|
| 1112 | 2026-03-10T05:32:14.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 = 909
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_smoke_lifecycle_0
vm_id = 20155cec-ec3b-404f-874e-43ae472b3133
|
| 1113 | 2026-03-10T05:32:14.690Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
path = phd_tests::migrate::smoke_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1114 | 2026-03-10T05:32:14.771Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 82
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1115 | 2026-03-10T05:32:14.771Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 10569
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 951f1eef-fada-4baa-b35c-7a7978405367
|
| 1116 | 2026-03-10T05:32:14.771Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 82
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke_lifecycle_0
vm_id = 20155cec-ec3b-404f-874e-43ae472b3133
|
| 1117 | 2026-03-10T05:32:14.771Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke_lifecycle_0
vm_id = 20155cec-ec3b-404f-874e-43ae472b3133
|
| 1118 | 2026-03-10T05:32:14.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 = 909
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_smoke_lifecycle_0
vm_id = 20155cec-ec3b-404f-874e-43ae472b3133
|
| 1119 | 2026-03-10T05:32:14.799Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 27
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke_lifecycle_0
vm_id = 20155cec-ec3b-404f-874e-43ae472b3133
|
| 1120 | 2026-03-10T05:32:14.799Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke_lifecycle_0
vm_id = 20155cec-ec3b-404f-874e-43ae472b3133
|
| 1121 | 2026-03-10T05:32:14.799Z | 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
|
| 1122 | 2026-03-10T05:32:14.799Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 9843
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1123 | 2026-03-10T05:32:14.799Z | INFO | phd-runner: test phd_tests::migrate::smoke_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 1124 | 2026-03-10T05:32:14.800Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1125 | 2026-03-10T05:32:14.801Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke_lifecycle_0
vm_id = 20155cec-ec3b-404f-874e-43ae472b3133
|
| 1126 | 2026-03-10T05:32:15.467Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = 20155cec-ec3b-404f-874e-43ae472b3133
|
| 1127 | 2026-03-10T05:32:15.546Z | 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 = 20155cec-ec3b-404f-874e-43ae472b3133
|
| 1128 | 2026-03-10T05:32:15.547Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-07787a12-f842-4f22-9032-0f867acb677a"]
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 = 20155cec-ec3b-404f-874e-43ae472b3133
|
| 1129 | 2026-03-10T05:32:15.572Z | 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 = 20155cec-ec3b-404f-874e-43ae472b3133
|
| 1130 | 2026-03-10T05:32:15.572Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-e85d9fec-7a74-4f0e-95d3-46a79a2d2ddf"]
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 = 20155cec-ec3b-404f-874e-43ae472b3133
|
| 1131 | 2026-03-10T05:32:15.591Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 791
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke_lifecycle_0
vm_id = 20155cec-ec3b-404f-874e-43ae472b3133
|
| 1132 | 2026-03-10T05:32:15.591Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 791
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1133 | 2026-03-10T05:32:15.591Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5721
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 951f1eef-fada-4baa-b35c-7a7978405367
target = phd_framework::test_vm
target_id = 20155cec-ec3b-404f-874e-43ae472b3133
vm = migration_smoke_lifecycle_0
vm_id = 20155cec-ec3b-404f-874e-43ae472b3133
|
| 1134 | 2026-03-10T05:32:15.591Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 5721
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 951f1eef-fada-4baa-b35c-7a7978405367
target = phd_framework::test_vm
target_id = 20155cec-ec3b-404f-874e-43ae472b3133
|
| 1135 | 2026-03-10T05:32:15.591Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 11494
file = phd-tests/tests/src/migrate.rs
line = 15
path = phd_tests::migrate::smoke_test
target = phd_tests::migrate
|
| 1136 | 2026-03-10T05:32:15.591Z | INFO | phd-runner: Starting test phd_tests::migrate::serial_history
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 1137 | 2026-03-10T05:32:15.591Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1138 | 2026-03-10T05:32:15.591Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1139 | 2026-03-10T05:32:15.591Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 20
path = phd_tests::migrate::serial_history
target = phd_tests::migrate
|
| 1140 | 2026-03-10T05:32:15.592Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 1141 | 2026-03-10T05:32:15.592Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1142 | 2026-03-10T05:32:15.592Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1143 | 2026-03-10T05:32:15.592Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::serial_history
target = phd_framework::zfs
verb = list
|
| 1144 | 2026-03-10T05:32:15.603Z | 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 229M 25.3T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 1145 | 2026-03-10T05:32:15.603Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-02a89a3f-6874-42c9-85b1-b2948c275f45"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::serial_history
target = phd_framework::zfs
verb = snapshot
|
| 1146 | 2026-03-10T05:32:15.619Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-02a89a3f-6874-42c9-85b1-b2948c275f45", "phd-artifacts/phd-clone-bdb995a6-b5c4-4e59-9589-b044c11c4f1e"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::serial_history
target = phd_framework::zfs
verb = clone
|
| 1147 | 2026-03-10T05:32:15.637Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-bdb995a6-b5c4-4e59-9589-b044c11c4f1e"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::serial_history
target = phd_framework::zfs
verb = list
|
| 1148 | 2026-03-10T05:32:15.648Z | 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-bdb995a6-b5c4-4e59-9589-b044c11c4f1e 0B 25.3T 227M /phd-artifacts/phd-clone-bdb995a6-b5c4-4e59-9589-b044c11c4f1e\n
target = phd_framework::zfs
|
| 1149 | 2026-03-10T05:32:15.649Z | 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
|
| 1150 | 2026-03-10T05:32:15.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::migrate::serial_history
target = phd_framework::test_vm
vm_name = migration_serial_history
|
| 1151 | 2026-03-10T05:32:15.649Z | 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
|
| 1152 | 2026-03-10T05:32:15.649Z | 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 = 64
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
|
| 1153 | 2026-03-10T05:32:15.649Z | 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
|
| 1154 | 2026-03-10T05:32:15.679Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 924
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm::server
|
| 1155 | 2026-03-10T05:32:15.694Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 44
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
|
| 1156 | 2026-03-10T05:32:15.694Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 2dc52497-2802-414e-a553-626f6bd0a8a8
|
| 1157 | 2026-03-10T05:32:15.694Z | 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 = 452
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 2dc52497-2802-414e-a553-626f6bd0a8a8
|
| 1158 | 2026-03-10T05:32:16.093Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1159 | 2026-03-10T05:32:16.094Z | 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: 2dc52497-2802-414e-a553-626f6bd0a8a8, name: "phd-vm-2dc52497-2802-414e-a553-626f6bd0a8a8", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: e72f60d9-06e9-452a-8b20-a50f974a574a, project_id: 2bde1719-9598-45da-b6b8-86734a05030f, sled_id: 1bb9f7d4-d1da-4db1-998b-5de53aa0ceaf, sled_serial: "1bb9f7d4-d1da-4db1-998b-5de53aa0ceaf", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 2dc52497-2802-414e-a553-626f6bd0a8a8
|
| 1160 | 2026-03-10T05:32:16.094Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 2dc52497-2802-414e-a553-626f6bd0a8a8
|
| 1161 | 2026-03-10T05:32:16.094Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::migrate::serial_history
state = Run
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 2dc52497-2802-414e-a553-626f6bd0a8a8
|
| 1162 | 2026-03-10T05:32:16.095Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 2dc52497-2802-414e-a553-626f6bd0a8a8
|
| 1163 | 2026-03-10T05:32:16.095Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
|
| 1164 | 2026-03-10T05:32:16.095Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
timeout_duration = 300s
vm = migration_serial_history
vm_id = 2dc52497-2802-414e-a553-626f6bd0a8a8
|
| 1165 | 2026-03-10T05:32:16.095Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::serial_history
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 1166 | 2026-03-10T05:32:16.095Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 2dc52497-2802-414e-a553-626f6bd0a8a8
|
| 1167 | 2026-03-10T05:32:16.095Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_serial_history
vm_id = 2dc52497-2802-414e-a553-626f6bd0a8a8
|
| 1168 | 2026-03-10T05:32:20.604Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4508
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 2dc52497-2802-414e-a553-626f6bd0a8a8
|
| 1169 | 2026-03-10T05:32:20.604Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::serial_history
step = WriteStr("root")
target = phd_framework::test_vm
|
| 1170 | 2026-03-10T05:32:20.604Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::serial_history
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1171 | 2026-03-10T05:32:20.604Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 2dc52497-2802-414e-a553-626f6bd0a8a8
|
| 1172 | 2026-03-10T05:32:20.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 = 909
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_serial_history
vm_id = 2dc52497-2802-414e-a553-626f6bd0a8a8
|
| 1173 | 2026-03-10T05:32:20.624Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 19
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 2dc52497-2802-414e-a553-626f6bd0a8a8
|
| 1174 | 2026-03-10T05:32:20.624Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::serial_history
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 1175 | 2026-03-10T05:32:20.624Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::serial_history
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1176 | 2026-03-10T05:32:20.624Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 2dc52497-2802-414e-a553-626f6bd0a8a8
|
| 1177 | 2026-03-10T05:32:20.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 = 909
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_serial_history
vm_id = 2dc52497-2802-414e-a553-626f6bd0a8a8
|
| 1178 | 2026-03-10T05:32:20.656Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 2dc52497-2802-414e-a553-626f6bd0a8a8
|
| 1179 | 2026-03-10T05:32:20.656Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
|
| 1180 | 2026-03-10T05:32:20.657Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4561
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
|
| 1181 | 2026-03-10T05:32:20.657Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 2dc52497-2802-414e-a553-626f6bd0a8a8
|
| 1182 | 2026-03-10T05:32:20.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 = 909
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_serial_history
vm_id = 2dc52497-2802-414e-a553-626f6bd0a8a8
|
| 1183 | 2026-03-10T05:32:20.667Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 2dc52497-2802-414e-a553-626f6bd0a8a8
|
| 1184 | 2026-03-10T05:32:20.667Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 2dc52497-2802-414e-a553-626f6bd0a8a8
|
| 1185 | 2026-03-10T05:32:20.667Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_serial_history
vm_id = 2dc52497-2802-414e-a553-626f6bd0a8a8
|
| 1186 | 2026-03-10T05:32:20.701Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 2dc52497-2802-414e-a553-626f6bd0a8a8
|
| 1187 | 2026-03-10T05:32:20.702Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 2dc52497-2802-414e-a553-626f6bd0a8a8
|
| 1188 | 2026-03-10T05:32:20.702Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_serial_history
vm_id = 2dc52497-2802-414e-a553-626f6bd0a8a8
|
| 1189 | 2026-03-10T05:32:20.712Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 2dc52497-2802-414e-a553-626f6bd0a8a8
|
| 1190 | 2026-03-10T05:32:20.712Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 2dc52497-2802-414e-a553-626f6bd0a8a8
|
| 1191 | 2026-03-10T05:32:20.712Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_serial_history
vm_id = 2dc52497-2802-414e-a553-626f6bd0a8a8
|
| 1192 | 2026-03-10T05:32:20.746Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 2dc52497-2802-414e-a553-626f6bd0a8a8
|
| 1193 | 2026-03-10T05:32:20.750Z | 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
|
| 1194 | 2026-03-10T05:32:20.750Z | 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
|
| 1195 | 2026-03-10T05:32:20.750Z | 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
|
| 1196 | 2026-03-10T05:32:20.750Z | 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
|
| 1197 | 2026-03-10T05:32:20.751Z | 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 = 64
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
|
| 1198 | 2026-03-10T05:32:20.751Z | 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
|
| 1199 | 2026-03-10T05:32:20.779Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 925
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm::server
|
| 1200 | 2026-03-10T05:32:20.793Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 42
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
|
| 1201 | 2026-03-10T05:32:20.793Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 2dc52497-2802-414e-a553-626f6bd0a8a8
target = phd_framework::test_vm
target_id = af8e55d2-bcb2-4d0a-9069-80dc97823dda
|
| 1202 | 2026-03-10T05:32:20.793Z | 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 = 639
migration_id = 0c3fc49f-8de3-4a8a-8479-2a165bd7d076
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 2dc52497-2802-414e-a553-626f6bd0a8a8
target = phd_framework::test_vm
target_id = af8e55d2-bcb2-4d0a-9069-80dc97823dda
timeout_duration = 45s
|
| 1203 | 2026-03-10T05:32:20.793Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 2dc52497-2802-414e-a553-626f6bd0a8a8
target = phd_framework::test_vm
target_id = af8e55d2-bcb2-4d0a-9069-80dc97823dda
vm = migration_serial_history_lifecycle_0
vm_id = af8e55d2-bcb2-4d0a-9069-80dc97823dda
|
| 1204 | 2026-03-10T05:32:20.794Z | 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 = 452
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 2dc52497-2802-414e-a553-626f6bd0a8a8
target = phd_framework::test_vm
target_id = af8e55d2-bcb2-4d0a-9069-80dc97823dda
vm = migration_serial_history_lifecycle_0
vm_id = af8e55d2-bcb2-4d0a-9069-80dc97823dda
|
| 1205 | 2026-03-10T05:32:21.593Z | 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: af8e55d2-bcb2-4d0a-9069-80dc97823dda, name: "phd-vm-af8e55d2-bcb2-4d0a-9069-80dc97823dda", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: e72f60d9-06e9-452a-8b20-a50f974a574a, project_id: 2bde1719-9598-45da-b6b8-86734a05030f, sled_id: a9cd8501-2110-4077-9cdc-365b68c4f771, sled_serial: "a9cd8501-2110-4077-9cdc-365b68c4f771", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 511
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 2dc52497-2802-414e-a553-626f6bd0a8a8
target = phd_framework::test_vm
target_id = af8e55d2-bcb2-4d0a-9069-80dc97823dda
vm = migration_serial_history_lifecycle_0
vm_id = af8e55d2-bcb2-4d0a-9069-80dc97823dda
|
| 1206 | 2026-03-10T05:32:21.593Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 0c3fc49f-8de3-4a8a-8479-2a165bd7d076
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 2dc52497-2802-414e-a553-626f6bd0a8a8
target = phd_framework::test_vm
target_id = af8e55d2-bcb2-4d0a-9069-80dc97823dda
|
| 1207 | 2026-03-10T05:32:24.227Z | 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
|
| 1208 | 2026-03-10T05:32:25.528Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 673
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 2dc52497-2802-414e-a553-626f6bd0a8a8
target = phd_framework::test_vm
target_id = af8e55d2-bcb2-4d0a-9069-80dc97823dda
|
| 1209 | 2026-03-10T05:32:25.529Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3934
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 0c3fc49f-8de3-4a8a-8479-2a165bd7d076
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 2dc52497-2802-414e-a553-626f6bd0a8a8
target = phd_framework::test_vm
target_id = af8e55d2-bcb2-4d0a-9069-80dc97823dda
|
| 1210 | 2026-03-10T05:32:25.531Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 2dc52497-2802-414e-a553-626f6bd0a8a8
|
| 1211 | 2026-03-10T05:32:25.532Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = 2dc52497-2802-414e-a553-626f6bd0a8a8
|
| 1212 | 2026-03-10T05:32:25.614Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 82
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 2dc52497-2802-414e-a553-626f6bd0a8a8
|
| 1213 | 2026-03-10T05:32:25.614Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 9919
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 2dc52497-2802-414e-a553-626f6bd0a8a8
|
| 1214 | 2026-03-10T05:32:25.616Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_lifecycle_0
vm_id = af8e55d2-bcb2-4d0a-9069-80dc97823dda
|
| 1215 | 2026-03-10T05:32:25.616Z | 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
|
| 1216 | 2026-03-10T05:32:25.617Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 9522
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1217 | 2026-03-10T05:32:25.617Z | INFO | phd-runner: test phd_tests::migrate::serial_history ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 1218 | 2026-03-10T05:32:25.617Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1219 | 2026-03-10T05:32:25.618Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_lifecycle_0
vm_id = af8e55d2-bcb2-4d0a-9069-80dc97823dda
|
| 1220 | 2026-03-10T05:32:26.212Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = af8e55d2-bcb2-4d0a-9069-80dc97823dda
|
| 1221 | 2026-03-10T05:32:26.298Z | 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 = af8e55d2-bcb2-4d0a-9069-80dc97823dda
|
| 1222 | 2026-03-10T05:32:26.298Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-bdb995a6-b5c4-4e59-9589-b044c11c4f1e"]
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 = af8e55d2-bcb2-4d0a-9069-80dc97823dda
|
| 1223 | 2026-03-10T05:32:26.328Z | 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 = af8e55d2-bcb2-4d0a-9069-80dc97823dda
|
| 1224 | 2026-03-10T05:32:26.328Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-02a89a3f-6874-42c9-85b1-b2948c275f45"]
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 = af8e55d2-bcb2-4d0a-9069-80dc97823dda
|
| 1225 | 2026-03-10T05:32:26.346Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 729
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_lifecycle_0
vm_id = af8e55d2-bcb2-4d0a-9069-80dc97823dda
|
| 1226 | 2026-03-10T05:32:26.346Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5552
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 2dc52497-2802-414e-a553-626f6bd0a8a8
target = phd_framework::test_vm
target_id = af8e55d2-bcb2-4d0a-9069-80dc97823dda
vm = migration_serial_history_lifecycle_0
vm_id = af8e55d2-bcb2-4d0a-9069-80dc97823dda
|
| 1227 | 2026-03-10T05:32:26.346Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 729
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1228 | 2026-03-10T05:32:26.346Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 5552
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 2dc52497-2802-414e-a553-626f6bd0a8a8
target = phd_framework::test_vm
target_id = af8e55d2-bcb2-4d0a-9069-80dc97823dda
|
| 1229 | 2026-03-10T05:32:26.346Z | INFO | phd-runner: Starting test phd_tests::migrate::multiple_migrations
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 1230 | 2026-03-10T05:32:26.346Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 10754
file = phd-tests/tests/src/migrate.rs
line = 20
path = phd_tests::migrate::serial_history
target = phd_tests::migrate
|
| 1231 | 2026-03-10T05:32:26.346Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1232 | 2026-03-10T05:32:26.347Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1233 | 2026-03-10T05:32:26.347Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 302
path = phd_tests::migrate::multiple_migrations
target = phd_tests::migrate
|
| 1234 | 2026-03-10T05:32:26.347Z | 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
|
| 1235 | 2026-03-10T05:32:26.347Z | 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
|
| 1236 | 2026-03-10T05:32:26.347Z | 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
|
| 1237 | 2026-03-10T05:32:26.347Z | 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
|
| 1238 | 2026-03-10T05:32:26.359Z | 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 229M 25.3T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 1239 | 2026-03-10T05:32:26.359Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-e829ac9d-cb90-4bd9-acdf-12e72d19d6d6"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::multiple_migrations
target = phd_framework::zfs
verb = snapshot
|
| 1240 | 2026-03-10T05:32:26.376Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-e829ac9d-cb90-4bd9-acdf-12e72d19d6d6", "phd-artifacts/phd-clone-91df41e4-fe87-430f-ba2d-89ce7e440c5f"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::multiple_migrations
target = phd_framework::zfs
verb = clone
|
| 1241 | 2026-03-10T05:32:26.395Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-91df41e4-fe87-430f-ba2d-89ce7e440c5f"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::multiple_migrations
target = phd_framework::zfs
verb = list
|
| 1242 | 2026-03-10T05:32:26.406Z | 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-91df41e4-fe87-430f-ba2d-89ce7e440c5f 0B 25.3T 227M /phd-artifacts/phd-clone-91df41e4-fe87-430f-ba2d-89ce7e440c5f\n
target = phd_framework::zfs
|
| 1243 | 2026-03-10T05:32:26.406Z | 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
|
| 1244 | 2026-03-10T05:32:26.406Z | 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
|
| 1245 | 2026-03-10T05:32:26.407Z | 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
|
| 1246 | 2026-03-10T05:32:26.407Z | 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 = 64
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
|
| 1247 | 2026-03-10T05:32:26.407Z | 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
|
| 1248 | 2026-03-10T05:32:26.436Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 934
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm::server
|
| 1249 | 2026-03-10T05:32:26.451Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 44
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
|
| 1250 | 2026-03-10T05:32:26.451Z | 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
|
| 1251 | 2026-03-10T05:32:26.452Z | 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
|
| 1252 | 2026-03-10T05:32:26.452Z | 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
|
| 1253 | 2026-03-10T05:32:26.452Z | 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 = 64
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
|
| 1254 | 2026-03-10T05:32:26.452Z | 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
|
| 1255 | 2026-03-10T05:32:26.480Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 935
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm::server
|
| 1256 | 2026-03-10T05:32:26.496Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 44
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
|
| 1257 | 2026-03-10T05:32:26.496Z | 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
|
| 1258 | 2026-03-10T05:32:26.496Z | 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
|
| 1259 | 2026-03-10T05:32:26.496Z | 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
|
| 1260 | 2026-03-10T05:32:26.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 = 64
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
|
| 1261 | 2026-03-10T05:32:26.496Z | 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
|
| 1262 | 2026-03-10T05:32:26.519Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 936
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm::server
|
| 1263 | 2026-03-10T05:32:26.533Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 37
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
|
| 1264 | 2026-03-10T05:32:26.533Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = f05f933b-8c7f-47b9-9de3-bc0ee2e24df5
|
| 1265 | 2026-03-10T05:32:26.660Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1266 | 2026-03-10T05:32:26.660Z | 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: f05f933b-8c7f-47b9-9de3-bc0ee2e24df5, name: "phd-vm-f05f933b-8c7f-47b9-9de3-bc0ee2e24df5", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: d49476dd-26b8-4085-94ad-478aba5e31a9, project_id: ac87f401-7117-4274-a2a1-f8c8f8343621, sled_id: f598346e-fff2-4fc3-a44a-70540be5cf48, sled_serial: "f598346e-fff2-4fc3-a44a-70540be5cf48", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = f05f933b-8c7f-47b9-9de3-bc0ee2e24df5
|
| 1267 | 2026-03-10T05:32:26.661Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = f05f933b-8c7f-47b9-9de3-bc0ee2e24df5
|
| 1268 | 2026-03-10T05:32:26.661Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::migrate::multiple_migrations
state = Run
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = f05f933b-8c7f-47b9-9de3-bc0ee2e24df5
|
| 1269 | 2026-03-10T05:32:26.662Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = f05f933b-8c7f-47b9-9de3-bc0ee2e24df5
|
| 1270 | 2026-03-10T05:32:26.662Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
|
| 1271 | 2026-03-10T05:32:26.662Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = 300s
vm = multiple_migrations_0
vm_id = f05f933b-8c7f-47b9-9de3-bc0ee2e24df5
|
| 1272 | 2026-03-10T05:32:26.662Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::multiple_migrations
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 1273 | 2026-03-10T05:32:26.662Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = f05f933b-8c7f-47b9-9de3-bc0ee2e24df5
|
| 1274 | 2026-03-10T05:32:26.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 = 909
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = multiple_migrations_0
vm_id = f05f933b-8c7f-47b9-9de3-bc0ee2e24df5
|
| 1275 | 2026-03-10T05:32:31.261Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4598
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = f05f933b-8c7f-47b9-9de3-bc0ee2e24df5
|
| 1276 | 2026-03-10T05:32:31.261Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::multiple_migrations
step = WriteStr("root")
target = phd_framework::test_vm
|
| 1277 | 2026-03-10T05:32:31.261Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::multiple_migrations
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1278 | 2026-03-10T05:32:31.261Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = f05f933b-8c7f-47b9-9de3-bc0ee2e24df5
|
| 1279 | 2026-03-10T05:32:31.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 = 909
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = multiple_migrations_0
vm_id = f05f933b-8c7f-47b9-9de3-bc0ee2e24df5
|
| 1280 | 2026-03-10T05:32:31.280Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = f05f933b-8c7f-47b9-9de3-bc0ee2e24df5
|
| 1281 | 2026-03-10T05:32:31.280Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::multiple_migrations
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 1282 | 2026-03-10T05:32:31.280Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::multiple_migrations
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1283 | 2026-03-10T05:32:31.280Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = f05f933b-8c7f-47b9-9de3-bc0ee2e24df5
|
| 1284 | 2026-03-10T05:32:31.280Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = multiple_migrations_0
vm_id = f05f933b-8c7f-47b9-9de3-bc0ee2e24df5
|
| 1285 | 2026-03-10T05:32:31.313Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = f05f933b-8c7f-47b9-9de3-bc0ee2e24df5
|
| 1286 | 2026-03-10T05:32:31.313Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
|
| 1287 | 2026-03-10T05:32:31.313Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4651
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
|
| 1288 | 2026-03-10T05:32:31.314Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = f05f933b-8c7f-47b9-9de3-bc0ee2e24df5
target = phd_framework::test_vm
target_id = 65b836fd-9276-4485-9be1-705ef891ebde
|
| 1289 | 2026-03-10T05:32:31.314Z | 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 = 639
migration_id = 90b920ab-de94-44d5-9271-a7743c2013dc
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = f05f933b-8c7f-47b9-9de3-bc0ee2e24df5
target = phd_framework::test_vm
target_id = 65b836fd-9276-4485-9be1-705ef891ebde
timeout_duration = 45s
|
| 1290 | 2026-03-10T05:32:31.314Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = f05f933b-8c7f-47b9-9de3-bc0ee2e24df5
target = phd_framework::test_vm
target_id = 65b836fd-9276-4485-9be1-705ef891ebde
vm = multiple_migrations_1
vm_id = 65b836fd-9276-4485-9be1-705ef891ebde
|
| 1291 | 2026-03-10T05:32:31.434Z | 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: 65b836fd-9276-4485-9be1-705ef891ebde, name: "phd-vm-65b836fd-9276-4485-9be1-705ef891ebde", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: d49476dd-26b8-4085-94ad-478aba5e31a9, project_id: ac87f401-7117-4274-a2a1-f8c8f8343621, sled_id: 2e53585d-cd57-4252-9d86-c94a6fbaff95, sled_serial: "2e53585d-cd57-4252-9d86-c94a6fbaff95", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 511
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = f05f933b-8c7f-47b9-9de3-bc0ee2e24df5
target = phd_framework::test_vm
target_id = 65b836fd-9276-4485-9be1-705ef891ebde
vm = multiple_migrations_1
vm_id = 65b836fd-9276-4485-9be1-705ef891ebde
|
| 1292 | 2026-03-10T05:32:31.434Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 90b920ab-de94-44d5-9271-a7743c2013dc
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = f05f933b-8c7f-47b9-9de3-bc0ee2e24df5
target = phd_framework::test_vm
target_id = 65b836fd-9276-4485-9be1-705ef891ebde
|
| 1293 | 2026-03-10T05:32:34.111Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9002","from_start":7651}}
target = phd_framework::serial
|
| 1294 | 2026-03-10T05:32:36.111Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 673
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = f05f933b-8c7f-47b9-9de3-bc0ee2e24df5
target = phd_framework::test_vm
target_id = 65b836fd-9276-4485-9be1-705ef891ebde
|
| 1295 | 2026-03-10T05:32:36.111Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 4676
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 90b920ab-de94-44d5-9271-a7743c2013dc
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = f05f933b-8c7f-47b9-9de3-bc0ee2e24df5
target = phd_framework::test_vm
target_id = 65b836fd-9276-4485-9be1-705ef891ebde
|
| 1296 | 2026-03-10T05:32:36.111Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_1
vm_id = 65b836fd-9276-4485-9be1-705ef891ebde
|
| 1297 | 2026-03-10T05:32:36.111Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = multiple_migrations_1
vm_id = 65b836fd-9276-4485-9be1-705ef891ebde
|
| 1298 | 2026-03-10T05:32:36.123Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_1
vm_id = 65b836fd-9276-4485-9be1-705ef891ebde
|
| 1299 | 2026-03-10T05:32:36.124Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_1
vm_id = 65b836fd-9276-4485-9be1-705ef891ebde
|
| 1300 | 2026-03-10T05:32:36.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 = 909
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = multiple_migrations_1
vm_id = 65b836fd-9276-4485-9be1-705ef891ebde
|
| 1301 | 2026-03-10T05:32:36.157Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_1
vm_id = 65b836fd-9276-4485-9be1-705ef891ebde
|
| 1302 | 2026-03-10T05:32:36.157Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_1
vm_id = 65b836fd-9276-4485-9be1-705ef891ebde
|
| 1303 | 2026-03-10T05:32:36.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 = 909
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = multiple_migrations_1
vm_id = 65b836fd-9276-4485-9be1-705ef891ebde
|
| 1304 | 2026-03-10T05:32:36.168Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_1
vm_id = 65b836fd-9276-4485-9be1-705ef891ebde
|
| 1305 | 2026-03-10T05:32:36.168Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_1
vm_id = 65b836fd-9276-4485-9be1-705ef891ebde
|
| 1306 | 2026-03-10T05:32:36.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 = 909
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = multiple_migrations_1
vm_id = 65b836fd-9276-4485-9be1-705ef891ebde
|
| 1307 | 2026-03-10T05:32:36.201Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_1
vm_id = 65b836fd-9276-4485-9be1-705ef891ebde
|
| 1308 | 2026-03-10T05:32:36.201Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = 65b836fd-9276-4485-9be1-705ef891ebde
target = phd_framework::test_vm
target_id = 46fc610a-666d-4821-acca-bd8b44ea515b
|
| 1309 | 2026-03-10T05:32:36.201Z | 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 = 639
migration_id = c92b997c-c125-4ab5-a2a5-0da73862fac4
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = 65b836fd-9276-4485-9be1-705ef891ebde
target = phd_framework::test_vm
target_id = 46fc610a-666d-4821-acca-bd8b44ea515b
timeout_duration = 45s
|
| 1310 | 2026-03-10T05:32:36.201Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = 65b836fd-9276-4485-9be1-705ef891ebde
target = phd_framework::test_vm
target_id = 46fc610a-666d-4821-acca-bd8b44ea515b
vm = multiple_migrations_2
vm_id = 46fc610a-666d-4821-acca-bd8b44ea515b
|
| 1311 | 2026-03-10T05:32:36.319Z | 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: 46fc610a-666d-4821-acca-bd8b44ea515b, name: "phd-vm-46fc610a-666d-4821-acca-bd8b44ea515b", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: d49476dd-26b8-4085-94ad-478aba5e31a9, project_id: ac87f401-7117-4274-a2a1-f8c8f8343621, sled_id: e1a8b62d-8049-4935-9400-e71bc0fcbc78, sled_serial: "e1a8b62d-8049-4935-9400-e71bc0fcbc78", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 511
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = 65b836fd-9276-4485-9be1-705ef891ebde
target = phd_framework::test_vm
target_id = 46fc610a-666d-4821-acca-bd8b44ea515b
vm = multiple_migrations_2
vm_id = 46fc610a-666d-4821-acca-bd8b44ea515b
|
| 1312 | 2026-03-10T05:32:36.320Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = c92b997c-c125-4ab5-a2a5-0da73862fac4
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = 65b836fd-9276-4485-9be1-705ef891ebde
target = phd_framework::test_vm
target_id = 46fc610a-666d-4821-acca-bd8b44ea515b
|
| 1313 | 2026-03-10T05:32:39.012Z | 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
|
| 1314 | 2026-03-10T05:32:40.842Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 673
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = 65b836fd-9276-4485-9be1-705ef891ebde
target = phd_framework::test_vm
target_id = 46fc610a-666d-4821-acca-bd8b44ea515b
|
| 1315 | 2026-03-10T05:32:40.842Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 4522
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = c92b997c-c125-4ab5-a2a5-0da73862fac4
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = 65b836fd-9276-4485-9be1-705ef891ebde
target = phd_framework::test_vm
target_id = 46fc610a-666d-4821-acca-bd8b44ea515b
|
| 1316 | 2026-03-10T05:32:40.842Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = 46fc610a-666d-4821-acca-bd8b44ea515b
|
| 1317 | 2026-03-10T05:32:40.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 = 909
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = multiple_migrations_2
vm_id = 46fc610a-666d-4821-acca-bd8b44ea515b
|
| 1318 | 2026-03-10T05:32:40.855Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 12
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = 46fc610a-666d-4821-acca-bd8b44ea515b
|
| 1319 | 2026-03-10T05:32:40.855Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = 46fc610a-666d-4821-acca-bd8b44ea515b
|
| 1320 | 2026-03-10T05:32:40.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 = 909
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = multiple_migrations_2
vm_id = 46fc610a-666d-4821-acca-bd8b44ea515b
|
| 1321 | 2026-03-10T05:32:40.888Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = 46fc610a-666d-4821-acca-bd8b44ea515b
|
| 1322 | 2026-03-10T05:32:40.888Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = 46fc610a-666d-4821-acca-bd8b44ea515b
|
| 1323 | 2026-03-10T05:32:40.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 = 909
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = multiple_migrations_2
vm_id = 46fc610a-666d-4821-acca-bd8b44ea515b
|
| 1324 | 2026-03-10T05:32:40.899Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = 46fc610a-666d-4821-acca-bd8b44ea515b
|
| 1325 | 2026-03-10T05:32:40.899Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = 46fc610a-666d-4821-acca-bd8b44ea515b
|
| 1326 | 2026-03-10T05:32:40.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 = 909
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = multiple_migrations_2
vm_id = 46fc610a-666d-4821-acca-bd8b44ea515b
|
| 1327 | 2026-03-10T05:32:40.931Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = 46fc610a-666d-4821-acca-bd8b44ea515b
|
| 1328 | 2026-03-10T05:32:40.932Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = 46fc610a-666d-4821-acca-bd8b44ea515b
|
| 1329 | 2026-03-10T05:32:40.932Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_1
vm_id = 65b836fd-9276-4485-9be1-705ef891ebde
|
| 1330 | 2026-03-10T05:32:40.932Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = f05f933b-8c7f-47b9-9de3-bc0ee2e24df5
|
| 1331 | 2026-03-10T05:32:40.932Z | 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
|
| 1332 | 2026-03-10T05:32:40.932Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 14271
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1333 | 2026-03-10T05:32:40.932Z | INFO | phd-runner: test phd_tests::migrate::multiple_migrations ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 1334 | 2026-03-10T05:32:40.933Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1335 | 2026-03-10T05:32:40.933Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = 46fc610a-666d-4821-acca-bd8b44ea515b
|
| 1336 | 2026-03-10T05:32:40.934Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = 65b836fd-9276-4485-9be1-705ef891ebde
|
| 1337 | 2026-03-10T05:32:40.934Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = f05f933b-8c7f-47b9-9de3-bc0ee2e24df5
|
| 1338 | 2026-03-10T05:32:41.017Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 84
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_1
vm_id = 65b836fd-9276-4485-9be1-705ef891ebde
|
| 1339 | 2026-03-10T05:32:41.017Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 9702
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = f05f933b-8c7f-47b9-9de3-bc0ee2e24df5
target = phd_framework::test_vm
target_id = 65b836fd-9276-4485-9be1-705ef891ebde
vm = multiple_migrations_1
vm_id = 65b836fd-9276-4485-9be1-705ef891ebde
|
| 1340 | 2026-03-10T05:32:41.017Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 9703
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = f05f933b-8c7f-47b9-9de3-bc0ee2e24df5
target = phd_framework::test_vm
target_id = 65b836fd-9276-4485-9be1-705ef891ebde
|
| 1341 | 2026-03-10T05:32:41.024Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = 46fc610a-666d-4821-acca-bd8b44ea515b
|
| 1342 | 2026-03-10T05:32:41.065Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 132
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = f05f933b-8c7f-47b9-9de3-bc0ee2e24df5
|
| 1343 | 2026-03-10T05:32:41.065Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 14530
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = f05f933b-8c7f-47b9-9de3-bc0ee2e24df5
|
| 1344 | 2026-03-10T05:32:41.107Z | 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 = 46fc610a-666d-4821-acca-bd8b44ea515b
|
| 1345 | 2026-03-10T05:32:41.107Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-91df41e4-fe87-430f-ba2d-89ce7e440c5f"]
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 = 46fc610a-666d-4821-acca-bd8b44ea515b
|
| 1346 | 2026-03-10T05:32:41.134Z | 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 = 46fc610a-666d-4821-acca-bd8b44ea515b
|
| 1347 | 2026-03-10T05:32:41.134Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-e829ac9d-cb90-4bd9-acdf-12e72d19d6d6"]
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 = 46fc610a-666d-4821-acca-bd8b44ea515b
|
| 1348 | 2026-03-10T05:32:41.154Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 222
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = 46fc610a-666d-4821-acca-bd8b44ea515b
|
| 1349 | 2026-03-10T05:32:41.155Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 4952
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = 65b836fd-9276-4485-9be1-705ef891ebde
target = phd_framework::test_vm
target_id = 46fc610a-666d-4821-acca-bd8b44ea515b
vm = multiple_migrations_2
vm_id = 46fc610a-666d-4821-acca-bd8b44ea515b
|
| 1350 | 2026-03-10T05:32:41.155Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 4953
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = 65b836fd-9276-4485-9be1-705ef891ebde
target = phd_framework::test_vm
target_id = 46fc610a-666d-4821-acca-bd8b44ea515b
|
| 1351 | 2026-03-10T05:32:41.155Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 14807
file = phd-tests/tests/src/migrate.rs
line = 302
path = phd_tests::migrate::multiple_migrations
target = phd_tests::migrate
|
| 1352 | 2026-03-10T05:32:41.155Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 222
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1353 | 2026-03-10T05:32:41.155Z | INFO | phd-runner: Starting test phd_tests::migrate::migration_ensures_instance_metadata
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 1354 | 2026-03-10T05:32:41.155Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1355 | 2026-03-10T05:32:41.155Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1356 | 2026-03-10T05:32:41.155Z | 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
|
| 1357 | 2026-03-10T05:32:41.155Z | 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
|
| 1358 | 2026-03-10T05:32:41.155Z | 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
|
| 1359 | 2026-03-10T05:32:41.155Z | 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
|
| 1360 | 2026-03-10T05:32:41.155Z | 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
|
| 1361 | 2026-03-10T05:32:41.167Z | 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 228M 25.3T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 1362 | 2026-03-10T05:32:41.168Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2236286a-aa31-4498-82c3-20458cb876c6"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::zfs
verb = snapshot
|
| 1363 | 2026-03-10T05:32:41.186Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2236286a-aa31-4498-82c3-20458cb876c6", "phd-artifacts/phd-clone-24cd013b-808c-4c48-9075-cc57f847272e"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::zfs
verb = clone
|
| 1364 | 2026-03-10T05:32:41.204Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-24cd013b-808c-4c48-9075-cc57f847272e"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::zfs
verb = list
|
| 1365 | 2026-03-10T05:32:41.216Z | 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-24cd013b-808c-4c48-9075-cc57f847272e 0B 25.3T 227M /phd-artifacts/phd-clone-24cd013b-808c-4c48-9075-cc57f847272e\n
target = phd_framework::zfs
|
| 1366 | 2026-03-10T05:32:41.217Z | 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
|
| 1367 | 2026-03-10T05:32:41.217Z | 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
|
| 1368 | 2026-03-10T05:32:41.217Z | 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
|
| 1369 | 2026-03-10T05:32:41.217Z | 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 = 64
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
|
| 1370 | 2026-03-10T05:32:41.217Z | 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
|
| 1371 | 2026-03-10T05:32:41.247Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 946
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm::server
|
| 1372 | 2026-03-10T05:32:41.262Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 45
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
|
| 1373 | 2026-03-10T05:32:41.262Z | 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
|
| 1374 | 2026-03-10T05:32:41.262Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm_name = migration_ensures_instance_metadata_target
|
| 1375 | 2026-03-10T05:32:41.262Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 1376 | 2026-03-10T05:32:41.262Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 64
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
|
| 1377 | 2026-03-10T05:32:41.262Z | 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
|
| 1378 | 2026-03-10T05:32:41.286Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 947
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm::server
|
| 1379 | 2026-03-10T05:32:41.301Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 38
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
|
| 1380 | 2026-03-10T05:32:41.301Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = 7cb9b1d2-dbf8-430b-96c6-7c240be6da06
|
| 1381 | 2026-03-10T05:32:41.424Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1382 | 2026-03-10T05:32:41.425Z | 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: 7cb9b1d2-dbf8-430b-96c6-7c240be6da06, name: "phd-vm-7cb9b1d2-dbf8-430b-96c6-7c240be6da06", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 4bf828cf-e236-4103-a18c-62a5afd20f9d, project_id: 769f4a19-5b91-4ef5-a43b-cd618e963a44, sled_id: 0277cf9b-0e4e-4d2b-8b52-c33421b3b9e6, sled_serial: "0277cf9b-0e4e-4d2b-8b52-c33421b3b9e6", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = 7cb9b1d2-dbf8-430b-96c6-7c240be6da06
|
| 1383 | 2026-03-10T05:32:41.426Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = 7cb9b1d2-dbf8-430b-96c6-7c240be6da06
|
| 1384 | 2026-03-10T05:32:41.426Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::migrate::migration_ensures_instance_metadata
state = Run
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = 7cb9b1d2-dbf8-430b-96c6-7c240be6da06
|
| 1385 | 2026-03-10T05:32:41.426Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = 7cb9b1d2-dbf8-430b-96c6-7c240be6da06
|
| 1386 | 2026-03-10T05:32:41.427Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
|
| 1387 | 2026-03-10T05:32:41.427Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
timeout_duration = 300s
vm = migration_ensures_instance_metadata_source
vm_id = 7cb9b1d2-dbf8-430b-96c6-7c240be6da06
|
| 1388 | 2026-03-10T05:32:41.427Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::migration_ensures_instance_metadata
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 1389 | 2026-03-10T05:32:41.427Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = 7cb9b1d2-dbf8-430b-96c6-7c240be6da06
|
| 1390 | 2026-03-10T05:32:41.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 = 909
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_ensures_instance_metadata_source
vm_id = 7cb9b1d2-dbf8-430b-96c6-7c240be6da06
|
| 1391 | 2026-03-10T05:32:45.983Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4555
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = 7cb9b1d2-dbf8-430b-96c6-7c240be6da06
|
| 1392 | 2026-03-10T05:32:45.983Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::migration_ensures_instance_metadata
step = WriteStr("root")
target = phd_framework::test_vm
|
| 1393 | 2026-03-10T05:32:45.983Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::migration_ensures_instance_metadata
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1394 | 2026-03-10T05:32:45.983Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = 7cb9b1d2-dbf8-430b-96c6-7c240be6da06
|
| 1395 | 2026-03-10T05:32:45.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 = 909
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_ensures_instance_metadata_source
vm_id = 7cb9b1d2-dbf8-430b-96c6-7c240be6da06
|
| 1396 | 2026-03-10T05:32:46.013Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 29
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = 7cb9b1d2-dbf8-430b-96c6-7c240be6da06
|
| 1397 | 2026-03-10T05:32:46.013Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::migration_ensures_instance_metadata
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 1398 | 2026-03-10T05:32:46.013Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::migration_ensures_instance_metadata
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1399 | 2026-03-10T05:32:46.013Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = 7cb9b1d2-dbf8-430b-96c6-7c240be6da06
|
| 1400 | 2026-03-10T05:32:46.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 = 909
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_ensures_instance_metadata_source
vm_id = 7cb9b1d2-dbf8-430b-96c6-7c240be6da06
|
| 1401 | 2026-03-10T05:32:46.046Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = 7cb9b1d2-dbf8-430b-96c6-7c240be6da06
|
| 1402 | 2026-03-10T05:32:46.046Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
|
| 1403 | 2026-03-10T05:32:46.046Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4618
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
|
| 1404 | 2026-03-10T05:32:46.046Z | INFO | phd-runner: [GET_SPEC - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 593
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = 7cb9b1d2-dbf8-430b-96c6-7c240be6da06
|
| 1405 | 2026-03-10T05:32:46.046Z | INFO | phd-runner: [GET_SPEC - EVENT] Sending instance spec get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 595
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = 7cb9b1d2-dbf8-430b-96c6-7c240be6da06
|
| 1406 | 2026-03-10T05:32:46.049Z | INFO | phd-runner: [GET_SPEC - END]
elapsed_milliseconds = 3
file = phd-tests/framework/src/test_vm/mod.rs
line = 593
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = 7cb9b1d2-dbf8-430b-96c6-7c240be6da06
|
| 1407 | 2026-03-10T05:32:46.049Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 7cb9b1d2-dbf8-430b-96c6-7c240be6da06
target = phd_framework::test_vm
target_id = 09f224c1-14f3-4945-bfcd-4bd252c9aa39
|
| 1408 | 2026-03-10T05:32:46.049Z | 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 = 639
migration_id = a855de24-957b-4734-93ec-94db6b198fbc
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 7cb9b1d2-dbf8-430b-96c6-7c240be6da06
target = phd_framework::test_vm
target_id = 09f224c1-14f3-4945-bfcd-4bd252c9aa39
timeout_duration = 45s
|
| 1409 | 2026-03-10T05:32:46.049Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 7cb9b1d2-dbf8-430b-96c6-7c240be6da06
target = phd_framework::test_vm
target_id = 09f224c1-14f3-4945-bfcd-4bd252c9aa39
vm = migration_ensures_instance_metadata_target
vm_id = 09f224c1-14f3-4945-bfcd-4bd252c9aa39
|
| 1410 | 2026-03-10T05:32:46.170Z | 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: 09f224c1-14f3-4945-bfcd-4bd252c9aa39, name: "phd-vm-09f224c1-14f3-4945-bfcd-4bd252c9aa39", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 4bf828cf-e236-4103-a18c-62a5afd20f9d, project_id: 769f4a19-5b91-4ef5-a43b-cd618e963a44, sled_id: cd2b664f-9a0a-46ed-b118-1c2b30bea554, sled_serial: "cd2b664f-9a0a-46ed-b118-1c2b30bea554", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 511
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 7cb9b1d2-dbf8-430b-96c6-7c240be6da06
target = phd_framework::test_vm
target_id = 09f224c1-14f3-4945-bfcd-4bd252c9aa39
vm = migration_ensures_instance_metadata_target
vm_id = 09f224c1-14f3-4945-bfcd-4bd252c9aa39
|
| 1411 | 2026-03-10T05:32:46.170Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = a855de24-957b-4734-93ec-94db6b198fbc
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 7cb9b1d2-dbf8-430b-96c6-7c240be6da06
target = phd_framework::test_vm
target_id = 09f224c1-14f3-4945-bfcd-4bd252c9aa39
|
| 1412 | 2026-03-10T05:32:48.843Z | 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
|
| 1413 | 2026-03-10T05:32:50.247Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 673
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 7cb9b1d2-dbf8-430b-96c6-7c240be6da06
target = phd_framework::test_vm
target_id = 09f224c1-14f3-4945-bfcd-4bd252c9aa39
|
| 1414 | 2026-03-10T05:32:50.247Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 4076
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = a855de24-957b-4734-93ec-94db6b198fbc
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 7cb9b1d2-dbf8-430b-96c6-7c240be6da06
target = phd_framework::test_vm
target_id = 09f224c1-14f3-4945-bfcd-4bd252c9aa39
|
| 1415 | 2026-03-10T05:32:50.247Z | INFO | phd-runner: [GET_SPEC - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 593
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_target
vm_id = 09f224c1-14f3-4945-bfcd-4bd252c9aa39
|
| 1416 | 2026-03-10T05:32:50.247Z | INFO | phd-runner: [GET_SPEC - EVENT] Sending instance spec get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 595
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_target
vm_id = 09f224c1-14f3-4945-bfcd-4bd252c9aa39
|
| 1417 | 2026-03-10T05:32:50.249Z | INFO | phd-runner: [GET_SPEC - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 593
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_target
vm_id = 09f224c1-14f3-4945-bfcd-4bd252c9aa39
|
| 1418 | 2026-03-10T05:32:50.249Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_target
vm_id = 09f224c1-14f3-4945-bfcd-4bd252c9aa39
|
| 1419 | 2026-03-10T05:32:50.249Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = 7cb9b1d2-dbf8-430b-96c6-7c240be6da06
|
| 1420 | 2026-03-10T05:32:50.250Z | 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
|
| 1421 | 2026-03-10T05:32:50.250Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 8824
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1422 | 2026-03-10T05:32:50.250Z | INFO | phd-runner: test phd_tests::migrate::migration_ensures_instance_metadata ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 1423 | 2026-03-10T05:32:50.250Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1424 | 2026-03-10T05:32:50.251Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_target
vm_id = 09f224c1-14f3-4945-bfcd-4bd252c9aa39
|
| 1425 | 2026-03-10T05:32:50.252Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = 7cb9b1d2-dbf8-430b-96c6-7c240be6da06
|
| 1426 | 2026-03-10T05:32:50.332Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 82
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = 7cb9b1d2-dbf8-430b-96c6-7c240be6da06
|
| 1427 | 2026-03-10T05:32:50.333Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 9030
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = 7cb9b1d2-dbf8-430b-96c6-7c240be6da06
|
| 1428 | 2026-03-10T05:32:50.334Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = 09f224c1-14f3-4945-bfcd-4bd252c9aa39
|
| 1429 | 2026-03-10T05:32:50.413Z | 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 = 09f224c1-14f3-4945-bfcd-4bd252c9aa39
|
| 1430 | 2026-03-10T05:32:50.413Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-24cd013b-808c-4c48-9075-cc57f847272e"]
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 = 09f224c1-14f3-4945-bfcd-4bd252c9aa39
|
| 1431 | 2026-03-10T05:32:50.440Z | 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 = 09f224c1-14f3-4945-bfcd-4bd252c9aa39
|
| 1432 | 2026-03-10T05:32:50.441Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2236286a-aa31-4498-82c3-20458cb876c6"]
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 = 09f224c1-14f3-4945-bfcd-4bd252c9aa39
|
| 1433 | 2026-03-10T05:32:50.459Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 209
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_target
vm_id = 09f224c1-14f3-4945-bfcd-4bd252c9aa39
|
| 1434 | 2026-03-10T05:32:50.460Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 4409
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 7cb9b1d2-dbf8-430b-96c6-7c240be6da06
target = phd_framework::test_vm
target_id = 09f224c1-14f3-4945-bfcd-4bd252c9aa39
vm = migration_ensures_instance_metadata_target
vm_id = 09f224c1-14f3-4945-bfcd-4bd252c9aa39
|
| 1435 | 2026-03-10T05:32:50.460Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 209
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1436 | 2026-03-10T05:32:50.460Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 4410
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 7cb9b1d2-dbf8-430b-96c6-7c240be6da06
target = phd_framework::test_vm
target_id = 09f224c1-14f3-4945-bfcd-4bd252c9aa39
|
| 1437 | 2026-03-10T05:32:50.460Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 9303
file = phd-tests/tests/src/migrate.rs
line = 388
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_tests::migrate
|
| 1438 | 2026-03-10T05:32:50.460Z | INFO | phd-runner: Starting test phd_tests::migrate::vm_reaches_destroyed_after_migration_out
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 1439 | 2026-03-10T05:32:50.460Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1440 | 2026-03-10T05:32:50.460Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1441 | 2026-03-10T05:32:50.460Z | 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
|
| 1442 | 2026-03-10T05:32:50.460Z | 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
|
| 1443 | 2026-03-10T05:32:50.460Z | 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
|
| 1444 | 2026-03-10T05:32:50.460Z | 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
|
| 1445 | 2026-03-10T05:32:50.460Z | 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
|
| 1446 | 2026-03-10T05:32:50.472Z | 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 228M 25.3T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 1447 | 2026-03-10T05:32:50.472Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5be3850e-df5c-4c6a-a49c-8b51ee0d1da1"]
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
|
| 1448 | 2026-03-10T05:32:50.488Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5be3850e-df5c-4c6a-a49c-8b51ee0d1da1", "phd-artifacts/phd-clone-94f1cb4b-63f9-4310-b85c-c42c1c874d5e"]
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
|
| 1449 | 2026-03-10T05:32:50.506Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-94f1cb4b-63f9-4310-b85c-c42c1c874d5e"]
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
|
| 1450 | 2026-03-10T05:32:50.519Z | 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-94f1cb4b-63f9-4310-b85c-c42c1c874d5e 0B 25.3T 227M /phd-artifacts/phd-clone-94f1cb4b-63f9-4310-b85c-c42c1c874d5e\n
target = phd_framework::zfs
|
| 1451 | 2026-03-10T05:32:50.519Z | 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
|
| 1452 | 2026-03-10T05:32:50.519Z | 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
|
| 1453 | 2026-03-10T05:32:50.519Z | 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
|
| 1454 | 2026-03-10T05:32:50.520Z | 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 = 64
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
|
| 1455 | 2026-03-10T05:32:50.520Z | 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
|
| 1456 | 2026-03-10T05:32:50.549Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 956
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm::server
|
| 1457 | 2026-03-10T05:32:50.565Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 45
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
|
| 1458 | 2026-03-10T05:32:50.565Z | 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
|
| 1459 | 2026-03-10T05:32:50.565Z | 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
|
| 1460 | 2026-03-10T05:32:50.565Z | 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-03-10T05:32:50.565Z | 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 = 64
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
|
| 1462 | 2026-03-10T05:32:50.565Z | 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
|
| 1463 | 2026-03-10T05:32:50.588Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 957
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm::server
|
| 1464 | 2026-03-10T05:32:50.604Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 39
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
|
| 1465 | 2026-03-10T05:32:50.604Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
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 = e3c7383f-07b0-45f6-863e-0097fd5e7279
|
| 1466 | 2026-03-10T05:32:50.729Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1467 | 2026-03-10T05:32:50.730Z | 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: e3c7383f-07b0-45f6-863e-0097fd5e7279, name: "phd-vm-e3c7383f-07b0-45f6-863e-0097fd5e7279", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: b406e2c1-9988-4821-a764-332efc322f4b, project_id: e64c213c-71da-45bc-a58c-7549d6b61bf5, sled_id: df2d9cc6-5ccf-4d44-b4c9-e4c8bc573037, sled_serial: "df2d9cc6-5ccf-4d44-b4c9-e4c8bc573037", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
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 = e3c7383f-07b0-45f6-863e-0097fd5e7279
|
| 1468 | 2026-03-10T05:32:50.730Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
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 = e3c7383f-07b0-45f6-863e-0097fd5e7279
|
| 1469 | 2026-03-10T05:32:50.730Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
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 = e3c7383f-07b0-45f6-863e-0097fd5e7279
|
| 1470 | 2026-03-10T05:32:50.731Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
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 = e3c7383f-07b0-45f6-863e-0097fd5e7279
|
| 1471 | 2026-03-10T05:32:50.731Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
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
|
| 1472 | 2026-03-10T05:32:50.731Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
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 = e3c7383f-07b0-45f6-863e-0097fd5e7279
|
| 1473 | 2026-03-10T05:32:50.731Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 1474 | 2026-03-10T05:32:50.731Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
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 = e3c7383f-07b0-45f6-863e-0097fd5e7279
|
| 1475 | 2026-03-10T05:32:50.731Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = e3c7383f-07b0-45f6-863e-0097fd5e7279
|
| 1476 | 2026-03-10T05:32:55.230Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4498
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
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 = e3c7383f-07b0-45f6-863e-0097fd5e7279
|
| 1477 | 2026-03-10T05:32:55.230Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
step = WriteStr("root")
target = phd_framework::test_vm
|
| 1478 | 2026-03-10T05:32:55.230Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1479 | 2026-03-10T05:32:55.230Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
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 = e3c7383f-07b0-45f6-863e-0097fd5e7279
|
| 1480 | 2026-03-10T05:32:55.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 = 909
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 = e3c7383f-07b0-45f6-863e-0097fd5e7279
|
| 1481 | 2026-03-10T05:32:55.248Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
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 = e3c7383f-07b0-45f6-863e-0097fd5e7279
|
| 1482 | 2026-03-10T05:32:55.248Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 1483 | 2026-03-10T05:32:55.248Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1484 | 2026-03-10T05:32:55.248Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
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 = e3c7383f-07b0-45f6-863e-0097fd5e7279
|
| 1485 | 2026-03-10T05:32:55.249Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = e3c7383f-07b0-45f6-863e-0097fd5e7279
|
| 1486 | 2026-03-10T05:32:55.281Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
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 = e3c7383f-07b0-45f6-863e-0097fd5e7279
|
| 1487 | 2026-03-10T05:32:55.281Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
|
| 1488 | 2026-03-10T05:32:55.281Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4550
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
|
| 1489 | 2026-03-10T05:32:55.282Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
source = vm_reaches_destroyed_after_migration_out_source
source_id = e3c7383f-07b0-45f6-863e-0097fd5e7279
target = phd_framework::test_vm
target_id = f88febfa-d37a-4888-9fb2-19734aa25730
|
| 1490 | 2026-03-10T05:32:55.282Z | 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 = 639
migration_id = c53d20bc-f419-44c2-8139-3f01b588a2b6
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
source = vm_reaches_destroyed_after_migration_out_source
source_id = e3c7383f-07b0-45f6-863e-0097fd5e7279
target = phd_framework::test_vm
target_id = f88febfa-d37a-4888-9fb2-19734aa25730
timeout_duration = 45s
|
| 1491 | 2026-03-10T05:32:55.282Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
source = vm_reaches_destroyed_after_migration_out_source
source_id = e3c7383f-07b0-45f6-863e-0097fd5e7279
target = phd_framework::test_vm
target_id = f88febfa-d37a-4888-9fb2-19734aa25730
vm = vm_reaches_destroyed_after_migration_out_target
vm_id = f88febfa-d37a-4888-9fb2-19734aa25730
|
| 1492 | 2026-03-10T05:32:55.407Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: f88febfa-d37a-4888-9fb2-19734aa25730, name: "phd-vm-f88febfa-d37a-4888-9fb2-19734aa25730", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: b406e2c1-9988-4821-a764-332efc322f4b, project_id: e64c213c-71da-45bc-a58c-7549d6b61bf5, sled_id: 0982cb8c-b063-4fd4-a178-12c35e6f4d95, sled_serial: "0982cb8c-b063-4fd4-a178-12c35e6f4d95", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 511
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
source = vm_reaches_destroyed_after_migration_out_source
source_id = e3c7383f-07b0-45f6-863e-0097fd5e7279
target = phd_framework::test_vm
target_id = f88febfa-d37a-4888-9fb2-19734aa25730
vm = vm_reaches_destroyed_after_migration_out_target
vm_id = f88febfa-d37a-4888-9fb2-19734aa25730
|
| 1493 | 2026-03-10T05:32:55.407Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = c53d20bc-f419-44c2-8139-3f01b588a2b6
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
source = vm_reaches_destroyed_after_migration_out_source
source_id = e3c7383f-07b0-45f6-863e-0097fd5e7279
target = phd_framework::test_vm
target_id = f88febfa-d37a-4888-9fb2-19734aa25730
|
| 1494 | 2026-03-10T05:32:58.167Z | 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
|
| 1495 | 2026-03-10T05:32:58.458Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 673
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
source = vm_reaches_destroyed_after_migration_out_source
source_id = e3c7383f-07b0-45f6-863e-0097fd5e7279
target = phd_framework::test_vm
target_id = f88febfa-d37a-4888-9fb2-19734aa25730
|
| 1496 | 2026-03-10T05:32:58.458Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3050
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = c53d20bc-f419-44c2-8139-3f01b588a2b6
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
source = vm_reaches_destroyed_after_migration_out_source
source_id = e3c7383f-07b0-45f6-863e-0097fd5e7279
target = phd_framework::test_vm
target_id = f88febfa-d37a-4888-9fb2-19734aa25730
|
| 1497 | 2026-03-10T05:32:58.458Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
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 = e3c7383f-07b0-45f6-863e-0097fd5e7279
|
| 1498 | 2026-03-10T05:32:58.458Z | 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 = 791
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 = e3c7383f-07b0-45f6-863e-0097fd5e7279
|
| 1499 | 2026-03-10T05:32:58.458Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
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 = e3c7383f-07b0-45f6-863e-0097fd5e7279
|
| 1500 | 2026-03-10T05:32:58.458Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 584
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 = e3c7383f-07b0-45f6-863e-0097fd5e7279
|
| 1501 | 2026-03-10T05:32:58.460Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
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 = e3c7383f-07b0-45f6-863e-0097fd5e7279
|
| 1502 | 2026-03-10T05:32:58.460Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
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 = e3c7383f-07b0-45f6-863e-0097fd5e7279
|
| 1503 | 2026-03-10T05:32:58.460Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
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 = f88febfa-d37a-4888-9fb2-19734aa25730
|
| 1504 | 2026-03-10T05:32:58.460Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
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 = e3c7383f-07b0-45f6-863e-0097fd5e7279
|
| 1505 | 2026-03-10T05:32:58.460Z | 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
|
| 1506 | 2026-03-10T05:32:58.460Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 7730
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1507 | 2026-03-10T05:32:58.460Z | INFO | phd-runner: test phd_tests::migrate::vm_reaches_destroyed_after_migration_out ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 1508 | 2026-03-10T05:32:58.460Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1509 | 2026-03-10T05:32:58.462Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = e3c7383f-07b0-45f6-863e-0097fd5e7279
|
| 1510 | 2026-03-10T05:32:58.543Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 83
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
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 = e3c7383f-07b0-45f6-863e-0097fd5e7279
|
| 1511 | 2026-03-10T05:32:58.543Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 7938
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
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 = e3c7383f-07b0-45f6-863e-0097fd5e7279
|
| 1512 | 2026-03-10T05:32:58.544Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
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 = f88febfa-d37a-4888-9fb2-19734aa25730
|
| 1513 | 2026-03-10T05:32:58.955Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = f88febfa-d37a-4888-9fb2-19734aa25730
|
| 1514 | 2026-03-10T05:32:59.037Z | 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 = f88febfa-d37a-4888-9fb2-19734aa25730
|
| 1515 | 2026-03-10T05:32:59.038Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-94f1cb4b-63f9-4310-b85c-c42c1c874d5e"]
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 = f88febfa-d37a-4888-9fb2-19734aa25730
|
| 1516 | 2026-03-10T05:32:59.066Z | 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 = f88febfa-d37a-4888-9fb2-19734aa25730
|
| 1517 | 2026-03-10T05:32:59.066Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5be3850e-df5c-4c6a-a49c-8b51ee0d1da1"]
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 = f88febfa-d37a-4888-9fb2-19734aa25730
|
| 1518 | 2026-03-10T05:32:59.083Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 623
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
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 = f88febfa-d37a-4888-9fb2-19734aa25730
|
| 1519 | 2026-03-10T05:32:59.083Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 622
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1520 | 2026-03-10T05:32:59.084Z | INFO | phd-runner: Starting test phd_tests::boot_order::configurable_boot_order
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 1521 | 2026-03-10T05:32:59.084Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1522 | 2026-03-10T05:32:59.084Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 3801
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
source = vm_reaches_destroyed_after_migration_out_source
source_id = e3c7383f-07b0-45f6-863e-0097fd5e7279
target = phd_framework::test_vm
target_id = f88febfa-d37a-4888-9fb2-19734aa25730
vm = vm_reaches_destroyed_after_migration_out_target
vm_id = f88febfa-d37a-4888-9fb2-19734aa25730
|
| 1523 | 2026-03-10T05:32:59.084Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1524 | 2026-03-10T05:32:59.084Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 3801
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
source = vm_reaches_destroyed_after_migration_out_source
source_id = e3c7383f-07b0-45f6-863e-0097fd5e7279
target = phd_framework::test_vm
target_id = f88febfa-d37a-4888-9fb2-19734aa25730
|
| 1525 | 2026-03-10T05:32:59.084Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 8623
file = phd-tests/tests/src/migrate.rs
line = 433
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_tests::migrate
|
| 1526 | 2026-03-10T05:32:59.084Z | 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
|
| 1527 | 2026-03-10T05:32:59.084Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 1528 | 2026-03-10T05:32:59.084Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1529 | 2026-03-10T05:32:59.084Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1530 | 2026-03-10T05:32:59.084Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = list
|
| 1531 | 2026-03-10T05:32:59.096Z | 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 229M 25.3T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 1532 | 2026-03-10T05:32:59.096Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-6c61bcb4-34ae-4565-8fa9-9bcdb0461b35"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = snapshot
|
| 1533 | 2026-03-10T05:32:59.113Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-6c61bcb4-34ae-4565-8fa9-9bcdb0461b35", "phd-artifacts/phd-clone-48c7ae63-b17a-4123-87f4-b2829e43aa73"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = clone
|
| 1534 | 2026-03-10T05:32:59.131Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-48c7ae63-b17a-4123-87f4-b2829e43aa73"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = list
|
| 1535 | 2026-03-10T05:32:59.143Z | 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-48c7ae63-b17a-4123-87f4-b2829e43aa73 0B 25.3T 227M /phd-artifacts/phd-clone-48c7ae63-b17a-4123-87f4-b2829e43aa73\n
target = phd_framework::zfs
|
| 1536 | 2026-03-10T05:32:59.144Z | 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
|
| 1537 | 2026-03-10T05:32:59.144Z | 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
|
| 1538 | 2026-03-10T05:32:59.156Z | 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 229M 25.3T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 1539 | 2026-03-10T05:32:59.156Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2a11008a-b1e5-4ca1-939c-a20d784f677a"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = snapshot
|
| 1540 | 2026-03-10T05:32:59.177Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2a11008a-b1e5-4ca1-939c-a20d784f677a", "phd-artifacts/phd-clone-c61ebb15-37cc-4065-b67a-a1e7577ecf93"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = clone
|
| 1541 | 2026-03-10T05:32:59.198Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-c61ebb15-37cc-4065-b67a-a1e7577ecf93"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = list
|
| 1542 | 2026-03-10T05:32:59.210Z | 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-c61ebb15-37cc-4065-b67a-a1e7577ecf93 0B 25.3T 227M /phd-artifacts/phd-clone-c61ebb15-37cc-4065-b67a-a1e7577ecf93\n
target = phd_framework::zfs
|
| 1543 | 2026-03-10T05:32:59.211Z | 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
|
| 1544 | 2026-03-10T05:32:59.211Z | 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
|
| 1545 | 2026-03-10T05:32:59.211Z | 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
|
| 1546 | 2026-03-10T05:32:59.211Z | 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 = 64
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
|
| 1547 | 2026-03-10T05:32:59.211Z | 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
|
| 1548 | 2026-03-10T05:32:59.239Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 970
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm::server
|
| 1549 | 2026-03-10T05:32:59.254Z | 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
|
| 1550 | 2026-03-10T05:32:59.254Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1551 | 2026-03-10T05:32:59.255Z | 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 = 452
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1552 | 2026-03-10T05:32:59.969Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1553 | 2026-03-10T05:32:59.970Z | 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: 3275095e-8435-483c-9e60-41504c124d5d, name: "phd-vm-3275095e-8435-483c-9e60-41504c124d5d", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 9fdce37a-e104-48cf-b88b-52e763a58467, project_id: b843c3af-0e70-4bd2-89b4-49fd36ca2b88, sled_id: 62537380-1c77-41d8-a8de-7721aae68f68, sled_serial: "62537380-1c77-41d8-a8de-7721aae68f68", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1554 | 2026-03-10T05:32:59.970Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1555 | 2026-03-10T05:32:59.970Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::boot_order::configurable_boot_order
state = Run
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1556 | 2026-03-10T05:32:59.971Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1557 | 2026-03-10T05:32:59.971Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
|
| 1558 | 2026-03-10T05:32:59.971Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = 300s
vm = configurable_boot_order
vm_id = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1559 | 2026-03-10T05:32:59.971Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::configurable_boot_order
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 1560 | 2026-03-10T05:32:59.971Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1561 | 2026-03-10T05:32:59.971Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = configurable_boot_order
vm_id = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1562 | 2026-03-10T05:33:04.568Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4595
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1563 | 2026-03-10T05:33:04.568Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::configurable_boot_order
step = WriteStr("root")
target = phd_framework::test_vm
|
| 1564 | 2026-03-10T05:33:04.568Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::configurable_boot_order
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1565 | 2026-03-10T05:33:04.568Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1566 | 2026-03-10T05:33:04.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 = 909
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = configurable_boot_order
vm_id = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1567 | 2026-03-10T05:33:04.587Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1568 | 2026-03-10T05:33:04.587Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::configurable_boot_order
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 1569 | 2026-03-10T05:33:04.587Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::configurable_boot_order
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1570 | 2026-03-10T05:33:04.587Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1571 | 2026-03-10T05:33:04.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 = 909
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = configurable_boot_order
vm_id = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1572 | 2026-03-10T05:33:04.620Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1573 | 2026-03-10T05:33:04.620Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
|
| 1574 | 2026-03-10T05:33:04.620Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4648
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
|
| 1575 | 2026-03-10T05:33:04.620Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1576 | 2026-03-10T05:33:04.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 = 909
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = configurable_boot_order
vm_id = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1577 | 2026-03-10T05:33:04.630Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1578 | 2026-03-10T05:33:04.630Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1579 | 2026-03-10T05:33:04.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 = 909
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = configurable_boot_order
vm_id = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1580 | 2026-03-10T05:33:04.663Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1581 | 2026-03-10T05:33:04.663Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1582 | 2026-03-10T05:33:04.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 = 909
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = configurable_boot_order
vm_id = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1583 | 2026-03-10T05:33:04.675Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1584 | 2026-03-10T05:33:04.675Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1585 | 2026-03-10T05:33:04.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 = 909
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = configurable_boot_order
vm_id = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1586 | 2026-03-10T05:33:04.708Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1587 | 2026-03-10T05:33:04.709Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1588 | 2026-03-10T05:33:04.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 = 909
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = configurable_boot_order
vm_id = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1589 | 2026-03-10T05:33:04.720Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1590 | 2026-03-10T05:33:04.721Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1591 | 2026-03-10T05:33:04.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 = 909
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = configurable_boot_order
vm_id = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1592 | 2026-03-10T05:33:04.775Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 54
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1593 | 2026-03-10T05:33:04.776Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1594 | 2026-03-10T05:33:04.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 = 909
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = configurable_boot_order
vm_id = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1595 | 2026-03-10T05:33:04.786Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1596 | 2026-03-10T05:33:04.786Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1597 | 2026-03-10T05:33:04.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 = 909
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = configurable_boot_order
vm_id = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1598 | 2026-03-10T05:33:04.809Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1599 | 2026-03-10T05:33:04.809Z | 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
|
| 1600 | 2026-03-10T05:33:04.810Z | 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
|
| 1601 | 2026-03-10T05:33:04.810Z | 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
|
| 1602 | 2026-03-10T05:33:04.810Z | 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
|
| 1603 | 2026-03-10T05:33:04.820Z | 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 229M 25.3T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 1604 | 2026-03-10T05:33:04.820Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-86e36a03-c2ce-4d2e-a099-4524a3d06bdb"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = snapshot
|
| 1605 | 2026-03-10T05:33:04.840Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-86e36a03-c2ce-4d2e-a099-4524a3d06bdb", "phd-artifacts/phd-clone-4ed91f68-88ae-4abb-b3d7-48ae9c10ff7c"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = clone
|
| 1606 | 2026-03-10T05:33:04.856Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-4ed91f68-88ae-4abb-b3d7-48ae9c10ff7c"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = list
|
| 1607 | 2026-03-10T05:33:04.868Z | 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-4ed91f68-88ae-4abb-b3d7-48ae9c10ff7c 0B 25.3T 227M /phd-artifacts/phd-clone-4ed91f68-88ae-4abb-b3d7-48ae9c10ff7c\n
target = phd_framework::zfs
|
| 1608 | 2026-03-10T05:33:04.869Z | 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
|
| 1609 | 2026-03-10T05:33:04.869Z | 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
|
| 1610 | 2026-03-10T05:33:04.880Z | 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 229M 25.3T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 1611 | 2026-03-10T05:33:04.880Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-bd482e8e-a5f7-46b7-afa0-7613e7b6f29f"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = snapshot
|
| 1612 | 2026-03-10T05:33:04.905Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-bd482e8e-a5f7-46b7-afa0-7613e7b6f29f", "phd-artifacts/phd-clone-155f354c-adc0-4384-89b5-7f10690e0dd6"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = clone
|
| 1613 | 2026-03-10T05:33:04.924Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-155f354c-adc0-4384-89b5-7f10690e0dd6"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = list
|
| 1614 | 2026-03-10T05:33:04.936Z | 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-155f354c-adc0-4384-89b5-7f10690e0dd6 0B 25.3T 227M /phd-artifacts/phd-clone-155f354c-adc0-4384-89b5-7f10690e0dd6\n
target = phd_framework::zfs
|
| 1615 | 2026-03-10T05:33:04.937Z | 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
|
| 1616 | 2026-03-10T05:33:04.937Z | 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
|
| 1617 | 2026-03-10T05:33:04.937Z | 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
|
| 1618 | 2026-03-10T05:33:04.937Z | 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 = 64
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
|
| 1619 | 2026-03-10T05:33:04.937Z | 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
|
| 1620 | 2026-03-10T05:33:04.967Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 979
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm::server
|
| 1621 | 2026-03-10T05:33:04.982Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 45
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
|
| 1622 | 2026-03-10T05:33:04.982Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1623 | 2026-03-10T05:33:04.982Z | 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 = 452
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1624 | 2026-03-10T05:33:05.382Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1625 | 2026-03-10T05:33:05.383Z | 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: f8c32a71-379e-4e65-9427-5e3543f7f2a9, name: "phd-vm-f8c32a71-379e-4e65-9427-5e3543f7f2a9", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 2ec2d054-c724-467a-a15d-251df94c41f6, project_id: ec408100-444d-47a0-a5b2-fe6d1e42eef2, sled_id: 5f59aef4-7ba7-4feb-bc31-2d4f077d6c5f, sled_serial: "5f59aef4-7ba7-4feb-bc31-2d4f077d6c5f", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1626 | 2026-03-10T05:33:05.383Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1627 | 2026-03-10T05:33:05.383Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::boot_order::configurable_boot_order
state = Run
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1628 | 2026-03-10T05:33:05.384Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1629 | 2026-03-10T05:33:05.385Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
|
| 1630 | 2026-03-10T05:33:05.385Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = 300s
vm = configurable_boot_order
vm_id = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1631 | 2026-03-10T05:33:05.385Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::configurable_boot_order
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 1632 | 2026-03-10T05:33:05.385Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1633 | 2026-03-10T05:33:05.385Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = configurable_boot_order
vm_id = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1634 | 2026-03-10T05:33:09.942Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4556
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1635 | 2026-03-10T05:33:09.942Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::configurable_boot_order
step = WriteStr("root")
target = phd_framework::test_vm
|
| 1636 | 2026-03-10T05:33:09.942Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::configurable_boot_order
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1637 | 2026-03-10T05:33:09.942Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1638 | 2026-03-10T05:33:09.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 = 909
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = configurable_boot_order
vm_id = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1639 | 2026-03-10T05:33:09.961Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1640 | 2026-03-10T05:33:09.961Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::configurable_boot_order
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 1641 | 2026-03-10T05:33:09.962Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::configurable_boot_order
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1642 | 2026-03-10T05:33:09.962Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1643 | 2026-03-10T05:33:09.962Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = configurable_boot_order
vm_id = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1644 | 2026-03-10T05:33:09.995Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1645 | 2026-03-10T05:33:09.995Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
|
| 1646 | 2026-03-10T05:33:09.995Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4610
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
|
| 1647 | 2026-03-10T05:33:09.995Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1648 | 2026-03-10T05:33:09.995Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = configurable_boot_order
vm_id = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1649 | 2026-03-10T05:33:10.006Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1650 | 2026-03-10T05:33:10.006Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1651 | 2026-03-10T05:33:10.006Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = configurable_boot_order
vm_id = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1652 | 2026-03-10T05:33:10.039Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1653 | 2026-03-10T05:33:10.040Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1654 | 2026-03-10T05:33:10.040Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = configurable_boot_order
vm_id = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1655 | 2026-03-10T05:33:10.051Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1656 | 2026-03-10T05:33:10.051Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1657 | 2026-03-10T05:33:10.051Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = configurable_boot_order
vm_id = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1658 | 2026-03-10T05:33:10.083Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1659 | 2026-03-10T05:33:10.083Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1660 | 2026-03-10T05:33:10.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 = 909
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = configurable_boot_order
vm_id = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1661 | 2026-03-10T05:33:10.095Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1662 | 2026-03-10T05:33:10.095Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1663 | 2026-03-10T05:33:10.095Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = configurable_boot_order
vm_id = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1664 | 2026-03-10T05:33:10.128Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1665 | 2026-03-10T05:33:10.128Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1666 | 2026-03-10T05:33:10.128Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = configurable_boot_order
vm_id = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1667 | 2026-03-10T05:33:10.139Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1668 | 2026-03-10T05:33:10.139Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1669 | 2026-03-10T05:33:10.139Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = configurable_boot_order
vm_id = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1670 | 2026-03-10T05:33:10.173Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1671 | 2026-03-10T05:33:10.173Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1672 | 2026-03-10T05:33:10.173Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1673 | 2026-03-10T05:33:10.173Z | 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
|
| 1674 | 2026-03-10T05:33:10.173Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 10204
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1675 | 2026-03-10T05:33:10.173Z | INFO | phd-runner: test phd_tests::boot_order::configurable_boot_order ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 1676 | 2026-03-10T05:33:10.173Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1677 | 2026-03-10T05:33:10.174Z | 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
|
| 1678 | 2026-03-10T05:33:10.174Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4791
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1679 | 2026-03-10T05:33:10.175Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1680 | 2026-03-10T05:33:10.175Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1681 | 2026-03-10T05:33:10.447Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1682 | 2026-03-10T05:33:10.528Z | 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 = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1683 | 2026-03-10T05:33:10.528Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-4ed91f68-88ae-4abb-b3d7-48ae9c10ff7c"]
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 = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1684 | 2026-03-10T05:33:10.557Z | 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 = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1685 | 2026-03-10T05:33:10.557Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-86e36a03-c2ce-4d2e-a099-4524a3d06bdb"]
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 = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1686 | 2026-03-10T05:33:10.576Z | 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 = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1687 | 2026-03-10T05:33:10.576Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-155f354c-adc0-4384-89b5-7f10690e0dd6"]
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 = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1688 | 2026-03-10T05:33:10.606Z | 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 = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1689 | 2026-03-10T05:33:10.606Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-bd482e8e-a5f7-46b7-afa0-7613e7b6f29f"]
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 = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1690 | 2026-03-10T05:33:10.624Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 450
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1691 | 2026-03-10T05:33:10.624Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5642
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f8c32a71-379e-4e65-9427-5e3543f7f2a9
|
| 1692 | 2026-03-10T05:33:10.728Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1693 | 2026-03-10T05:33:10.806Z | 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 = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1694 | 2026-03-10T05:33:10.806Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-48c7ae63-b17a-4123-87f4-b2829e43aa73"]
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 = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1695 | 2026-03-10T05:33:10.837Z | 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 = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1696 | 2026-03-10T05:33:10.837Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-6c61bcb4-34ae-4565-8fa9-9bcdb0461b35"]
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 = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1697 | 2026-03-10T05:33:10.857Z | 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 = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1698 | 2026-03-10T05:33:10.857Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-c61ebb15-37cc-4065-b67a-a1e7577ecf93"]
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 = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1699 | 2026-03-10T05:33:10.890Z | 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 = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1700 | 2026-03-10T05:33:10.890Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2a11008a-b1e5-4ca1-939c-a20d784f677a"]
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 = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1701 | 2026-03-10T05:33:10.908Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 734
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1702 | 2026-03-10T05:33:10.909Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 735
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1703 | 2026-03-10T05:33:10.909Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 11653
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 3275095e-8435-483c-9e60-41504c124d5d
|
| 1704 | 2026-03-10T05:33:10.909Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 11824
file = phd-tests/tests/src/boot_order.rs
line = 51
path = phd_tests::boot_order::configurable_boot_order
target = phd_tests::boot_order
|
| 1705 | 2026-03-10T05:33:10.909Z | INFO | phd-runner: Starting test phd_tests::boot_order::unbootable_disk_skipped
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 1706 | 2026-03-10T05:33:10.909Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1707 | 2026-03-10T05:33:10.909Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1708 | 2026-03-10T05:33:10.909Z | 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
|
| 1709 | 2026-03-10T05:33:10.909Z | 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
|
| 1710 | 2026-03-10T05:33:10.909Z | 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
|
| 1711 | 2026-03-10T05:33:10.909Z | 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
|
| 1712 | 2026-03-10T05:33:10.909Z | 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
|
| 1713 | 2026-03-10T05:33:10.921Z | 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 231M 25.3T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 1714 | 2026-03-10T05:33:10.921Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-af9710c4-cbc6-40e5-96c1-d2bc913673b2"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::zfs
verb = snapshot
|
| 1715 | 2026-03-10T05:33:10.937Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-af9710c4-cbc6-40e5-96c1-d2bc913673b2", "phd-artifacts/phd-clone-0c526846-a869-4319-b75c-130617643667"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::zfs
verb = clone
|
| 1716 | 2026-03-10T05:33:10.954Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-0c526846-a869-4319-b75c-130617643667"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::zfs
verb = list
|
| 1717 | 2026-03-10T05:33:10.965Z | 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-0c526846-a869-4319-b75c-130617643667 0B 25.3T 227M /phd-artifacts/phd-clone-0c526846-a869-4319-b75c-130617643667\n
target = phd_framework::zfs
|
| 1718 | 2026-03-10T05:33:10.966Z | 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
|
| 1719 | 2026-03-10T05:33:10.966Z | 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
|
| 1720 | 2026-03-10T05:33:10.967Z | 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
|
| 1721 | 2026-03-10T05:33:10.967Z | 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 = 64
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
|
| 1722 | 2026-03-10T05:33:10.967Z | 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
|
| 1723 | 2026-03-10T05:33:10.993Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 994
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm::server
|
| 1724 | 2026-03-10T05:33:11.011Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 44
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
|
| 1725 | 2026-03-10T05:33:11.012Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1726 | 2026-03-10T05:33:11.145Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1727 | 2026-03-10T05:33:11.146Z | 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: 223a7185-9e1b-4018-9bec-2e615b9af09c, name: "phd-vm-223a7185-9e1b-4018-9bec-2e615b9af09c", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 2a456b95-3d58-49c4-b084-d1790dcdea86, project_id: 0bc8f56e-24a2-457c-ad77-3286ad96f429, sled_id: d78d40df-3c08-49fa-b737-885e42a4cc5d, sled_serial: "d78d40df-3c08-49fa-b737-885e42a4cc5d", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1728 | 2026-03-10T05:33:11.147Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1729 | 2026-03-10T05:33:11.147Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::boot_order::unbootable_disk_skipped
state = Run
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1730 | 2026-03-10T05:33:11.148Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1731 | 2026-03-10T05:33:11.148Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
|
| 1732 | 2026-03-10T05:33:11.148Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = 300s
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1733 | 2026-03-10T05:33:11.148Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::unbootable_disk_skipped
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 1734 | 2026-03-10T05:33:11.148Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1735 | 2026-03-10T05:33:11.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 = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1736 | 2026-03-10T05:33:15.741Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4592
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1737 | 2026-03-10T05:33:15.741Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::unbootable_disk_skipped
step = WriteStr("root")
target = phd_framework::test_vm
|
| 1738 | 2026-03-10T05:33:15.741Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::unbootable_disk_skipped
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1739 | 2026-03-10T05:33:15.741Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1740 | 2026-03-10T05:33:15.741Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1741 | 2026-03-10T05:33:15.771Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 29
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1742 | 2026-03-10T05:33:15.771Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::unbootable_disk_skipped
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 1743 | 2026-03-10T05:33:15.772Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::unbootable_disk_skipped
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1744 | 2026-03-10T05:33:15.772Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1745 | 2026-03-10T05:33:15.772Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1746 | 2026-03-10T05:33:15.804Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1747 | 2026-03-10T05:33:15.804Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
|
| 1748 | 2026-03-10T05:33:15.804Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4655
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
|
| 1749 | 2026-03-10T05:33:15.804Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1750 | 2026-03-10T05:33:15.804Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1751 | 2026-03-10T05:33:15.816Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1752 | 2026-03-10T05:33:15.816Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1753 | 2026-03-10T05:33:15.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 = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1754 | 2026-03-10T05:33:15.849Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1755 | 2026-03-10T05:33:15.849Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1756 | 2026-03-10T05:33:15.849Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1757 | 2026-03-10T05:33:15.860Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1758 | 2026-03-10T05:33:15.860Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1759 | 2026-03-10T05:33:15.860Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1760 | 2026-03-10T05:33:15.893Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1761 | 2026-03-10T05:33:15.893Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1762 | 2026-03-10T05:33:15.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 = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1763 | 2026-03-10T05:33:15.905Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1764 | 2026-03-10T05:33:15.905Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1765 | 2026-03-10T05:33:15.905Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1766 | 2026-03-10T05:33:15.961Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 56
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1767 | 2026-03-10T05:33:15.962Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1768 | 2026-03-10T05:33:15.962Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1769 | 2026-03-10T05:33:15.973Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1770 | 2026-03-10T05:33:15.973Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1771 | 2026-03-10T05:33:15.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 = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1772 | 2026-03-10T05:33:16.006Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1773 | 2026-03-10T05:33:16.006Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1774 | 2026-03-10T05:33:16.006Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1775 | 2026-03-10T05:33:16.017Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1776 | 2026-03-10T05:33:16.017Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1777 | 2026-03-10T05:33:16.018Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1778 | 2026-03-10T05:33:16.051Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1779 | 2026-03-10T05:33:16.051Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1780 | 2026-03-10T05:33:16.051Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1781 | 2026-03-10T05:33:16.062Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1782 | 2026-03-10T05:33:16.062Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1783 | 2026-03-10T05:33:16.062Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1784 | 2026-03-10T05:33:16.095Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1785 | 2026-03-10T05:33:16.096Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1786 | 2026-03-10T05:33:16.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 = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1787 | 2026-03-10T05:33:16.106Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1788 | 2026-03-10T05:33:16.106Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1789 | 2026-03-10T05:33:16.106Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1790 | 2026-03-10T05:33:16.161Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 55
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1791 | 2026-03-10T05:33:16.161Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1792 | 2026-03-10T05:33:16.162Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1793 | 2026-03-10T05:33:16.173Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1794 | 2026-03-10T05:33:16.173Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1795 | 2026-03-10T05:33:16.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 = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1796 | 2026-03-10T05:33:16.205Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1797 | 2026-03-10T05:33:16.205Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1798 | 2026-03-10T05:33:16.205Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1799 | 2026-03-10T05:33:16.216Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1800 | 2026-03-10T05:33:16.217Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1801 | 2026-03-10T05:33:16.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 = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1802 | 2026-03-10T05:33:16.261Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 44
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1803 | 2026-03-10T05:33:16.261Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1804 | 2026-03-10T05:33:16.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 = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1805 | 2026-03-10T05:33:16.272Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1806 | 2026-03-10T05:33:16.272Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1807 | 2026-03-10T05:33:16.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 = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1808 | 2026-03-10T05:33:16.294Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1809 | 2026-03-10T05:33:16.294Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1810 | 2026-03-10T05:33:16.294Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1811 | 2026-03-10T05:33:16.306Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1812 | 2026-03-10T05:33:16.306Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1813 | 2026-03-10T05:33:16.306Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1814 | 2026-03-10T05:33:16.351Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 44
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1815 | 2026-03-10T05:33:16.351Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1816 | 2026-03-10T05:33:16.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 = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1817 | 2026-03-10T05:33:16.362Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1818 | 2026-03-10T05:33:16.362Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1819 | 2026-03-10T05:33:16.362Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1820 | 2026-03-10T05:33:16.395Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1821 | 2026-03-10T05:33:16.396Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1822 | 2026-03-10T05:33:16.396Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1823 | 2026-03-10T05:33:16.406Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1824 | 2026-03-10T05:33:16.406Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1825 | 2026-03-10T05:33:16.406Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1826 | 2026-03-10T05:33:16.461Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 54
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1827 | 2026-03-10T05:33:16.461Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1828 | 2026-03-10T05:33:16.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 = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1829 | 2026-03-10T05:33:16.472Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1830 | 2026-03-10T05:33:16.472Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1831 | 2026-03-10T05:33:16.472Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1832 | 2026-03-10T05:33:16.505Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1833 | 2026-03-10T05:33:16.506Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1834 | 2026-03-10T05:33:16.506Z | 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
|
| 1835 | 2026-03-10T05:33:16.506Z | INFO | phd-runner: test phd_tests::boot_order::unbootable_disk_skipped ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 1836 | 2026-03-10T05:33:16.506Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 5360
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1837 | 2026-03-10T05:33:16.506Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1838 | 2026-03-10T05:33:16.507Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1839 | 2026-03-10T05:33:17.088Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1840 | 2026-03-10T05:33:17.166Z | 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 = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1841 | 2026-03-10T05:33:17.167Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-0c526846-a869-4319-b75c-130617643667"]
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 = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1842 | 2026-03-10T05:33:17.197Z | 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 = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1843 | 2026-03-10T05:33:17.197Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-af9710c4-cbc6-40e5-96c1-d2bc913673b2"]
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 = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1844 | 2026-03-10T05:33:17.214Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 708
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1845 | 2026-03-10T05:33:17.215Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6202
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 223a7185-9e1b-4018-9bec-2e615b9af09c
|
| 1846 | 2026-03-10T05:33:17.215Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 6305
file = phd-tests/tests/src/boot_order.rs
line = 117
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_tests::boot_order
|
| 1847 | 2026-03-10T05:33:17.215Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 708
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1848 | 2026-03-10T05:33:17.215Z | INFO | phd-runner: Starting test phd_tests::boot_order::guest_can_adjust_boot_order
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 1849 | 2026-03-10T05:33:17.215Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1850 | 2026-03-10T05:33:17.215Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1851 | 2026-03-10T05:33:17.215Z | 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
|
| 1852 | 2026-03-10T05:33:17.215Z | 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
|
| 1853 | 2026-03-10T05:33:17.215Z | 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
|
| 1854 | 2026-03-10T05:33:17.215Z | 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
|
| 1855 | 2026-03-10T05:33:17.215Z | 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
|
| 1856 | 2026-03-10T05:33:17.225Z | 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 231M 25.3T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 1857 | 2026-03-10T05:33:17.226Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-42154d36-e90c-4849-9475-8315e11d3597"]
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
|
| 1858 | 2026-03-10T05:33:17.242Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-42154d36-e90c-4849-9475-8315e11d3597", "phd-artifacts/phd-clone-081894a0-3d7a-4a72-bb7a-a48c88b47f21"]
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
|
| 1859 | 2026-03-10T05:33:17.259Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-081894a0-3d7a-4a72-bb7a-a48c88b47f21"]
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
|
| 1860 | 2026-03-10T05:33:17.269Z | 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-081894a0-3d7a-4a72-bb7a-a48c88b47f21 0B 25.3T 227M /phd-artifacts/phd-clone-081894a0-3d7a-4a72-bb7a-a48c88b47f21\n
target = phd_framework::zfs
|
| 1861 | 2026-03-10T05:33:17.270Z | 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
|
| 1862 | 2026-03-10T05:33:17.270Z | 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
|
| 1863 | 2026-03-10T05:33:17.271Z | 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
|
| 1864 | 2026-03-10T05:33:17.271Z | 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 = 64
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
|
| 1865 | 2026-03-10T05:33:17.271Z | 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
|
| 1866 | 2026-03-10T05:33:17.299Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1002
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm::server
|
| 1867 | 2026-03-10T05:33:17.314Z | 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
|
| 1868 | 2026-03-10T05:33:17.314Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1869 | 2026-03-10T05:33:17.316Z | 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 = 452
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1870 | 2026-03-10T05:33:17.804Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1871 | 2026-03-10T05:33:17.805Z | 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: 11572a46-dc8b-4287-9417-bc27b82ba9fd, name: "phd-vm-11572a46-dc8b-4287-9417-bc27b82ba9fd", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 93713a34-9336-483a-9e04-8720564bb5c7, project_id: 217e6895-f98d-411e-9046-65b5c35dbc60, sled_id: 99d0140e-b8e4-4c3e-91ca-eb61968ca92d, sled_serial: "99d0140e-b8e4-4c3e-91ca-eb61968ca92d", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1872 | 2026-03-10T05:33:17.805Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1873 | 2026-03-10T05:33:17.805Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1874 | 2026-03-10T05:33:17.806Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1875 | 2026-03-10T05:33:17.806Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
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
|
| 1876 | 2026-03-10T05:33:17.806Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1877 | 2026-03-10T05:33:17.806Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::guest_can_adjust_boot_order
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 1878 | 2026-03-10T05:33:17.806Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1879 | 2026-03-10T05:33:17.806Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1880 | 2026-03-10T05:33:22.308Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4501
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1881 | 2026-03-10T05:33:22.308Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::guest_can_adjust_boot_order
step = WriteStr("root")
target = phd_framework::test_vm
|
| 1882 | 2026-03-10T05:33:22.308Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::guest_can_adjust_boot_order
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1883 | 2026-03-10T05:33:22.308Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1884 | 2026-03-10T05:33:22.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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1885 | 2026-03-10T05:33:22.326Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1886 | 2026-03-10T05:33:22.327Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::guest_can_adjust_boot_order
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 1887 | 2026-03-10T05:33:22.327Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::guest_can_adjust_boot_order
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1888 | 2026-03-10T05:33:22.327Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1889 | 2026-03-10T05:33:22.327Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1890 | 2026-03-10T05:33:22.360Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1891 | 2026-03-10T05:33:22.360Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
|
| 1892 | 2026-03-10T05:33:22.360Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4554
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
|
| 1893 | 2026-03-10T05:33:22.360Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1894 | 2026-03-10T05:33:22.360Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1895 | 2026-03-10T05:33:22.370Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1896 | 2026-03-10T05:33:22.370Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1897 | 2026-03-10T05:33:22.370Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1898 | 2026-03-10T05:33:22.404Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1899 | 2026-03-10T05:33:22.404Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1900 | 2026-03-10T05:33:22.404Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1901 | 2026-03-10T05:33:22.415Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1902 | 2026-03-10T05:33:22.415Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1903 | 2026-03-10T05:33:22.415Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1904 | 2026-03-10T05:33:22.448Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1905 | 2026-03-10T05:33:22.449Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1906 | 2026-03-10T05:33:22.449Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1907 | 2026-03-10T05:33:22.460Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1908 | 2026-03-10T05:33:22.460Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1909 | 2026-03-10T05:33:22.460Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1910 | 2026-03-10T05:33:22.492Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1911 | 2026-03-10T05:33:22.493Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1912 | 2026-03-10T05:33:22.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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1913 | 2026-03-10T05:33:22.503Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1914 | 2026-03-10T05:33:22.504Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1915 | 2026-03-10T05:33: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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1916 | 2026-03-10T05:33:22.536Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1917 | 2026-03-10T05:33:22.537Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1918 | 2026-03-10T05:33: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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1919 | 2026-03-10T05:33:22.547Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1920 | 2026-03-10T05:33:22.547Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1921 | 2026-03-10T05:33:22.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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1922 | 2026-03-10T05:33:22.602Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 54
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1923 | 2026-03-10T05:33:22.603Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1924 | 2026-03-10T05:33:22.603Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1925 | 2026-03-10T05:33:22.613Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1926 | 2026-03-10T05:33:22.614Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1927 | 2026-03-10T05:33:22.614Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1928 | 2026-03-10T05:33:22.647Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1929 | 2026-03-10T05:33:22.647Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1930 | 2026-03-10T05:33:22.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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1931 | 2026-03-10T05:33:22.658Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1932 | 2026-03-10T05:33:22.658Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1933 | 2026-03-10T05:33:22.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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1934 | 2026-03-10T05:33:22.692Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 34
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1935 | 2026-03-10T05:33:22.693Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1936 | 2026-03-10T05:33:22.693Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1937 | 2026-03-10T05:33:22.703Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1938 | 2026-03-10T05:33:22.703Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1939 | 2026-03-10T05:33:22.704Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1940 | 2026-03-10T05:33:22.725Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1941 | 2026-03-10T05:33:22.726Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1942 | 2026-03-10T05:33:22.726Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1943 | 2026-03-10T05:33:22.759Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1944 | 2026-03-10T05:33:22.759Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1945 | 2026-03-10T05:33:22.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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1946 | 2026-03-10T05:33:22.792Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1947 | 2026-03-10T05:33:22.792Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1948 | 2026-03-10T05:33:22.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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1949 | 2026-03-10T05:33:22.804Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1950 | 2026-03-10T05:33:22.804Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1951 | 2026-03-10T05:33:22.804Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1952 | 2026-03-10T05:33:22.827Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1953 | 2026-03-10T05:33:22.827Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1954 | 2026-03-10T05:33:22.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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1955 | 2026-03-10T05:33:22.837Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1956 | 2026-03-10T05:33:22.837Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1957 | 2026-03-10T05:33:22.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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1958 | 2026-03-10T05:33:22.894Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 56
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1959 | 2026-03-10T05:33:22.894Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1960 | 2026-03-10T05:33:22.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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1961 | 2026-03-10T05:33:22.905Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1962 | 2026-03-10T05:33:22.905Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1963 | 2026-03-10T05:33:22.905Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1964 | 2026-03-10T05:33:22.928Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1965 | 2026-03-10T05:33:22.928Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1966 | 2026-03-10T05:33:22.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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1967 | 2026-03-10T05:33:22.939Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1968 | 2026-03-10T05:33:22.939Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1969 | 2026-03-10T05:33:22.939Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1970 | 2026-03-10T05:33:22.995Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 55
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1971 | 2026-03-10T05:33:22.995Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1972 | 2026-03-10T05:33:22.995Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1973 | 2026-03-10T05:33:23.005Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1974 | 2026-03-10T05:33:23.005Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1975 | 2026-03-10T05:33:23.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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1976 | 2026-03-10T05:33:23.038Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1977 | 2026-03-10T05:33:23.039Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1978 | 2026-03-10T05:33:23.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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1979 | 2026-03-10T05:33:23.050Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1980 | 2026-03-10T05:33:23.050Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1981 | 2026-03-10T05:33:23.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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1982 | 2026-03-10T05:33:23.085Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 34
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1983 | 2026-03-10T05:33:23.085Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1984 | 2026-03-10T05:33:23.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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1985 | 2026-03-10T05:33:23.096Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1986 | 2026-03-10T05:33:23.096Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1987 | 2026-03-10T05:33:23.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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1988 | 2026-03-10T05:33:23.130Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1989 | 2026-03-10T05:33:23.130Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1990 | 2026-03-10T05:33:23.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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1991 | 2026-03-10T05:33:23.141Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1992 | 2026-03-10T05:33:23.142Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1993 | 2026-03-10T05:33:23.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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1994 | 2026-03-10T05:33:23.174Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1995 | 2026-03-10T05:33:23.174Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1996 | 2026-03-10T05:33:23.174Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1997 | 2026-03-10T05:33:23.185Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1998 | 2026-03-10T05:33:23.185Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 1999 | 2026-03-10T05:33:23.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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2000 | 2026-03-10T05:33:23.217Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2001 | 2026-03-10T05:33:23.217Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2002 | 2026-03-10T05:33:23.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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2003 | 2026-03-10T05:33:23.251Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2004 | 2026-03-10T05:33:23.251Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2005 | 2026-03-10T05:33:23.251Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2006 | 2026-03-10T05:33:23.284Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2007 | 2026-03-10T05:33:23.284Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2008 | 2026-03-10T05:33:23.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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2009 | 2026-03-10T05:33:23.295Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2010 | 2026-03-10T05:33:23.295Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2011 | 2026-03-10T05:33:23.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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2012 | 2026-03-10T05:33:23.329Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2013 | 2026-03-10T05:33:23.329Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2014 | 2026-03-10T05:33:23.329Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2015 | 2026-03-10T05:33:23.340Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2016 | 2026-03-10T05:33:23.340Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2017 | 2026-03-10T05:33:23.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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2018 | 2026-03-10T05:33:23.394Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 54
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2019 | 2026-03-10T05:33:23.394Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2020 | 2026-03-10T05:33:23.395Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2021 | 2026-03-10T05:33:23.405Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2022 | 2026-03-10T05:33:23.405Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2023 | 2026-03-10T05:33:23.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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2024 | 2026-03-10T05:33:23.439Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2025 | 2026-03-10T05:33:23.439Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2026 | 2026-03-10T05:33:23.439Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2027 | 2026-03-10T05:33:23.450Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2028 | 2026-03-10T05:33:23.451Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2029 | 2026-03-10T05:33:23.451Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2030 | 2026-03-10T05:33:23.483Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2031 | 2026-03-10T05:33:23.483Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2032 | 2026-03-10T05:33:23.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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2033 | 2026-03-10T05:33:23.494Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2034 | 2026-03-10T05:33:23.494Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2035 | 2026-03-10T05:33:23.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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2036 | 2026-03-10T05:33:23.528Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2037 | 2026-03-10T05:33:23.528Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2038 | 2026-03-10T05:33:23.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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2039 | 2026-03-10T05:33:23.562Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2040 | 2026-03-10T05:33:23.562Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2041 | 2026-03-10T05:33:23.562Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2042 | 2026-03-10T05:33:23.595Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2043 | 2026-03-10T05:33:23.596Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2044 | 2026-03-10T05:33:23.596Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2045 | 2026-03-10T05:33:23.606Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2046 | 2026-03-10T05:33:23.607Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2047 | 2026-03-10T05:33:23.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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2048 | 2026-03-10T05:33:23.629Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2049 | 2026-03-10T05:33:23.629Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2050 | 2026-03-10T05:33:23.629Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2051 | 2026-03-10T05:33:23.641Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2052 | 2026-03-10T05:33:23.641Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2053 | 2026-03-10T05:33:23.641Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2054 | 2026-03-10T05:33:23.674Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2055 | 2026-03-10T05:33:23.674Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2056 | 2026-03-10T05:33:23.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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2057 | 2026-03-10T05:33:23.686Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2058 | 2026-03-10T05:33:23.686Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2059 | 2026-03-10T05:33:23.686Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2060 | 2026-03-10T05:33:23.718Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2061 | 2026-03-10T05:33:23.719Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2062 | 2026-03-10T05:33:23.719Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2063 | 2026-03-10T05:33:23.730Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2064 | 2026-03-10T05:33:23.730Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2065 | 2026-03-10T05:33:23.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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2066 | 2026-03-10T05:33:23.763Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2067 | 2026-03-10T05:33:23.763Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2068 | 2026-03-10T05:33:23.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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2069 | 2026-03-10T05:33:23.773Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2070 | 2026-03-10T05:33:23.773Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2071 | 2026-03-10T05:33:23.774Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2072 | 2026-03-10T05:33:23.807Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2073 | 2026-03-10T05:33:23.807Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2074 | 2026-03-10T05:33:23.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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2075 | 2026-03-10T05:33:23.830Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2076 | 2026-03-10T05:33:23.830Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2077 | 2026-03-10T05:33:23.830Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2078 | 2026-03-10T05:33:23.863Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2079 | 2026-03-10T05:33:23.863Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2080 | 2026-03-10T05:33:23.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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2081 | 2026-03-10T05:33:23.874Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2082 | 2026-03-10T05:33:23.874Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2083 | 2026-03-10T05:33:23.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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2084 | 2026-03-10T05:33:23.907Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2085 | 2026-03-10T05:33:23.908Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2086 | 2026-03-10T05:33:23.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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2087 | 2026-03-10T05:33:23.919Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2088 | 2026-03-10T05:33:23.919Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2089 | 2026-03-10T05:33:23.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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2090 | 2026-03-10T05:33:23.952Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2091 | 2026-03-10T05:33:23.953Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2092 | 2026-03-10T05:33:23.953Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2093 | 2026-03-10T05:33:23.963Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2094 | 2026-03-10T05:33:23.963Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2095 | 2026-03-10T05:33:23.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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2096 | 2026-03-10T05:33:23.997Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2097 | 2026-03-10T05:33:23.997Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2098 | 2026-03-10T05:33:23.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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2099 | 2026-03-10T05:33:24.008Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2100 | 2026-03-10T05:33:24.008Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
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
|
| 2101 | 2026-03-10T05:33:24.008Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2102 | 2026-03-10T05:33:24.008Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::guest_can_adjust_boot_order
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 2103 | 2026-03-10T05:33:24.008Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2104 | 2026-03-10T05:33:24.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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2105 | 2026-03-10T05:33:30.798Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 6789
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2106 | 2026-03-10T05:33:30.798Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::guest_can_adjust_boot_order
step = WriteStr("root")
target = phd_framework::test_vm
|
| 2107 | 2026-03-10T05:33:30.798Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::guest_can_adjust_boot_order
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2108 | 2026-03-10T05:33:30.798Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2109 | 2026-03-10T05:33:30.798Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2110 | 2026-03-10T05:33:30.817Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2111 | 2026-03-10T05:33:30.817Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::guest_can_adjust_boot_order
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 2112 | 2026-03-10T05:33:30.817Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::guest_can_adjust_boot_order
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2113 | 2026-03-10T05:33:30.817Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2114 | 2026-03-10T05:33:30.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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2115 | 2026-03-10T05:33:30.850Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2116 | 2026-03-10T05:33:30.850Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
|
| 2117 | 2026-03-10T05:33:30.850Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 6841
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
|
| 2118 | 2026-03-10T05:33:30.850Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2119 | 2026-03-10T05:33:30.850Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2120 | 2026-03-10T05:33:30.861Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2121 | 2026-03-10T05:33:30.861Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2122 | 2026-03-10T05:33:30.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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2123 | 2026-03-10T05:33:30.894Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2124 | 2026-03-10T05:33:30.895Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2125 | 2026-03-10T05:33:30.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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2126 | 2026-03-10T05:33:30.905Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2127 | 2026-03-10T05:33:30.905Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2128 | 2026-03-10T05:33:30.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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2129 | 2026-03-10T05:33:30.939Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2130 | 2026-03-10T05:33:30.939Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2131 | 2026-03-10T05:33:30.939Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2132 | 2026-03-10T05:33:30.950Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2133 | 2026-03-10T05:33:30.950Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2134 | 2026-03-10T05:33:30.950Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2135 | 2026-03-10T05:33:30.984Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2136 | 2026-03-10T05:33:30.984Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2137 | 2026-03-10T05:33:30.984Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2138 | 2026-03-10T05:33:30.995Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2139 | 2026-03-10T05:33:30.995Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2140 | 2026-03-10T05:33:30.995Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2141 | 2026-03-10T05:33:31.017Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2142 | 2026-03-10T05:33:31.017Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2143 | 2026-03-10T05:33:31.018Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2144 | 2026-03-10T05:33:31.028Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2145 | 2026-03-10T05:33:31.029Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2146 | 2026-03-10T05:33:31.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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2147 | 2026-03-10T05:33:31.073Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 44
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2148 | 2026-03-10T05:33:31.073Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2149 | 2026-03-10T05:33:31.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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2150 | 2026-03-10T05:33:31.084Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2151 | 2026-03-10T05:33:31.084Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2152 | 2026-03-10T05:33:31.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 = 909
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2153 | 2026-03-10T05:33:31.117Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2154 | 2026-03-10T05:33:31.117Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2155 | 2026-03-10T05:33:31.117Z | 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
|
| 2156 | 2026-03-10T05:33:31.118Z | INFO | phd-runner: test phd_tests::boot_order::guest_can_adjust_boot_order ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 2157 | 2026-03-10T05:33:31.118Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 13313
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2158 | 2026-03-10T05:33:31.118Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2159 | 2026-03-10T05:33:31.120Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2160 | 2026-03-10T05:33:31.799Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2161 | 2026-03-10T05:33:31.879Z | 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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2162 | 2026-03-10T05:33:31.879Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-081894a0-3d7a-4a72-bb7a-a48c88b47f21"]
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2163 | 2026-03-10T05:33:31.908Z | 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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2164 | 2026-03-10T05:33:31.908Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-42154d36-e90c-4849-9475-8315e11d3597"]
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 = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2165 | 2026-03-10T05:33:31.926Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 808
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2166 | 2026-03-10T05:33:31.926Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 14611
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 11572a46-dc8b-4287-9417-bc27b82ba9fd
|
| 2167 | 2026-03-10T05:33:31.926Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 808
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2168 | 2026-03-10T05:33:31.926Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 14710
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
|
| 2169 | 2026-03-10T05:33:31.926Z | INFO | phd-runner: Starting test phd_tests::boot_order::boot_order_source_priority
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 2170 | 2026-03-10T05:33:31.926Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2171 | 2026-03-10T05:33:31.926Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2172 | 2026-03-10T05:33:31.926Z | 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
|
| 2173 | 2026-03-10T05:33:31.927Z | 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
|
| 2174 | 2026-03-10T05:33:31.927Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2175 | 2026-03-10T05:33:31.927Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2176 | 2026-03-10T05:33:31.927Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::zfs
verb = list
|
| 2177 | 2026-03-10T05:33:31.939Z | 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 232M 25.3T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 2178 | 2026-03-10T05:33:31.939Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-315259e6-eb4d-4174-9061-7bed5e13e1e9"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::zfs
verb = snapshot
|
| 2179 | 2026-03-10T05:33:31.958Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-315259e6-eb4d-4174-9061-7bed5e13e1e9", "phd-artifacts/phd-clone-c89034e1-9861-4f30-a8bc-3378b62d5aad"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::zfs
verb = clone
|
| 2180 | 2026-03-10T05:33:31.974Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-c89034e1-9861-4f30-a8bc-3378b62d5aad"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::zfs
verb = list
|
| 2181 | 2026-03-10T05:33:31.985Z | 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-c89034e1-9861-4f30-a8bc-3378b62d5aad 0B 25.3T 227M /phd-artifacts/phd-clone-c89034e1-9861-4f30-a8bc-3378b62d5aad\n
target = phd_framework::zfs
|
| 2182 | 2026-03-10T05:33:31.987Z | 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
|
| 2183 | 2026-03-10T05:33:31.987Z | 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
|
| 2184 | 2026-03-10T05:33:31.987Z | 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
|
| 2185 | 2026-03-10T05:33:31.987Z | 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 = 64
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
|
| 2186 | 2026-03-10T05:33:31.987Z | 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
|
| 2187 | 2026-03-10T05:33:32.016Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1010
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm::server
|
| 2188 | 2026-03-10T05:33:32.031Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 44
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
|
| 2189 | 2026-03-10T05:33:32.031Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2190 | 2026-03-10T05:33:32.168Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2191 | 2026-03-10T05:33:32.169Z | 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: adbfc5bc-f7ca-496e-b07a-c61167c5e550, name: "phd-vm-adbfc5bc-f7ca-496e-b07a-c61167c5e550", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: f407bae6-058c-456d-bd0d-74a08ca33075, project_id: fbdfe1d2-d309-4ac1-8eaf-0563abe26568, sled_id: 5c2cfc77-0804-4a04-b7a7-a3de4908ecad, sled_serial: "5c2cfc77-0804-4a04-b7a7-a3de4908ecad", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2192 | 2026-03-10T05:33:32.169Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2193 | 2026-03-10T05:33:32.169Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::boot_order::boot_order_source_priority
state = Run
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2194 | 2026-03-10T05:33:32.170Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2195 | 2026-03-10T05:33:32.170Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
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
|
| 2196 | 2026-03-10T05:33:32.170Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = 300s
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2197 | 2026-03-10T05:33:32.170Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::boot_order_source_priority
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 2198 | 2026-03-10T05:33:32.170Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2199 | 2026-03-10T05:33:32.170Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2200 | 2026-03-10T05:33:36.884Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4713
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2201 | 2026-03-10T05:33:36.884Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::boot_order_source_priority
step = WriteStr("root")
target = phd_framework::test_vm
|
| 2202 | 2026-03-10T05:33:36.884Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::boot_order_source_priority
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2203 | 2026-03-10T05:33:36.884Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2204 | 2026-03-10T05:33:36.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 = 909
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2205 | 2026-03-10T05:33:36.904Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 19
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2206 | 2026-03-10T05:33:36.904Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::boot_order_source_priority
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 2207 | 2026-03-10T05:33:36.904Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::boot_order_source_priority
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2208 | 2026-03-10T05:33:36.904Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2209 | 2026-03-10T05:33:36.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 = 909
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2210 | 2026-03-10T05:33:36.936Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2211 | 2026-03-10T05:33:36.936Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
|
| 2212 | 2026-03-10T05:33:36.936Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4766
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
|
| 2213 | 2026-03-10T05:33:36.937Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2214 | 2026-03-10T05:33:36.937Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2215 | 2026-03-10T05:33:36.947Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2216 | 2026-03-10T05:33:36.948Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2217 | 2026-03-10T05:33:36.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 = 909
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 = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2218 | 2026-03-10T05:33:36.980Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2219 | 2026-03-10T05:33:36.981Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2220 | 2026-03-10T05:33:36.981Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2221 | 2026-03-10T05:33:36.991Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2222 | 2026-03-10T05:33:36.991Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2223 | 2026-03-10T05:33:36.991Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2224 | 2026-03-10T05:33:37.024Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2225 | 2026-03-10T05:33:37.024Z | 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
|
| 2226 | 2026-03-10T05:33:37.024Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2227 | 2026-03-10T05:33:37.025Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2228 | 2026-03-10T05:33:37.035Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2229 | 2026-03-10T05:33:37.035Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2230 | 2026-03-10T05:33:37.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 = 909
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 = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2231 | 2026-03-10T05:33:37.068Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2232 | 2026-03-10T05:33:37.069Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2233 | 2026-03-10T05:33:37.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 = 909
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 = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2234 | 2026-03-10T05:33:37.079Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2235 | 2026-03-10T05:33:37.080Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2236 | 2026-03-10T05:33:37.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 = 909
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 = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2237 | 2026-03-10T05:33:37.112Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2238 | 2026-03-10T05:33:37.112Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2239 | 2026-03-10T05:33:37.112Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2240 | 2026-03-10T05:33:37.123Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2241 | 2026-03-10T05:33:37.123Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2242 | 2026-03-10T05:33:37.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 = 909
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 = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2243 | 2026-03-10T05:33:37.167Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 43
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2244 | 2026-03-10T05:33:37.167Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2245 | 2026-03-10T05:33:37.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 = 909
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 = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2246 | 2026-03-10T05:33:37.178Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2247 | 2026-03-10T05:33:37.178Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2248 | 2026-03-10T05:33:37.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 = 909
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 = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2249 | 2026-03-10T05:33:37.201Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2250 | 2026-03-10T05:33:37.201Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2251 | 2026-03-10T05:33:37.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 = 909
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 = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2252 | 2026-03-10T05:33:37.212Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2253 | 2026-03-10T05:33:37.212Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2254 | 2026-03-10T05:33:37.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 = 909
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 = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2255 | 2026-03-10T05:33:37.256Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 43
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2256 | 2026-03-10T05:33:37.256Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2257 | 2026-03-10T05:33:37.256Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2258 | 2026-03-10T05:33:37.266Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2259 | 2026-03-10T05:33:37.266Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2260 | 2026-03-10T05:33:37.266Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2261 | 2026-03-10T05:33:37.289Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2262 | 2026-03-10T05:33:37.289Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2263 | 2026-03-10T05:33:37.289Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2264 | 2026-03-10T05:33:37.300Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2265 | 2026-03-10T05:33:37.300Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2266 | 2026-03-10T05:33:37.301Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2267 | 2026-03-10T05:33:37.345Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 44
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2268 | 2026-03-10T05:33:37.345Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2269 | 2026-03-10T05:33:37.345Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2270 | 2026-03-10T05:33:37.355Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2271 | 2026-03-10T05:33:37.356Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2272 | 2026-03-10T05:33:37.356Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2273 | 2026-03-10T05:33:37.388Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2274 | 2026-03-10T05:33:37.388Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2275 | 2026-03-10T05:33:37.388Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2276 | 2026-03-10T05:33:37.400Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2277 | 2026-03-10T05:33:37.400Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2278 | 2026-03-10T05:33:37.400Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2279 | 2026-03-10T05:33:37.433Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2280 | 2026-03-10T05:33:37.433Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2281 | 2026-03-10T05:33:37.433Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2282 | 2026-03-10T05:33:37.443Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2283 | 2026-03-10T05:33:37.443Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2284 | 2026-03-10T05:33: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 = 909
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 = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2285 | 2026-03-10T05:33:37.466Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 23
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2286 | 2026-03-10T05:33:37.466Z | INFO | phd-runner: [TEST - EVENT] Found boot options: {"efi shell": 4, "uiapp": 0, "boot-disk": 1, "unbootable-2": 3, "unbootable": 2}
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
|
| 2287 | 2026-03-10T05:33:37.467Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2288 | 2026-03-10T05:33:37.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 = 909
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 = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2289 | 2026-03-10T05:33:37.477Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2290 | 2026-03-10T05:33:37.477Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2291 | 2026-03-10T05:33:37.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 = 909
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 = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2292 | 2026-03-10T05:33:37.510Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2293 | 2026-03-10T05:33:37.511Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2294 | 2026-03-10T05:33:37.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 = 909
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 = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2295 | 2026-03-10T05:33:37.522Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2296 | 2026-03-10T05:33:37.522Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2297 | 2026-03-10T05:33:37.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 = 909
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 = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2298 | 2026-03-10T05:33:37.555Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2299 | 2026-03-10T05:33:37.555Z | 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
|
| 2300 | 2026-03-10T05:33:37.556Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2301 | 2026-03-10T05:33:37.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 = 909
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 = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2302 | 2026-03-10T05:33:37.567Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2303 | 2026-03-10T05:33:37.567Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2304 | 2026-03-10T05:33:37.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 = 909
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 = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2305 | 2026-03-10T05:33:37.599Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2306 | 2026-03-10T05:33:37.599Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2307 | 2026-03-10T05:33:37.600Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2308 | 2026-03-10T05:33:37.610Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2309 | 2026-03-10T05:33:37.610Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2310 | 2026-03-10T05:33:37.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 = 909
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 = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2311 | 2026-03-10T05:33:37.644Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2312 | 2026-03-10T05:33:37.644Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2313 | 2026-03-10T05:33:37.644Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2314 | 2026-03-10T05:33:37.665Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 20
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2315 | 2026-03-10T05:33:37.665Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2316 | 2026-03-10T05:33:37.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 = 909
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 = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2317 | 2026-03-10T05:33:37.698Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2318 | 2026-03-10T05:33:37.699Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2319 | 2026-03-10T05:33:37.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 = 909
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 = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2320 | 2026-03-10T05:33:37.709Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2321 | 2026-03-10T05:33:37.709Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2322 | 2026-03-10T05:33:37.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 = 909
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 = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2323 | 2026-03-10T05:33:37.743Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2324 | 2026-03-10T05:33:37.743Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2325 | 2026-03-10T05:33:37.743Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2326 | 2026-03-10T05:33:37.755Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2327 | 2026-03-10T05:33:37.755Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
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
|
| 2328 | 2026-03-10T05:33:37.755Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = 300s
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2329 | 2026-03-10T05:33:37.755Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::boot_order_source_priority
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 2330 | 2026-03-10T05:33:37.755Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2331 | 2026-03-10T05:33:37.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 = 909
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2332 | 2026-03-10T05:33:44.589Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 6833
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2333 | 2026-03-10T05:33:44.589Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::boot_order_source_priority
step = WriteStr("root")
target = phd_framework::test_vm
|
| 2334 | 2026-03-10T05:33:44.589Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::boot_order_source_priority
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2335 | 2026-03-10T05:33:44.589Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2336 | 2026-03-10T05:33:44.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 = 909
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2337 | 2026-03-10T05:33:44.607Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2338 | 2026-03-10T05:33:44.607Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::boot_order_source_priority
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 2339 | 2026-03-10T05:33:44.607Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::boot_order_source_priority
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2340 | 2026-03-10T05:33:44.607Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2341 | 2026-03-10T05:33:44.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 = 909
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2342 | 2026-03-10T05:33:44.640Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2343 | 2026-03-10T05:33:44.640Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
|
| 2344 | 2026-03-10T05:33:44.640Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 6884
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
|
| 2345 | 2026-03-10T05:33:44.640Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2346 | 2026-03-10T05:33:44.640Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2347 | 2026-03-10T05:33:44.652Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2348 | 2026-03-10T05:33:44.652Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2349 | 2026-03-10T05:33:44.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 = 909
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 = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2350 | 2026-03-10T05:33:44.685Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2351 | 2026-03-10T05:33:44.685Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2352 | 2026-03-10T05:33:44.685Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2353 | 2026-03-10T05:33:44.695Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2354 | 2026-03-10T05:33:44.696Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2355 | 2026-03-10T05:33:44.696Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2356 | 2026-03-10T05:33:44.728Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2357 | 2026-03-10T05:33:44.729Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2358 | 2026-03-10T05:33:44.729Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 2359 | 2026-03-10T05:33:44.729Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2360 | 2026-03-10T05:33:44.729Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2361 | 2026-03-10T05:33:44.729Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::zfs
verb = list
|
| 2362 | 2026-03-10T05:33:44.733Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2363 | 2026-03-10T05:33:44.741Z | 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 232M 25.3T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 2364 | 2026-03-10T05:33:44.741Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-58f3f648-6594-48f3-b2d6-0da03c29b354"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::zfs
verb = snapshot
|
| 2365 | 2026-03-10T05:33:44.762Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-58f3f648-6594-48f3-b2d6-0da03c29b354", "phd-artifacts/phd-clone-3e75bce3-fffa-4e55-a1c6-9f04d3f15466"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::zfs
verb = clone
|
| 2366 | 2026-03-10T05:33:44.780Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-3e75bce3-fffa-4e55-a1c6-9f04d3f15466"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::zfs
verb = list
|
| 2367 | 2026-03-10T05:33:44.791Z | 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-3e75bce3-fffa-4e55-a1c6-9f04d3f15466 0B 25.3T 227M /phd-artifacts/phd-clone-3e75bce3-fffa-4e55-a1c6-9f04d3f15466\n
target = phd_framework::zfs
|
| 2368 | 2026-03-10T05:33:44.793Z | 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
|
| 2369 | 2026-03-10T05:33:44.793Z | 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
|
| 2370 | 2026-03-10T05:33:44.793Z | 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
|
| 2371 | 2026-03-10T05:33:44.793Z | 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 = 64
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
|
| 2372 | 2026-03-10T05:33:44.793Z | 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
|
| 2373 | 2026-03-10T05:33:44.823Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1015
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm::server
|
| 2374 | 2026-03-10T05:33:44.838Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 44
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
|
| 2375 | 2026-03-10T05:33:44.838Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2376 | 2026-03-10T05:33:44.842Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial websocket closed
file = phd-tests/framework/src/serial/mod.rs
line = 271
target = phd_framework::serial
|
| 2377 | 2026-03-10T05:33:44.842Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 12673
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2378 | 2026-03-10T05:33:44.975Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2379 | 2026-03-10T05:33:44.976Z | 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: 13d14523-442c-4aa2-813b-9052c42fac1e, name: "phd-vm-13d14523-442c-4aa2-813b-9052c42fac1e", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: d79071e4-3141-44dc-8b2f-17bce655d146, project_id: 87bb4246-5022-478b-9df2-a092d68e1d89, sled_id: cf7f5d5c-279e-45c1-af62-6e3c958456cf, sled_serial: "cf7f5d5c-279e-45c1-af62-6e3c958456cf", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2380 | 2026-03-10T05:33:44.976Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2381 | 2026-03-10T05:33:44.976Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::boot_order::boot_order_source_priority
state = Run
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2382 | 2026-03-10T05:33:44.977Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2383 | 2026-03-10T05:33:44.977Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
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
|
| 2384 | 2026-03-10T05:33:44.977Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = 300s
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2385 | 2026-03-10T05:33:44.977Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::boot_order_source_priority
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 2386 | 2026-03-10T05:33:44.977Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2387 | 2026-03-10T05:33:44.977Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2388 | 2026-03-10T05:33:45.230Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2389 | 2026-03-10T05:33:45.310Z | 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 = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2390 | 2026-03-10T05:33:45.310Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-c89034e1-9861-4f30-a8bc-3378b62d5aad"]
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 = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2391 | 2026-03-10T05:33:45.341Z | 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 = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2392 | 2026-03-10T05:33:45.341Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-315259e6-eb4d-4174-9061-7bed5e13e1e9"]
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 = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2393 | 2026-03-10T05:33:45.360Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 631
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2394 | 2026-03-10T05:33:45.360Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 13328
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = adbfc5bc-f7ca-496e-b07a-c61167c5e550
|
| 2395 | 2026-03-10T05:33:49.623Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4645
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2396 | 2026-03-10T05:33:49.623Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::boot_order_source_priority
step = WriteStr("root")
target = phd_framework::test_vm
|
| 2397 | 2026-03-10T05:33:49.623Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::boot_order_source_priority
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2398 | 2026-03-10T05:33:49.623Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2399 | 2026-03-10T05:33:49.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 = 909
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2400 | 2026-03-10T05:33:49.642Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 19
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2401 | 2026-03-10T05:33:49.643Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::boot_order_source_priority
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 2402 | 2026-03-10T05:33:49.643Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::boot_order_source_priority
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2403 | 2026-03-10T05:33:49.643Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2404 | 2026-03-10T05:33:49.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 = 909
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2405 | 2026-03-10T05:33:49.675Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2406 | 2026-03-10T05:33:49.675Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
|
| 2407 | 2026-03-10T05:33:49.676Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4698
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
|
| 2408 | 2026-03-10T05:33:49.676Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2409 | 2026-03-10T05:33:49.676Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2410 | 2026-03-10T05:33:49.686Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2411 | 2026-03-10T05:33:49.686Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2412 | 2026-03-10T05:33:49.686Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2413 | 2026-03-10T05:33:49.719Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2414 | 2026-03-10T05:33:49.719Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2415 | 2026-03-10T05:33:49.720Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2416 | 2026-03-10T05:33:49.730Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2417 | 2026-03-10T05:33:49.731Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2418 | 2026-03-10T05:33:49.731Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2419 | 2026-03-10T05:33:49.763Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2420 | 2026-03-10T05:33:49.763Z | 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
|
| 2421 | 2026-03-10T05:33:49.763Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2422 | 2026-03-10T05:33:49.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 = 909
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 = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2423 | 2026-03-10T05:33:49.775Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2424 | 2026-03-10T05:33:49.775Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2425 | 2026-03-10T05:33:49.775Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2426 | 2026-03-10T05:33:49.819Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 43
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2427 | 2026-03-10T05:33:49.819Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2428 | 2026-03-10T05:33:49.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 = 909
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 = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2429 | 2026-03-10T05:33:49.830Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2430 | 2026-03-10T05:33:49.830Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2431 | 2026-03-10T05:33:49.830Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2432 | 2026-03-10T05:33:49.863Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2433 | 2026-03-10T05:33:49.864Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2434 | 2026-03-10T05:33:49.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 = 909
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 = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2435 | 2026-03-10T05:33:49.874Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2436 | 2026-03-10T05:33:49.874Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2437 | 2026-03-10T05:33:49.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 = 909
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 = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2438 | 2026-03-10T05:33:49.908Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 34
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2439 | 2026-03-10T05:33:49.909Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2440 | 2026-03-10T05:33:49.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 = 909
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 = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2441 | 2026-03-10T05:33:49.919Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2442 | 2026-03-10T05:33:49.919Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2443 | 2026-03-10T05:33:49.920Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2444 | 2026-03-10T05:33:49.941Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2445 | 2026-03-10T05:33:49.942Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2446 | 2026-03-10T05:33:49.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 = 909
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 = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2447 | 2026-03-10T05:33:49.953Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2448 | 2026-03-10T05:33:49.953Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2449 | 2026-03-10T05:33:49.953Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2450 | 2026-03-10T05:33:50.010Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 56
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2451 | 2026-03-10T05:33:50.010Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2452 | 2026-03-10T05:33:50.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 = 909
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 = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2453 | 2026-03-10T05:33:50.020Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2454 | 2026-03-10T05:33:50.020Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2455 | 2026-03-10T05:33:50.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 = 909
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 = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2456 | 2026-03-10T05:33:50.053Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2457 | 2026-03-10T05:33:50.054Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2458 | 2026-03-10T05:33:50.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 = 909
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 = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2459 | 2026-03-10T05:33:50.065Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2460 | 2026-03-10T05:33:50.065Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2461 | 2026-03-10T05:33:50.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 = 909
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 = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2462 | 2026-03-10T05:33:50.098Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2463 | 2026-03-10T05:33:50.098Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2464 | 2026-03-10T05:33:50.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 = 909
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 = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2465 | 2026-03-10T05:33:50.109Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2466 | 2026-03-10T05:33:50.110Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2467 | 2026-03-10T05:33:50.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 = 909
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 = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2468 | 2026-03-10T05:33:50.131Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2469 | 2026-03-10T05:33:50.132Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2470 | 2026-03-10T05:33:50.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 = 909
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 = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2471 | 2026-03-10T05:33:50.143Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2472 | 2026-03-10T05:33:50.143Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2473 | 2026-03-10T05:33:50.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 = 909
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 = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2474 | 2026-03-10T05:33:50.176Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2475 | 2026-03-10T05:33:50.177Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2476 | 2026-03-10T05:33:50.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 = 909
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 = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2477 | 2026-03-10T05:33:50.187Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2478 | 2026-03-10T05:33:50.187Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2479 | 2026-03-10T05:33:50.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 = 909
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 = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2480 | 2026-03-10T05:33:50.220Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2481 | 2026-03-10T05:33:50.221Z | INFO | phd-runner: [TEST - EVENT] Found boot options: {"unbootable": 2, "efi shell": 4, "boot-disk": 1, "uiapp": 0, "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
|
| 2482 | 2026-03-10T05:33:50.221Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2483 | 2026-03-10T05:33:50.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 = 909
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 = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2484 | 2026-03-10T05:33:50.231Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2485 | 2026-03-10T05:33:50.231Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2486 | 2026-03-10T05:33:50.231Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2487 | 2026-03-10T05:33:50.264Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2488 | 2026-03-10T05:33:50.264Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2489 | 2026-03-10T05:33:50.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 = 909
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 = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2490 | 2026-03-10T05:33:50.275Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2491 | 2026-03-10T05:33:50.275Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2492 | 2026-03-10T05:33:50.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 = 909
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 = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2493 | 2026-03-10T05:33:50.308Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2494 | 2026-03-10T05:33:50.308Z | 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
|
| 2495 | 2026-03-10T05:33:50.309Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2496 | 2026-03-10T05:33:50.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 = 909
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 = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2497 | 2026-03-10T05:33:50.319Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2498 | 2026-03-10T05:33:50.319Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2499 | 2026-03-10T05:33:50.319Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2500 | 2026-03-10T05:33:50.353Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2501 | 2026-03-10T05:33:50.353Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2502 | 2026-03-10T05:33:50.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 = 909
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 = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2503 | 2026-03-10T05:33:50.364Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2504 | 2026-03-10T05:33:50.365Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2505 | 2026-03-10T05:33:50.365Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2506 | 2026-03-10T05:33:50.398Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2507 | 2026-03-10T05:33:50.398Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2508 | 2026-03-10T05:33:50.398Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2509 | 2026-03-10T05:33:50.420Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2510 | 2026-03-10T05:33:50.420Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2511 | 2026-03-10T05:33:50.420Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2512 | 2026-03-10T05:33:50.453Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2513 | 2026-03-10T05:33:50.454Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2514 | 2026-03-10T05:33:50.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 = 909
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 = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2515 | 2026-03-10T05:33:50.465Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2516 | 2026-03-10T05:33:50.466Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2517 | 2026-03-10T05:33:50.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 = 909
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 = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2518 | 2026-03-10T05:33:50.498Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2519 | 2026-03-10T05:33:50.498Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2520 | 2026-03-10T05:33:50.498Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2521 | 2026-03-10T05:33:50.509Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2522 | 2026-03-10T05:33:50.509Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
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
|
| 2523 | 2026-03-10T05:33:50.509Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = 300s
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2524 | 2026-03-10T05:33:50.509Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::boot_order_source_priority
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 2525 | 2026-03-10T05:33:50.509Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2526 | 2026-03-10T05:33:50.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 = 909
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2527 | 2026-03-10T05:33:57.246Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 6736
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2528 | 2026-03-10T05:33:57.246Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::boot_order_source_priority
step = WriteStr("root")
target = phd_framework::test_vm
|
| 2529 | 2026-03-10T05:33:57.246Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::boot_order_source_priority
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2530 | 2026-03-10T05:33:57.246Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2531 | 2026-03-10T05:33:57.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 = 909
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2532 | 2026-03-10T05:33:57.266Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 19
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2533 | 2026-03-10T05:33:57.266Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::boot_order_source_priority
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 2534 | 2026-03-10T05:33:57.266Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::boot_order_source_priority
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2535 | 2026-03-10T05:33:57.266Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2536 | 2026-03-10T05:33:57.266Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2537 | 2026-03-10T05:33:57.299Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2538 | 2026-03-10T05:33:57.299Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
|
| 2539 | 2026-03-10T05:33:57.299Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 6789
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
|
| 2540 | 2026-03-10T05:33:57.300Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2541 | 2026-03-10T05:33:57.300Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2542 | 2026-03-10T05:33:57.332Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2543 | 2026-03-10T05:33:57.332Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2544 | 2026-03-10T05:33:57.332Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2545 | 2026-03-10T05:33:57.365Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2546 | 2026-03-10T05:33:57.365Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2547 | 2026-03-10T05:33:57.365Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2548 | 2026-03-10T05:33:57.376Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2549 | 2026-03-10T05:33:57.376Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2550 | 2026-03-10T05:33:57.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 = 909
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 = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2551 | 2026-03-10T05:33:57.410Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2552 | 2026-03-10T05:33:57.410Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2553 | 2026-03-10T05:33:57.410Z | 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
|
| 2554 | 2026-03-10T05:33:57.410Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 12434
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2555 | 2026-03-10T05:33:57.410Z | INFO | phd-runner: test phd_tests::boot_order::boot_order_source_priority ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 2556 | 2026-03-10T05:33:57.410Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2557 | 2026-03-10T05:33:57.412Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2558 | 2026-03-10T05:33:57.802Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2559 | 2026-03-10T05:33:57.885Z | 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 = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2560 | 2026-03-10T05:33:57.885Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-3e75bce3-fffa-4e55-a1c6-9f04d3f15466"]
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 = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2561 | 2026-03-10T05:33:57.913Z | 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 = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2562 | 2026-03-10T05:33:57.913Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-58f3f648-6594-48f3-b2d6-0da03c29b354"]
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 = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2563 | 2026-03-10T05:33:57.930Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 520
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2564 | 2026-03-10T05:33:57.930Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 520
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2565 | 2026-03-10T05:33:57.930Z | INFO | phd-runner: Starting test phd_tests::boot_order::nvme_boot_option_description
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 2566 | 2026-03-10T05:33:57.930Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 13091
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 13d14523-442c-4aa2-813b-9052c42fac1e
|
| 2567 | 2026-03-10T05:33:57.930Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2568 | 2026-03-10T05:33:57.930Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 26002
file = phd-tests/tests/src/boot_order.rs
line = 403
path = phd_tests::boot_order::boot_order_source_priority
target = phd_tests::boot_order
|
| 2569 | 2026-03-10T05:33:57.931Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2570 | 2026-03-10T05:33:57.931Z | 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
|
| 2571 | 2026-03-10T05:33:57.931Z | 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
|
| 2572 | 2026-03-10T05:33:57.931Z | 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
|
| 2573 | 2026-03-10T05:33:57.931Z | 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
|
| 2574 | 2026-03-10T05:33:57.931Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
verb = list
|
| 2575 | 2026-03-10T05:33:57.942Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::boot_order::nvme_boot_option_description
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 231M 25.3T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 2576 | 2026-03-10T05:33:57.942Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d92bbdb6-139a-4000-8e57-b01487893092"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
verb = snapshot
|
| 2577 | 2026-03-10T05:33:57.959Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d92bbdb6-139a-4000-8e57-b01487893092", "phd-artifacts/phd-clone-5b6c2ffb-e14b-4ac3-a96c-32f62941ea2f"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
verb = clone
|
| 2578 | 2026-03-10T05:33:57.977Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-5b6c2ffb-e14b-4ac3-a96c-32f62941ea2f"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
verb = list
|
| 2579 | 2026-03-10T05:33:57.989Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::boot_order::nvme_boot_option_description
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-5b6c2ffb-e14b-4ac3-a96c-32f62941ea2f 0B 25.3T 227M /phd-artifacts/phd-clone-5b6c2ffb-e14b-4ac3-a96c-32f62941ea2f\n
target = phd_framework::zfs
|
| 2580 | 2026-03-10T05:33:57.990Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2581 | 2026-03-10T05:33:57.990Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
verb = list
|
| 2582 | 2026-03-10T05:33:58.001Z | 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 231M 25.3T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 2583 | 2026-03-10T05:33:58.001Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-0ee51c39-5d69-4cf4-963e-7c0682876744"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
verb = snapshot
|
| 2584 | 2026-03-10T05:33:58.021Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-0ee51c39-5d69-4cf4-963e-7c0682876744", "phd-artifacts/phd-clone-0d6627a5-75d9-4ef8-aae9-80a1c31bf9be"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
verb = clone
|
| 2585 | 2026-03-10T05:33:58.039Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-0d6627a5-75d9-4ef8-aae9-80a1c31bf9be"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
verb = list
|
| 2586 | 2026-03-10T05:33:58.051Z | 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-0d6627a5-75d9-4ef8-aae9-80a1c31bf9be 0B 25.3T 227M /phd-artifacts/phd-clone-0d6627a5-75d9-4ef8-aae9-80a1c31bf9be\n
target = phd_framework::zfs
|
| 2587 | 2026-03-10T05:33:58.051Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
|
| 2588 | 2026-03-10T05:33:58.051Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm_name = nvme_boot_option_description
|
| 2589 | 2026-03-10T05:33:58.051Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 2590 | 2026-03-10T05:33:58.051Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 64
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
|
| 2591 | 2026-03-10T05:33:58.051Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::boot_order::nvme_boot_option_description
stderr_path = "/tmp/propolis-phd/phd_tests::boot_order::nvme_boot_option_description/nvme_boot_option_description.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::boot_order::nvme_boot_option_description/nvme_boot_option_description.stdout.log"
target = phd_framework::log_config
|
| 2592 | 2026-03-10T05:33:58.081Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1030
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm::server
|
| 2593 | 2026-03-10T05:33:58.096Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 44
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
|
| 2594 | 2026-03-10T05:33:58.096Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2595 | 2026-03-10T05:33:58.097Z | 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 = 452
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2596 | 2026-03-10T05:33:58.607Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2597 | 2026-03-10T05:33:58.608Z | 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: 1bae15b0-0bd3-4971-9de1-1e3914094f28, name: "phd-vm-1bae15b0-0bd3-4971-9de1-1e3914094f28", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 36a5c731-4690-4875-8a67-5edde5d99406, project_id: cb42dcfb-8c9c-475d-9be1-92fc9279c933, sled_id: 15314ffe-73d2-4096-8c21-df01605a8dfe, sled_serial: "15314ffe-73d2-4096-8c21-df01605a8dfe", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2598 | 2026-03-10T05:33:58.608Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2599 | 2026-03-10T05:33:58.608Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::boot_order::nvme_boot_option_description
state = Run
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2600 | 2026-03-10T05:33:58.609Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2601 | 2026-03-10T05:33:58.609Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
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
|
| 2602 | 2026-03-10T05:33:58.609Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = 300s
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2603 | 2026-03-10T05:33:58.609Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::nvme_boot_option_description
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 2604 | 2026-03-10T05:33:58.609Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2605 | 2026-03-10T05:33:58.609Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2606 | 2026-03-10T05:34:03.230Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4621
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2607 | 2026-03-10T05:34:03.230Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::nvme_boot_option_description
step = WriteStr("root")
target = phd_framework::test_vm
|
| 2608 | 2026-03-10T05:34:03.231Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::nvme_boot_option_description
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2609 | 2026-03-10T05:34:03.231Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2610 | 2026-03-10T05:34:03.231Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2611 | 2026-03-10T05:34:03.260Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 29
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2612 | 2026-03-10T05:34:03.260Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::nvme_boot_option_description
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 2613 | 2026-03-10T05:34:03.261Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::nvme_boot_option_description
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2614 | 2026-03-10T05:34:03.261Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2615 | 2026-03-10T05:34:03.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 = 909
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2616 | 2026-03-10T05:34:03.292Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2617 | 2026-03-10T05:34:03.293Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
|
| 2618 | 2026-03-10T05:34:03.293Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4683
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
|
| 2619 | 2026-03-10T05:34:03.293Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2620 | 2026-03-10T05:34:03.293Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2621 | 2026-03-10T05:34:03.304Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2622 | 2026-03-10T05:34:03.304Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2623 | 2026-03-10T05:34:03.304Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2624 | 2026-03-10T05:34:03.337Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2625 | 2026-03-10T05:34:03.337Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2626 | 2026-03-10T05:34:03.337Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2627 | 2026-03-10T05:34:03.348Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2628 | 2026-03-10T05:34:03.348Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2629 | 2026-03-10T05:34:03.349Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2630 | 2026-03-10T05:34:03.380Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2631 | 2026-03-10T05:34:03.380Z | 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
|
| 2632 | 2026-03-10T05:34:03.381Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2633 | 2026-03-10T05:34:03.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 = 909
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 = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2634 | 2026-03-10T05:34:03.391Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2635 | 2026-03-10T05:34:03.392Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2636 | 2026-03-10T05:34:03.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 = 909
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 = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2637 | 2026-03-10T05:34:03.447Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 54
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2638 | 2026-03-10T05:34:03.447Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2639 | 2026-03-10T05:34:03.447Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2640 | 2026-03-10T05:34:03.458Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2641 | 2026-03-10T05:34:03.458Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2642 | 2026-03-10T05:34:03.459Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2643 | 2026-03-10T05:34:03.492Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2644 | 2026-03-10T05:34:03.493Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2645 | 2026-03-10T05:34:03.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 = 909
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 = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2646 | 2026-03-10T05:34:03.503Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2647 | 2026-03-10T05:34:03.503Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2648 | 2026-03-10T05:34:03.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 = 909
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 = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2649 | 2026-03-10T05:34:03.558Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 54
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2650 | 2026-03-10T05:34:03.558Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2651 | 2026-03-10T05:34: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 = 909
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 = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2652 | 2026-03-10T05:34:03.568Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2653 | 2026-03-10T05:34:03.569Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2654 | 2026-03-10T05:34:03.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 = 909
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 = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2655 | 2026-03-10T05:34:03.591Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2656 | 2026-03-10T05:34:03.592Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2657 | 2026-03-10T05:34:03.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 = 909
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 = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2658 | 2026-03-10T05:34:03.603Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2659 | 2026-03-10T05:34:03.603Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2660 | 2026-03-10T05:34:03.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 = 909
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 = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2661 | 2026-03-10T05:34:03.648Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 44
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2662 | 2026-03-10T05:34:03.648Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2663 | 2026-03-10T05:34:03.648Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2664 | 2026-03-10T05:34:03.658Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2665 | 2026-03-10T05:34:03.659Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2666 | 2026-03-10T05:34:03.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 = 909
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 = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2667 | 2026-03-10T05:34:03.692Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2668 | 2026-03-10T05:34:03.692Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2669 | 2026-03-10T05:34:03.692Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2670 | 2026-03-10T05:34:03.703Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2671 | 2026-03-10T05:34:03.703Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2672 | 2026-03-10T05:34:03.703Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2673 | 2026-03-10T05:34:03.759Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 55
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2674 | 2026-03-10T05:34:03.759Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2675 | 2026-03-10T05:34:03.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 = 909
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 = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2676 | 2026-03-10T05:34:03.770Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2677 | 2026-03-10T05:34:03.770Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2678 | 2026-03-10T05:34:03.770Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2679 | 2026-03-10T05:34:03.792Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2680 | 2026-03-10T05:34:03.792Z | INFO | phd-runner: [TEST - EVENT] Found boot options: {"nvme-test-disk": 2, "uiapp": 0, "efi shell": 3, "boot-disk": 1}
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
|
| 2681 | 2026-03-10T05:34:03.792Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2682 | 2026-03-10T05:34:03.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 = 909
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 = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2683 | 2026-03-10T05:34:03.803Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2684 | 2026-03-10T05:34:03.803Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2685 | 2026-03-10T05:34:03.803Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2686 | 2026-03-10T05:34:03.859Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 55
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2687 | 2026-03-10T05:34:03.859Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2688 | 2026-03-10T05:34:03.859Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2689 | 2026-03-10T05:34:03.870Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2690 | 2026-03-10T05:34:03.870Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2691 | 2026-03-10T05:34:03.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 = 909
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 = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2692 | 2026-03-10T05:34:03.903Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2693 | 2026-03-10T05:34:03.903Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2694 | 2026-03-10T05:34:03.903Z | 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
|
| 2695 | 2026-03-10T05:34:03.903Z | INFO | phd-runner: test phd_tests::boot_order::nvme_boot_option_description ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 2696 | 2026-03-10T05:34:03.904Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 5296
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2697 | 2026-03-10T05:34:03.904Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2698 | 2026-03-10T05:34:03.905Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2699 | 2026-03-10T05:34:04.281Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2700 | 2026-03-10T05:34:04.361Z | 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 = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2701 | 2026-03-10T05:34:04.361Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-5b6c2ffb-e14b-4ac3-a96c-32f62941ea2f"]
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 = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2702 | 2026-03-10T05:34:04.389Z | 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 = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2703 | 2026-03-10T05:34:04.389Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d92bbdb6-139a-4000-8e57-b01487893092"]
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 = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2704 | 2026-03-10T05:34:04.407Z | 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 = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2705 | 2026-03-10T05:34:04.408Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-0d6627a5-75d9-4ef8-aae9-80a1c31bf9be"]
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 = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2706 | 2026-03-10T05:34:04.440Z | 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 = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2707 | 2026-03-10T05:34:04.440Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-0ee51c39-5d69-4cf4-963e-7c0682876744"]
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 = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2708 | 2026-03-10T05:34:04.458Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 554
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2709 | 2026-03-10T05:34:04.458Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6361
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 1bae15b0-0bd3-4971-9de1-1e3914094f28
|
| 2710 | 2026-03-10T05:34:04.458Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 6527
file = phd-tests/tests/src/boot_order.rs
line = 510
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_tests::boot_order
|
| 2711 | 2026-03-10T05:34:04.458Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 554
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2712 | 2026-03-10T05:34:04.459Z | INFO | phd-runner: Starting test phd_tests::disk::in_memory_backend_smoke_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 2713 | 2026-03-10T05:34:04.459Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2714 | 2026-03-10T05:34:04.459Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2715 | 2026-03-10T05:34:04.459Z | 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
|
| 2716 | 2026-03-10T05:34:04.459Z | 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
|
| 2717 | 2026-03-10T05:34:04.459Z | 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
|
| 2718 | 2026-03-10T05:34:04.459Z | 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
|
| 2719 | 2026-03-10T05:34:04.459Z | 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
|
| 2720 | 2026-03-10T05:34:04.459Z | 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
|
| 2721 | 2026-03-10T05:34:04.469Z | 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 230M 25.3T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 2722 | 2026-03-10T05:34:04.469Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-e5953ba6-d7e9-4eea-a5ac-7f90a9c89ac2"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::zfs
verb = snapshot
|
| 2723 | 2026-03-10T05:34:04.485Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-e5953ba6-d7e9-4eea-a5ac-7f90a9c89ac2", "phd-artifacts/phd-clone-e6f47d42-60c1-4933-b8e3-d3dd6ac403f7"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::zfs
verb = clone
|
| 2724 | 2026-03-10T05:34:04.503Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-e6f47d42-60c1-4933-b8e3-d3dd6ac403f7"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::zfs
verb = list
|
| 2725 | 2026-03-10T05:34:04.514Z | 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-e6f47d42-60c1-4933-b8e3-d3dd6ac403f7 0B 25.3T 227M /phd-artifacts/phd-clone-e6f47d42-60c1-4933-b8e3-d3dd6ac403f7\n
target = phd_framework::zfs
|
| 2726 | 2026-03-10T05:34:04.517Z | 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
|
| 2727 | 2026-03-10T05:34:04.517Z | 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
|
| 2728 | 2026-03-10T05:34:04.517Z | 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
|
| 2729 | 2026-03-10T05:34:04.517Z | 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 = 64
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
|
| 2730 | 2026-03-10T05:34:04.517Z | 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
|
| 2731 | 2026-03-10T05:34:04.546Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1040
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm::server
|
| 2732 | 2026-03-10T05:34:04.561Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 44
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
|
| 2733 | 2026-03-10T05:34:04.561Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2734 | 2026-03-10T05:34:04.687Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2735 | 2026-03-10T05:34:04.687Z | 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: 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a, name: "phd-vm-48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: b78761a0-3d03-4dbc-925c-24389464515c, project_id: 6e44bf68-9720-4cd9-b031-84a5a7106408, sled_id: 776dfba4-dab3-4a93-833a-faa0ba63476a, sled_serial: "776dfba4-dab3-4a93-833a-faa0ba63476a", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2736 | 2026-03-10T05:34:04.688Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2737 | 2026-03-10T05:34:04.688Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::disk::in_memory_backend_smoke_test
state = Run
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2738 | 2026-03-10T05:34:04.689Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2739 | 2026-03-10T05:34:04.689Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
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
|
| 2740 | 2026-03-10T05:34:04.689Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2741 | 2026-03-10T05:34:04.689Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::disk::in_memory_backend_smoke_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 2742 | 2026-03-10T05:34:04.689Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2743 | 2026-03-10T05:34:04.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 = 909
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2744 | 2026-03-10T05:34:09.249Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4559
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2745 | 2026-03-10T05:34:09.249Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::disk::in_memory_backend_smoke_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 2746 | 2026-03-10T05:34:09.249Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::disk::in_memory_backend_smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2747 | 2026-03-10T05:34:09.249Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2748 | 2026-03-10T05:34:09.249Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2749 | 2026-03-10T05:34:09.279Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 29
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2750 | 2026-03-10T05:34:09.279Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::disk::in_memory_backend_smoke_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 2751 | 2026-03-10T05:34:09.279Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::disk::in_memory_backend_smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2752 | 2026-03-10T05:34:09.279Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2753 | 2026-03-10T05:34:09.279Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2754 | 2026-03-10T05:34:09.311Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2755 | 2026-03-10T05:34:09.311Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
|
| 2756 | 2026-03-10T05:34:09.311Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4622
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
|
| 2757 | 2026-03-10T05:34:09.312Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2758 | 2026-03-10T05:34:09.312Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2759 | 2026-03-10T05:34:09.322Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2760 | 2026-03-10T05:34:09.323Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2761 | 2026-03-10T05:34:09.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 = 909
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 = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2762 | 2026-03-10T05:34:09.356Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2763 | 2026-03-10T05:34:09.356Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2764 | 2026-03-10T05:34:09.356Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2765 | 2026-03-10T05:34:09.367Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2766 | 2026-03-10T05:34:09.367Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2767 | 2026-03-10T05:34:09.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 = 909
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 = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2768 | 2026-03-10T05:34:09.400Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2769 | 2026-03-10T05:34:09.400Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2770 | 2026-03-10T05:34:09.400Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2771 | 2026-03-10T05:34:09.412Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2772 | 2026-03-10T05:34:09.412Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2773 | 2026-03-10T05:34:09.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 = 909
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 = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2774 | 2026-03-10T05:34:09.446Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2775 | 2026-03-10T05:34:09.446Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2776 | 2026-03-10T05:34:09.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 = 909
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 = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2777 | 2026-03-10T05:34:09.457Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2778 | 2026-03-10T05:34:09.457Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2779 | 2026-03-10T05:34:09.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 = 909
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 = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2780 | 2026-03-10T05:34:09.489Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2781 | 2026-03-10T05:34:09.489Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2782 | 2026-03-10T05:34:09.490Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2783 | 2026-03-10T05:34:09.500Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2784 | 2026-03-10T05:34:09.500Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2785 | 2026-03-10T05:34:09.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 = 909
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 = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2786 | 2026-03-10T05:34:09.533Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2787 | 2026-03-10T05:34:09.534Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2788 | 2026-03-10T05:34:09.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 = 909
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 = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2789 | 2026-03-10T05:34:09.544Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2790 | 2026-03-10T05:34:09.544Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2791 | 2026-03-10T05:34:09.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 = 909
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 = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2792 | 2026-03-10T05:34:09.567Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2793 | 2026-03-10T05:34:09.567Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2794 | 2026-03-10T05:34:09.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 = 909
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 = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2795 | 2026-03-10T05:34:09.579Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2796 | 2026-03-10T05:34:09.579Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2797 | 2026-03-10T05:34:09.579Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2798 | 2026-03-10T05:34:09.612Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2799 | 2026-03-10T05:34:09.612Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2800 | 2026-03-10T05:34:09.612Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2801 | 2026-03-10T05:34:09.623Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2802 | 2026-03-10T05:34:09.623Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2803 | 2026-03-10T05:34:09.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 = 909
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 = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2804 | 2026-03-10T05:34:09.655Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2805 | 2026-03-10T05:34:09.655Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2806 | 2026-03-10T05:34:09.656Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2807 | 2026-03-10T05:34:09.667Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2808 | 2026-03-10T05:34:09.667Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2809 | 2026-03-10T05:34:09.667Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2810 | 2026-03-10T05:34:09.700Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2811 | 2026-03-10T05:34:09.700Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2812 | 2026-03-10T05:34:09.701Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2813 | 2026-03-10T05:34:09.712Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2814 | 2026-03-10T05:34:09.712Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2815 | 2026-03-10T05:34:09.712Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2816 | 2026-03-10T05:34:09.746Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2817 | 2026-03-10T05:34:09.746Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2818 | 2026-03-10T05:34:09.746Z | 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
|
| 2819 | 2026-03-10T05:34:09.746Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 5059
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2820 | 2026-03-10T05:34:09.746Z | INFO | phd-runner: test phd_tests::disk::in_memory_backend_smoke_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 2821 | 2026-03-10T05:34:09.747Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2822 | 2026-03-10T05:34:09.748Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2823 | 2026-03-10T05:34:10.158Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2824 | 2026-03-10T05:34:10.238Z | 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 = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2825 | 2026-03-10T05:34:10.238Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-e6f47d42-60c1-4933-b8e3-d3dd6ac403f7"]
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 = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2826 | 2026-03-10T05:34:10.268Z | 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 = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2827 | 2026-03-10T05:34:10.268Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-e5953ba6-d7e9-4eea-a5ac-7f90a9c89ac2"]
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 = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2828 | 2026-03-10T05:34:10.287Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 540
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2829 | 2026-03-10T05:34:10.287Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5725
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 48b2b8e5-f3fd-4a90-ad91-cd1f8c83db5a
|
| 2830 | 2026-03-10T05:34:10.287Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 5827
file = phd-tests/tests/src/disk.rs
line = 115
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_tests::disk
|
| 2831 | 2026-03-10T05:34:10.287Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 540
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2832 | 2026-03-10T05:34:10.287Z | INFO | phd-runner: Starting test phd_tests::disk::in_memory_backend_migration_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 2833 | 2026-03-10T05:34:10.287Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2834 | 2026-03-10T05:34:10.287Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2835 | 2026-03-10T05:34:10.288Z | 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
|
| 2836 | 2026-03-10T05:34:10.288Z | 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
|
| 2837 | 2026-03-10T05:34:10.288Z | 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
|
| 2838 | 2026-03-10T05:34:10.288Z | 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
|
| 2839 | 2026-03-10T05:34:10.288Z | 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
|
| 2840 | 2026-03-10T05:34:10.300Z | 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 230M 25.3T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 2841 | 2026-03-10T05:34:10.300Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-1a256c8c-62d0-44b2-ac4f-627376ffe2c2"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::zfs
verb = snapshot
|
| 2842 | 2026-03-10T05:34:10.317Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-1a256c8c-62d0-44b2-ac4f-627376ffe2c2", "phd-artifacts/phd-clone-9133ca55-df8e-43cf-b19f-4fc6178e580b"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::zfs
verb = clone
|
| 2843 | 2026-03-10T05:34:10.335Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-9133ca55-df8e-43cf-b19f-4fc6178e580b"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::zfs
verb = list
|
| 2844 | 2026-03-10T05:34:10.347Z | 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-9133ca55-df8e-43cf-b19f-4fc6178e580b 0B 25.3T 227M /phd-artifacts/phd-clone-9133ca55-df8e-43cf-b19f-4fc6178e580b\n
target = phd_framework::zfs
|
| 2845 | 2026-03-10T05:34:10.348Z | 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
|
| 2846 | 2026-03-10T05:34:10.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm_name = in_memory_backend_migration_test_source
|
| 2847 | 2026-03-10T05:34:10.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
|
| 2848 | 2026-03-10T05:34:10.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 = 64
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
|
| 2849 | 2026-03-10T05:34:10.348Z | 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
|
| 2850 | 2026-03-10T05:34:10.378Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1048
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm::server
|
| 2851 | 2026-03-10T05:34:10.394Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 45
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
|
| 2852 | 2026-03-10T05:34:10.394Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2853 | 2026-03-10T05:34:10.396Z | 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 = 452
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2854 | 2026-03-10T05:34:10.891Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2855 | 2026-03-10T05:34:10.892Z | 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: 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5, name: "phd-vm-3bc55ae3-e85a-4323-874d-c8d21d2cbfe5", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 6202cbde-037d-4f5c-b37c-6aff69bb583a, project_id: 3b95b2e1-4ef5-4afe-9e0f-6fababc2490a, sled_id: 7f459d6c-9d16-412c-bfe2-219cf66a6174, sled_serial: "7f459d6c-9d16-412c-bfe2-219cf66a6174", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2856 | 2026-03-10T05:34:10.892Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2857 | 2026-03-10T05:34:10.892Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
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 = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2858 | 2026-03-10T05:34:10.893Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2859 | 2026-03-10T05:34:10.893Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
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
|
| 2860 | 2026-03-10T05:34:10.893Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
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 = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2861 | 2026-03-10T05:34:10.893Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::disk::in_memory_backend_migration_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 2862 | 2026-03-10T05:34:10.894Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2863 | 2026-03-10T05:34:10.894Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2864 | 2026-03-10T05:34:15.434Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4540
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2865 | 2026-03-10T05:34:15.434Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::disk::in_memory_backend_migration_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 2866 | 2026-03-10T05:34:15.434Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::disk::in_memory_backend_migration_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2867 | 2026-03-10T05:34:15.434Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2868 | 2026-03-10T05:34:15.434Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2869 | 2026-03-10T05:34:15.452Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2870 | 2026-03-10T05:34:15.452Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::disk::in_memory_backend_migration_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 2871 | 2026-03-10T05:34:15.453Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::disk::in_memory_backend_migration_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2872 | 2026-03-10T05:34:15.453Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2873 | 2026-03-10T05:34:15.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 = 909
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 = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2874 | 2026-03-10T05:34:15.485Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2875 | 2026-03-10T05:34:15.486Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
|
| 2876 | 2026-03-10T05:34:15.486Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4592
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
|
| 2877 | 2026-03-10T05:34:15.486Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2878 | 2026-03-10T05:34:15.486Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2879 | 2026-03-10T05:34:15.507Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2880 | 2026-03-10T05:34:15.508Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2881 | 2026-03-10T05:34:15.508Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2882 | 2026-03-10T05:34:15.540Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2883 | 2026-03-10T05:34:15.540Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2884 | 2026-03-10T05:34:15.540Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2885 | 2026-03-10T05:34:15.552Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2886 | 2026-03-10T05:34:15.552Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2887 | 2026-03-10T05:34:15.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 = 909
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 = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2888 | 2026-03-10T05:34:15.585Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2889 | 2026-03-10T05:34:15.585Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2890 | 2026-03-10T05:34:15.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 = 909
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 = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2891 | 2026-03-10T05:34:15.607Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2892 | 2026-03-10T05:34:15.607Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2893 | 2026-03-10T05:34:15.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 = 909
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 = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2894 | 2026-03-10T05:34:15.640Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2895 | 2026-03-10T05:34:15.640Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2896 | 2026-03-10T05:34:15.640Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2897 | 2026-03-10T05:34:15.651Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2898 | 2026-03-10T05:34:15.651Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2899 | 2026-03-10T05:34:15.651Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2900 | 2026-03-10T05:34:15.683Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2901 | 2026-03-10T05:34:15.684Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2902 | 2026-03-10T05:34:15.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 = 909
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 = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2903 | 2026-03-10T05:34:15.705Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2904 | 2026-03-10T05:34:15.706Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2905 | 2026-03-10T05:34:15.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 = 909
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 = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2906 | 2026-03-10T05:34:15.738Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2907 | 2026-03-10T05:34:15.739Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2908 | 2026-03-10T05:34:15.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 = 909
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 = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2909 | 2026-03-10T05:34:15.749Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2910 | 2026-03-10T05:34:15.749Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2911 | 2026-03-10T05:34:15.749Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2912 | 2026-03-10T05:34:15.782Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2913 | 2026-03-10T05:34:15.782Z | 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
|
| 2914 | 2026-03-10T05:34:15.782Z | 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
|
| 2915 | 2026-03-10T05:34:15.782Z | 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
|
| 2916 | 2026-03-10T05:34:15.782Z | 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 = 64
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
|
| 2917 | 2026-03-10T05:34:15.782Z | 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
|
| 2918 | 2026-03-10T05:34:15.809Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1049
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm::server
|
| 2919 | 2026-03-10T05:34:15.823Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 40
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
|
| 2920 | 2026-03-10T05:34:15.823Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
target = phd_framework::test_vm
target_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2921 | 2026-03-10T05:34:15.823Z | 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 = 639
migration_id = 78db025b-35dc-4c33-a930-f40c26b47e21
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
target = phd_framework::test_vm
target_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
timeout_duration = 45s
|
| 2922 | 2026-03-10T05:34:15.823Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
target = phd_framework::test_vm
target_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
vm = in_memory_backend_migration_test_target
vm_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2923 | 2026-03-10T05:34:15.824Z | 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 = 452
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
target = phd_framework::test_vm
target_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
vm = in_memory_backend_migration_test_target
vm_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2924 | 2026-03-10T05:34:16.654Z | 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: 9fa42ebe-9673-4710-9450-20b2dd0a6115, name: "phd-vm-9fa42ebe-9673-4710-9450-20b2dd0a6115", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 6202cbde-037d-4f5c-b37c-6aff69bb583a, project_id: 3b95b2e1-4ef5-4afe-9e0f-6fababc2490a, sled_id: dcd4b2f1-e955-4b61-9df4-85f9d75571f2, sled_serial: "dcd4b2f1-e955-4b61-9df4-85f9d75571f2", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 511
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
target = phd_framework::test_vm
target_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
vm = in_memory_backend_migration_test_target
vm_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2925 | 2026-03-10T05:34:16.654Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 78db025b-35dc-4c33-a930-f40c26b47e21
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
target = phd_framework::test_vm
target_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2926 | 2026-03-10T05:34:19.409Z | 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
|
| 2927 | 2026-03-10T05:34:20.946Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 673
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
target = phd_framework::test_vm
target_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2928 | 2026-03-10T05:34:20.946Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 4291
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 78db025b-35dc-4c33-a930-f40c26b47e21
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
target = phd_framework::test_vm
target_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2929 | 2026-03-10T05:34:20.946Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2930 | 2026-03-10T05:34:20.946Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2931 | 2026-03-10T05:34:20.957Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2932 | 2026-03-10T05:34:20.957Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2933 | 2026-03-10T05:34:20.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 = 909
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 = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2934 | 2026-03-10T05:34:20.990Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2935 | 2026-03-10T05:34:20.991Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2936 | 2026-03-10T05:34:20.991Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2937 | 2026-03-10T05:34:21.001Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2938 | 2026-03-10T05:34:21.002Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2939 | 2026-03-10T05:34:21.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 = 909
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 = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2940 | 2026-03-10T05:34:21.035Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2941 | 2026-03-10T05:34:21.035Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2942 | 2026-03-10T05:34:21.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 = 909
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 = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2943 | 2026-03-10T05:34:21.046Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2944 | 2026-03-10T05:34:21.046Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2945 | 2026-03-10T05:34:21.046Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2946 | 2026-03-10T05:34:21.079Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2947 | 2026-03-10T05:34:21.080Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2948 | 2026-03-10T05:34:21.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 = 909
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 = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2949 | 2026-03-10T05:34:21.090Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2950 | 2026-03-10T05:34:21.090Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2951 | 2026-03-10T05:34:21.091Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2952 | 2026-03-10T05:34:21.123Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2953 | 2026-03-10T05:34:21.123Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2954 | 2026-03-10T05:34:21.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 = 909
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 = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2955 | 2026-03-10T05:34:21.145Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2956 | 2026-03-10T05:34:21.146Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2957 | 2026-03-10T05:34:21.146Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2958 | 2026-03-10T05:34:21.178Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2959 | 2026-03-10T05:34:21.178Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2960 | 2026-03-10T05:34:21.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 = 909
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 = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2961 | 2026-03-10T05:34:21.189Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2962 | 2026-03-10T05:34:21.190Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2963 | 2026-03-10T05:34:21.190Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2964 | 2026-03-10T05:34:21.222Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2965 | 2026-03-10T05:34:21.222Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2966 | 2026-03-10T05:34:21.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 = 909
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 = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2967 | 2026-03-10T05:34:21.244Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2968 | 2026-03-10T05:34:21.244Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2969 | 2026-03-10T05:34:21.244Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2970 | 2026-03-10T05:34:21.278Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2971 | 2026-03-10T05:34:21.278Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2972 | 2026-03-10T05:34:21.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 = 909
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 = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2973 | 2026-03-10T05:34:21.289Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2974 | 2026-03-10T05:34:21.290Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2975 | 2026-03-10T05:34:21.290Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2976 | 2026-03-10T05:34:21.321Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2977 | 2026-03-10T05:34:21.322Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2978 | 2026-03-10T05:34:21.322Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2979 | 2026-03-10T05:34:21.322Z | 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
|
| 2980 | 2026-03-10T05:34:21.322Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 10430
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2981 | 2026-03-10T05:34:21.322Z | INFO | phd-runner: test phd_tests::disk::in_memory_backend_migration_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 2982 | 2026-03-10T05:34:21.322Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2983 | 2026-03-10T05:34:21.324Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2984 | 2026-03-10T05:34:21.406Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 84
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2985 | 2026-03-10T05:34:21.407Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 11012
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
|
| 2986 | 2026-03-10T05:34:21.407Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2987 | 2026-03-10T05:34:21.782Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2988 | 2026-03-10T05:34:21.863Z | 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 = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2989 | 2026-03-10T05:34:21.863Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-9133ca55-df8e-43cf-b19f-4fc6178e580b"]
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 = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2990 | 2026-03-10T05:34:21.890Z | 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 = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2991 | 2026-03-10T05:34:21.891Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-1a256c8c-62d0-44b2-ac4f-627376ffe2c2"]
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 = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2992 | 2026-03-10T05:34:21.909Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 587
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2993 | 2026-03-10T05:34:21.909Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6085
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
target = phd_framework::test_vm
target_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
vm = in_memory_backend_migration_test_target
vm_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2994 | 2026-03-10T05:34:21.909Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 6085
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = 3bc55ae3-e85a-4323-874d-c8d21d2cbfe5
target = phd_framework::test_vm
target_id = 9fa42ebe-9673-4710-9450-20b2dd0a6115
|
| 2995 | 2026-03-10T05:34:21.909Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 586
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2996 | 2026-03-10T05:34:21.909Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 11621
file = phd-tests/tests/src/disk.rs
line = 146
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_tests::disk
|
| 2997 | 2026-03-10T05:34:21.909Z | INFO | phd-runner: Starting test phd_tests::cpuid::cpuid_instance_spec_round_trip_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 2998 | 2026-03-10T05:34:21.909Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2999 | 2026-03-10T05:34:21.909Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3000 | 2026-03-10T05:34:21.910Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/cpuid.rs
line = 24
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_tests::cpuid
|
| 3001 | 2026-03-10T05:34:21.910Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 3002 | 2026-03-10T05:34:21.910Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3003 | 2026-03-10T05:34:21.910Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3004 | 2026-03-10T05:34:21.910Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::zfs
verb = list
|
| 3005 | 2026-03-10T05:34:21.921Z | 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 229M 25.3T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 3006 | 2026-03-10T05:34:21.921Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-eff626a6-1bf6-4d6b-9e5b-6ffeff1365b3"]
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
|
| 3007 | 2026-03-10T05:34:21.938Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-eff626a6-1bf6-4d6b-9e5b-6ffeff1365b3", "phd-artifacts/phd-clone-68123841-85c1-4920-9467-c2a37f44267b"]
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
|
| 3008 | 2026-03-10T05:34:21.955Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-68123841-85c1-4920-9467-c2a37f44267b"]
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
|
| 3009 | 2026-03-10T05:34:21.966Z | 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-68123841-85c1-4920-9467-c2a37f44267b 0B 25.3T 227M /phd-artifacts/phd-clone-68123841-85c1-4920-9467-c2a37f44267b\n
target = phd_framework::zfs
|
| 3010 | 2026-03-10T05:34:21.966Z | 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
|
| 3011 | 2026-03-10T05:34:21.966Z | 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
|
| 3012 | 2026-03-10T05:34:21.967Z | 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
|
| 3013 | 2026-03-10T05:34:21.967Z | 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 = 64
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
|
| 3014 | 2026-03-10T05:34:21.967Z | 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
|
| 3015 | 2026-03-10T05:34:21.994Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1058
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm::server
|
| 3016 | 2026-03-10T05:34:22.010Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 43
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
|
| 3017 | 2026-03-10T05:34:22.010Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 1ad2ec20-ab0e-4038-ab3d-c6f4b0ebace0
|
| 3018 | 2026-03-10T05:34:22.010Z | 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 = 452
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 1ad2ec20-ab0e-4038-ab3d-c6f4b0ebace0
|
| 3019 | 2026-03-10T05:34:22.475Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3020 | 2026-03-10T05:34:22.475Z | 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: 1ad2ec20-ab0e-4038-ab3d-c6f4b0ebace0, name: "phd-vm-1ad2ec20-ab0e-4038-ab3d-c6f4b0ebace0", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 60948143-c1b6-43b4-b88e-a92cdb9aa429, project_id: 06701ceb-0986-44bc-b51f-a33703823c52, sled_id: 7ebecb1e-7e72-43c8-ba5f-06e73479bfdb, sled_serial: "7ebecb1e-7e72-43c8-ba5f-06e73479bfdb", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 1ad2ec20-ab0e-4038-ab3d-c6f4b0ebace0
|
| 3021 | 2026-03-10T05:34:22.475Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 1ad2ec20-ab0e-4038-ab3d-c6f4b0ebace0
|
| 3022 | 2026-03-10T05:34:22.475Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
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 = 1ad2ec20-ab0e-4038-ab3d-c6f4b0ebace0
|
| 3023 | 2026-03-10T05:34:22.476Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 1ad2ec20-ab0e-4038-ab3d-c6f4b0ebace0
|
| 3024 | 2026-03-10T05:34:22.476Z | INFO | phd-runner: [GET_SPEC - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 593
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 1ad2ec20-ab0e-4038-ab3d-c6f4b0ebace0
|
| 3025 | 2026-03-10T05:34:22.476Z | INFO | phd-runner: [GET_SPEC - EVENT] Sending instance spec get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 595
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 1ad2ec20-ab0e-4038-ab3d-c6f4b0ebace0
|
| 3026 | 2026-03-10T05:34:22.477Z | INFO | phd-runner: [GET_SPEC - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 593
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 1ad2ec20-ab0e-4038-ab3d-c6f4b0ebace0
|
| 3027 | 2026-03-10T05:34:22.478Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 1ad2ec20-ab0e-4038-ab3d-c6f4b0ebace0
|
| 3028 | 2026-03-10T05:34:22.478Z | 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
|
| 3029 | 2026-03-10T05:34:22.478Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 3
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3030 | 2026-03-10T05:34:22.478Z | INFO | phd-runner: test phd_tests::cpuid::cpuid_instance_spec_round_trip_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 3031 | 2026-03-10T05:34:22.478Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3032 | 2026-03-10T05:34:22.479Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 1ad2ec20-ab0e-4038-ab3d-c6f4b0ebace0
|
| 3033 | 2026-03-10T05:34:22.953Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = 1ad2ec20-ab0e-4038-ab3d-c6f4b0ebace0
|
| 3034 | 2026-03-10T05:34:23.034Z | 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 = 1ad2ec20-ab0e-4038-ab3d-c6f4b0ebace0
|
| 3035 | 2026-03-10T05:34:23.034Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-68123841-85c1-4920-9467-c2a37f44267b"]
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 = 1ad2ec20-ab0e-4038-ab3d-c6f4b0ebace0
|
| 3036 | 2026-03-10T05:34:23.066Z | 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 = 1ad2ec20-ab0e-4038-ab3d-c6f4b0ebace0
|
| 3037 | 2026-03-10T05:34:23.066Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-eff626a6-1bf6-4d6b-9e5b-6ffeff1365b3"]
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 = 1ad2ec20-ab0e-4038-ab3d-c6f4b0ebace0
|
| 3038 | 2026-03-10T05:34:23.085Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 606
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 1ad2ec20-ab0e-4038-ab3d-c6f4b0ebace0
|
| 3039 | 2026-03-10T05:34:23.085Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 606
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3040 | 2026-03-10T05:34:23.085Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 1075
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 1ad2ec20-ab0e-4038-ab3d-c6f4b0ebace0
|
| 3041 | 2026-03-10T05:34:23.085Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 1175
file = phd-tests/tests/src/cpuid.rs
line = 24
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_tests::cpuid
|
| 3042 | 2026-03-10T05:34:23.085Z | INFO | phd-runner: Starting test phd_tests::cpuid::cpuid_boot_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 3043 | 2026-03-10T05:34:23.085Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3044 | 2026-03-10T05:34:23.085Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3045 | 2026-03-10T05:34:23.085Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/cpuid.rs
line = 141
path = phd_tests::cpuid::cpuid_boot_test
target = phd_tests::cpuid
|
| 3046 | 2026-03-10T05:34:23.088Z | 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 = 116
path = phd_tests::cpuid::cpuid_boot_test
target = phd_tests::cpuid
|
| 3047 | 2026-03-10T05:34:23.088Z | 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
|
| 3048 | 2026-03-10T05:34:23.088Z | 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
|
| 3049 | 2026-03-10T05:34:23.088Z | 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
|
| 3050 | 2026-03-10T05:34:23.089Z | 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
|
| 3051 | 2026-03-10T05:34:23.099Z | 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 229M 25.3T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 3052 | 2026-03-10T05:34:23.099Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-31d74caf-b7c1-4655-a8d2-8466ae002f94"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::zfs
verb = snapshot
|
| 3053 | 2026-03-10T05:34:23.115Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-31d74caf-b7c1-4655-a8d2-8466ae002f94", "phd-artifacts/phd-clone-a0690762-acb7-4821-ba21-32fa1fa181e3"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::zfs
verb = clone
|
| 3054 | 2026-03-10T05:34:23.132Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-a0690762-acb7-4821-ba21-32fa1fa181e3"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::zfs
verb = list
|
| 3055 | 2026-03-10T05:34:23.143Z | 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-a0690762-acb7-4821-ba21-32fa1fa181e3 0B 25.3T 227M /phd-artifacts/phd-clone-a0690762-acb7-4821-ba21-32fa1fa181e3\n
target = phd_framework::zfs
|
| 3056 | 2026-03-10T05:34:23.144Z | 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
|
| 3057 | 2026-03-10T05:34:23.144Z | 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
|
| 3058 | 2026-03-10T05:34:23.144Z | 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
|
| 3059 | 2026-03-10T05:34:23.145Z | 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 = 64
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
|
| 3060 | 2026-03-10T05:34:23.145Z | 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
|
| 3061 | 2026-03-10T05:34:23.173Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1066
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm::server
|
| 3062 | 2026-03-10T05:34:23.188Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 43
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
|
| 3063 | 2026-03-10T05:34:23.188Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 8f29629e-4462-4c93-8a24-ed40e55bcb42
|
| 3064 | 2026-03-10T05:34:23.189Z | 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 = 452
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 8f29629e-4462-4c93-8a24-ed40e55bcb42
|
| 3065 | 2026-03-10T05:34:23.631Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3066 | 2026-03-10T05:34:23.632Z | 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: 8f29629e-4462-4c93-8a24-ed40e55bcb42, name: "phd-vm-8f29629e-4462-4c93-8a24-ed40e55bcb42", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 9e834eda-6014-406a-81a7-dda308387ed8, project_id: abb9b0e2-bfc2-4183-9da8-5f45579396d4, sled_id: 2b6fe091-ce33-4eaf-9c09-1fa1a5cc97ee, sled_serial: "2b6fe091-ce33-4eaf-9c09-1fa1a5cc97ee", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 8f29629e-4462-4c93-8a24-ed40e55bcb42
|
| 3067 | 2026-03-10T05:34:23.632Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 8f29629e-4462-4c93-8a24-ed40e55bcb42
|
| 3068 | 2026-03-10T05:34:23.632Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::cpuid::cpuid_boot_test
state = Run
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 8f29629e-4462-4c93-8a24-ed40e55bcb42
|
| 3069 | 2026-03-10T05:34:23.633Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 8f29629e-4462-4c93-8a24-ed40e55bcb42
|
| 3070 | 2026-03-10T05:34:23.633Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
|
| 3071 | 2026-03-10T05:34:23.633Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = cpuid_boot_test
vm_id = 8f29629e-4462-4c93-8a24-ed40e55bcb42
|
| 3072 | 2026-03-10T05:34:23.633Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::cpuid::cpuid_boot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 3073 | 2026-03-10T05:34:23.633Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 8f29629e-4462-4c93-8a24-ed40e55bcb42
|
| 3074 | 2026-03-10T05:34:23.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 = 909
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = cpuid_boot_test
vm_id = 8f29629e-4462-4c93-8a24-ed40e55bcb42
|
| 3075 | 2026-03-10T05:34:28.140Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4507
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 8f29629e-4462-4c93-8a24-ed40e55bcb42
|
| 3076 | 2026-03-10T05:34:28.141Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::cpuid::cpuid_boot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 3077 | 2026-03-10T05:34:28.141Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::cpuid::cpuid_boot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3078 | 2026-03-10T05:34:28.141Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 8f29629e-4462-4c93-8a24-ed40e55bcb42
|
| 3079 | 2026-03-10T05:34:28.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 = 909
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = cpuid_boot_test
vm_id = 8f29629e-4462-4c93-8a24-ed40e55bcb42
|
| 3080 | 2026-03-10T05:34:28.158Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 8f29629e-4462-4c93-8a24-ed40e55bcb42
|
| 3081 | 2026-03-10T05:34:28.158Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::cpuid::cpuid_boot_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 3082 | 2026-03-10T05:34:28.158Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::cpuid::cpuid_boot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3083 | 2026-03-10T05:34:28.159Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 8f29629e-4462-4c93-8a24-ed40e55bcb42
|
| 3084 | 2026-03-10T05:34:28.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 = 909
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = cpuid_boot_test
vm_id = 8f29629e-4462-4c93-8a24-ed40e55bcb42
|
| 3085 | 2026-03-10T05:34:28.192Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 8f29629e-4462-4c93-8a24-ed40e55bcb42
|
| 3086 | 2026-03-10T05:34:28.192Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
|
| 3087 | 2026-03-10T05:34:28.192Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4558
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
|
| 3088 | 2026-03-10T05:34:28.192Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 8f29629e-4462-4c93-8a24-ed40e55bcb42
|
| 3089 | 2026-03-10T05:34:28.192Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = cpuid_boot_test
vm_id = 8f29629e-4462-4c93-8a24-ed40e55bcb42
|
| 3090 | 2026-03-10T05:34:28.203Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 8f29629e-4462-4c93-8a24-ed40e55bcb42
|
| 3091 | 2026-03-10T05:34:28.203Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 8f29629e-4462-4c93-8a24-ed40e55bcb42
|
| 3092 | 2026-03-10T05:34:28.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 = 909
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = cpuid_boot_test
vm_id = 8f29629e-4462-4c93-8a24-ed40e55bcb42
|
| 3093 | 2026-03-10T05:34:28.346Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 142
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 8f29629e-4462-4c93-8a24-ed40e55bcb42
|
| 3094 | 2026-03-10T05:34:28.347Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 8f29629e-4462-4c93-8a24-ed40e55bcb42
|
| 3095 | 2026-03-10T05:34:28.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 = 909
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = cpuid_boot_test
vm_id = 8f29629e-4462-4c93-8a24-ed40e55bcb42
|
| 3096 | 2026-03-10T05:34:28.357Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 8f29629e-4462-4c93-8a24-ed40e55bcb42
|
| 3097 | 2026-03-10T05:34:28.357Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 8f29629e-4462-4c93-8a24-ed40e55bcb42
|
| 3098 | 2026-03-10T05:34:28.357Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = cpuid_boot_test
vm_id = 8f29629e-4462-4c93-8a24-ed40e55bcb42
|
| 3099 | 2026-03-10T05:34:28.390Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 8f29629e-4462-4c93-8a24-ed40e55bcb42
|
| 3100 | 2026-03-10T05:34:28.391Z | 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.336\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.67\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.336\ncache size: 512 KB\nphysical id: 1\nsiblings: 1\ncore id: 0\ncpu cores: 1\napicid: 1\ninitial apicid: 1\nfpu: yes\nfpu_exception: yes\ncpuid level: 16\nwp: yes\nflags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext pdpe1gb lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch skinit wdt bpext vmmcall fsgsbase bmi1 avx2 smep bmi2 erms sha_ni xsaveopt clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl vaes vpclmulqdq\nbugs: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass\nbogomips: 3991.77\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 = 98
path = phd_tests::cpuid::cpuid_boot_test
target = phd_tests::cpuid
|
| 3101 | 2026-03-10T05:34:28.391Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 8f29629e-4462-4c93-8a24-ed40e55bcb42
|
| 3102 | 2026-03-10T05:34:28.391Z | 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
|
| 3103 | 2026-03-10T05:34:28.391Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4760
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3104 | 2026-03-10T05:34:28.392Z | INFO | phd-runner: test phd_tests::cpuid::cpuid_boot_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 3105 | 2026-03-10T05:34:28.392Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3106 | 2026-03-10T05:34:28.393Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 8f29629e-4462-4c93-8a24-ed40e55bcb42
|
| 3107 | 2026-03-10T05:34:29.057Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = 8f29629e-4462-4c93-8a24-ed40e55bcb42
|
| 3108 | 2026-03-10T05:34:29.138Z | 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 = 8f29629e-4462-4c93-8a24-ed40e55bcb42
|
| 3109 | 2026-03-10T05:34:29.138Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-a0690762-acb7-4821-ba21-32fa1fa181e3"]
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 = 8f29629e-4462-4c93-8a24-ed40e55bcb42
|
| 3110 | 2026-03-10T05:34:29.168Z | 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 = 8f29629e-4462-4c93-8a24-ed40e55bcb42
|
| 3111 | 2026-03-10T05:34:29.168Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-31d74caf-b7c1-4655-a8d2-8466ae002f94"]
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 = 8f29629e-4462-4c93-8a24-ed40e55bcb42
|
| 3112 | 2026-03-10T05:34:29.187Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 795
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 8f29629e-4462-4c93-8a24-ed40e55bcb42
|
| 3113 | 2026-03-10T05:34:29.187Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 795
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3114 | 2026-03-10T05:34:29.187Z | INFO | phd-runner: Starting test phd_tests::cpuid::cpuid_migrate_smoke_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 3115 | 2026-03-10T05:34:29.187Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5998
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 8f29629e-4462-4c93-8a24-ed40e55bcb42
|
| 3116 | 2026-03-10T05:34:29.187Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3117 | 2026-03-10T05:34:29.187Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 6101
file = phd-tests/tests/src/cpuid.rs
line = 141
path = phd_tests::cpuid::cpuid_boot_test
target = phd_tests::cpuid
|
| 3118 | 2026-03-10T05:34:29.187Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3119 | 2026-03-10T05:34:29.188Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/cpuid.rs
line = 147
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_tests::cpuid
|
| 3120 | 2026-03-10T05:34:29.190Z | 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 = 116
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_tests::cpuid
|
| 3121 | 2026-03-10T05:34:29.191Z | 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
|
| 3122 | 2026-03-10T05:34:29.191Z | 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
|
| 3123 | 2026-03-10T05:34:29.191Z | 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
|
| 3124 | 2026-03-10T05:34:29.191Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::zfs
verb = list
|
| 3125 | 2026-03-10T05:34:29.202Z | 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 229M 25.3T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 3126 | 2026-03-10T05:34:29.202Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-70ee3b15-b111-497e-a04a-e73142d21339"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::zfs
verb = snapshot
|
| 3127 | 2026-03-10T05:34:29.220Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-70ee3b15-b111-497e-a04a-e73142d21339", "phd-artifacts/phd-clone-4ae9c649-9259-4c65-82a0-c9297d810d8f"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::zfs
verb = clone
|
| 3128 | 2026-03-10T05:34:29.237Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-4ae9c649-9259-4c65-82a0-c9297d810d8f"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::zfs
verb = list
|
| 3129 | 2026-03-10T05:34:29.248Z | 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-4ae9c649-9259-4c65-82a0-c9297d810d8f 0B 25.3T 227M /phd-artifacts/phd-clone-4ae9c649-9259-4c65-82a0-c9297d810d8f\n
target = phd_framework::zfs
|
| 3130 | 2026-03-10T05:34:29.249Z | 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
|
| 3131 | 2026-03-10T05:34:29.249Z | 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
|
| 3132 | 2026-03-10T05:34:29.249Z | 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
|
| 3133 | 2026-03-10T05:34:29.249Z | 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 = 64
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
|
| 3134 | 2026-03-10T05:34:29.249Z | 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
|
| 3135 | 2026-03-10T05:34:29.277Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1074
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm::server
|
| 3136 | 2026-03-10T05:34:29.292Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 42
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
|
| 3137 | 2026-03-10T05:34:29.292Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
|
| 3138 | 2026-03-10T05:34:29.293Z | 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 = 452
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
|
| 3139 | 2026-03-10T05:34:30.018Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3140 | 2026-03-10T05:34:30.019Z | 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: e349d0c2-94d4-452e-b27f-b38b199c07f8, name: "phd-vm-e349d0c2-94d4-452e-b27f-b38b199c07f8", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 19b598f2-03d3-446d-9c5f-9747c4692d2f, project_id: 3ffba2bc-217a-405d-80a8-82d88ba12e55, sled_id: 72f66294-5765-4ff8-9c7b-4feae1c2c119, sled_serial: "72f66294-5765-4ff8-9c7b-4feae1c2c119", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
|
| 3141 | 2026-03-10T05:34:30.019Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
|
| 3142 | 2026-03-10T05:34:30.019Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::cpuid::cpuid_migrate_smoke_test
state = Run
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
|
| 3143 | 2026-03-10T05:34:30.020Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
|
| 3144 | 2026-03-10T05:34:30.021Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
|
| 3145 | 2026-03-10T05:34:30.021Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = cpuid_boot_test
vm_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
|
| 3146 | 2026-03-10T05:34:30.021Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::cpuid::cpuid_migrate_smoke_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 3147 | 2026-03-10T05:34:30.021Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
|
| 3148 | 2026-03-10T05:34:30.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 = 909
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = cpuid_boot_test
vm_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
|
| 3149 | 2026-03-10T05:34:34.559Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4537
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
|
| 3150 | 2026-03-10T05:34:34.559Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::cpuid::cpuid_migrate_smoke_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 3151 | 2026-03-10T05:34:34.559Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::cpuid::cpuid_migrate_smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3152 | 2026-03-10T05:34:34.559Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
|
| 3153 | 2026-03-10T05:34:34.559Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = cpuid_boot_test
vm_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
|
| 3154 | 2026-03-10T05:34:34.577Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
|
| 3155 | 2026-03-10T05:34:34.577Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::cpuid::cpuid_migrate_smoke_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 3156 | 2026-03-10T05:34:34.577Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::cpuid::cpuid_migrate_smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3157 | 2026-03-10T05:34:34.577Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
|
| 3158 | 2026-03-10T05:34:34.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 = 909
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = cpuid_boot_test
vm_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
|
| 3159 | 2026-03-10T05:34:34.610Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
|
| 3160 | 2026-03-10T05:34:34.610Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
|
| 3161 | 2026-03-10T05:34:34.610Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4589
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
|
| 3162 | 2026-03-10T05:34:34.611Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
|
| 3163 | 2026-03-10T05:34:34.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 = 909
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = cpuid_boot_test
vm_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
|
| 3164 | 2026-03-10T05:34:34.621Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
|
| 3165 | 2026-03-10T05:34:34.621Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
|
| 3166 | 2026-03-10T05:34:34.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 = 909
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = cpuid_boot_test
vm_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
|
| 3167 | 2026-03-10T05:34:34.754Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 132
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
|
| 3168 | 2026-03-10T05:34:34.754Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
|
| 3169 | 2026-03-10T05:34:34.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 = 909
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = cpuid_boot_test
vm_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
|
| 3170 | 2026-03-10T05:34:34.765Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
|
| 3171 | 2026-03-10T05:34:34.765Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
|
| 3172 | 2026-03-10T05:34:34.765Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = cpuid_boot_test
vm_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
|
| 3173 | 2026-03-10T05:34:34.798Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
|
| 3174 | 2026-03-10T05:34:34.798Z | 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.083\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.16\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.083\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: 3994.06\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 = 98
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_tests::cpuid
|
| 3175 | 2026-03-10T05:34:34.799Z | 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
|
| 3176 | 2026-03-10T05:34:34.799Z | 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
|
| 3177 | 2026-03-10T05:34:34.799Z | 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
|
| 3178 | 2026-03-10T05:34:34.799Z | 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 = 64
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
|
| 3179 | 2026-03-10T05:34:34.799Z | 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
|
| 3180 | 2026-03-10T05:34:34.827Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1075
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm::server
|
| 3181 | 2026-03-10T05:34:34.842Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 42
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
|
| 3182 | 2026-03-10T05:34:34.842Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3183 | 2026-03-10T05:34:34.842Z | 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 = 639
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = 45s
|
| 3184 | 2026-03-10T05:34:34.842Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = cpuid_boot_test_migration_target
vm_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3185 | 2026-03-10T05:34:34.842Z | 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 = 452
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = cpuid_boot_test_migration_target
vm_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3186 | 2026-03-10T05:34:35.385Z | 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: 4d15e4c0-0008-43f8-a603-c0091529a83f, name: "phd-vm-4d15e4c0-0008-43f8-a603-c0091529a83f", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 19b598f2-03d3-446d-9c5f-9747c4692d2f, project_id: 3ffba2bc-217a-405d-80a8-82d88ba12e55, sled_id: d3a89738-f6de-4e7b-b11c-ff345cf5a2c1, sled_serial: "d3a89738-f6de-4e7b-b11c-ff345cf5a2c1", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 511
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = cpuid_boot_test_migration_target
vm_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3187 | 2026-03-10T05:34:35.386Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3188 | 2026-03-10T05:34:38.074Z | 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
|
| 3189 | 2026-03-10T05:34:38.464Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 673
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3190 | 2026-03-10T05:34:38.464Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3191 | 2026-03-10T05:34:38.464Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::cpuid::cpuid_migrate_smoke_test
state = Reboot
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3192 | 2026-03-10T05:34:38.466Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3193 | 2026-03-10T05:34:38.466Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
|
| 3194 | 2026-03-10T05:34:38.466Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = cpuid_boot_test_migration_target
vm_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3195 | 2026-03-10T05:34:38.466Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::cpuid::cpuid_migrate_smoke_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 3196 | 2026-03-10T05:34:38.466Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3197 | 2026-03-10T05:34:38.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 = 909
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = cpuid_boot_test_migration_target
vm_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3198 | 2026-03-10T05:34:42.757Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4290
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3199 | 2026-03-10T05:34:42.757Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::cpuid::cpuid_migrate_smoke_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 3200 | 2026-03-10T05:34:42.757Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::cpuid::cpuid_migrate_smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3201 | 2026-03-10T05:34:42.757Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3202 | 2026-03-10T05:34:42.757Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = cpuid_boot_test_migration_target
vm_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3203 | 2026-03-10T05:34:42.775Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3204 | 2026-03-10T05:34:42.776Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::cpuid::cpuid_migrate_smoke_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 3205 | 2026-03-10T05:34:42.776Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::cpuid::cpuid_migrate_smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3206 | 2026-03-10T05:34:42.776Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3207 | 2026-03-10T05:34:42.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 = 909
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = cpuid_boot_test_migration_target
vm_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3208 | 2026-03-10T05:34:42.808Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3209 | 2026-03-10T05:34:42.808Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
|
| 3210 | 2026-03-10T05:34:42.808Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4342
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
|
| 3211 | 2026-03-10T05:34:42.809Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3212 | 2026-03-10T05:34:42.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 = 909
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 = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3213 | 2026-03-10T05:34:42.819Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3214 | 2026-03-10T05:34:42.819Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3215 | 2026-03-10T05:34:42.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 = 909
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 = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3216 | 2026-03-10T05:34:42.964Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 144
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3217 | 2026-03-10T05:34:42.964Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3218 | 2026-03-10T05:34:42.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 = 909
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 = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3219 | 2026-03-10T05:34:42.975Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3220 | 2026-03-10T05:34:42.975Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3221 | 2026-03-10T05:34:42.975Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3222 | 2026-03-10T05:34:43.008Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3223 | 2026-03-10T05:34:43.009Z | 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.235\ncache size: 512 KB\nphysical id: 0\nsiblings: 1\ncore id: 0\ncpu cores: 1\napicid: 0\ninitial apicid: 0\nfpu: yes\nfpu_exception: yes\ncpuid level: 16\nwp: yes\nflags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext pdpe1gb lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch skinit wdt bpext vmmcall fsgsbase bmi1 avx2 smep bmi2 erms sha_ni xsaveopt clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl vaes vpclmulqdq\nbugs: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass\nbogomips: 3992.47\nTLB size: 2560 4K pages\nclflush size: 64\ncache_alignment: 64\naddress sizes: 48 bits physical, 48 bits virtual\npower management:\n\nprocessor: 1\nvendor_id: AuthenticAMD\ncpu family: 25\nmodel: 1\nmodel name: Oxide Cloud Computer Company Cloud Computer\nstepping: 1\ncpu MHz: 1996.235\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.45\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 = 98
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_tests::cpuid
|
| 3224 | 2026-03-10T05:34:43.009Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3225 | 2026-03-10T05:34:43.009Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
|
| 3226 | 2026-03-10T05:34:43.009Z | 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
|
| 3227 | 2026-03-10T05:34:43.009Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 12991
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3228 | 2026-03-10T05:34:43.010Z | INFO | phd-runner: test phd_tests::cpuid::cpuid_migrate_smoke_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 3229 | 2026-03-10T05:34:43.010Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3230 | 2026-03-10T05:34:43.011Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3231 | 2026-03-10T05:34:43.011Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = e349d0c2-94d4-452e-b27f-b38b199c07f8
|
| 3232 | 2026-03-10T05:34:43.095Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 85
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
|
| 3233 | 2026-03-10T05:34:43.095Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 13802
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
|
| 3234 | 2026-03-10T05:34:43.097Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3235 | 2026-03-10T05:34:43.173Z | 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 = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3236 | 2026-03-10T05:34:43.173Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-4ae9c649-9259-4c65-82a0-c9297d810d8f"]
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 = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3237 | 2026-03-10T05:34:43.205Z | 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 = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3238 | 2026-03-10T05:34:43.205Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-70ee3b15-b111-497e-a04a-e73142d21339"]
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 = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3239 | 2026-03-10T05:34:43.223Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 213
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3240 | 2026-03-10T05:34:43.224Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 213
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3241 | 2026-03-10T05:34:43.224Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 8381
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = cpuid_boot_test_migration_target
vm_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3242 | 2026-03-10T05:34:43.224Z | INFO | phd-runner: Starting test phd_tests::cpuid::guest_cpu_topo_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 3243 | 2026-03-10T05:34:43.224Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3244 | 2026-03-10T05:34:43.224Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3245 | 2026-03-10T05:34:43.224Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/cpuid.rs
line = 279
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_tests::cpuid
|
| 3246 | 2026-03-10T05:34:43.226Z | 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 = 116
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_tests::cpuid
|
| 3247 | 2026-03-10T05:34:43.227Z | 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
|
| 3248 | 2026-03-10T05:34:43.227Z | 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
|
| 3249 | 2026-03-10T05:34:43.227Z | 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
|
| 3250 | 2026-03-10T05:34:43.227Z | 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
|
| 3251 | 2026-03-10T05:34:43.239Z | 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 230M 25.3T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 3252 | 2026-03-10T05:34:43.240Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-40b6d2c5-4cde-4297-92ea-343caa800907"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::zfs
verb = snapshot
|
| 3253 | 2026-03-10T05:34:43.260Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-40b6d2c5-4cde-4297-92ea-343caa800907", "phd-artifacts/phd-clone-d175b603-7c8e-4025-b91c-6ecf02aa09cb"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::zfs
verb = clone
|
| 3254 | 2026-03-10T05:34:43.278Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-d175b603-7c8e-4025-b91c-6ecf02aa09cb"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::zfs
verb = list
|
| 3255 | 2026-03-10T05:34:43.289Z | 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-d175b603-7c8e-4025-b91c-6ecf02aa09cb 0B 25.3T 227M /phd-artifacts/phd-clone-d175b603-7c8e-4025-b91c-6ecf02aa09cb\n
target = phd_framework::zfs
|
| 3256 | 2026-03-10T05:34:43.290Z | 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
|
| 3257 | 2026-03-10T05:34:43.290Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm_name = guest_cpu_topo_test
|
| 3258 | 2026-03-10T05:34:43.290Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 3259 | 2026-03-10T05:34:43.290Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 64
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
|
| 3260 | 2026-03-10T05:34:43.290Z | 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
|
| 3261 | 2026-03-10T05:34:43.320Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1084
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm::server
|
| 3262 | 2026-03-10T05:34:43.335Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 44
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
|
| 3263 | 2026-03-10T05:34:43.335Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3264 | 2026-03-10T05:34:43.336Z | 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 = 452
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3265 | 2026-03-10T05:34:44.058Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3266 | 2026-03-10T05:34:44.059Z | 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: c6dc1375-ec35-47ab-a96c-f0679bd99086, name: "phd-vm-c6dc1375-ec35-47ab-a96c-f0679bd99086", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: dd513a15-9f65-47ed-9f00-e85bab35f639, project_id: 4dd04588-f7b3-41f6-bac3-8ca7722e2da4, sled_id: 2607d883-9b06-42d8-a63d-b7a091a125f2, sled_serial: "2607d883-9b06-42d8-a63d-b7a091a125f2", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3267 | 2026-03-10T05:34:44.059Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3268 | 2026-03-10T05:34:44.059Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::cpuid::guest_cpu_topo_test
state = Run
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3269 | 2026-03-10T05:34:44.061Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3270 | 2026-03-10T05:34:44.061Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
|
| 3271 | 2026-03-10T05:34:44.061Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3272 | 2026-03-10T05:34:44.061Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::cpuid::guest_cpu_topo_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 3273 | 2026-03-10T05:34:44.061Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3274 | 2026-03-10T05:34:44.061Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3275 | 2026-03-10T05:34:48.440Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4379
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3276 | 2026-03-10T05:34:48.441Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::cpuid::guest_cpu_topo_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 3277 | 2026-03-10T05:34:48.441Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::cpuid::guest_cpu_topo_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3278 | 2026-03-10T05:34:48.441Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3279 | 2026-03-10T05:34:48.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 = 909
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3280 | 2026-03-10T05:34:48.460Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3281 | 2026-03-10T05:34:48.460Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::cpuid::guest_cpu_topo_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 3282 | 2026-03-10T05:34:48.460Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::cpuid::guest_cpu_topo_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3283 | 2026-03-10T05:34:48.460Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3284 | 2026-03-10T05:34:48.460Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3285 | 2026-03-10T05:34:48.493Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3286 | 2026-03-10T05:34:48.493Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
|
| 3287 | 2026-03-10T05:34:48.493Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4431
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
|
| 3288 | 2026-03-10T05:34:48.493Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3289 | 2026-03-10T05:34:48.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 = 909
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3290 | 2026-03-10T05:34:48.503Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3291 | 2026-03-10T05:34:48.504Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3292 | 2026-03-10T05:34:48.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 = 909
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3293 | 2026-03-10T05:34:48.548Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 43
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3294 | 2026-03-10T05:34:48.548Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3295 | 2026-03-10T05:34:48.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 = 909
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3296 | 2026-03-10T05:34:48.559Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3297 | 2026-03-10T05:34:48.559Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3298 | 2026-03-10T05:34:48.559Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3299 | 2026-03-10T05:34:48.592Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3300 | 2026-03-10T05:34:48.592Z | INFO | phd-runner: [GET_SPEC - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 593
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3301 | 2026-03-10T05:34:48.592Z | INFO | phd-runner: [GET_SPEC - EVENT] Sending instance spec get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 595
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3302 | 2026-03-10T05:34:48.594Z | INFO | phd-runner: [GET_SPEC - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 593
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3303 | 2026-03-10T05:34:48.594Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3304 | 2026-03-10T05:34:48.594Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3305 | 2026-03-10T05:34:48.603Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 8
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3306 | 2026-03-10T05:34:48.603Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3307 | 2026-03-10T05:34:48.603Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3308 | 2026-03-10T05:34:48.636Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3309 | 2026-03-10T05:34:48.636Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3310 | 2026-03-10T05:34:48.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 = 909
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3311 | 2026-03-10T05:34:48.647Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3312 | 2026-03-10T05:34:48.648Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3313 | 2026-03-10T05:34:48.648Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3314 | 2026-03-10T05:34:48.680Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3315 | 2026-03-10T05:34:48.680Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3316 | 2026-03-10T05:34:48.680Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3317 | 2026-03-10T05:34:48.691Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3318 | 2026-03-10T05:34:48.691Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3319 | 2026-03-10T05:34:48.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 = 909
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3320 | 2026-03-10T05:34:48.713Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3321 | 2026-03-10T05:34:48.714Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3322 | 2026-03-10T05:34:48.714Z | 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
|
| 3323 | 2026-03-10T05:34:48.714Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4656
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3324 | 2026-03-10T05:34:48.715Z | 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 = 130
target = phd_runner::execute
|
| 3325 | 2026-03-10T05:34:48.715Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3326 | 2026-03-10T05:34:48.716Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3327 | 2026-03-10T05:34:49.145Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3328 | 2026-03-10T05:34:49.232Z | 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 = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3329 | 2026-03-10T05:34:49.232Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-d175b603-7c8e-4025-b91c-6ecf02aa09cb"]
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 = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3330 | 2026-03-10T05:34:49.261Z | 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 = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3331 | 2026-03-10T05:34:49.261Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-40b6d2c5-4cde-4297-92ea-343caa800907"]
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 = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3332 | 2026-03-10T05:34:49.280Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 565
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3333 | 2026-03-10T05:34:49.280Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5944
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = c6dc1375-ec35-47ab-a96c-f0679bd99086
|
| 3334 | 2026-03-10T05:34:49.280Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 564
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3335 | 2026-03-10T05:34:49.280Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 6055
file = phd-tests/tests/src/cpuid.rs
line = 279
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_tests::cpuid
|
| 3336 | 2026-03-10T05:34:49.280Z | INFO | phd-runner: Starting test phd_tests::hyperv::hyperv_smoke_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 3337 | 2026-03-10T05:34:49.280Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3338 | 2026-03-10T05:34:49.280Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3339 | 2026-03-10T05:34:49.280Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/hyperv.rs
line = 54
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_tests::hyperv
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3340 | 2026-03-10T05:34:49.280Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::artifacts::store
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3341 | 2026-03-10T05:34:49.280Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::artifacts::store
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3342 | 2026-03-10T05:34:49.280Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::artifacts::store
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3343 | 2026-03-10T05:34:49.280Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
verb = list
|
| 3344 | 2026-03-10T05:34:49.293Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 230M 25.3T 227M /phd-artifacts\n
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3345 | 2026-03-10T05:34:49.293Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d9543586-9000-4b24-bdf1-54ec3c6b3c70"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
verb = snapshot
|
| 3346 | 2026-03-10T05:34:49.314Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d9543586-9000-4b24-bdf1-54ec3c6b3c70", "phd-artifacts/phd-clone-2622f7f5-e916-4a29-a37c-0a3e75f3a475"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
verb = clone
|
| 3347 | 2026-03-10T05:34:49.331Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-2622f7f5-e916-4a29-a37c-0a3e75f3a475"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
verb = list
|
| 3348 | 2026-03-10T05:34:49.342Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-2622f7f5-e916-4a29-a37c-0a3e75f3a475 0B 25.3T 227M /phd-artifacts/phd-clone-2622f7f5-e916-4a29-a37c-0a3e75f3a475\n
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3349 | 2026-03-10T05:34:49.342Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3350 | 2026-03-10T05:34:49.342Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm_name = hyperv_smoke_test
|
| 3351 | 2026-03-10T05:34:49.343Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = /work/phd-test/propolis-server
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::artifacts::store
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3352 | 2026-03-10T05:34:49.343Z | 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 = 64
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm::server
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3353 | 2026-03-10T05:34:49.343Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
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
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3354 | 2026-03-10T05:34:49.374Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1092
file = phd-tests/framework/src/test_vm/server.rs
line = 122
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm::server
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3355 | 2026-03-10T05:34:49.389Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 46
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3356 | 2026-03-10T05:34:49.389Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_smoke_test
vm_id = fa08d483-93c2-4836-ac5f-88c7abf544e4
|
| 3357 | 2026-03-10T05:34:49.390Z | 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 = 452
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_smoke_test
vm_id = fa08d483-93c2-4836-ac5f-88c7abf544e4
|
| 3358 | 2026-03-10T05:34:50.070Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3359 | 2026-03-10T05:34:50.071Z | 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: fa08d483-93c2-4836-ac5f-88c7abf544e4, name: "phd-vm-fa08d483-93c2-4836-ac5f-88c7abf544e4", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 918070c0-5980-4de9-8f1a-df3463152ae4, project_id: 5327a6f2-feae-4fb6-9380-8d25fed83f6d, sled_id: 32179c7c-3df5-4d9c-b38f-4b5b5a1c6d05, sled_serial: "32179c7c-3df5-4d9c-b38f-4b5b5a1c6d05", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_smoke_test
vm_id = fa08d483-93c2-4836-ac5f-88c7abf544e4
|
| 3360 | 2026-03-10T05:34:50.071Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_smoke_test
vm_id = fa08d483-93c2-4836-ac5f-88c7abf544e4
|
| 3361 | 2026-03-10T05:34:50.071Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
state = Run
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_smoke_test
vm_id = fa08d483-93c2-4836-ac5f-88c7abf544e4
|
| 3362 | 2026-03-10T05:34:50.072Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_smoke_test
vm_id = fa08d483-93c2-4836-ac5f-88c7abf544e4
|
| 3363 | 2026-03-10T05:34:50.072Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3364 | 2026-03-10T05:34:50.072Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = 300s
vm = hyperv_smoke_test
vm_id = fa08d483-93c2-4836-ac5f-88c7abf544e4
|
| 3365 | 2026-03-10T05:34:50.072Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3366 | 2026-03-10T05:34:50.073Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_smoke_test
vm_id = fa08d483-93c2-4836-ac5f-88c7abf544e4
|
| 3367 | 2026-03-10T05:34:50.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 = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = CallerTimeout
vm = hyperv_smoke_test
vm_id = fa08d483-93c2-4836-ac5f-88c7abf544e4
|
| 3368 | 2026-03-10T05:34:54.794Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4721
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_smoke_test
vm_id = fa08d483-93c2-4836-ac5f-88c7abf544e4
|
| 3369 | 2026-03-10T05:34:54.794Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
step = WriteStr("root")
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3370 | 2026-03-10T05:34:54.794Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3371 | 2026-03-10T05:34:54.795Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_smoke_test
vm_id = fa08d483-93c2-4836-ac5f-88c7abf544e4
|
| 3372 | 2026-03-10T05:34:54.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 = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = CallerTimeout
vm = hyperv_smoke_test
vm_id = fa08d483-93c2-4836-ac5f-88c7abf544e4
|
| 3373 | 2026-03-10T05:34:54.813Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_smoke_test
vm_id = fa08d483-93c2-4836-ac5f-88c7abf544e4
|
| 3374 | 2026-03-10T05:34:54.813Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3375 | 2026-03-10T05:34:54.813Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3376 | 2026-03-10T05:34:54.813Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_smoke_test
vm_id = fa08d483-93c2-4836-ac5f-88c7abf544e4
|
| 3377 | 2026-03-10T05:34:54.813Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = CallerTimeout
vm = hyperv_smoke_test
vm_id = fa08d483-93c2-4836-ac5f-88c7abf544e4
|
| 3378 | 2026-03-10T05:34:54.846Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_smoke_test
vm_id = fa08d483-93c2-4836-ac5f-88c7abf544e4
|
| 3379 | 2026-03-10T05:34:54.846Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3380 | 2026-03-10T05:34:54.846Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4773
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3381 | 2026-03-10T05:34:54.846Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_smoke_test
vm_id = fa08d483-93c2-4836-ac5f-88c7abf544e4
|
| 3382 | 2026-03-10T05:34:54.846Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(15s)
vm = hyperv_smoke_test
vm_id = fa08d483-93c2-4836-ac5f-88c7abf544e4
|
| 3383 | 2026-03-10T05:34:54.857Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_smoke_test
vm_id = fa08d483-93c2-4836-ac5f-88c7abf544e4
|
| 3384 | 2026-03-10T05:34:54.857Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_smoke_test
vm_id = fa08d483-93c2-4836-ac5f-88c7abf544e4
|
| 3385 | 2026-03-10T05:34:54.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 = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(300s)
vm = hyperv_smoke_test
vm_id = fa08d483-93c2-4836-ac5f-88c7abf544e4
|
| 3386 | 2026-03-10T05:34:54.890Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_smoke_test
vm_id = fa08d483-93c2-4836-ac5f-88c7abf544e4
|
| 3387 | 2026-03-10T05:34:54.890Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_smoke_test
vm_id = fa08d483-93c2-4836-ac5f-88c7abf544e4
|
| 3388 | 2026-03-10T05:34:54.890Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(15s)
vm = hyperv_smoke_test
vm_id = fa08d483-93c2-4836-ac5f-88c7abf544e4
|
| 3389 | 2026-03-10T05:34:54.900Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_smoke_test
vm_id = fa08d483-93c2-4836-ac5f-88c7abf544e4
|
| 3390 | 2026-03-10T05:34:54.900Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_smoke_test
vm_id = fa08d483-93c2-4836-ac5f-88c7abf544e4
|
| 3391 | 2026-03-10T05:34:54.901Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(300s)
vm = hyperv_smoke_test
vm_id = fa08d483-93c2-4836-ac5f-88c7abf544e4
|
| 3392 | 2026-03-10T05:34:54.923Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_smoke_test
vm_id = fa08d483-93c2-4836-ac5f-88c7abf544e4
|
| 3393 | 2026-03-10T05:34:54.923Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_smoke_test
vm_id = fa08d483-93c2-4836-ac5f-88c7abf544e4
|
| 3394 | 2026-03-10T05:34:54.923Z | 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
|
| 3395 | 2026-03-10T05:34:54.924Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4853
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3396 | 2026-03-10T05:34:54.924Z | INFO | phd-runner: test phd_tests::hyperv::hyperv_smoke_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 3397 | 2026-03-10T05:34:54.924Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3398 | 2026-03-10T05:34:54.925Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_smoke_test
vm_id = fa08d483-93c2-4836-ac5f-88c7abf544e4
|
| 3399 | 2026-03-10T05:34:55.529Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
self.address = 127.0.0.1:9000
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm::server
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_smoke_test
vm_id = fa08d483-93c2-4836-ac5f-88c7abf544e4
|
| 3400 | 2026-03-10T05:34:55.619Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_smoke_test
vm_id = fa08d483-93c2-4836-ac5f-88c7abf544e4
|
| 3401 | 2026-03-10T05:34:55.619Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-2622f7f5-e916-4a29-a37c-0a3e75f3a475"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
verb = destroy
vm = hyperv_smoke_test
vm_id = fa08d483-93c2-4836-ac5f-88c7abf544e4
|
| 3402 | 2026-03-10T05:34:55.650Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_smoke_test
vm_id = fa08d483-93c2-4836-ac5f-88c7abf544e4
|
| 3403 | 2026-03-10T05:34:55.650Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d9543586-9000-4b24-bdf1-54ec3c6b3c70"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
verb = destroy
vm = hyperv_smoke_test
vm_id = fa08d483-93c2-4836-ac5f-88c7abf544e4
|
| 3404 | 2026-03-10T05:34:55.668Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 743
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_smoke_test
vm_id = fa08d483-93c2-4836-ac5f-88c7abf544e4
|
| 3405 | 2026-03-10T05:34:55.668Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 743
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3406 | 2026-03-10T05:34:55.668Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6278
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_smoke_test
vm_id = fa08d483-93c2-4836-ac5f-88c7abf544e4
|
| 3407 | 2026-03-10T05:34:55.668Z | INFO | phd-runner: Starting test phd_tests::hyperv::hyperv_lifecycle_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 3408 | 2026-03-10T05:34:55.668Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 6387
file = phd-tests/tests/src/hyperv.rs
line = 54
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_tests::hyperv
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3409 | 2026-03-10T05:34:55.668Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3410 | 2026-03-10T05:34:55.668Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3411 | 2026-03-10T05:34:55.668Z | 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
|
| 3412 | 2026-03-10T05:34:55.668Z | 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
|
| 3413 | 2026-03-10T05:34:55.668Z | 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
|
| 3414 | 2026-03-10T05:34:55.668Z | 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
|
| 3415 | 2026-03-10T05:34:55.668Z | 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
|
| 3416 | 2026-03-10T05:34:55.678Z | 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 231M 25.3T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 3417 | 2026-03-10T05:34:55.678Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-4257de87-0d37-4325-a269-eeae978778ec"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::zfs
verb = snapshot
|
| 3418 | 2026-03-10T05:34:55.696Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-4257de87-0d37-4325-a269-eeae978778ec", "phd-artifacts/phd-clone-e757f04a-21b6-40a8-a523-bd20a09c28dc"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::zfs
verb = clone
|
| 3419 | 2026-03-10T05:34:55.715Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-e757f04a-21b6-40a8-a523-bd20a09c28dc"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::zfs
verb = list
|
| 3420 | 2026-03-10T05:34:55.725Z | 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-e757f04a-21b6-40a8-a523-bd20a09c28dc 0B 25.3T 227M /phd-artifacts/phd-clone-e757f04a-21b6-40a8-a523-bd20a09c28dc\n
target = phd_framework::zfs
|
| 3421 | 2026-03-10T05:34:55.726Z | 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
|
| 3422 | 2026-03-10T05:34:55.726Z | 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
|
| 3423 | 2026-03-10T05:34:55.726Z | 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
|
| 3424 | 2026-03-10T05:34:55.726Z | 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 = 64
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
|
| 3425 | 2026-03-10T05:34:55.726Z | 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
|
| 3426 | 2026-03-10T05:34:55.755Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1100
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm::server
|
| 3427 | 2026-03-10T05:34:55.771Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 45
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
|
| 3428 | 2026-03-10T05:34:55.771Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
|
| 3429 | 2026-03-10T05:34:55.772Z | 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 = 452
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
|
| 3430 | 2026-03-10T05:34:56.245Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3431 | 2026-03-10T05:34:56.246Z | 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: cae56304-d5a7-4179-91c0-e6ecc8325a20, name: "phd-vm-cae56304-d5a7-4179-91c0-e6ecc8325a20", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 84c57cb1-8902-48f8-acc4-267263d31c2c, project_id: f63210d9-9140-476a-ac9c-ad7369e513d2, sled_id: 4138ef8a-86a6-45be-8b99-cca573614bc9, sled_serial: "4138ef8a-86a6-45be-8b99-cca573614bc9", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
|
| 3432 | 2026-03-10T05:34:56.246Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
|
| 3433 | 2026-03-10T05:34:56.246Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::hyperv::hyperv_lifecycle_test
state = Run
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
|
| 3434 | 2026-03-10T05:34:56.247Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
|
| 3435 | 2026-03-10T05:34:56.247Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
|
| 3436 | 2026-03-10T05:34:56.247Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = hyperv_lifecycle_test
vm_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
|
| 3437 | 2026-03-10T05:34:56.248Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::hyperv::hyperv_lifecycle_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 3438 | 2026-03-10T05:34:56.248Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
|
| 3439 | 2026-03-10T05:34:56.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 = 909
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_lifecycle_test
vm_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
|
| 3440 | 2026-03-10T05:35:00.910Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4661
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
|
| 3441 | 2026-03-10T05:35:00.910Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::hyperv::hyperv_lifecycle_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 3442 | 2026-03-10T05:35:00.910Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::hyperv::hyperv_lifecycle_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3443 | 2026-03-10T05:35:00.910Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
|
| 3444 | 2026-03-10T05:35:00.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 = 909
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_lifecycle_test
vm_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
|
| 3445 | 2026-03-10T05:35:00.928Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
|
| 3446 | 2026-03-10T05:35:00.929Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::hyperv::hyperv_lifecycle_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 3447 | 2026-03-10T05:35:00.929Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::hyperv::hyperv_lifecycle_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3448 | 2026-03-10T05:35:00.929Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
|
| 3449 | 2026-03-10T05:35:00.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 = 909
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_lifecycle_test
vm_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
|
| 3450 | 2026-03-10T05:35:00.962Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
|
| 3451 | 2026-03-10T05:35:00.962Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
|
| 3452 | 2026-03-10T05:35:00.962Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4714
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
|
| 3453 | 2026-03-10T05:35:00.962Z | 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
|
| 3454 | 2026-03-10T05:35:00.962Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
|
| 3455 | 2026-03-10T05:35:00.962Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::hyperv::hyperv_lifecycle_test
state = Reboot
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
|
| 3456 | 2026-03-10T05:35:00.964Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
|
| 3457 | 2026-03-10T05:35:00.964Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
|
| 3458 | 2026-03-10T05:35:00.964Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = hyperv_lifecycle_test
vm_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
|
| 3459 | 2026-03-10T05:35:00.964Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::hyperv::hyperv_lifecycle_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 3460 | 2026-03-10T05:35:00.965Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
|
| 3461 | 2026-03-10T05:35:00.965Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_lifecycle_test
vm_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
|
| 3462 | 2026-03-10T05:35:05.457Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4492
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
|
| 3463 | 2026-03-10T05:35:05.458Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::hyperv::hyperv_lifecycle_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 3464 | 2026-03-10T05:35:05.458Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::hyperv::hyperv_lifecycle_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3465 | 2026-03-10T05:35:05.458Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
|
| 3466 | 2026-03-10T05:35:05.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 = 909
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_lifecycle_test
vm_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
|
| 3467 | 2026-03-10T05:35:05.476Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
|
| 3468 | 2026-03-10T05:35:05.476Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::hyperv::hyperv_lifecycle_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 3469 | 2026-03-10T05:35:05.477Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::hyperv::hyperv_lifecycle_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3470 | 2026-03-10T05:35:05.477Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
|
| 3471 | 2026-03-10T05:35:05.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 = 909
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_lifecycle_test
vm_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
|
| 3472 | 2026-03-10T05:35:05.510Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
|
| 3473 | 2026-03-10T05:35:05.511Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
|
| 3474 | 2026-03-10T05:35:05.511Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4546
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
|
| 3475 | 2026-03-10T05:35:05.511Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
|
| 3476 | 2026-03-10T05:35:05.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 = 909
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_lifecycle_test
vm_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
|
| 3477 | 2026-03-10T05:35:05.521Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
|
| 3478 | 2026-03-10T05:35:05.522Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
|
| 3479 | 2026-03-10T05:35:05.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 = 909
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_lifecycle_test
vm_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
|
| 3480 | 2026-03-10T05:35:05.555Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
|
| 3481 | 2026-03-10T05:35:05.555Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
|
| 3482 | 2026-03-10T05:35:05.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 = 909
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_lifecycle_test
vm_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
|
| 3483 | 2026-03-10T05:35:05.566Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
|
| 3484 | 2026-03-10T05:35:05.566Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
|
| 3485 | 2026-03-10T05:35:05.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 = 909
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_lifecycle_test
vm_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
|
| 3486 | 2026-03-10T05:35:05.588Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
|
| 3487 | 2026-03-10T05:35:05.588Z | 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
|
| 3488 | 2026-03-10T05:35:05.588Z | 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
|
| 3489 | 2026-03-10T05:35:05.588Z | 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
|
| 3490 | 2026-03-10T05:35:05.588Z | 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
|
| 3491 | 2026-03-10T05:35:05.588Z | 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 = 64
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
|
| 3492 | 2026-03-10T05:35:05.588Z | 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
|
| 3493 | 2026-03-10T05:35:05.618Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1101
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm::server
|
| 3494 | 2026-03-10T05:35:05.632Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 44
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
|
| 3495 | 2026-03-10T05:35:05.632Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
target = phd_framework::test_vm
target_id = c9530087-c04e-4b51-b941-98fad33aa63e
|
| 3496 | 2026-03-10T05:35:05.632Z | 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 = 639
migration_id = 0bb0864f-0408-4775-8149-3a5bb4b0cb55
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
target = phd_framework::test_vm
target_id = c9530087-c04e-4b51-b941-98fad33aa63e
timeout_duration = 45s
|
| 3497 | 2026-03-10T05:35:05.632Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
target = phd_framework::test_vm
target_id = c9530087-c04e-4b51-b941-98fad33aa63e
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = c9530087-c04e-4b51-b941-98fad33aa63e
|
| 3498 | 2026-03-10T05:35:05.633Z | 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 = 452
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
target = phd_framework::test_vm
target_id = c9530087-c04e-4b51-b941-98fad33aa63e
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = c9530087-c04e-4b51-b941-98fad33aa63e
|
| 3499 | 2026-03-10T05:35:06.035Z | 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: c9530087-c04e-4b51-b941-98fad33aa63e, name: "phd-vm-c9530087-c04e-4b51-b941-98fad33aa63e", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 84c57cb1-8902-48f8-acc4-267263d31c2c, project_id: f63210d9-9140-476a-ac9c-ad7369e513d2, sled_id: 293c9fd5-40e7-4f87-b5ff-6fe6826a3322, sled_serial: "293c9fd5-40e7-4f87-b5ff-6fe6826a3322", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 511
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
target = phd_framework::test_vm
target_id = c9530087-c04e-4b51-b941-98fad33aa63e
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = c9530087-c04e-4b51-b941-98fad33aa63e
|
| 3500 | 2026-03-10T05:35:06.035Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 0bb0864f-0408-4775-8149-3a5bb4b0cb55
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
target = phd_framework::test_vm
target_id = c9530087-c04e-4b51-b941-98fad33aa63e
|
| 3501 | 2026-03-10T05:35:08.775Z | 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
|
| 3502 | 2026-03-10T05:35:10.217Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 673
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
target = phd_framework::test_vm
target_id = c9530087-c04e-4b51-b941-98fad33aa63e
|
| 3503 | 2026-03-10T05:35:10.217Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 4181
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 0bb0864f-0408-4775-8149-3a5bb4b0cb55
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
target = phd_framework::test_vm
target_id = c9530087-c04e-4b51-b941-98fad33aa63e
|
| 3504 | 2026-03-10T05:35:10.219Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
|
| 3505 | 2026-03-10T05:35:10.220Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = c9530087-c04e-4b51-b941-98fad33aa63e
|
| 3506 | 2026-03-10T05:35:10.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 = 909
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = c9530087-c04e-4b51-b941-98fad33aa63e
|
| 3507 | 2026-03-10T05:35:10.221Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = cae56304-d5a7-4179-91c0-e6ecc8325a20
|
| 3508 | 2026-03-10T05:35:10.313Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 93
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
|
| 3509 | 2026-03-10T05:35:10.313Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 14541
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
|
| 3510 | 2026-03-10T05:35:10.313Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 93
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = c9530087-c04e-4b51-b941-98fad33aa63e
|
| 3511 | 2026-03-10T05:35:10.314Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = c9530087-c04e-4b51-b941-98fad33aa63e
|
| 3512 | 2026-03-10T05:35:10.314Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = c9530087-c04e-4b51-b941-98fad33aa63e
|
| 3513 | 2026-03-10T05:35:10.348Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 34
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = c9530087-c04e-4b51-b941-98fad33aa63e
|
| 3514 | 2026-03-10T05:35:10.348Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = c9530087-c04e-4b51-b941-98fad33aa63e
|
| 3515 | 2026-03-10T05:35:10.348Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = c9530087-c04e-4b51-b941-98fad33aa63e
|
| 3516 | 2026-03-10T05:35:10.359Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = c9530087-c04e-4b51-b941-98fad33aa63e
|
| 3517 | 2026-03-10T05:35:10.359Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = c9530087-c04e-4b51-b941-98fad33aa63e
|
| 3518 | 2026-03-10T05:35:10.359Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = c9530087-c04e-4b51-b941-98fad33aa63e
|
| 3519 | 2026-03-10T05:35:10.392Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = c9530087-c04e-4b51-b941-98fad33aa63e
|
| 3520 | 2026-03-10T05:35:10.392Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = c9530087-c04e-4b51-b941-98fad33aa63e
|
| 3521 | 2026-03-10T05:35:10.392Z | 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
|
| 3522 | 2026-03-10T05:35:10.393Z | INFO | phd-runner: test phd_tests::hyperv::hyperv_lifecycle_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 3523 | 2026-03-10T05:35:10.393Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 14147
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3524 | 2026-03-10T05:35:10.393Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3525 | 2026-03-10T05:35:10.394Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = c9530087-c04e-4b51-b941-98fad33aa63e
|
| 3526 | 2026-03-10T05:35:11.046Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = c9530087-c04e-4b51-b941-98fad33aa63e
|
| 3527 | 2026-03-10T05:35:11.134Z | 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 = c9530087-c04e-4b51-b941-98fad33aa63e
|
| 3528 | 2026-03-10T05:35:11.135Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-e757f04a-21b6-40a8-a523-bd20a09c28dc"]
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 = c9530087-c04e-4b51-b941-98fad33aa63e
|
| 3529 | 2026-03-10T05:35:11.163Z | 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 = c9530087-c04e-4b51-b941-98fad33aa63e
|
| 3530 | 2026-03-10T05:35:11.163Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-4257de87-0d37-4325-a269-eeae978778ec"]
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 = c9530087-c04e-4b51-b941-98fad33aa63e
|
| 3531 | 2026-03-10T05:35:11.182Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 789
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = c9530087-c04e-4b51-b941-98fad33aa63e
|
| 3532 | 2026-03-10T05:35:11.182Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 789
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3533 | 2026-03-10T05:35:11.182Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5549
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
target = phd_framework::test_vm
target_id = c9530087-c04e-4b51-b941-98fad33aa63e
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = c9530087-c04e-4b51-b941-98fad33aa63e
|
| 3534 | 2026-03-10T05:35:11.182Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 5549
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = cae56304-d5a7-4179-91c0-e6ecc8325a20
target = phd_framework::test_vm
target_id = c9530087-c04e-4b51-b941-98fad33aa63e
|
| 3535 | 2026-03-10T05:35:11.182Z | INFO | phd-runner: Starting test phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 3536 | 2026-03-10T05:35:11.182Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 15513
file = phd-tests/tests/src/hyperv.rs
line = 77
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_tests::hyperv
|
| 3537 | 2026-03-10T05:35:11.182Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3538 | 2026-03-10T05:35:11.182Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3539 | 2026-03-10T05:35:11.183Z | 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
|
| 3540 | 2026-03-10T05:35:11.183Z | 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
|
| 3541 | 2026-03-10T05:35:11.183Z | 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
|
| 3542 | 2026-03-10T05:35:11.183Z | 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
|
| 3543 | 2026-03-10T05:35:11.183Z | 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
|
| 3544 | 2026-03-10T05:35:11.194Z | 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 231M 25.3T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 3545 | 2026-03-10T05:35:11.194Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-99f3ee93-1c33-44be-910c-cfc26d8f44f1"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::zfs
verb = snapshot
|
| 3546 | 2026-03-10T05:35:11.211Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-99f3ee93-1c33-44be-910c-cfc26d8f44f1", "phd-artifacts/phd-clone-9555c9bd-fcfe-4476-8ab2-4b07ca2d0bd0"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::zfs
verb = clone
|
| 3547 | 2026-03-10T05:35:11.230Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-9555c9bd-fcfe-4476-8ab2-4b07ca2d0bd0"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::zfs
verb = list
|
| 3548 | 2026-03-10T05:35:11.239Z | 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-9555c9bd-fcfe-4476-8ab2-4b07ca2d0bd0 0B 25.3T 227M /phd-artifacts/phd-clone-9555c9bd-fcfe-4476-8ab2-4b07ca2d0bd0\n
target = phd_framework::zfs
|
| 3549 | 2026-03-10T05:35:11.240Z | 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
|
| 3550 | 2026-03-10T05:35:11.240Z | 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
|
| 3551 | 2026-03-10T05:35:11.240Z | 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
|
| 3552 | 2026-03-10T05:35:11.240Z | 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 = 64
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
|
| 3553 | 2026-03-10T05:35:11.240Z | 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
|
| 3554 | 2026-03-10T05:35:11.270Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1110
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm::server
|
| 3555 | 2026-03-10T05:35:11.285Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 45
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
|
| 3556 | 2026-03-10T05:35:11.285Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3557 | 2026-03-10T05:35:11.286Z | 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 = 452
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3558 | 2026-03-10T05:35:12.080Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3559 | 2026-03-10T05:35:12.080Z | 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: 850b6181-b383-48a5-a3fd-559516f74974, name: "phd-vm-850b6181-b383-48a5-a3fd-559516f74974", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 36574f7c-1b2e-4768-8084-a7eaf6efc9b4, project_id: f7e3e774-5236-4dc5-9470-7c1c8c9af019, sled_id: 400cdf5a-93d8-4be3-ab38-a9eb825e4338, sled_serial: "400cdf5a-93d8-4be3-ab38-a9eb825e4338", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3560 | 2026-03-10T05:35:12.081Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3561 | 2026-03-10T05:35:12.081Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
state = Run
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3562 | 2026-03-10T05:35:12.082Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3563 | 2026-03-10T05:35:12.082Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
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
|
| 3564 | 2026-03-10T05:35:12.082Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3565 | 2026-03-10T05:35:12.082Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 3566 | 2026-03-10T05:35:12.082Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3567 | 2026-03-10T05:35:12.082Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3568 | 2026-03-10T05:35:16.414Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4331
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3569 | 2026-03-10T05:35:16.414Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 3570 | 2026-03-10T05:35:16.414Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3571 | 2026-03-10T05:35:16.414Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3572 | 2026-03-10T05:35:16.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 = 909
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3573 | 2026-03-10T05:35:16.433Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 19
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3574 | 2026-03-10T05:35:16.434Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 3575 | 2026-03-10T05:35:16.434Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3576 | 2026-03-10T05:35:16.434Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3577 | 2026-03-10T05:35:16.434Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3578 | 2026-03-10T05:35:16.467Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3579 | 2026-03-10T05:35:16.468Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
|
| 3580 | 2026-03-10T05:35:16.468Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4385
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
|
| 3581 | 2026-03-10T05:35:16.468Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3582 | 2026-03-10T05:35:16.468Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3583 | 2026-03-10T05:35:16.490Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3584 | 2026-03-10T05:35:16.490Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3585 | 2026-03-10T05:35:16.490Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3586 | 2026-03-10T05:35:16.524Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 34
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3587 | 2026-03-10T05:35:16.524Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3588 | 2026-03-10T05:35:16.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 = 909
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 = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3589 | 2026-03-10T05:35:16.535Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3590 | 2026-03-10T05:35:16.535Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3591 | 2026-03-10T05:35:16.535Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3592 | 2026-03-10T05:35:16.568Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3593 | 2026-03-10T05:35:16.569Z | 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
|
| 3594 | 2026-03-10T05:35:16.569Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3595 | 2026-03-10T05:35:16.569Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
state = Reboot
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3596 | 2026-03-10T05:35:16.570Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3597 | 2026-03-10T05:35:16.570Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
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
|
| 3598 | 2026-03-10T05:35:16.570Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3599 | 2026-03-10T05:35:16.570Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 3600 | 2026-03-10T05:35:16.570Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3601 | 2026-03-10T05:35:16.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 = 909
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3602 | 2026-03-10T05:35:20.633Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4062
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3603 | 2026-03-10T05:35:20.633Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 3604 | 2026-03-10T05:35:20.633Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3605 | 2026-03-10T05:35:20.633Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3606 | 2026-03-10T05:35:20.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 = 909
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3607 | 2026-03-10T05:35:20.650Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3608 | 2026-03-10T05:35:20.651Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 3609 | 2026-03-10T05:35:20.651Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3610 | 2026-03-10T05:35:20.651Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3611 | 2026-03-10T05:35:20.651Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3612 | 2026-03-10T05:35:20.684Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3613 | 2026-03-10T05:35:20.684Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
|
| 3614 | 2026-03-10T05:35:20.684Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4113
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
|
| 3615 | 2026-03-10T05:35:20.684Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3616 | 2026-03-10T05:35:20.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 = 909
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 = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3617 | 2026-03-10T05:35:20.695Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3618 | 2026-03-10T05:35:20.695Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3619 | 2026-03-10T05:35:20.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 = 909
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 = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3620 | 2026-03-10T05:35:20.727Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3621 | 2026-03-10T05:35:20.728Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3622 | 2026-03-10T05:35:20.728Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3623 | 2026-03-10T05:35:20.738Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3624 | 2026-03-10T05:35:20.738Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3625 | 2026-03-10T05:35:20.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 = 909
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 = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3626 | 2026-03-10T05:35:20.772Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3627 | 2026-03-10T05:35:20.772Z | 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
|
| 3628 | 2026-03-10T05:35:20.772Z | 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
|
| 3629 | 2026-03-10T05:35:20.772Z | 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
|
| 3630 | 2026-03-10T05:35:20.772Z | 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
|
| 3631 | 2026-03-10T05:35:20.772Z | 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 = 64
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
|
| 3632 | 2026-03-10T05:35:20.772Z | 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
|
| 3633 | 2026-03-10T05:35:20.802Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1111
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm::server
|
| 3634 | 2026-03-10T05:35:20.816Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 43
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
|
| 3635 | 2026-03-10T05:35:20.816Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = 850b6181-b383-48a5-a3fd-559516f74974
target = phd_framework::test_vm
target_id = e5e9f355-14be-4596-a4ee-5994aab51917
|
| 3636 | 2026-03-10T05:35:20.816Z | 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 = 639
migration_id = 3318402d-7f5b-470a-85d8-130981298bc6
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = 850b6181-b383-48a5-a3fd-559516f74974
target = phd_framework::test_vm
target_id = e5e9f355-14be-4596-a4ee-5994aab51917
timeout_duration = 45s
|
| 3637 | 2026-03-10T05:35:20.816Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = 850b6181-b383-48a5-a3fd-559516f74974
target = phd_framework::test_vm
target_id = e5e9f355-14be-4596-a4ee-5994aab51917
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = e5e9f355-14be-4596-a4ee-5994aab51917
|
| 3638 | 2026-03-10T05:35:20.816Z | 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 = 452
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = 850b6181-b383-48a5-a3fd-559516f74974
target = phd_framework::test_vm
target_id = e5e9f355-14be-4596-a4ee-5994aab51917
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = e5e9f355-14be-4596-a4ee-5994aab51917
|
| 3639 | 2026-03-10T05:35:21.198Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: e5e9f355-14be-4596-a4ee-5994aab51917, name: "phd-vm-e5e9f355-14be-4596-a4ee-5994aab51917", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 36574f7c-1b2e-4768-8084-a7eaf6efc9b4, project_id: f7e3e774-5236-4dc5-9470-7c1c8c9af019, sled_id: c1fe7756-97c1-4a91-b294-7c900087431a, sled_serial: "c1fe7756-97c1-4a91-b294-7c900087431a", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 511
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = 850b6181-b383-48a5-a3fd-559516f74974
target = phd_framework::test_vm
target_id = e5e9f355-14be-4596-a4ee-5994aab51917
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = e5e9f355-14be-4596-a4ee-5994aab51917
|
| 3640 | 2026-03-10T05:35:21.198Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 3318402d-7f5b-470a-85d8-130981298bc6
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = 850b6181-b383-48a5-a3fd-559516f74974
target = phd_framework::test_vm
target_id = e5e9f355-14be-4596-a4ee-5994aab51917
|
| 3641 | 2026-03-10T05:35:24.112Z | 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
|
| 3642 | 2026-03-10T05:35:25.869Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 673
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = 850b6181-b383-48a5-a3fd-559516f74974
target = phd_framework::test_vm
target_id = e5e9f355-14be-4596-a4ee-5994aab51917
|
| 3643 | 2026-03-10T05:35:25.869Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 4670
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 3318402d-7f5b-470a-85d8-130981298bc6
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = 850b6181-b383-48a5-a3fd-559516f74974
target = phd_framework::test_vm
target_id = e5e9f355-14be-4596-a4ee-5994aab51917
|
| 3644 | 2026-03-10T05:35:25.871Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3645 | 2026-03-10T05:35:25.871Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = e5e9f355-14be-4596-a4ee-5994aab51917
|
| 3646 | 2026-03-10T05:35:25.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 = 909
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 = e5e9f355-14be-4596-a4ee-5994aab51917
|
| 3647 | 2026-03-10T05:35:25.872Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3648 | 2026-03-10T05:35:25.958Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 86
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3649 | 2026-03-10T05:35:25.958Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 14672
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 850b6181-b383-48a5-a3fd-559516f74974
|
| 3650 | 2026-03-10T05:35:27.152Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 1280
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = e5e9f355-14be-4596-a4ee-5994aab51917
|
| 3651 | 2026-03-10T05:35:27.152Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = e5e9f355-14be-4596-a4ee-5994aab51917
|
| 3652 | 2026-03-10T05:35:27.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 = 909
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 = e5e9f355-14be-4596-a4ee-5994aab51917
|
| 3653 | 2026-03-10T05:35:27.185Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = e5e9f355-14be-4596-a4ee-5994aab51917
|
| 3654 | 2026-03-10T05:35:27.185Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = e5e9f355-14be-4596-a4ee-5994aab51917
|
| 3655 | 2026-03-10T05:35:27.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 = 909
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 = e5e9f355-14be-4596-a4ee-5994aab51917
|
| 3656 | 2026-03-10T05:35:27.195Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = e5e9f355-14be-4596-a4ee-5994aab51917
|
| 3657 | 2026-03-10T05:35:27.196Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = e5e9f355-14be-4596-a4ee-5994aab51917
|
| 3658 | 2026-03-10T05:35:27.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 = 909
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 = e5e9f355-14be-4596-a4ee-5994aab51917
|
| 3659 | 2026-03-10T05:35:27.228Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = e5e9f355-14be-4596-a4ee-5994aab51917
|
| 3660 | 2026-03-10T05:35:27.228Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = e5e9f355-14be-4596-a4ee-5994aab51917
|
| 3661 | 2026-03-10T05:35:27.229Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 3662 | 2026-03-10T05:35:27.229Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 15148
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3663 | 2026-03-10T05:35:27.229Z | INFO | phd-runner: test phd_tests::hyperv::hyperv_reference_tsc_clocksource_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 3664 | 2026-03-10T05:35:27.229Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3665 | 2026-03-10T05:35:27.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 = 1175
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = e5e9f355-14be-4596-a4ee-5994aab51917
|
| 3666 | 2026-03-10T05:35:27.773Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = e5e9f355-14be-4596-a4ee-5994aab51917
|
| 3667 | 2026-03-10T05:35:27.865Z | 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 = e5e9f355-14be-4596-a4ee-5994aab51917
|
| 3668 | 2026-03-10T05:35:27.865Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-9555c9bd-fcfe-4476-8ab2-4b07ca2d0bd0"]
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 = e5e9f355-14be-4596-a4ee-5994aab51917
|
| 3669 | 2026-03-10T05:35:27.891Z | 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 = e5e9f355-14be-4596-a4ee-5994aab51917
|
| 3670 | 2026-03-10T05:35:27.891Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-99f3ee93-1c33-44be-910c-cfc26d8f44f1"]
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 = e5e9f355-14be-4596-a4ee-5994aab51917
|
| 3671 | 2026-03-10T05:35:27.909Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 680
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = e5e9f355-14be-4596-a4ee-5994aab51917
|
| 3672 | 2026-03-10T05:35:27.909Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 680
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3673 | 2026-03-10T05:35:27.910Z | INFO | phd-runner: Starting test phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 3674 | 2026-03-10T05:35:27.909Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 7093
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = 850b6181-b383-48a5-a3fd-559516f74974
target = phd_framework::test_vm
target_id = e5e9f355-14be-4596-a4ee-5994aab51917
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = e5e9f355-14be-4596-a4ee-5994aab51917
|
| 3675 | 2026-03-10T05:35:27.910Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3676 | 2026-03-10T05:35:27.910Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 7093
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = 850b6181-b383-48a5-a3fd-559516f74974
target = phd_framework::test_vm
target_id = e5e9f355-14be-4596-a4ee-5994aab51917
|
| 3677 | 2026-03-10T05:35:27.910Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 16726
file = phd-tests/tests/src/hyperv.rs
line = 105
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_tests::hyperv
|
| 3678 | 2026-03-10T05:35:27.910Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3679 | 2026-03-10T05:35:27.910Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/hyperv.rs
line = 165
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_tests::hyperv
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3680 | 2026-03-10T05:35:27.910Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::artifacts::store
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3681 | 2026-03-10T05:35:27.910Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::artifacts::store
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3682 | 2026-03-10T05:35:27.910Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::artifacts::store
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3683 | 2026-03-10T05:35:27.910Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::artifacts::store
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3684 | 2026-03-10T05:35:27.910Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
verb = list
|
| 3685 | 2026-03-10T05:35:27.922Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 231M 25.3T 227M /phd-artifacts\n
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3686 | 2026-03-10T05:35:27.922Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-786d4d82-3a18-410a-8412-39edcd9ff418"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
verb = snapshot
|
| 3687 | 2026-03-10T05:35:27.939Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-786d4d82-3a18-410a-8412-39edcd9ff418", "phd-artifacts/phd-clone-3a17143d-a03d-4dfb-b964-3ec12ff19d79"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
verb = clone
|
| 3688 | 2026-03-10T05:35:27.957Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-3a17143d-a03d-4dfb-b964-3ec12ff19d79"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
verb = list
|
| 3689 | 2026-03-10T05:35:27.969Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-3a17143d-a03d-4dfb-b964-3ec12ff19d79 0B 25.3T 227M /phd-artifacts/phd-clone-3a17143d-a03d-4dfb-b964-3ec12ff19d79\n
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3690 | 2026-03-10T05:35:27.970Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3691 | 2026-03-10T05:35:27.970Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm_name = hyperv_reference_tsc_elapsed_test
|
| 3692 | 2026-03-10T05:35:27.970Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = /work/phd-test/propolis-server
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::artifacts::store
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3693 | 2026-03-10T05:35:27.970Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 64
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm::server
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3694 | 2026-03-10T05:35:27.970Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
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
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3695 | 2026-03-10T05:35:28.000Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1120
file = phd-tests/framework/src/test_vm/server.rs
line = 122
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm::server
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3696 | 2026-03-10T05:35:28.015Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 45
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3697 | 2026-03-10T05:35:28.015Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3698 | 2026-03-10T05:35:28.016Z | 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 = 452
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3699 | 2026-03-10T05:35:28.609Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3700 | 2026-03-10T05:35:28.610Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 0c8c27b5-71cd-41fc-879b-92d427678427, name: "phd-vm-0c8c27b5-71cd-41fc-879b-92d427678427", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 71f13c2f-ee7f-4df7-afdf-d4a0c59b844e, project_id: 222ff3c0-8796-4f26-9dfe-9c37baa99648, sled_id: 164c2327-fbaf-400f-99ab-7d192c0a5ee9, sled_serial: "164c2327-fbaf-400f-99ab-7d192c0a5ee9", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3701 | 2026-03-10T05:35:28.610Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3702 | 2026-03-10T05:35:28.610Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
state = Run
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3703 | 2026-03-10T05:35:28.611Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3704 | 2026-03-10T05:35:28.611Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3705 | 2026-03-10T05:35:28.611Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = 300s
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3706 | 2026-03-10T05:35:28.611Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3707 | 2026-03-10T05:35:28.611Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3708 | 2026-03-10T05:35:28.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 = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3709 | 2026-03-10T05:35:32.971Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4359
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3710 | 2026-03-10T05:35:32.971Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
step = WriteStr("root")
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3711 | 2026-03-10T05:35:32.971Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3712 | 2026-03-10T05:35:32.971Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3713 | 2026-03-10T05:35:32.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 = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3714 | 2026-03-10T05:35:32.990Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3715 | 2026-03-10T05:35:32.990Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3716 | 2026-03-10T05:35:32.990Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3717 | 2026-03-10T05:35:32.990Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3718 | 2026-03-10T05:35:32.990Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3719 | 2026-03-10T05:35:33.022Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3720 | 2026-03-10T05:35:33.022Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3721 | 2026-03-10T05:35:33.022Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4410
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3722 | 2026-03-10T05:35:33.022Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3723 | 2026-03-10T05:35:33.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 = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3724 | 2026-03-10T05:35:33.033Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3725 | 2026-03-10T05:35:33.033Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3726 | 2026-03-10T05:35:33.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 = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3727 | 2026-03-10T05:35:33.067Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 34
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3728 | 2026-03-10T05:35:33.068Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3729 | 2026-03-10T05:35:33.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 = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3730 | 2026-03-10T05:35:33.078Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3731 | 2026-03-10T05:35:33.079Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3732 | 2026-03-10T05:35:33.079Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3733 | 2026-03-10T05:35:33.112Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3734 | 2026-03-10T05:35:33.613Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3735 | 2026-03-10T05:35:33.614Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3736 | 2026-03-10T05:35:33.624Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3737 | 2026-03-10T05:35:33.624Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3738 | 2026-03-10T05:35:33.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 = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3739 | 2026-03-10T05:35:33.658Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3740 | 2026-03-10T05:35:33.658Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3741 | 2026-03-10T05:35:33.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 = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3742 | 2026-03-10T05:35:33.668Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3743 | 2026-03-10T05:35:33.669Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3744 | 2026-03-10T05:35:33.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 = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3745 | 2026-03-10T05:35:33.702Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3746 | 2026-03-10T05:35:34.203Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3747 | 2026-03-10T05:35:34.203Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3748 | 2026-03-10T05:35:34.226Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3749 | 2026-03-10T05:35:34.226Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3750 | 2026-03-10T05:35:34.227Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3751 | 2026-03-10T05:35:34.260Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3752 | 2026-03-10T05:35:34.260Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3753 | 2026-03-10T05:35:34.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 = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3754 | 2026-03-10T05:35:34.270Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3755 | 2026-03-10T05:35:34.271Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3756 | 2026-03-10T05:35:34.271Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3757 | 2026-03-10T05:35:34.304Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3758 | 2026-03-10T05:35:34.806Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3759 | 2026-03-10T05:35:34.806Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3760 | 2026-03-10T05:35:34.828Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3761 | 2026-03-10T05:35:34.829Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3762 | 2026-03-10T05:35:34.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 = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3763 | 2026-03-10T05:35:34.862Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3764 | 2026-03-10T05:35:34.862Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3765 | 2026-03-10T05:35:34.862Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3766 | 2026-03-10T05:35:34.873Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3767 | 2026-03-10T05:35:34.873Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3768 | 2026-03-10T05:35:34.873Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3769 | 2026-03-10T05:35:34.906Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3770 | 2026-03-10T05:35:35.408Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3771 | 2026-03-10T05:35:35.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 = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3772 | 2026-03-10T05:35:35.431Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3773 | 2026-03-10T05:35:35.431Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3774 | 2026-03-10T05:35:35.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 = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3775 | 2026-03-10T05:35:35.464Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3776 | 2026-03-10T05:35:35.464Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3777 | 2026-03-10T05:35:35.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 = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3778 | 2026-03-10T05:35:35.476Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3779 | 2026-03-10T05:35:35.476Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3780 | 2026-03-10T05:35:35.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 = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3781 | 2026-03-10T05:35:35.508Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3782 | 2026-03-10T05:35:36.010Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3783 | 2026-03-10T05:35:36.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 = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3784 | 2026-03-10T05:35:36.033Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3785 | 2026-03-10T05:35:36.033Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3786 | 2026-03-10T05:35:36.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 = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3787 | 2026-03-10T05:35:36.066Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3788 | 2026-03-10T05:35:36.066Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3789 | 2026-03-10T05:35:36.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 = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3790 | 2026-03-10T05:35:36.077Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3791 | 2026-03-10T05:35:36.077Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3792 | 2026-03-10T05:35:36.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 = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3793 | 2026-03-10T05:35:36.109Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3794 | 2026-03-10T05:35:36.610Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 538, tv_nsec: 749405515 }, guest_ns: 2621462900 }
before = Reading { taken_at: Instant { tv_sec: 538, tv_nsec: 159583181 }, guest_ns: 2029971100 }
diff = 1669466
diff_pct = 0.002830455721603787
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 591491800
host_delta_ns = 589822334
line = 214
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_tests::hyperv
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3795 | 2026-03-10T05:35:36.610Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 539, tv_nsec: 351607444 }, guest_ns: 3224151200 }
before = Reading { taken_at: Instant { tv_sec: 538, tv_nsec: 749405515 }, guest_ns: 2621462900 }
diff = 486371
diff_pct = 0.0008076543374871853
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 602688300
host_delta_ns = 602201929
line = 214
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_tests::hyperv
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3796 | 2026-03-10T05:35:36.610Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 539, tv_nsec: 953865950 }, guest_ns: 3826228700 }
before = Reading { taken_at: Instant { tv_sec: 539, tv_nsec: 351607444 }, guest_ns: 3224151200 }
diff = 181006
diff_pct = 0.0003005453608321474
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 602077500
host_delta_ns = 602258506
line = 214
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_tests::hyperv
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3797 | 2026-03-10T05:35:36.610Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 540, tv_nsec: 555801596 }, guest_ns: 4428395100 }
before = Reading { taken_at: Instant { tv_sec: 539, tv_nsec: 953865950 }, guest_ns: 3826228700 }
diff = 230754
diff_pct = 0.0003833532729510424
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 602166400
host_delta_ns = 601935646
line = 214
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_tests::hyperv
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3798 | 2026-03-10T05:35:36.610Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 541, tv_nsec: 156737158 }, guest_ns: 5030511300 }
before = Reading { taken_at: Instant { tv_sec: 540, tv_nsec: 555801596 }, guest_ns: 4428395100 }
diff = 1180638
diff_pct = 0.001964666554381749
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 602116200
host_delta_ns = 600935562
line = 214
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_tests::hyperv
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3799 | 2026-03-10T05:35:36.610Z | INFO | phd-runner: [TEST - EVENT] TSC test results
bad_diffs = 0
file = phd-tests/tests/src/hyperv.rs
good_diffs = 5
line = 282
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_tests::hyperv
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3800 | 2026-03-10T05:35:36.610Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3801 | 2026-03-10T05:35:36.610Z | 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
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm_name = hyperv_reference_tsc_elapsed_target
|
| 3802 | 2026-03-10T05:35:36.611Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = /work/phd-test/propolis-server
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::artifacts::store
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3803 | 2026-03-10T05:35:36.611Z | 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 = 64
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm::server
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3804 | 2026-03-10T05:35:36.611Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
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
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3805 | 2026-03-10T05:35:36.640Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1121
file = phd-tests/framework/src/test_vm/server.rs
line = 122
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm::server
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3806 | 2026-03-10T05:35:36.653Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 42
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3807 | 2026-03-10T05:35:36.653Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = 0c8c27b5-71cd-41fc-879b-92d427678427
target = phd_framework::test_vm
target_id = 80fd5a6e-205c-4cb7-a6ba-cdc7e16656a5
|
| 3808 | 2026-03-10T05:35:36.653Z | 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 = 639
migration_id = ff4b0adc-fffe-4102-bf90-df9cb9df52c9
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = 0c8c27b5-71cd-41fc-879b-92d427678427
target = phd_framework::test_vm
target_id = 80fd5a6e-205c-4cb7-a6ba-cdc7e16656a5
timeout_duration = 45s
|
| 3809 | 2026-03-10T05:35:36.653Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = 0c8c27b5-71cd-41fc-879b-92d427678427
target = phd_framework::test_vm
target_id = 80fd5a6e-205c-4cb7-a6ba-cdc7e16656a5
vm = hyperv_reference_tsc_elapsed_target
vm_id = 80fd5a6e-205c-4cb7-a6ba-cdc7e16656a5
|
| 3810 | 2026-03-10T05:35:36.654Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9002/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 452
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = 0c8c27b5-71cd-41fc-879b-92d427678427
target = phd_framework::test_vm
target_id = 80fd5a6e-205c-4cb7-a6ba-cdc7e16656a5
vm = hyperv_reference_tsc_elapsed_target
vm_id = 80fd5a6e-205c-4cb7-a6ba-cdc7e16656a5
|
| 3811 | 2026-03-10T05:35:37.047Z | 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: 80fd5a6e-205c-4cb7-a6ba-cdc7e16656a5, name: "phd-vm-80fd5a6e-205c-4cb7-a6ba-cdc7e16656a5", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 71f13c2f-ee7f-4df7-afdf-d4a0c59b844e, project_id: 222ff3c0-8796-4f26-9dfe-9c37baa99648, sled_id: b7dd1330-65e0-4450-af25-7413e2caf21b, sled_serial: "b7dd1330-65e0-4450-af25-7413e2caf21b", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 511
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = 0c8c27b5-71cd-41fc-879b-92d427678427
target = phd_framework::test_vm
target_id = 80fd5a6e-205c-4cb7-a6ba-cdc7e16656a5
vm = hyperv_reference_tsc_elapsed_target
vm_id = 80fd5a6e-205c-4cb7-a6ba-cdc7e16656a5
|
| 3812 | 2026-03-10T05:35:37.047Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = ff4b0adc-fffe-4102-bf90-df9cb9df52c9
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = 0c8c27b5-71cd-41fc-879b-92d427678427
target = phd_framework::test_vm
target_id = 80fd5a6e-205c-4cb7-a6ba-cdc7e16656a5
|
| 3813 | 2026-03-10T05:35:39.445Z | 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
|
| 3814 | 2026-03-10T05:35:40.570Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 673
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = 0c8c27b5-71cd-41fc-879b-92d427678427
target = phd_framework::test_vm
target_id = 80fd5a6e-205c-4cb7-a6ba-cdc7e16656a5
|
| 3815 | 2026-03-10T05:35:40.570Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3522
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = ff4b0adc-fffe-4102-bf90-df9cb9df52c9
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = 0c8c27b5-71cd-41fc-879b-92d427678427
target = phd_framework::test_vm
target_id = 80fd5a6e-205c-4cb7-a6ba-cdc7e16656a5
|
| 3816 | 2026-03-10T05:35:40.570Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3817 | 2026-03-10T05:35:40.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 = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3818 | 2026-03-10T05:35:43.357Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 2786
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3819 | 2026-03-10T05:35:43.357Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3820 | 2026-03-10T05:35:43.357Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3821 | 2026-03-10T05:35:43.390Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3822 | 2026-03-10T05:35:43.390Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3823 | 2026-03-10T05:35:43.391Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3824 | 2026-03-10T05:35:43.401Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3825 | 2026-03-10T05:35:43.401Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3826 | 2026-03-10T05:35:43.402Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3827 | 2026-03-10T05:35:43.434Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3828 | 2026-03-10T05:35:43.935Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3829 | 2026-03-10T05:35:43.935Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3830 | 2026-03-10T05:35:43.957Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3831 | 2026-03-10T05:35:43.957Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3832 | 2026-03-10T05:35:43.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 = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3833 | 2026-03-10T05:35:43.990Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3834 | 2026-03-10T05:35:43.990Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3835 | 2026-03-10T05:35:43.991Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3836 | 2026-03-10T05:35:44.001Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3837 | 2026-03-10T05:35:44.001Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3838 | 2026-03-10T05:35:44.001Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3839 | 2026-03-10T05:35:44.034Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3840 | 2026-03-10T05:35:44.535Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3841 | 2026-03-10T05:35:44.535Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3842 | 2026-03-10T05:35:44.557Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3843 | 2026-03-10T05:35:44.557Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3844 | 2026-03-10T05:35:44.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 = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3845 | 2026-03-10T05:35:44.590Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3846 | 2026-03-10T05:35:44.590Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3847 | 2026-03-10T05:35:44.590Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3848 | 2026-03-10T05:35:44.601Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3849 | 2026-03-10T05:35:44.601Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3850 | 2026-03-10T05:35:44.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 = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3851 | 2026-03-10T05:35:44.634Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3852 | 2026-03-10T05:35:45.135Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3853 | 2026-03-10T05:35:45.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 = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3854 | 2026-03-10T05:35:45.158Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3855 | 2026-03-10T05:35:45.158Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3856 | 2026-03-10T05:35:45.158Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3857 | 2026-03-10T05:35:45.191Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3858 | 2026-03-10T05:35:45.191Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3859 | 2026-03-10T05:35:45.192Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3860 | 2026-03-10T05:35:45.202Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3861 | 2026-03-10T05:35:45.202Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3862 | 2026-03-10T05:35:45.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 = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3863 | 2026-03-10T05:35:45.236Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3864 | 2026-03-10T05:35:45.736Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3865 | 2026-03-10T05:35:45.736Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3866 | 2026-03-10T05:35:45.758Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3867 | 2026-03-10T05:35:45.758Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3868 | 2026-03-10T05:35:45.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 = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3869 | 2026-03-10T05:35:45.791Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3870 | 2026-03-10T05:35:45.792Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3871 | 2026-03-10T05:35:45.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 = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3872 | 2026-03-10T05:35:45.802Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3873 | 2026-03-10T05:35:45.802Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3874 | 2026-03-10T05:35:45.803Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3875 | 2026-03-10T05:35:45.835Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3876 | 2026-03-10T05:35:46.336Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3877 | 2026-03-10T05:35:46.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 = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3878 | 2026-03-10T05:35:46.359Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3879 | 2026-03-10T05:35:46.360Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3880 | 2026-03-10T05:35:46.360Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3881 | 2026-03-10T05:35:46.393Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3882 | 2026-03-10T05:35:46.393Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3883 | 2026-03-10T05:35:46.393Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3884 | 2026-03-10T05:35:46.404Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3885 | 2026-03-10T05:35:46.405Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3886 | 2026-03-10T05:35:46.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 = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3887 | 2026-03-10T05:35:46.437Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3888 | 2026-03-10T05:35:46.938Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 549, tv_nsec: 81621550 }, guest_ns: 12954496200 }
before = Reading { taken_at: Instant { tv_sec: 548, tv_nsec: 481736206 }, guest_ns: 12354844600 }
diff = 233744
diff_pct = 0.00038964779242881453
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 599651600
host_delta_ns = 599885344
line = 214
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_tests::hyperv
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3889 | 2026-03-10T05:35:46.938Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 549, tv_nsec: 681667948 }, guest_ns: 13554383600 }
before = Reading { taken_at: Instant { tv_sec: 549, tv_nsec: 81621550 }, guest_ns: 12954496200 }
diff = 158998
diff_pct = 0.000264976176058972
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 599887400
host_delta_ns = 600046398
line = 214
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_tests::hyperv
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3890 | 2026-03-10T05:35:46.939Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 550, tv_nsec: 282747823 }, guest_ns: 14155353700 }
before = Reading { taken_at: Instant { tv_sec: 549, tv_nsec: 681667948 }, guest_ns: 13554383600 }
diff = 109775
diff_pct = 0.0001826296380327157
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 600970100
host_delta_ns = 601079875
line = 214
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_tests::hyperv
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3891 | 2026-03-10T05:35:46.939Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 550, tv_nsec: 881966956 }, guest_ns: 14755498500 }
before = Reading { taken_at: Instant { tv_sec: 550, tv_nsec: 282747823 }, guest_ns: 14155353700 }
diff = 925667
diff_pct = 0.0015447887909814122
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 600144800
host_delta_ns = 599219133
line = 214
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_tests::hyperv
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3892 | 2026-03-10T05:35:46.939Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 551, tv_nsec: 484007931 }, guest_ns: 15356620100 }
before = Reading { taken_at: Instant { tv_sec: 550, tv_nsec: 881966956 }, guest_ns: 14755498500 }
diff = 919375
diff_pct = 0.001527097055146454
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 601121600
host_delta_ns = 602040975
line = 214
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_tests::hyperv
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3893 | 2026-03-10T05:35:46.939Z | INFO | phd-runner: [TEST - EVENT] TSC test results
bad_diffs = 0
file = phd-tests/tests/src/hyperv.rs
good_diffs = 5
line = 282
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_tests::hyperv
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3894 | 2026-03-10T05:35:46.939Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_target
vm_id = 80fd5a6e-205c-4cb7-a6ba-cdc7e16656a5
|
| 3895 | 2026-03-10T05:35:46.939Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3896 | 2026-03-10T05:35:46.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
|
| 3897 | 2026-03-10T05:35:46.939Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 18329
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3898 | 2026-03-10T05:35:46.939Z | INFO | phd-runner: test phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 3899 | 2026-03-10T05:35:46.940Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3900 | 2026-03-10T05:35:46.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 = 1175
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_target
vm_id = 80fd5a6e-205c-4cb7-a6ba-cdc7e16656a5
|
| 3901 | 2026-03-10T05:35:46.941Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
self.address = 127.0.0.1:9000
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm::server
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3902 | 2026-03-10T05:35:47.030Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 90
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3903 | 2026-03-10T05:35:47.031Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 19014
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_test
vm_id = 0c8c27b5-71cd-41fc-879b-92d427678427
|
| 3904 | 2026-03-10T05:35:47.032Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
self.address = 127.0.0.1:9002
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm::server
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_target
vm_id = 80fd5a6e-205c-4cb7-a6ba-cdc7e16656a5
|
| 3905 | 2026-03-10T05:35:47.119Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_target
vm_id = 80fd5a6e-205c-4cb7-a6ba-cdc7e16656a5
|
| 3906 | 2026-03-10T05:35:47.119Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-3a17143d-a03d-4dfb-b964-3ec12ff19d79"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
verb = destroy
vm = hyperv_reference_tsc_elapsed_target
vm_id = 80fd5a6e-205c-4cb7-a6ba-cdc7e16656a5
|
| 3907 | 2026-03-10T05:35:47.153Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_target
vm_id = 80fd5a6e-205c-4cb7-a6ba-cdc7e16656a5
|
| 3908 | 2026-03-10T05:35:47.153Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-786d4d82-3a18-410a-8412-39edcd9ff418"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
verb = destroy
vm = hyperv_reference_tsc_elapsed_target
vm_id = 80fd5a6e-205c-4cb7-a6ba-cdc7e16656a5
|
| 3909 | 2026-03-10T05:35:47.173Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 233
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = hyperv_reference_tsc_elapsed_target
vm_id = 80fd5a6e-205c-4cb7-a6ba-cdc7e16656a5
|
| 3910 | 2026-03-10T05:35:47.173Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 233
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3911 | 2026-03-10T05:35:47.173Z | INFO | phd-runner: Starting test phd_tests::crucible::smoke::boot_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 3912 | 2026-03-10T05:35:47.173Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 10519
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = 0c8c27b5-71cd-41fc-879b-92d427678427
target = phd_framework::test_vm
target_id = 80fd5a6e-205c-4cb7-a6ba-cdc7e16656a5
vm = hyperv_reference_tsc_elapsed_target
vm_id = 80fd5a6e-205c-4cb7-a6ba-cdc7e16656a5
|
| 3913 | 2026-03-10T05:35:47.174Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3914 | 2026-03-10T05:35:47.174Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3915 | 2026-03-10T05:35:47.174Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 10519
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = 0c8c27b5-71cd-41fc-879b-92d427678427
target = phd_framework::test_vm
target_id = 80fd5a6e-205c-4cb7-a6ba-cdc7e16656a5
|
| 3916 | 2026-03-10T05:35:47.174Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 19262
file = phd-tests/tests/src/hyperv.rs
line = 165
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_tests::hyperv
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3917 | 2026-03-10T05:35:47.174Z | 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
|
| 3918 | 2026-03-10T05:35:47.174Z | 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
|
| 3919 | 2026-03-10T05:35:47.174Z | 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
|
| 3920 | 2026-03-10T05:35:47.174Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/83f2c87f64388d17001352694bce6416dc5ed0dc4d84bf02f5099d6724522ee4/crucible-downstairs
target = phd_framework::artifacts::store
|
| 3921 | 2026-03-10T05:35:47.174Z | 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
|
| 3922 | 2026-03-10T05:35:47.174Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/1d3d2d11-39bd-4083-9fcb-943d6ed72833_9000", "--encrypted", "--uuid", "1d3d2d11-39bd-4083-9fcb-943d6ed72833", "--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
|
| 3923 | 2026-03-10T05:35:47.288Z | 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/1d3d2d11-39bd-4083-9fcb-943d6ed72833_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:35:47.186723433Z","hostname":"BRM42220010","pid":1126}\n{"msg":"UUID: 1d3d2d11-39bd-4083-9fcb-943d6ed72833","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:35:47.283071286Z","hostname":"BRM42220010","pid":1126}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:35:47.283085601Z","hostname":"BRM42220010","pid":1126}\n
target = phd_framework::disk::crucible
|
| 3924 | 2026-03-10T05:35:47.288Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/1d3d2d11-39bd-4083-9fcb-943d6ed72833_9001", "--encrypted", "--uuid", "1d3d2d11-39bd-4083-9fcb-943d6ed72833", "--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
|
| 3925 | 2026-03-10T05:35:47.402Z | 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/1d3d2d11-39bd-4083-9fcb-943d6ed72833_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:35:47.300741545Z","hostname":"BRM42220010","pid":1127}\n{"msg":"UUID: 1d3d2d11-39bd-4083-9fcb-943d6ed72833","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:35:47.39553881Z","hostname":"BRM42220010","pid":1127}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:35:47.395551654Z","hostname":"BRM42220010","pid":1127}\n
target = phd_framework::disk::crucible
|
| 3926 | 2026-03-10T05:35:47.402Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/1d3d2d11-39bd-4083-9fcb-943d6ed72833_9002", "--encrypted", "--uuid", "1d3d2d11-39bd-4083-9fcb-943d6ed72833", "--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
|
| 3927 | 2026-03-10T05:35:47.516Z | 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/1d3d2d11-39bd-4083-9fcb-943d6ed72833_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:35:47.414237397Z","hostname":"BRM42220010","pid":1128}\n{"msg":"UUID: 1d3d2d11-39bd-4083-9fcb-943d6ed72833","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:35:47.510293537Z","hostname":"BRM42220010","pid":1128}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:35:47.510306742Z","hostname":"BRM42220010","pid":1128}\n
target = phd_framework::disk::crucible
|
| 3928 | 2026-03-10T05:35:47.516Z | 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_1d3d2d11-39bd-4083-9fcb-943d6ed72833_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::boot_test/crucible_1d3d2d11-39bd-4083-9fcb-943d6ed72833_9000.stdout.log"
target = phd_framework::log_config
|
| 3929 | 2026-03-10T05:35:47.516Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/1d3d2d11-39bd-4083-9fcb-943d6ed72833_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
| 3930 | 2026-03-10T05:35:47.516Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/1d3d2d11-39bd-4083-9fcb-943d6ed72833_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
| 3931 | 2026-03-10T05:35:47.518Z | 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_1d3d2d11-39bd-4083-9fcb-943d6ed72833_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::boot_test/crucible_1d3d2d11-39bd-4083-9fcb-943d6ed72833_9001.stdout.log"
target = phd_framework::log_config
|
| 3932 | 2026-03-10T05:35:47.518Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/1d3d2d11-39bd-4083-9fcb-943d6ed72833_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
| 3933 | 2026-03-10T05:35:47.518Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/1d3d2d11-39bd-4083-9fcb-943d6ed72833_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
| 3934 | 2026-03-10T05:35:47.520Z | 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_1d3d2d11-39bd-4083-9fcb-943d6ed72833_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::boot_test/crucible_1d3d2d11-39bd-4083-9fcb-943d6ed72833_9002.stdout.log"
target = phd_framework::log_config
|
| 3935 | 2026-03-10T05:35:47.520Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/1d3d2d11-39bd-4083-9fcb-943d6ed72833_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
| 3936 | 2026-03-10T05:35:47.521Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/1d3d2d11-39bd-4083-9fcb-943d6ed72833_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
| 3937 | 2026-03-10T05:35:47.523Z | 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
|
| 3938 | 2026-03-10T05:35:47.523Z | 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
|
| 3939 | 2026-03-10T05:35:47.523Z | 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
|
| 3940 | 2026-03-10T05:35:47.523Z | 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 = 64
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
|
| 3941 | 2026-03-10T05:35:47.523Z | 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
|
| 3942 | 2026-03-10T05:35:47.552Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1132
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm::server
|
| 3943 | 2026-03-10T05:35:47.567Z | 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
|
| 3944 | 2026-03-10T05:35:47.567Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 74dedb9f-8475-4e79-bb33-521059637d71
|
| 3945 | 2026-03-10T05:35:47.567Z | 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 = 452
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 74dedb9f-8475-4e79-bb33-521059637d71
|
| 3946 | 2026-03-10T05:35:48.439Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::serial
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3947 | 2026-03-10T05:35:48.440Z | 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: 74dedb9f-8475-4e79-bb33-521059637d71, name: "phd-vm-74dedb9f-8475-4e79-bb33-521059637d71", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: e38696b9-2674-41e9-b247-c0d2e93d7bf8, project_id: fa2c4dc9-9c19-49fc-8fc8-ad967831b2ff, sled_id: 3a64a9bc-ad41-4de7-bb50-c802696c52e5, sled_serial: "3a64a9bc-ad41-4de7-bb50-c802696c52e5", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 74dedb9f-8475-4e79-bb33-521059637d71
|
| 3948 | 2026-03-10T05:35:48.440Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 74dedb9f-8475-4e79-bb33-521059637d71
|
| 3949 | 2026-03-10T05:35:48.440Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::crucible::smoke::boot_test
state = Run
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 74dedb9f-8475-4e79-bb33-521059637d71
|
| 3950 | 2026-03-10T05:35:48.441Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 74dedb9f-8475-4e79-bb33-521059637d71
|
| 3951 | 2026-03-10T05:35:48.441Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
|
| 3952 | 2026-03-10T05:35:48.441Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = crucible_boot_test
vm_id = 74dedb9f-8475-4e79-bb33-521059637d71
|
| 3953 | 2026-03-10T05:35:48.441Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::smoke::boot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 3954 | 2026-03-10T05:35:48.441Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 74dedb9f-8475-4e79-bb33-521059637d71
|
| 3955 | 2026-03-10T05:35:48.442Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_boot_test
vm_id = 74dedb9f-8475-4e79-bb33-521059637d71
|
| 3956 | 2026-03-10T05:35:53.430Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4987
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 74dedb9f-8475-4e79-bb33-521059637d71
|
| 3957 | 2026-03-10T05:35:53.430Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::smoke::boot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 3958 | 2026-03-10T05:35:53.430Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::smoke::boot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3959 | 2026-03-10T05:35:53.430Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 74dedb9f-8475-4e79-bb33-521059637d71
|
| 3960 | 2026-03-10T05:35: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 = 909
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_boot_test
vm_id = 74dedb9f-8475-4e79-bb33-521059637d71
|
| 3961 | 2026-03-10T05:35:53.448Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 74dedb9f-8475-4e79-bb33-521059637d71
|
| 3962 | 2026-03-10T05:35:53.448Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::smoke::boot_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 3963 | 2026-03-10T05:35:53.448Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::smoke::boot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3964 | 2026-03-10T05:35:53.448Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 74dedb9f-8475-4e79-bb33-521059637d71
|
| 3965 | 2026-03-10T05:35:53.448Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_boot_test
vm_id = 74dedb9f-8475-4e79-bb33-521059637d71
|
| 3966 | 2026-03-10T05:35:53.481Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 74dedb9f-8475-4e79-bb33-521059637d71
|
| 3967 | 2026-03-10T05:35:53.481Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
|
| 3968 | 2026-03-10T05:35:53.481Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 5039
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
|
| 3969 | 2026-03-10T05:35:53.481Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 74dedb9f-8475-4e79-bb33-521059637d71
|
| 3970 | 2026-03-10T05:35:53.482Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::serial
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3971 | 2026-03-10T05:35:53.482Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 5042
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::serial
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 3972 | 2026-03-10T05:35:53.482Z | INFO | phd-runner: test phd_tests::crucible::smoke::boot_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 3973 | 2026-03-10T05:35:53.482Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3974 | 2026-03-10T05:35:53.483Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 74dedb9f-8475-4e79-bb33-521059637d71
|
| 3975 | 2026-03-10T05:35:54.062Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = 74dedb9f-8475-4e79-bb33-521059637d71
|
| 3976 | 2026-03-10T05:35:54.152Z | 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/1d3d2d11-39bd-4083-9fcb-943d6ed72833_9000" } }
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = 74dedb9f-8475-4e79-bb33-521059637d71
|
| 3977 | 2026-03-10T05:35:54.159Z | 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/1d3d2d11-39bd-4083-9fcb-943d6ed72833_9000"
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = 74dedb9f-8475-4e79-bb33-521059637d71
|
| 3978 | 2026-03-10T05:35:54.170Z | 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/1d3d2d11-39bd-4083-9fcb-943d6ed72833_9001" } }
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = 74dedb9f-8475-4e79-bb33-521059637d71
|
| 3979 | 2026-03-10T05:35:54.177Z | 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/1d3d2d11-39bd-4083-9fcb-943d6ed72833_9001"
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = 74dedb9f-8475-4e79-bb33-521059637d71
|
| 3980 | 2026-03-10T05:35:54.188Z | 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/1d3d2d11-39bd-4083-9fcb-943d6ed72833_9002" } }
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = 74dedb9f-8475-4e79-bb33-521059637d71
|
| 3981 | 2026-03-10T05:35:54.197Z | 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/1d3d2d11-39bd-4083-9fcb-943d6ed72833_9002"
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = 74dedb9f-8475-4e79-bb33-521059637d71
|
| 3982 | 2026-03-10T05:35:54.208Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 726
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 74dedb9f-8475-4e79-bb33-521059637d71
|
| 3983 | 2026-03-10T05:35:54.208Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 726
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3984 | 2026-03-10T05:35:54.208Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6641
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 74dedb9f-8475-4e79-bb33-521059637d71
|
| 3985 | 2026-03-10T05:35:54.208Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 7034
file = phd-tests/tests/src/crucible/smoke.rs
line = 14
path = phd_tests::crucible::smoke::boot_test
target = phd_tests::crucible::smoke
|
| 3986 | 2026-03-10T05:35:54.208Z | INFO | phd-runner: Starting test phd_tests::crucible::smoke::api_reboot_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 3987 | 2026-03-10T05:35:54.208Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3988 | 2026-03-10T05:35:54.208Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3989 | 2026-03-10T05:35:54.209Z | 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
|
| 3990 | 2026-03-10T05:35:54.209Z | 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
|
| 3991 | 2026-03-10T05:35:54.209Z | 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
|
| 3992 | 2026-03-10T05:35:54.209Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/83f2c87f64388d17001352694bce6416dc5ed0dc4d84bf02f5099d6724522ee4/crucible-downstairs
target = phd_framework::artifacts::store
|
| 3993 | 2026-03-10T05:35:54.209Z | 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
|
| 3994 | 2026-03-10T05:35:54.209Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/2225c72b-be8a-47db-8920-12cca12929e6_9000", "--encrypted", "--uuid", "2225c72b-be8a-47db-8920-12cca12929e6", "--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
|
| 3995 | 2026-03-10T05:35:54.321Z | 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/2225c72b-be8a-47db-8920-12cca12929e6_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:35:54.221532265Z","hostname":"BRM42220010","pid":1134}\n{"msg":"UUID: 2225c72b-be8a-47db-8920-12cca12929e6","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:35:54.31528421Z","hostname":"BRM42220010","pid":1134}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:35:54.315308587Z","hostname":"BRM42220010","pid":1134}\n
target = phd_framework::disk::crucible
|
| 3996 | 2026-03-10T05:35:54.321Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/2225c72b-be8a-47db-8920-12cca12929e6_9001", "--encrypted", "--uuid", "2225c72b-be8a-47db-8920-12cca12929e6", "--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
|
| 3997 | 2026-03-10T05:35:54.434Z | 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/2225c72b-be8a-47db-8920-12cca12929e6_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:35:54.332907912Z","hostname":"BRM42220010","pid":1135}\n{"msg":"UUID: 2225c72b-be8a-47db-8920-12cca12929e6","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:35:54.428930266Z","hostname":"BRM42220010","pid":1135}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:35:54.428944523Z","hostname":"BRM42220010","pid":1135}\n
target = phd_framework::disk::crucible
|
| 3998 | 2026-03-10T05:35:54.434Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/2225c72b-be8a-47db-8920-12cca12929e6_9002", "--encrypted", "--uuid", "2225c72b-be8a-47db-8920-12cca12929e6", "--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
|
| 3999 | 2026-03-10T05:35:54.543Z | 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/2225c72b-be8a-47db-8920-12cca12929e6_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:35:54.446201122Z","hostname":"BRM42220010","pid":1136}\n{"msg":"UUID: 2225c72b-be8a-47db-8920-12cca12929e6","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:35:54.53721765Z","hostname":"BRM42220010","pid":1136}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:35:54.537240954Z","hostname":"BRM42220010","pid":1136}\n
target = phd_framework::disk::crucible
|
| 4000 | 2026-03-10T05:35:54.544Z | 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_2225c72b-be8a-47db-8920-12cca12929e6_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::api_reboot_test/crucible_2225c72b-be8a-47db-8920-12cca12929e6_9000.stdout.log"
target = phd_framework::log_config
|
| 4001 | 2026-03-10T05:35:54.544Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/2225c72b-be8a-47db-8920-12cca12929e6_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::disk::crucible
|
| 4002 | 2026-03-10T05:35:54.544Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/2225c72b-be8a-47db-8920-12cca12929e6_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::disk::crucible
|
| 4003 | 2026-03-10T05:35:54.546Z | 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_2225c72b-be8a-47db-8920-12cca12929e6_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::api_reboot_test/crucible_2225c72b-be8a-47db-8920-12cca12929e6_9001.stdout.log"
target = phd_framework::log_config
|
| 4004 | 2026-03-10T05:35:54.546Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/2225c72b-be8a-47db-8920-12cca12929e6_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::disk::crucible
|
| 4005 | 2026-03-10T05:35:54.546Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/2225c72b-be8a-47db-8920-12cca12929e6_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::disk::crucible
|
| 4006 | 2026-03-10T05:35:54.548Z | 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_2225c72b-be8a-47db-8920-12cca12929e6_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::api_reboot_test/crucible_2225c72b-be8a-47db-8920-12cca12929e6_9002.stdout.log"
target = phd_framework::log_config
|
| 4007 | 2026-03-10T05:35:54.548Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/2225c72b-be8a-47db-8920-12cca12929e6_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::disk::crucible
|
| 4008 | 2026-03-10T05:35:54.549Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/2225c72b-be8a-47db-8920-12cca12929e6_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::disk::crucible
|
| 4009 | 2026-03-10T05:35:54.551Z | 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
|
| 4010 | 2026-03-10T05:35:54.551Z | 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
|
| 4011 | 2026-03-10T05:35:54.551Z | 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
|
| 4012 | 2026-03-10T05:35:54.551Z | 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 = 64
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
|
| 4013 | 2026-03-10T05:35:54.551Z | 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
|
| 4014 | 2026-03-10T05:35:54.579Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1140
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm::server
|
| 4015 | 2026-03-10T05:35:54.595Z | 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
|
| 4016 | 2026-03-10T05:35:54.595Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = b987e5c6-b9bb-4943-a444-b7bef6a28f24
|
| 4017 | 2026-03-10T05:35:54.596Z | 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 = 452
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = b987e5c6-b9bb-4943-a444-b7bef6a28f24
|
| 4018 | 2026-03-10T05:35:55.055Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::serial
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4019 | 2026-03-10T05:35:55.056Z | 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: b987e5c6-b9bb-4943-a444-b7bef6a28f24, name: "phd-vm-b987e5c6-b9bb-4943-a444-b7bef6a28f24", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: dc557d02-6dfc-4213-a1b3-cf97e10b476a, project_id: cdf7c348-a4da-47c6-905e-adc2c6199725, sled_id: 80be36b4-fdbe-4179-8bc7-9d6ae855687e, sled_serial: "80be36b4-fdbe-4179-8bc7-9d6ae855687e", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = b987e5c6-b9bb-4943-a444-b7bef6a28f24
|
| 4020 | 2026-03-10T05:35:55.056Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = b987e5c6-b9bb-4943-a444-b7bef6a28f24
|
| 4021 | 2026-03-10T05:35:55.056Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::crucible::smoke::api_reboot_test
state = Run
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = b987e5c6-b9bb-4943-a444-b7bef6a28f24
|
| 4022 | 2026-03-10T05:35:55.057Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = b987e5c6-b9bb-4943-a444-b7bef6a28f24
|
| 4023 | 2026-03-10T05:35:55.057Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 4024 | 2026-03-10T05:35:55.057Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = crucible_guest_reboot_test
vm_id = b987e5c6-b9bb-4943-a444-b7bef6a28f24
|
| 4025 | 2026-03-10T05:35:55.057Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::smoke::api_reboot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 4026 | 2026-03-10T05:35:55.057Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = b987e5c6-b9bb-4943-a444-b7bef6a28f24
|
| 4027 | 2026-03-10T05:35:55.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 = 909
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = b987e5c6-b9bb-4943-a444-b7bef6a28f24
|
| 4028 | 2026-03-10T05:36:00.039Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4980
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = b987e5c6-b9bb-4943-a444-b7bef6a28f24
|
| 4029 | 2026-03-10T05:36:00.039Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::smoke::api_reboot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 4030 | 2026-03-10T05:36:00.039Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::smoke::api_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4031 | 2026-03-10T05:36:00.039Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = b987e5c6-b9bb-4943-a444-b7bef6a28f24
|
| 4032 | 2026-03-10T05:36:00.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 = 909
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = b987e5c6-b9bb-4943-a444-b7bef6a28f24
|
| 4033 | 2026-03-10T05:36:00.057Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = b987e5c6-b9bb-4943-a444-b7bef6a28f24
|
| 4034 | 2026-03-10T05:36:00.057Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::smoke::api_reboot_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 4035 | 2026-03-10T05:36:00.057Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::smoke::api_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4036 | 2026-03-10T05:36:00.058Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = b987e5c6-b9bb-4943-a444-b7bef6a28f24
|
| 4037 | 2026-03-10T05:36:00.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 = 909
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = b987e5c6-b9bb-4943-a444-b7bef6a28f24
|
| 4038 | 2026-03-10T05:36:00.090Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = b987e5c6-b9bb-4943-a444-b7bef6a28f24
|
| 4039 | 2026-03-10T05:36:00.091Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 4040 | 2026-03-10T05:36:00.091Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 5033
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 4041 | 2026-03-10T05:36:00.091Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = b987e5c6-b9bb-4943-a444-b7bef6a28f24
|
| 4042 | 2026-03-10T05:36:00.091Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::crucible::smoke::api_reboot_test
state = Reboot
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = b987e5c6-b9bb-4943-a444-b7bef6a28f24
|
| 4043 | 2026-03-10T05:36:00.092Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = b987e5c6-b9bb-4943-a444-b7bef6a28f24
|
| 4044 | 2026-03-10T05:36:00.092Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 4045 | 2026-03-10T05:36:00.092Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = crucible_guest_reboot_test
vm_id = b987e5c6-b9bb-4943-a444-b7bef6a28f24
|
| 4046 | 2026-03-10T05:36:00.092Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::smoke::api_reboot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 4047 | 2026-03-10T05:36:00.092Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = b987e5c6-b9bb-4943-a444-b7bef6a28f24
|
| 4048 | 2026-03-10T05:36:00.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 = 909
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = b987e5c6-b9bb-4943-a444-b7bef6a28f24
|
| 4049 | 2026-03-10T05:36:04.866Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4773
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = b987e5c6-b9bb-4943-a444-b7bef6a28f24
|
| 4050 | 2026-03-10T05:36:04.866Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::smoke::api_reboot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 4051 | 2026-03-10T05:36:04.866Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::smoke::api_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4052 | 2026-03-10T05:36:04.866Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = b987e5c6-b9bb-4943-a444-b7bef6a28f24
|
| 4053 | 2026-03-10T05:36:04.866Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = b987e5c6-b9bb-4943-a444-b7bef6a28f24
|
| 4054 | 2026-03-10T05:36:04.884Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = b987e5c6-b9bb-4943-a444-b7bef6a28f24
|
| 4055 | 2026-03-10T05:36:04.885Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::smoke::api_reboot_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 4056 | 2026-03-10T05:36:04.885Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::smoke::api_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4057 | 2026-03-10T05:36:04.885Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = b987e5c6-b9bb-4943-a444-b7bef6a28f24
|
| 4058 | 2026-03-10T05:36:04.885Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = b987e5c6-b9bb-4943-a444-b7bef6a28f24
|
| 4059 | 2026-03-10T05:36:04.918Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = b987e5c6-b9bb-4943-a444-b7bef6a28f24
|
| 4060 | 2026-03-10T05:36:04.918Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 4061 | 2026-03-10T05:36:04.918Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4825
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 4062 | 2026-03-10T05:36:04.918Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = b987e5c6-b9bb-4943-a444-b7bef6a28f24
|
| 4063 | 2026-03-10T05:36:04.919Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::serial
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4064 | 2026-03-10T05:36:04.919Z | INFO | phd-runner: test phd_tests::crucible::smoke::api_reboot_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 4065 | 2026-03-10T05:36:04.919Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4066 | 2026-03-10T05:36:04.919Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 9862
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::serial
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4067 | 2026-03-10T05:36:04.920Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = b987e5c6-b9bb-4943-a444-b7bef6a28f24
|
| 4068 | 2026-03-10T05:36:05.240Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = b987e5c6-b9bb-4943-a444-b7bef6a28f24
|
| 4069 | 2026-03-10T05:36:05.330Z | 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/2225c72b-be8a-47db-8920-12cca12929e6_9000" } }
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = b987e5c6-b9bb-4943-a444-b7bef6a28f24
|
| 4070 | 2026-03-10T05:36:05.338Z | 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/2225c72b-be8a-47db-8920-12cca12929e6_9000"
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = b987e5c6-b9bb-4943-a444-b7bef6a28f24
|
| 4071 | 2026-03-10T05:36:05.349Z | 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/2225c72b-be8a-47db-8920-12cca12929e6_9001" } }
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = b987e5c6-b9bb-4943-a444-b7bef6a28f24
|
| 4072 | 2026-03-10T05:36:05.356Z | 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/2225c72b-be8a-47db-8920-12cca12929e6_9001"
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = b987e5c6-b9bb-4943-a444-b7bef6a28f24
|
| 4073 | 2026-03-10T05:36:05.368Z | 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/2225c72b-be8a-47db-8920-12cca12929e6_9002" } }
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = b987e5c6-b9bb-4943-a444-b7bef6a28f24
|
| 4074 | 2026-03-10T05:36:05.378Z | 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/2225c72b-be8a-47db-8920-12cca12929e6_9002"
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = b987e5c6-b9bb-4943-a444-b7bef6a28f24
|
| 4075 | 2026-03-10T05:36:05.389Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 470
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = b987e5c6-b9bb-4943-a444-b7bef6a28f24
|
| 4076 | 2026-03-10T05:36:05.390Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 470
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4077 | 2026-03-10T05:36:05.390Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 10794
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = b987e5c6-b9bb-4943-a444-b7bef6a28f24
|
| 4078 | 2026-03-10T05:36:05.390Z | INFO | phd-runner: Starting test phd_tests::crucible::smoke::guest_reboot_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 4079 | 2026-03-10T05:36:05.390Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 11180
file = phd-tests/tests/src/crucible/smoke.rs
line = 23
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_tests::crucible::smoke
|
| 4080 | 2026-03-10T05:36:05.390Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4081 | 2026-03-10T05:36:05.390Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4082 | 2026-03-10T05:36:05.390Z | 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
|
| 4083 | 2026-03-10T05:36:05.390Z | 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
|
| 4084 | 2026-03-10T05:36:05.390Z | 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
|
| 4085 | 2026-03-10T05:36:05.390Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/83f2c87f64388d17001352694bce6416dc5ed0dc4d84bf02f5099d6724522ee4/crucible-downstairs
target = phd_framework::artifacts::store
|
| 4086 | 2026-03-10T05:36:05.390Z | 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
|
| 4087 | 2026-03-10T05:36:05.391Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/b3fa399a-c36f-48a2-afb4-093e41ef3742_9000", "--encrypted", "--uuid", "b3fa399a-c36f-48a2-afb4-093e41ef3742", "--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
|
| 4088 | 2026-03-10T05:36:05.500Z | 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/b3fa399a-c36f-48a2-afb4-093e41ef3742_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:36:05.402921132Z","hostname":"BRM42220010","pid":1142}\n{"msg":"UUID: b3fa399a-c36f-48a2-afb4-093e41ef3742","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:36:05.495078301Z","hostname":"BRM42220010","pid":1142}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:36:05.495094772Z","hostname":"BRM42220010","pid":1142}\n
target = phd_framework::disk::crucible
|
| 4089 | 2026-03-10T05:36:05.500Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/b3fa399a-c36f-48a2-afb4-093e41ef3742_9001", "--encrypted", "--uuid", "b3fa399a-c36f-48a2-afb4-093e41ef3742", "--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
|
| 4090 | 2026-03-10T05:36:05.607Z | 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/b3fa399a-c36f-48a2-afb4-093e41ef3742_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:36:05.510555719Z","hostname":"BRM42220010","pid":1143}\n{"msg":"UUID: b3fa399a-c36f-48a2-afb4-093e41ef3742","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:36:05.60162593Z","hostname":"BRM42220010","pid":1143}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:36:05.601655306Z","hostname":"BRM42220010","pid":1143}\n
target = phd_framework::disk::crucible
|
| 4091 | 2026-03-10T05:36:05.607Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/b3fa399a-c36f-48a2-afb4-093e41ef3742_9002", "--encrypted", "--uuid", "b3fa399a-c36f-48a2-afb4-093e41ef3742", "--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
|
| 4092 | 2026-03-10T05:36:05.719Z | 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/b3fa399a-c36f-48a2-afb4-093e41ef3742_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:36:05.619462726Z","hostname":"BRM42220010","pid":1144}\n{"msg":"UUID: b3fa399a-c36f-48a2-afb4-093e41ef3742","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:36:05.714173186Z","hostname":"BRM42220010","pid":1144}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:36:05.714194997Z","hostname":"BRM42220010","pid":1144}\n
target = phd_framework::disk::crucible
|
| 4093 | 2026-03-10T05:36:05.719Z | 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_b3fa399a-c36f-48a2-afb4-093e41ef3742_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::guest_reboot_test/crucible_b3fa399a-c36f-48a2-afb4-093e41ef3742_9000.stdout.log"
target = phd_framework::log_config
|
| 4094 | 2026-03-10T05:36:05.719Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/b3fa399a-c36f-48a2-afb4-093e41ef3742_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
| 4095 | 2026-03-10T05:36:05.719Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/b3fa399a-c36f-48a2-afb4-093e41ef3742_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
| 4096 | 2026-03-10T05:36:05.722Z | 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_b3fa399a-c36f-48a2-afb4-093e41ef3742_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::guest_reboot_test/crucible_b3fa399a-c36f-48a2-afb4-093e41ef3742_9001.stdout.log"
target = phd_framework::log_config
|
| 4097 | 2026-03-10T05:36:05.722Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/b3fa399a-c36f-48a2-afb4-093e41ef3742_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
| 4098 | 2026-03-10T05:36:05.722Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/b3fa399a-c36f-48a2-afb4-093e41ef3742_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
| 4099 | 2026-03-10T05:36:05.724Z | 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_b3fa399a-c36f-48a2-afb4-093e41ef3742_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::guest_reboot_test/crucible_b3fa399a-c36f-48a2-afb4-093e41ef3742_9002.stdout.log"
target = phd_framework::log_config
|
| 4100 | 2026-03-10T05:36:05.724Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/b3fa399a-c36f-48a2-afb4-093e41ef3742_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
| 4101 | 2026-03-10T05:36:05.724Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/b3fa399a-c36f-48a2-afb4-093e41ef3742_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
| 4102 | 2026-03-10T05:36:05.726Z | 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
|
| 4103 | 2026-03-10T05:36:05.726Z | 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
|
| 4104 | 2026-03-10T05:36:05.726Z | 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
|
| 4105 | 2026-03-10T05:36:05.726Z | 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 = 64
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
|
| 4106 | 2026-03-10T05:36:05.727Z | 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
|
| 4107 | 2026-03-10T05:36:05.756Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1148
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm::server
|
| 4108 | 2026-03-10T05:36:05.771Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 44
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 4109 | 2026-03-10T05:36:05.771Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 6a080cae-2836-4688-ae35-b740c7f06803
|
| 4110 | 2026-03-10T05:36:05.772Z | 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 = 452
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 6a080cae-2836-4688-ae35-b740c7f06803
|
| 4111 | 2026-03-10T05:36:06.478Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4112 | 2026-03-10T05:36:06.479Z | 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: 6a080cae-2836-4688-ae35-b740c7f06803, name: "phd-vm-6a080cae-2836-4688-ae35-b740c7f06803", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 2beb0020-a407-4311-af89-becee675abc9, project_id: ca27b633-75a5-4725-bfc1-549cdff208dc, sled_id: 569bf4c5-432e-448f-89ae-38bfec292e9e, sled_serial: "569bf4c5-432e-448f-89ae-38bfec292e9e", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 6a080cae-2836-4688-ae35-b740c7f06803
|
| 4113 | 2026-03-10T05:36:06.479Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 6a080cae-2836-4688-ae35-b740c7f06803
|
| 4114 | 2026-03-10T05:36:06.479Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::crucible::smoke::guest_reboot_test
state = Run
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 6a080cae-2836-4688-ae35-b740c7f06803
|
| 4115 | 2026-03-10T05:36:06.480Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 6a080cae-2836-4688-ae35-b740c7f06803
|
| 4116 | 2026-03-10T05:36:06.480Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 4117 | 2026-03-10T05:36:06.481Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = crucible_guest_reboot_test
vm_id = 6a080cae-2836-4688-ae35-b740c7f06803
|
| 4118 | 2026-03-10T05:36:06.481Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::smoke::guest_reboot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 4119 | 2026-03-10T05:36:06.481Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 6a080cae-2836-4688-ae35-b740c7f06803
|
| 4120 | 2026-03-10T05:36:06.481Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 6a080cae-2836-4688-ae35-b740c7f06803
|
| 4121 | 2026-03-10T05:36:11.526Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 5044
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 6a080cae-2836-4688-ae35-b740c7f06803
|
| 4122 | 2026-03-10T05:36:11.526Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::smoke::guest_reboot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 4123 | 2026-03-10T05:36:11.526Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::smoke::guest_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4124 | 2026-03-10T05:36:11.526Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 6a080cae-2836-4688-ae35-b740c7f06803
|
| 4125 | 2026-03-10T05:36:11.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 = 909
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 6a080cae-2836-4688-ae35-b740c7f06803
|
| 4126 | 2026-03-10T05:36:11.544Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 6a080cae-2836-4688-ae35-b740c7f06803
|
| 4127 | 2026-03-10T05:36:11.545Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::smoke::guest_reboot_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 4128 | 2026-03-10T05:36:11.545Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::smoke::guest_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4129 | 2026-03-10T05:36:11.545Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 6a080cae-2836-4688-ae35-b740c7f06803
|
| 4130 | 2026-03-10T05:36:11.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 = 909
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 6a080cae-2836-4688-ae35-b740c7f06803
|
| 4131 | 2026-03-10T05:36:11.577Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 6a080cae-2836-4688-ae35-b740c7f06803
|
| 4132 | 2026-03-10T05:36:11.577Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 4133 | 2026-03-10T05:36:11.577Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 5096
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 4134 | 2026-03-10T05:36:11.577Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 6a080cae-2836-4688-ae35-b740c7f06803
|
| 4135 | 2026-03-10T05:36:11.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 = 909
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_guest_reboot_test
vm_id = 6a080cae-2836-4688-ae35-b740c7f06803
|
| 4136 | 2026-03-10T05:36:11.589Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 6a080cae-2836-4688-ae35-b740c7f06803
|
| 4137 | 2026-03-10T05:36:11.589Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 4138 | 2026-03-10T05:36:11.589Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = crucible_guest_reboot_test
vm_id = 6a080cae-2836-4688-ae35-b740c7f06803
|
| 4139 | 2026-03-10T05:36:11.589Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::smoke::guest_reboot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 4140 | 2026-03-10T05:36:11.589Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 6a080cae-2836-4688-ae35-b740c7f06803
|
| 4141 | 2026-03-10T05:36:11.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 = 909
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 6a080cae-2836-4688-ae35-b740c7f06803
|
| 4142 | 2026-03-10T05:36:18.676Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 7086
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 6a080cae-2836-4688-ae35-b740c7f06803
|
| 4143 | 2026-03-10T05:36:18.676Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::smoke::guest_reboot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 4144 | 2026-03-10T05:36:18.676Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::smoke::guest_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4145 | 2026-03-10T05:36:18.676Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 6a080cae-2836-4688-ae35-b740c7f06803
|
| 4146 | 2026-03-10T05:36:18.676Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 6a080cae-2836-4688-ae35-b740c7f06803
|
| 4147 | 2026-03-10T05:36:18.694Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 6a080cae-2836-4688-ae35-b740c7f06803
|
| 4148 | 2026-03-10T05:36:18.694Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::smoke::guest_reboot_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 4149 | 2026-03-10T05:36:18.695Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::smoke::guest_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4150 | 2026-03-10T05:36:18.695Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 6a080cae-2836-4688-ae35-b740c7f06803
|
| 4151 | 2026-03-10T05:36:18.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 = 909
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 6a080cae-2836-4688-ae35-b740c7f06803
|
| 4152 | 2026-03-10T05:36:18.728Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 6a080cae-2836-4688-ae35-b740c7f06803
|
| 4153 | 2026-03-10T05:36:18.728Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 4154 | 2026-03-10T05:36:18.728Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 7139
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 4155 | 2026-03-10T05:36:18.728Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 6a080cae-2836-4688-ae35-b740c7f06803
|
| 4156 | 2026-03-10T05:36:18.728Z | 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
|
| 4157 | 2026-03-10T05:36:18.729Z | INFO | phd-runner: test phd_tests::crucible::smoke::guest_reboot_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 4158 | 2026-03-10T05:36:18.729Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4159 | 2026-03-10T05:36:18.729Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 12250
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4160 | 2026-03-10T05:36:18.730Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 6a080cae-2836-4688-ae35-b740c7f06803
|
| 4161 | 2026-03-10T05:36:19.078Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = 6a080cae-2836-4688-ae35-b740c7f06803
|
| 4162 | 2026-03-10T05:36:19.165Z | 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/b3fa399a-c36f-48a2-afb4-093e41ef3742_9000" } }
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 6a080cae-2836-4688-ae35-b740c7f06803
|
| 4163 | 2026-03-10T05:36:19.173Z | 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/b3fa399a-c36f-48a2-afb4-093e41ef3742_9000"
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 6a080cae-2836-4688-ae35-b740c7f06803
|
| 4164 | 2026-03-10T05:36:19.185Z | 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/b3fa399a-c36f-48a2-afb4-093e41ef3742_9001" } }
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 6a080cae-2836-4688-ae35-b740c7f06803
|
| 4165 | 2026-03-10T05:36:19.191Z | 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/b3fa399a-c36f-48a2-afb4-093e41ef3742_9001"
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 6a080cae-2836-4688-ae35-b740c7f06803
|
| 4166 | 2026-03-10T05:36:19.203Z | 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/b3fa399a-c36f-48a2-afb4-093e41ef3742_9002" } }
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 6a080cae-2836-4688-ae35-b740c7f06803
|
| 4167 | 2026-03-10T05:36:19.212Z | 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/b3fa399a-c36f-48a2-afb4-093e41ef3742_9002"
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 6a080cae-2836-4688-ae35-b740c7f06803
|
| 4168 | 2026-03-10T05:36:19.223Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 494
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 6a080cae-2836-4688-ae35-b740c7f06803
|
| 4169 | 2026-03-10T05:36:19.224Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 13451
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 6a080cae-2836-4688-ae35-b740c7f06803
|
| 4170 | 2026-03-10T05:36:19.224Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 13832
file = phd-tests/tests/src/crucible/smoke.rs
line = 35
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_tests::crucible::smoke
|
| 4171 | 2026-03-10T05:36:19.224Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 495
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4172 | 2026-03-10T05:36:19.224Z | INFO | phd-runner: Starting test phd_tests::crucible::smoke::shutdown_persistence_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 4173 | 2026-03-10T05:36:19.224Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4174 | 2026-03-10T05:36:19.224Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4175 | 2026-03-10T05:36:19.225Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/crucible/smoke.rs
line = 47
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::shutdown_persistence_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_tests::crucible::smoke
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4176 | 2026-03-10T05:36:19.225Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::artifacts::store
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4177 | 2026-03-10T05:36:19.225Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::artifacts::store
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4178 | 2026-03-10T05:36:19.225Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = /phd-artifacts/83f2c87f64388d17001352694bce6416dc5ed0dc4d84bf02f5099d6724522ee4/crucible-downstairs
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::artifacts::store
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4179 | 2026-03-10T05:36:19.225Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::artifacts::store
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4180 | 2026-03-10T05:36:19.225Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/e7f6bd70-d5d4-42ce-a1a2-5bb492ce7230_9000", "--encrypted", "--uuid", "e7f6bd70-d5d4-42ce-a1a2-5bb492ce7230", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::shutdown_persistence_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::disk::crucible
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4181 | 2026-03-10T05:36:19.337Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::shutdown_persistence_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/e7f6bd70-d5d4-42ce-a1a2-5bb492ce7230_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:36:19.2374885Z","hostname":"BRM42220010","pid":1150}\n{"msg":"UUID: e7f6bd70-d5d4-42ce-a1a2-5bb492ce7230","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:36:19.33048697Z","hostname":"BRM42220010","pid":1150}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:36:19.330509092Z","hostname":"BRM42220010","pid":1150}\n
target = phd_framework::disk::crucible
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4182 | 2026-03-10T05:36:19.337Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/e7f6bd70-d5d4-42ce-a1a2-5bb492ce7230_9001", "--encrypted", "--uuid", "e7f6bd70-d5d4-42ce-a1a2-5bb492ce7230", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::shutdown_persistence_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::disk::crucible
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4183 | 2026-03-10T05:36:19.447Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::shutdown_persistence_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/e7f6bd70-d5d4-42ce-a1a2-5bb492ce7230_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:36:19.349172853Z","hostname":"BRM42220010","pid":1151}\n{"msg":"UUID: e7f6bd70-d5d4-42ce-a1a2-5bb492ce7230","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:36:19.44213304Z","hostname":"BRM42220010","pid":1151}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:36:19.442155212Z","hostname":"BRM42220010","pid":1151}\n
target = phd_framework::disk::crucible
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4184 | 2026-03-10T05:36:19.447Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/e7f6bd70-d5d4-42ce-a1a2-5bb492ce7230_9002", "--encrypted", "--uuid", "e7f6bd70-d5d4-42ce-a1a2-5bb492ce7230", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::shutdown_persistence_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::disk::crucible
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4185 | 2026-03-10T05:36:19.558Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::shutdown_persistence_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/e7f6bd70-d5d4-42ce-a1a2-5bb492ce7230_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:36:19.459362918Z","hostname":"BRM42220010","pid":1152}\n{"msg":"UUID: e7f6bd70-d5d4-42ce-a1a2-5bb492ce7230","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:36:19.553755224Z","hostname":"BRM42220010","pid":1152}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:36:19.553767578Z","hostname":"BRM42220010","pid":1152}\n
target = phd_framework::disk::crucible
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4186 | 2026-03-10T05:36:19.558Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::shutdown_persistence_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::shutdown_persistence_test/crucible_e7f6bd70-d5d4-42ce-a1a2-5bb492ce7230_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::shutdown_persistence_test/crucible_e7f6bd70-d5d4-42ce-a1a2-5bb492ce7230_9000.stdout.log"
target = phd_framework::log_config
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4187 | 2026-03-10T05:36:19.558Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/e7f6bd70-d5d4-42ce-a1a2-5bb492ce7230_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::shutdown_persistence_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::disk::crucible
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4188 | 2026-03-10T05:36:19.558Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/e7f6bd70-d5d4-42ce-a1a2-5bb492ce7230_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::shutdown_persistence_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::disk::crucible
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4189 | 2026-03-10T05:36:19.561Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::shutdown_persistence_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::shutdown_persistence_test/crucible_e7f6bd70-d5d4-42ce-a1a2-5bb492ce7230_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::shutdown_persistence_test/crucible_e7f6bd70-d5d4-42ce-a1a2-5bb492ce7230_9001.stdout.log"
target = phd_framework::log_config
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4190 | 2026-03-10T05:36:19.561Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/e7f6bd70-d5d4-42ce-a1a2-5bb492ce7230_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::shutdown_persistence_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::disk::crucible
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4191 | 2026-03-10T05:36:19.561Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/e7f6bd70-d5d4-42ce-a1a2-5bb492ce7230_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::shutdown_persistence_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::disk::crucible
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4192 | 2026-03-10T05:36:19.563Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::shutdown_persistence_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::shutdown_persistence_test/crucible_e7f6bd70-d5d4-42ce-a1a2-5bb492ce7230_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::shutdown_persistence_test/crucible_e7f6bd70-d5d4-42ce-a1a2-5bb492ce7230_9002.stdout.log"
target = phd_framework::log_config
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4193 | 2026-03-10T05:36:19.563Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/e7f6bd70-d5d4-42ce-a1a2-5bb492ce7230_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::shutdown_persistence_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::disk::crucible
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4194 | 2026-03-10T05:36:19.563Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/e7f6bd70-d5d4-42ce-a1a2-5bb492ce7230_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::shutdown_persistence_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::disk::crucible
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4195 | 2026-03-10T05:36:19.565Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::shutdown_persistence_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4196 | 2026-03-10T05:36:19.565Z | 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
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::shutdown_persistence_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm_name = crucible_shutdown_persistence_test
|
| 4197 | 2026-03-10T05:36:19.565Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = /work/phd-test/propolis-server
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::artifacts::store
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4198 | 2026-03-10T05:36:19.565Z | 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 = 64
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::shutdown_persistence_test
server_addr = 127.0.0.1:9003
server_path = "/work/phd-test/propolis-server"
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm::server
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4199 | 2026-03-10T05:36:19.565Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::shutdown_persistence_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
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
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4200 | 2026-03-10T05:36:19.594Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1156
file = phd-tests/framework/src/test_vm/server.rs
line = 122
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::shutdown_persistence_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm::server
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4201 | 2026-03-10T05:36:19.609Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 44
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::shutdown_persistence_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4202 | 2026-03-10T05:36:19.610Z | DEBG | phd-runner: [TEST - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::shutdown_persistence_test
self.address = 127.0.0.1:9003
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm::server
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4203 | 2026-03-10T05:36:19.621Z | INFO | phd-runner: [TEST - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
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/e7f6bd70-d5d4-42ce-a1a2-5bb492ce7230_9000" } }
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::disk::crucible
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4204 | 2026-03-10T05:36:19.626Z | INFO | phd-runner: [TEST - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::shutdown_persistence_test
self.path = "/tmp/propolis-phd/e7f6bd70-d5d4-42ce-a1a2-5bb492ce7230_9000"
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::disk::crucible
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4205 | 2026-03-10T05:36:19.635Z | INFO | phd-runner: [TEST - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
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/e7f6bd70-d5d4-42ce-a1a2-5bb492ce7230_9001" } }
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::disk::crucible
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4206 | 2026-03-10T05:36:19.641Z | INFO | phd-runner: [TEST - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::shutdown_persistence_test
self.path = "/tmp/propolis-phd/e7f6bd70-d5d4-42ce-a1a2-5bb492ce7230_9001"
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::disk::crucible
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4207 | 2026-03-10T05:36:19.649Z | INFO | phd-runner: [TEST - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
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/e7f6bd70-d5d4-42ce-a1a2-5bb492ce7230_9002" } }
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::disk::crucible
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4208 | 2026-03-10T05:36:19.656Z | INFO | phd-runner: [TEST - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::shutdown_persistence_test
self.path = "/tmp/propolis-phd/e7f6bd70-d5d4-42ce-a1a2-5bb492ce7230_9002"
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::disk::crucible
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4209 | 2026-03-10T05:36:19.664Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 439
file = phd-tests/tests/src/crucible/smoke.rs
line = 47
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::shutdown_persistence_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_tests::crucible::smoke
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4210 | 2026-03-10T05:36:19.665Z | 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 = 130
target = phd_runner::execute
|
| 4211 | 2026-03-10T05:36:19.665Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4212 | 2026-03-10T05:36:19.665Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4213 | 2026-03-10T05:36:19.665Z | INFO | phd-runner: Starting test phd_tests::crucible::smoke::vcr_replace_during_start_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 4214 | 2026-03-10T05:36:19.665Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4215 | 2026-03-10T05:36:19.665Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4216 | 2026-03-10T05:36:19.665Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/crucible/smoke.rs
line = 91
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_tests::crucible::smoke
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4217 | 2026-03-10T05:36:19.666Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::artifacts::store
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4218 | 2026-03-10T05:36:19.666Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::artifacts::store
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4219 | 2026-03-10T05:36:19.666Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::artifacts::store
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4220 | 2026-03-10T05:36:19.666Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
verb = list
|
| 4221 | 2026-03-10T05:36:19.677Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 230M 25.3T 227M /phd-artifacts\n
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4222 | 2026-03-10T05:36:19.677Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2ffe8b7a-4fb4-4f6c-b9d0-15f155b14e4d"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
verb = snapshot
|
| 4223 | 2026-03-10T05:36:19.695Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2ffe8b7a-4fb4-4f6c-b9d0-15f155b14e4d", "phd-artifacts/phd-clone-d301919a-7b5d-45af-b539-cd71609eb386"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
verb = clone
|
| 4224 | 2026-03-10T05:36:19.714Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-d301919a-7b5d-45af-b539-cd71609eb386"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
verb = list
|
| 4225 | 2026-03-10T05:36:19.725Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-d301919a-7b5d-45af-b539-cd71609eb386 0B 25.3T 227M /phd-artifacts/phd-clone-d301919a-7b5d-45af-b539-cd71609eb386\n
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4226 | 2026-03-10T05:36:19.726Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = /phd-artifacts/83f2c87f64388d17001352694bce6416dc5ed0dc4d84bf02f5099d6724522ee4/crucible-downstairs
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::artifacts::store
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4227 | 2026-03-10T05:36:19.726Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/448e2f97-7edb-45f6-ac9d-4cc679c954a5_9000", "--encrypted", "--uuid", "448e2f97-7edb-45f6-ac9d-4cc679c954a5", "--extent-size", "131072", "--extent-count", "16"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::disk::crucible
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4228 | 2026-03-10T05:36:19.757Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/448e2f97-7edb-45f6-ac9d-4cc679c954a5_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:36:19.738018592Z","hostname":"BRM42220010","pid":1162}\n{"msg":"UUID: 448e2f97-7edb-45f6-ac9d-4cc679c954a5","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:36:19.75259682Z","hostname":"BRM42220010","pid":1162}\n{"msg":"Blocks per extent:131072 Total Extents: 16","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:36:19.752608422Z","hostname":"BRM42220010","pid":1162}\n
target = phd_framework::disk::crucible
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4229 | 2026-03-10T05:36:19.757Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/448e2f97-7edb-45f6-ac9d-4cc679c954a5_9001", "--encrypted", "--uuid", "448e2f97-7edb-45f6-ac9d-4cc679c954a5", "--extent-size", "131072", "--extent-count", "16"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::disk::crucible
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4230 | 2026-03-10T05:36:19.783Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/448e2f97-7edb-45f6-ac9d-4cc679c954a5_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:36:19.768595716Z","hostname":"BRM42220010","pid":1163}\n{"msg":"UUID: 448e2f97-7edb-45f6-ac9d-4cc679c954a5","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:36:19.77938459Z","hostname":"BRM42220010","pid":1163}\n{"msg":"Blocks per extent:131072 Total Extents: 16","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:36:19.779400741Z","hostname":"BRM42220010","pid":1163}\n
target = phd_framework::disk::crucible
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4231 | 2026-03-10T05:36:19.783Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/448e2f97-7edb-45f6-ac9d-4cc679c954a5_9002", "--encrypted", "--uuid", "448e2f97-7edb-45f6-ac9d-4cc679c954a5", "--extent-size", "131072", "--extent-count", "16"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::disk::crucible
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4232 | 2026-03-10T05:36:19.810Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/448e2f97-7edb-45f6-ac9d-4cc679c954a5_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:36:19.794847181Z","hostname":"BRM42220010","pid":1164}\n{"msg":"UUID: 448e2f97-7edb-45f6-ac9d-4cc679c954a5","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:36:19.805767354Z","hostname":"BRM42220010","pid":1164}\n{"msg":"Blocks per extent:131072 Total Extents: 16","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:36:19.805779758Z","hostname":"BRM42220010","pid":1164}\n
target = phd_framework::disk::crucible
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4233 | 2026-03-10T05:36:19.810Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::vcr_replace_during_start_test/crucible_448e2f97-7edb-45f6-ac9d-4cc679c954a5_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::vcr_replace_during_start_test/crucible_448e2f97-7edb-45f6-ac9d-4cc679c954a5_9000.stdout.log"
target = phd_framework::log_config
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4234 | 2026-03-10T05:36:19.810Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/448e2f97-7edb-45f6-ac9d-4cc679c954a5_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::disk::crucible
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4235 | 2026-03-10T05:36:19.810Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/448e2f97-7edb-45f6-ac9d-4cc679c954a5_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::disk::crucible
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4236 | 2026-03-10T05:36:19.812Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::vcr_replace_during_start_test/crucible_448e2f97-7edb-45f6-ac9d-4cc679c954a5_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::vcr_replace_during_start_test/crucible_448e2f97-7edb-45f6-ac9d-4cc679c954a5_9001.stdout.log"
target = phd_framework::log_config
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4237 | 2026-03-10T05:36:19.812Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/448e2f97-7edb-45f6-ac9d-4cc679c954a5_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::disk::crucible
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4238 | 2026-03-10T05:36:19.812Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/448e2f97-7edb-45f6-ac9d-4cc679c954a5_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::disk::crucible
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4239 | 2026-03-10T05:36:19.815Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::vcr_replace_during_start_test/crucible_448e2f97-7edb-45f6-ac9d-4cc679c954a5_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::vcr_replace_during_start_test/crucible_448e2f97-7edb-45f6-ac9d-4cc679c954a5_9002.stdout.log"
target = phd_framework::log_config
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4240 | 2026-03-10T05:36:19.815Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/448e2f97-7edb-45f6-ac9d-4cc679c954a5_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::disk::crucible
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4241 | 2026-03-10T05:36:19.815Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/448e2f97-7edb-45f6-ac9d-4cc679c954a5_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::disk::crucible
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4242 | 2026-03-10T05:36:19.817Z | INFO | phd-runner: [TEST - EVENT] enabling vcr black hole
disk = vcr-replacement-target
file = phd-tests/framework/src/disk/crucible.rs
line = 130
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::disk::crucible
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4243 | 2026-03-10T05:36:19.817Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4244 | 2026-03-10T05:36:19.817Z | 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
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm_name = crucible_vcr_replace_during_start_test
|
| 4245 | 2026-03-10T05:36:19.817Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = /work/phd-test/propolis-server
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::artifacts::store
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4246 | 2026-03-10T05:36:19.818Z | 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 = 64
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
server_addr = 127.0.0.1:9003
server_path = "/work/phd-test/propolis-server"
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm::server
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4247 | 2026-03-10T05:36:19.818Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
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
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4248 | 2026-03-10T05:36:19.849Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1168
file = phd-tests/framework/src/test_vm/server.rs
line = 122
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm::server
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4249 | 2026-03-10T05:36:19.865Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 47
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4250 | 2026-03-10T05:36:19.865Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4251 | 2026-03-10T05:36:19.866Z | 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 = 452
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4252 | 2026-03-10T05:36:20.336Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4253 | 2026-03-10T05:36:20.337Z | 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: 396b21e2-4a67-4a79-9be3-dcbf45ea43d8, name: "phd-vm-396b21e2-4a67-4a79-9be3-dcbf45ea43d8", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 6a9844c6-bc07-4bd6-b7cb-d77551f29c16, project_id: e4700de9-c5d7-4271-879d-d0eb021d9ef9, sled_id: 590da7b4-4162-4ca3-a9c0-ed7eed7e8696, sled_serial: "590da7b4-4162-4ca3-a9c0-ed7eed7e8696", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4254 | 2026-03-10T05:36:20.338Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4255 | 2026-03-10T05:36:20.338Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
state = Run
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4256 | 2026-03-10T05:36:20.339Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4257 | 2026-03-10T05:36:20.339Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4258 | 2026-03-10T05:36:20.339Z | 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 = 791
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4259 | 2026-03-10T05:36:20.339Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4260 | 2026-03-10T05:36:20.339Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 584
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4261 | 2026-03-10T05:36:20.340Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4262 | 2026-03-10T05:36:20.634Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4263 | 2026-03-10T05:36:20.634Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 584
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4264 | 2026-03-10T05:36:20.635Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4265 | 2026-03-10T05:36:21.606Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4266 | 2026-03-10T05:36:21.607Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 584
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4267 | 2026-03-10T05:36:21.608Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4268 | 2026-03-10T05:36:22.400Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4269 | 2026-03-10T05:36:22.400Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 584
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4270 | 2026-03-10T05:36:22.402Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4271 | 2026-03-10T05:36:23.669Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4272 | 2026-03-10T05:36:23.669Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 584
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4273 | 2026-03-10T05:36:23.671Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4274 | 2026-03-10T05:36:23.671Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 3331
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4275 | 2026-03-10T05:36:23.671Z | INFO | phd-runner: [TEST - EVENT] disabling vcr black hole
disk = vcr-replacement-target
file = phd-tests/framework/src/disk/crucible.rs
line = 153
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::disk::crucible
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4276 | 2026-03-10T05:36:23.671Z | 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 = 749
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vcr = Volume { id: 66350603-4be1-4938-8eb7-8d41534e1f7d, block_size: 512, sub_volumes: [Region { block_size: 512, blocks_per_extent: 131072, extent_count: 16, opts: CrucibleOpts { id: 66350603-4be1-4938-8eb7-8d41534e1f7d, target: [127.0.0.1:9000, 127.0.0.1:9001, 127.0.0.1:9002], lossy: false, flush_timeout: None, key: Some("8MFjIK77DRANG4C7Gp1Nt1ODaSJtyK6t7ZQIZGgMbxM="), cert_pem: None, key_pem: None, root_cert_pem: None, control: None, read_only: false }, generation: 2 }], read_only_parent: None }
|
| 4277 | 2026-03-10T05:36:23.673Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4278 | 2026-03-10T05:36:23.674Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = 300s
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4279 | 2026-03-10T05:36:23.674Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4280 | 2026-03-10T05:36:23.674Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4281 | 2026-03-10T05:36:23.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 = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = CallerTimeout
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4282 | 2026-03-10T05:36:38.163Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 14488
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4283 | 2026-03-10T05:36:38.163Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
step = WriteStr("root")
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4284 | 2026-03-10T05:36:38.164Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4285 | 2026-03-10T05:36:38.164Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4286 | 2026-03-10T05:36:38.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 = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = CallerTimeout
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4287 | 2026-03-10T05:36:38.182Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4288 | 2026-03-10T05:36:38.182Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4289 | 2026-03-10T05:36:38.182Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4290 | 2026-03-10T05:36:38.182Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4291 | 2026-03-10T05:36:38.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 = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = CallerTimeout
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4292 | 2026-03-10T05:36:38.215Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4293 | 2026-03-10T05:36:38.215Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4294 | 2026-03-10T05:36:38.215Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 14540
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4295 | 2026-03-10T05:36:38.215Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4296 | 2026-03-10T05:36:38.215Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 584
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4297 | 2026-03-10T05:36:38.216Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4298 | 2026-03-10T05:36:38.217Z | 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 = 749
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vcr = Volume { id: 66350603-4be1-4938-8eb7-8d41534e1f7d, block_size: 512, sub_volumes: [Region { block_size: 512, blocks_per_extent: 131072, extent_count: 16, opts: CrucibleOpts { id: 66350603-4be1-4938-8eb7-8d41534e1f7d, target: [127.0.0.1:9000, 127.0.0.1:9001, 127.0.0.1:9002], lossy: false, flush_timeout: None, key: Some("8MFjIK77DRANG4C7Gp1Nt1ODaSJtyK6t7ZQIZGgMbxM="), cert_pem: None, key_pem: None, root_cert_pem: None, control: None, read_only: false }, generation: 3 }], read_only_parent: None }
|
| 4299 | 2026-03-10T05:36:38.218Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4300 | 2026-03-10T05:36:38.218Z | 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
|
| 4301 | 2026-03-10T05:36:38.218Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 17880
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4302 | 2026-03-10T05:36:38.218Z | INFO | phd-runner: test phd_tests::crucible::smoke::vcr_replace_during_start_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 4303 | 2026-03-10T05:36:38.218Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4304 | 2026-03-10T05:36:38.220Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4305 | 2026-03-10T05:36:38.525Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
self.address = 127.0.0.1:9003
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm::server
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4306 | 2026-03-10T05:36:38.616Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4307 | 2026-03-10T05:36:38.616Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-d301919a-7b5d-45af-b539-cd71609eb386"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
verb = destroy
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4308 | 2026-03-10T05:36:38.650Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4309 | 2026-03-10T05:36:38.650Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2ffe8b7a-4fb4-4f6c-b9d0-15f155b14e4d"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
verb = destroy
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4310 | 2026-03-10T05:36:38.670Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
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/448e2f97-7edb-45f6-ac9d-4cc679c954a5_9000" } }
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::disk::crucible
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4311 | 2026-03-10T05:36:38.676Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
self.path = "/tmp/propolis-phd/448e2f97-7edb-45f6-ac9d-4cc679c954a5_9000"
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::disk::crucible
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4312 | 2026-03-10T05:36:38.677Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
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/448e2f97-7edb-45f6-ac9d-4cc679c954a5_9001" } }
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::disk::crucible
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4313 | 2026-03-10T05:36:38.683Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
self.path = "/tmp/propolis-phd/448e2f97-7edb-45f6-ac9d-4cc679c954a5_9001"
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::disk::crucible
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4314 | 2026-03-10T05:36:38.685Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
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/448e2f97-7edb-45f6-ac9d-4cc679c954a5_9002" } }
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::disk::crucible
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4315 | 2026-03-10T05:36:38.691Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
self.path = "/tmp/propolis-phd/448e2f97-7edb-45f6-ac9d-4cc679c954a5_9002"
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::disk::crucible
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4316 | 2026-03-10T05:36:38.692Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 474
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4317 | 2026-03-10T05:36:38.693Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 474
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4318 | 2026-03-10T05:36:38.693Z | INFO | phd-runner: Starting test phd_tests::server_state_machine::instance_start_stop_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 4319 | 2026-03-10T05:36:38.693Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 18826
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = crucible_vcr_replace_during_start_test
vm_id = 396b21e2-4a67-4a79-9be3-dcbf45ea43d8
|
| 4320 | 2026-03-10T05:36:38.693Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4321 | 2026-03-10T05:36:38.693Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 19026
file = phd-tests/tests/src/crucible/smoke.rs
line = 91
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_tests::crucible::smoke
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4322 | 2026-03-10T05:36:38.693Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4323 | 2026-03-10T05:36:38.693Z | 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
|
| 4324 | 2026-03-10T05:36:38.693Z | 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
|
| 4325 | 2026-03-10T05:36:38.693Z | 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
|
| 4326 | 2026-03-10T05:36:38.693Z | 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
|
| 4327 | 2026-03-10T05:36:38.693Z | 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
|
| 4328 | 2026-03-10T05:36:38.706Z | 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 230M 25.3T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 4329 | 2026-03-10T05:36:38.706Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-12a2b3a5-2c10-4452-b2ec-74bd19a6ead1"]
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
|
| 4330 | 2026-03-10T05:36:38.722Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-12a2b3a5-2c10-4452-b2ec-74bd19a6ead1", "phd-artifacts/phd-clone-e15350da-0814-49f4-bb36-91e722e9f022"]
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
|
| 4331 | 2026-03-10T05:36:38.740Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-e15350da-0814-49f4-bb36-91e722e9f022"]
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
|
| 4332 | 2026-03-10T05:36:38.751Z | 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-e15350da-0814-49f4-bb36-91e722e9f022 0B 25.3T 227M /phd-artifacts/phd-clone-e15350da-0814-49f4-bb36-91e722e9f022\n
target = phd_framework::zfs
|
| 4333 | 2026-03-10T05:36:38.752Z | 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
|
| 4334 | 2026-03-10T05:36:38.752Z | 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
|
| 4335 | 2026-03-10T05:36:38.752Z | 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
|
| 4336 | 2026-03-10T05:36:38.752Z | 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 = 64
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
|
| 4337 | 2026-03-10T05:36:38.752Z | 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
|
| 4338 | 2026-03-10T05:36:38.782Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1176
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm::server
|
| 4339 | 2026-03-10T05:36:38.797Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 45
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
|
| 4340 | 2026-03-10T05:36:38.797Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = b089e5d7-03a9-412c-99dd-db8a90139fef
|
| 4341 | 2026-03-10T05:36:38.798Z | 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 = 452
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = b089e5d7-03a9-412c-99dd-db8a90139fef
|
| 4342 | 2026-03-10T05:36:39.597Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::serial
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4343 | 2026-03-10T05:36:39.598Z | 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: b089e5d7-03a9-412c-99dd-db8a90139fef, name: "phd-vm-b089e5d7-03a9-412c-99dd-db8a90139fef", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: f4aee0ca-7eba-4e1f-acd8-a5c58af994c4, project_id: 8283794f-b1fc-4ab3-9198-2f8f3f529ac3, sled_id: 74a25472-ea20-4d9f-b51c-ad84f1443b7a, sled_serial: "74a25472-ea20-4d9f-b51c-ad84f1443b7a", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = b089e5d7-03a9-412c-99dd-db8a90139fef
|
| 4344 | 2026-03-10T05:36:39.598Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = b089e5d7-03a9-412c-99dd-db8a90139fef
|
| 4345 | 2026-03-10T05:36:39.598Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 584
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = b089e5d7-03a9-412c-99dd-db8a90139fef
|
| 4346 | 2026-03-10T05:36:39.599Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = b089e5d7-03a9-412c-99dd-db8a90139fef
|
| 4347 | 2026-03-10T05:36:39.599Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = b089e5d7-03a9-412c-99dd-db8a90139fef
|
| 4348 | 2026-03-10T05:36:39.599Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::server_state_machine::instance_start_stop_test
state = Run
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = b089e5d7-03a9-412c-99dd-db8a90139fef
|
| 4349 | 2026-03-10T05:36:39.600Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = b089e5d7-03a9-412c-99dd-db8a90139fef
|
| 4350 | 2026-03-10T05:36:39.600Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = b089e5d7-03a9-412c-99dd-db8a90139fef
|
| 4351 | 2026-03-10T05:36:39.600Z | 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 = 791
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = b089e5d7-03a9-412c-99dd-db8a90139fef
|
| 4352 | 2026-03-10T05:36:39.600Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = b089e5d7-03a9-412c-99dd-db8a90139fef
|
| 4353 | 2026-03-10T05:36:39.600Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 584
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = b089e5d7-03a9-412c-99dd-db8a90139fef
|
| 4354 | 2026-03-10T05:36:39.601Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = b089e5d7-03a9-412c-99dd-db8a90139fef
|
| 4355 | 2026-03-10T05:36:39.901Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = b089e5d7-03a9-412c-99dd-db8a90139fef
|
| 4356 | 2026-03-10T05:36:39.901Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 584
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = b089e5d7-03a9-412c-99dd-db8a90139fef
|
| 4357 | 2026-03-10T05:36:39.902Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = b089e5d7-03a9-412c-99dd-db8a90139fef
|
| 4358 | 2026-03-10T05:36:39.903Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 302
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = b089e5d7-03a9-412c-99dd-db8a90139fef
|
| 4359 | 2026-03-10T05:36:39.903Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = b089e5d7-03a9-412c-99dd-db8a90139fef
|
| 4360 | 2026-03-10T05:36:39.903Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::server_state_machine::instance_start_stop_test
state = Stop
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = b089e5d7-03a9-412c-99dd-db8a90139fef
|
| 4361 | 2026-03-10T05:36:39.903Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = b089e5d7-03a9-412c-99dd-db8a90139fef
|
| 4362 | 2026-03-10T05:36:39.903Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = b089e5d7-03a9-412c-99dd-db8a90139fef
|
| 4363 | 2026-03-10T05:36:39.904Z | 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 = 791
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = b089e5d7-03a9-412c-99dd-db8a90139fef
|
| 4364 | 2026-03-10T05:36:39.904Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = b089e5d7-03a9-412c-99dd-db8a90139fef
|
| 4365 | 2026-03-10T05:36:39.904Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 584
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = b089e5d7-03a9-412c-99dd-db8a90139fef
|
| 4366 | 2026-03-10T05:36:39.905Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = b089e5d7-03a9-412c-99dd-db8a90139fef
|
| 4367 | 2026-03-10T05:36:39.908Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial websocket closed
file = phd-tests/framework/src/serial/mod.rs
line = 271
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::serial
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4368 | 2026-03-10T05:36:39.908Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 311
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::serial
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4369 | 2026-03-10T05:36:40.269Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = b089e5d7-03a9-412c-99dd-db8a90139fef
|
| 4370 | 2026-03-10T05:36:40.269Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 584
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = b089e5d7-03a9-412c-99dd-db8a90139fef
|
| 4371 | 2026-03-10T05:36:40.270Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = b089e5d7-03a9-412c-99dd-db8a90139fef
|
| 4372 | 2026-03-10T05:36:40.270Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 366
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = b089e5d7-03a9-412c-99dd-db8a90139fef
|
| 4373 | 2026-03-10T05:36:40.270Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = b089e5d7-03a9-412c-99dd-db8a90139fef
|
| 4374 | 2026-03-10T05:36:40.270Z | INFO | phd-runner: test phd_tests::server_state_machine::instance_start_stop_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 4375 | 2026-03-10T05:36:40.271Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4376 | 2026-03-10T05:36:40.271Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = b089e5d7-03a9-412c-99dd-db8a90139fef
|
| 4377 | 2026-03-10T05:36:40.357Z | 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 = b089e5d7-03a9-412c-99dd-db8a90139fef
|
| 4378 | 2026-03-10T05:36:40.357Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-e15350da-0814-49f4-bb36-91e722e9f022"]
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 = b089e5d7-03a9-412c-99dd-db8a90139fef
|
| 4379 | 2026-03-10T05:36:40.391Z | 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 = b089e5d7-03a9-412c-99dd-db8a90139fef
|
| 4380 | 2026-03-10T05:36:40.391Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-12a2b3a5-2c10-4452-b2ec-74bd19a6ead1"]
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 = b089e5d7-03a9-412c-99dd-db8a90139fef
|
| 4381 | 2026-03-10T05:36:40.409Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 139
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = b089e5d7-03a9-412c-99dd-db8a90139fef
|
| 4382 | 2026-03-10T05:36:40.409Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 1611
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = b089e5d7-03a9-412c-99dd-db8a90139fef
|
| 4383 | 2026-03-10T05:36:40.409Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 1716
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
|
| 4384 | 2026-03-10T05:36:40.409Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 138
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4385 | 2026-03-10T05:36:40.409Z | INFO | phd-runner: Starting test phd_tests::server_state_machine::instance_stop_unstarted_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 4386 | 2026-03-10T05:36:40.409Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4387 | 2026-03-10T05:36:40.410Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4388 | 2026-03-10T05:36:40.410Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/server_state_machine.rs
line = 32
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::server_state_machine::instance_stop_unstarted_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_tests::server_state_machine
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4389 | 2026-03-10T05:36:40.410Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::artifacts::store
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4390 | 2026-03-10T05:36:40.410Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::artifacts::store
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4391 | 2026-03-10T05:36:40.410Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::artifacts::store
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4392 | 2026-03-10T05:36:40.410Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::server_state_machine::instance_stop_unstarted_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
verb = list
|
| 4393 | 2026-03-10T05:36:40.421Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::server_state_machine::instance_stop_unstarted_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 229M 25.3T 227M /phd-artifacts\n
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4394 | 2026-03-10T05:36:40.422Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-7d683467-fd9b-4b2a-b064-004c72b005dc"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::server_state_machine::instance_stop_unstarted_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
verb = snapshot
|
| 4395 | 2026-03-10T05:36:40.439Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-7d683467-fd9b-4b2a-b064-004c72b005dc", "phd-artifacts/phd-clone-cee29f89-4efd-47fc-9fd4-3511780f9942"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::server_state_machine::instance_stop_unstarted_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
verb = clone
|
| 4396 | 2026-03-10T05:36:40.457Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-cee29f89-4efd-47fc-9fd4-3511780f9942"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::server_state_machine::instance_stop_unstarted_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
verb = list
|
| 4397 | 2026-03-10T05:36:40.469Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::server_state_machine::instance_stop_unstarted_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-cee29f89-4efd-47fc-9fd4-3511780f9942 0B 25.3T 227M /phd-artifacts/phd-clone-cee29f89-4efd-47fc-9fd4-3511780f9942\n
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4398 | 2026-03-10T05:36:40.470Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::server_state_machine::instance_stop_unstarted_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4399 | 2026-03-10T05:36:40.470Z | 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
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::server_state_machine::instance_stop_unstarted_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm_name = instance_stop_unstarted_test
|
| 4400 | 2026-03-10T05:36:40.470Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = /work/phd-test/propolis-server
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::artifacts::store
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4401 | 2026-03-10T05:36:40.470Z | 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 = 64
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::server_state_machine::instance_stop_unstarted_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm::server
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4402 | 2026-03-10T05:36:40.470Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::server_state_machine::instance_stop_unstarted_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
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
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4403 | 2026-03-10T05:36:40.501Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1184
file = phd-tests/framework/src/test_vm/server.rs
line = 122
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::server_state_machine::instance_stop_unstarted_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm::server
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4404 | 2026-03-10T05:36:40.516Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 46
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::server_state_machine::instance_stop_unstarted_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4405 | 2026-03-10T05:36:40.516Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::server_state_machine::instance_stop_unstarted_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = instance_stop_unstarted_test
vm_id = 15b09bb7-b732-4d29-941d-150c96a4fcbc
|
| 4406 | 2026-03-10T05:36:40.517Z | 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 = 452
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::server_state_machine::instance_stop_unstarted_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = instance_stop_unstarted_test
vm_id = 15b09bb7-b732-4d29-941d-150c96a4fcbc
|
| 4407 | 2026-03-10T05:36:41.215Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4408 | 2026-03-10T05:36:41.216Z | 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: 15b09bb7-b732-4d29-941d-150c96a4fcbc, name: "phd-vm-15b09bb7-b732-4d29-941d-150c96a4fcbc", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 2a8c5c4b-9a29-4ebb-983e-c52588fce02d, project_id: 229d49a8-6948-4edf-9fd9-62c44a3c697a, sled_id: 760ed724-7ea5-4146-b30b-efd3d784185d, sled_serial: "760ed724-7ea5-4146-b30b-efd3d784185d", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::server_state_machine::instance_stop_unstarted_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = instance_stop_unstarted_test
vm_id = 15b09bb7-b732-4d29-941d-150c96a4fcbc
|
| 4409 | 2026-03-10T05:36:41.216Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::server_state_machine::instance_stop_unstarted_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = instance_stop_unstarted_test
vm_id = 15b09bb7-b732-4d29-941d-150c96a4fcbc
|
| 4410 | 2026-03-10T05:36:41.217Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 584
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::server_state_machine::instance_stop_unstarted_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = instance_stop_unstarted_test
vm_id = 15b09bb7-b732-4d29-941d-150c96a4fcbc
|
| 4411 | 2026-03-10T05:36:41.218Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::server_state_machine::instance_stop_unstarted_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = instance_stop_unstarted_test
vm_id = 15b09bb7-b732-4d29-941d-150c96a4fcbc
|
| 4412 | 2026-03-10T05:36:41.218Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::server_state_machine::instance_stop_unstarted_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = instance_stop_unstarted_test
vm_id = 15b09bb7-b732-4d29-941d-150c96a4fcbc
|
| 4413 | 2026-03-10T05:36:41.218Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::server_state_machine::instance_stop_unstarted_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
state = Stop
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = instance_stop_unstarted_test
vm_id = 15b09bb7-b732-4d29-941d-150c96a4fcbc
|
| 4414 | 2026-03-10T05:36:41.219Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::server_state_machine::instance_stop_unstarted_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = instance_stop_unstarted_test
vm_id = 15b09bb7-b732-4d29-941d-150c96a4fcbc
|
| 4415 | 2026-03-10T05:36:41.219Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::server_state_machine::instance_stop_unstarted_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = instance_stop_unstarted_test
vm_id = 15b09bb7-b732-4d29-941d-150c96a4fcbc
|
| 4416 | 2026-03-10T05:36:41.219Z | 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 = 791
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::server_state_machine::instance_stop_unstarted_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = instance_stop_unstarted_test
vm_id = 15b09bb7-b732-4d29-941d-150c96a4fcbc
|
| 4417 | 2026-03-10T05:36:41.219Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::server_state_machine::instance_stop_unstarted_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = instance_stop_unstarted_test
vm_id = 15b09bb7-b732-4d29-941d-150c96a4fcbc
|
| 4418 | 2026-03-10T05:36:41.219Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 584
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::server_state_machine::instance_stop_unstarted_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = instance_stop_unstarted_test
vm_id = 15b09bb7-b732-4d29-941d-150c96a4fcbc
|
| 4419 | 2026-03-10T05:36:41.220Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::server_state_machine::instance_stop_unstarted_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = instance_stop_unstarted_test
vm_id = 15b09bb7-b732-4d29-941d-150c96a4fcbc
|
| 4420 | 2026-03-10T05:36:41.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
|
| 4421 | 2026-03-10T05:36:41.223Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 7
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4422 | 2026-03-10T05:36:41.729Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::server_state_machine::instance_stop_unstarted_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = instance_stop_unstarted_test
vm_id = 15b09bb7-b732-4d29-941d-150c96a4fcbc
|
| 4423 | 2026-03-10T05:36:41.729Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 584
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::server_state_machine::instance_stop_unstarted_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = instance_stop_unstarted_test
vm_id = 15b09bb7-b732-4d29-941d-150c96a4fcbc
|
| 4424 | 2026-03-10T05:36:41.731Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::server_state_machine::instance_stop_unstarted_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = instance_stop_unstarted_test
vm_id = 15b09bb7-b732-4d29-941d-150c96a4fcbc
|
| 4425 | 2026-03-10T05:36:41.731Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 512
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::server_state_machine::instance_stop_unstarted_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = instance_stop_unstarted_test
vm_id = 15b09bb7-b732-4d29-941d-150c96a4fcbc
|
| 4426 | 2026-03-10T05:36:41.731Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::server_state_machine::instance_stop_unstarted_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = instance_stop_unstarted_test
vm_id = 15b09bb7-b732-4d29-941d-150c96a4fcbc
|
| 4427 | 2026-03-10T05:36:41.732Z | INFO | phd-runner: test phd_tests::server_state_machine::instance_stop_unstarted_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 4428 | 2026-03-10T05:36:41.732Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4429 | 2026-03-10T05:36:41.733Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::server_state_machine::instance_stop_unstarted_test
self.address = 127.0.0.1:9000
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm::server
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = instance_stop_unstarted_test
vm_id = 15b09bb7-b732-4d29-941d-150c96a4fcbc
|
| 4430 | 2026-03-10T05:36:41.816Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::server_state_machine::instance_stop_unstarted_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = instance_stop_unstarted_test
vm_id = 15b09bb7-b732-4d29-941d-150c96a4fcbc
|
| 4431 | 2026-03-10T05:36:41.817Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-cee29f89-4efd-47fc-9fd4-3511780f9942"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::server_state_machine::instance_stop_unstarted_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
verb = destroy
vm = instance_stop_unstarted_test
vm_id = 15b09bb7-b732-4d29-941d-150c96a4fcbc
|
| 4432 | 2026-03-10T05:36:41.851Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::server_state_machine::instance_stop_unstarted_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = instance_stop_unstarted_test
vm_id = 15b09bb7-b732-4d29-941d-150c96a4fcbc
|
| 4433 | 2026-03-10T05:36:41.851Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-7d683467-fd9b-4b2a-b064-004c72b005dc"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::server_state_machine::instance_stop_unstarted_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
verb = destroy
vm = instance_stop_unstarted_test
vm_id = 15b09bb7-b732-4d29-941d-150c96a4fcbc
|
| 4434 | 2026-03-10T05:36:41.869Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 137
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::server_state_machine::instance_stop_unstarted_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = instance_stop_unstarted_test
vm_id = 15b09bb7-b732-4d29-941d-150c96a4fcbc
|
| 4435 | 2026-03-10T05:36:41.870Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 137
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4436 | 2026-03-10T05:36:41.870Z | INFO | phd-runner: Starting test phd_tests::server_state_machine::instance_stop_causes_destroy_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 4437 | 2026-03-10T05:36:41.870Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 1353
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::server_state_machine::instance_stop_unstarted_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = instance_stop_unstarted_test
vm_id = 15b09bb7-b732-4d29-941d-150c96a4fcbc
|
| 4438 | 2026-03-10T05:36:41.870Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4439 | 2026-03-10T05:36:41.870Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4440 | 2026-03-10T05:36:41.870Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 1460
file = phd-tests/tests/src/server_state_machine.rs
line = 32
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::server_state_machine::instance_stop_unstarted_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_tests::server_state_machine
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4441 | 2026-03-10T05:36:41.870Z | 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
|
| 4442 | 2026-03-10T05:36:41.870Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 4443 | 2026-03-10T05:36:41.870Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4444 | 2026-03-10T05:36:41.870Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4445 | 2026-03-10T05:36:41.870Z | 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
|
| 4446 | 2026-03-10T05:36:41.882Z | 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 230M 25.3T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 4447 | 2026-03-10T05:36:41.882Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-4adf7ec0-ab99-4d5e-b773-8b4339676e94"]
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
|
| 4448 | 2026-03-10T05:36:41.900Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-4adf7ec0-ab99-4d5e-b773-8b4339676e94", "phd-artifacts/phd-clone-d7a6c213-55a5-4b36-8fc9-9f17710fd5ac"]
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
|
| 4449 | 2026-03-10T05:36:41.918Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-d7a6c213-55a5-4b36-8fc9-9f17710fd5ac"]
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
|
| 4450 | 2026-03-10T05:36:41.928Z | 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-d7a6c213-55a5-4b36-8fc9-9f17710fd5ac 0B 25.3T 227M /phd-artifacts/phd-clone-d7a6c213-55a5-4b36-8fc9-9f17710fd5ac\n
target = phd_framework::zfs
|
| 4451 | 2026-03-10T05:36:41.929Z | 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
|
| 4452 | 2026-03-10T05:36:41.929Z | 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
|
| 4453 | 2026-03-10T05:36:41.929Z | 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
|
| 4454 | 2026-03-10T05:36:41.929Z | 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 = 64
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
|
| 4455 | 2026-03-10T05:36:41.929Z | 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
|
| 4456 | 2026-03-10T05:36:41.960Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1192
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm::server
|
| 4457 | 2026-03-10T05:36:41.975Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 46
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
|
| 4458 | 2026-03-10T05:36:41.976Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2e5a0471-6ca0-4251-8438-ebbde4abd078
|
| 4459 | 2026-03-10T05:36:41.976Z | 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 = 452
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2e5a0471-6ca0-4251-8438-ebbde4abd078
|
| 4460 | 2026-03-10T05:36:42.724Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::serial
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4461 | 2026-03-10T05:36:42.725Z | 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: 2e5a0471-6ca0-4251-8438-ebbde4abd078, name: "phd-vm-2e5a0471-6ca0-4251-8438-ebbde4abd078", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 18b5ff20-d90a-4fe2-ab44-1a30be545c8f, project_id: 853b9c62-560b-4b73-ad61-49deb26dceba, sled_id: 554f4b7c-ad3d-4ec9-b1b7-e7bed1b229f8, sled_serial: "554f4b7c-ad3d-4ec9-b1b7-e7bed1b229f8", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2e5a0471-6ca0-4251-8438-ebbde4abd078
|
| 4462 | 2026-03-10T05:36:42.725Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2e5a0471-6ca0-4251-8438-ebbde4abd078
|
| 4463 | 2026-03-10T05:36:42.725Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
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 = 2e5a0471-6ca0-4251-8438-ebbde4abd078
|
| 4464 | 2026-03-10T05:36:42.726Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2e5a0471-6ca0-4251-8438-ebbde4abd078
|
| 4465 | 2026-03-10T05:36:42.726Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2e5a0471-6ca0-4251-8438-ebbde4abd078
|
| 4466 | 2026-03-10T05:36:42.726Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
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 = 2e5a0471-6ca0-4251-8438-ebbde4abd078
|
| 4467 | 2026-03-10T05:36:42.727Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2e5a0471-6ca0-4251-8438-ebbde4abd078
|
| 4468 | 2026-03-10T05:36:42.727Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2e5a0471-6ca0-4251-8438-ebbde4abd078
|
| 4469 | 2026-03-10T05:36:42.727Z | 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 = 791
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2e5a0471-6ca0-4251-8438-ebbde4abd078
|
| 4470 | 2026-03-10T05:36:42.727Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2e5a0471-6ca0-4251-8438-ebbde4abd078
|
| 4471 | 2026-03-10T05:36:42.727Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 584
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2e5a0471-6ca0-4251-8438-ebbde4abd078
|
| 4472 | 2026-03-10T05:36:42.728Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2e5a0471-6ca0-4251-8438-ebbde4abd078
|
| 4473 | 2026-03-10T05:36:42.731Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial websocket closed
file = phd-tests/framework/src/serial/mod.rs
line = 271
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::serial
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4474 | 2026-03-10T05:36:42.731Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 6
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::serial
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4475 | 2026-03-10T05:36:43.233Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2e5a0471-6ca0-4251-8438-ebbde4abd078
|
| 4476 | 2026-03-10T05:36:43.233Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 584
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2e5a0471-6ca0-4251-8438-ebbde4abd078
|
| 4477 | 2026-03-10T05:36:43.234Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2e5a0471-6ca0-4251-8438-ebbde4abd078
|
| 4478 | 2026-03-10T05:36:43.234Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 506
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2e5a0471-6ca0-4251-8438-ebbde4abd078
|
| 4479 | 2026-03-10T05:36:43.234Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2e5a0471-6ca0-4251-8438-ebbde4abd078
|
| 4480 | 2026-03-10T05:36:43.234Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
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 = 2e5a0471-6ca0-4251-8438-ebbde4abd078
|
| 4481 | 2026-03-10T05:36:43.235Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2e5a0471-6ca0-4251-8438-ebbde4abd078
|
| 4482 | 2026-03-10T05:36:43.235Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2e5a0471-6ca0-4251-8438-ebbde4abd078
|
| 4483 | 2026-03-10T05:36:43.235Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
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 = 2e5a0471-6ca0-4251-8438-ebbde4abd078
|
| 4484 | 2026-03-10T05:36:43.236Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2e5a0471-6ca0-4251-8438-ebbde4abd078
|
| 4485 | 2026-03-10T05:36:43.236Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2e5a0471-6ca0-4251-8438-ebbde4abd078
|
| 4486 | 2026-03-10T05:36:43.236Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
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 = 2e5a0471-6ca0-4251-8438-ebbde4abd078
|
| 4487 | 2026-03-10T05:36:43.237Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2e5a0471-6ca0-4251-8438-ebbde4abd078
|
| 4488 | 2026-03-10T05:36:43.237Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2e5a0471-6ca0-4251-8438-ebbde4abd078
|
| 4489 | 2026-03-10T05:36:43.237Z | INFO | phd-runner: test phd_tests::server_state_machine::instance_stop_causes_destroy_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 4490 | 2026-03-10T05:36:43.238Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4491 | 2026-03-10T05:36:43.238Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = 2e5a0471-6ca0-4251-8438-ebbde4abd078
|
| 4492 | 2026-03-10T05:36:43.329Z | 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 = 2e5a0471-6ca0-4251-8438-ebbde4abd078
|
| 4493 | 2026-03-10T05:36:43.329Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-d7a6c213-55a5-4b36-8fc9-9f17710fd5ac"]
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 = 2e5a0471-6ca0-4251-8438-ebbde4abd078
|
| 4494 | 2026-03-10T05:36:43.366Z | 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 = 2e5a0471-6ca0-4251-8438-ebbde4abd078
|
| 4495 | 2026-03-10T05:36:43.366Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-4adf7ec0-ab99-4d5e-b773-8b4339676e94"]
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 = 2e5a0471-6ca0-4251-8438-ebbde4abd078
|
| 4496 | 2026-03-10T05:36:43.385Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 147
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2e5a0471-6ca0-4251-8438-ebbde4abd078
|
| 4497 | 2026-03-10T05:36:43.385Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 1409
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2e5a0471-6ca0-4251-8438-ebbde4abd078
|
| 4498 | 2026-03-10T05:36:43.385Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 147
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4499 | 2026-03-10T05:36:43.385Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 1515
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
|
| 4500 | 2026-03-10T05:36:43.385Z | INFO | phd-runner: Starting test phd_tests::server_state_machine::instance_reset_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 4501 | 2026-03-10T05:36:43.385Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4502 | 2026-03-10T05:36:43.385Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4503 | 2026-03-10T05:36:43.385Z | 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
|
| 4504 | 2026-03-10T05:36:43.386Z | 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
|
| 4505 | 2026-03-10T05:36:43.386Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4506 | 2026-03-10T05:36:43.386Z | 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
|
| 4507 | 2026-03-10T05:36:43.386Z | 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
|
| 4508 | 2026-03-10T05:36:43.396Z | 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 230M 25.3T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 4509 | 2026-03-10T05:36:43.396Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-1c13a65e-7b2c-4826-8885-05f419aca298"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::zfs
verb = snapshot
|
| 4510 | 2026-03-10T05:36:43.414Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-1c13a65e-7b2c-4826-8885-05f419aca298", "phd-artifacts/phd-clone-2b2a2cfa-6037-43bc-9d62-a0e8776c6d24"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::zfs
verb = clone
|
| 4511 | 2026-03-10T05:36:43.432Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-2b2a2cfa-6037-43bc-9d62-a0e8776c6d24"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::zfs
verb = list
|
| 4512 | 2026-03-10T05:36:43.443Z | 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-2b2a2cfa-6037-43bc-9d62-a0e8776c6d24 0B 25.3T 227M /phd-artifacts/phd-clone-2b2a2cfa-6037-43bc-9d62-a0e8776c6d24\n
target = phd_framework::zfs
|
| 4513 | 2026-03-10T05:36:43.444Z | 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
|
| 4514 | 2026-03-10T05:36:43.444Z | 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
|
| 4515 | 2026-03-10T05:36:43.444Z | 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
|
| 4516 | 2026-03-10T05:36:43.444Z | 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 = 64
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
|
| 4517 | 2026-03-10T05:36:43.444Z | 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
|
| 4518 | 2026-03-10T05:36:43.476Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1200
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm::server
|
| 4519 | 2026-03-10T05:36:43.491Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 47
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
|
| 4520 | 2026-03-10T05:36:43.491Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4521 | 2026-03-10T05:36:43.491Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
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 = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4522 | 2026-03-10T05:36:43.492Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4523 | 2026-03-10T05:36:43.492Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4524 | 2026-03-10T05:36:43.492Z | 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 = 452
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4525 | 2026-03-10T05:36:44.013Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4526 | 2026-03-10T05:36:44.014Z | 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: 2f267939-515b-4f7a-a931-7f79e124e18f, name: "phd-vm-2f267939-515b-4f7a-a931-7f79e124e18f", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 9ec36fe7-5b4a-49a9-942e-7eeba34893f7, project_id: fc114f18-6f88-4a8a-a762-d7eb2152ddee, sled_id: 0cc5f618-1e4f-41b3-a95f-81e821a1c673, sled_serial: "0cc5f618-1e4f-41b3-a95f-81e821a1c673", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4527 | 2026-03-10T05:36:44.014Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4528 | 2026-03-10T05:36:44.014Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
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 = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4529 | 2026-03-10T05:36:44.015Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4530 | 2026-03-10T05:36:44.015Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4531 | 2026-03-10T05:36:44.015Z | 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 = 791
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4532 | 2026-03-10T05:36:44.015Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4533 | 2026-03-10T05:36:44.015Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 584
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4534 | 2026-03-10T05:36:44.016Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4535 | 2026-03-10T05:36:44.364Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4536 | 2026-03-10T05:36:44.364Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 584
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4537 | 2026-03-10T05:36:44.365Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4538 | 2026-03-10T05:36:44.365Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 350
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4539 | 2026-03-10T05:36:44.365Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4540 | 2026-03-10T05:36:44.366Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
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 = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4541 | 2026-03-10T05:36:44.366Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4542 | 2026-03-10T05:36:44.366Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4543 | 2026-03-10T05:36:44.366Z | 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 = 791
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4544 | 2026-03-10T05:36:44.366Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4545 | 2026-03-10T05:36:44.367Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 584
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4546 | 2026-03-10T05:36:44.370Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 3
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4547 | 2026-03-10T05:36:44.370Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 3
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4548 | 2026-03-10T05:36:44.370Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4549 | 2026-03-10T05:36:44.370Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
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 = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4550 | 2026-03-10T05:36:44.371Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4551 | 2026-03-10T05:36:44.371Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4552 | 2026-03-10T05:36:44.371Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
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 = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4553 | 2026-03-10T05:36:44.372Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4554 | 2026-03-10T05:36:44.372Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4555 | 2026-03-10T05:36:44.372Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
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 = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4556 | 2026-03-10T05:36:44.373Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4557 | 2026-03-10T05:36:44.373Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4558 | 2026-03-10T05:36:44.373Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
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 = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4559 | 2026-03-10T05:36:44.374Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4560 | 2026-03-10T05:36:44.374Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4561 | 2026-03-10T05:36:44.374Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
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 = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4562 | 2026-03-10T05:36:44.376Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4563 | 2026-03-10T05:36:44.376Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4564 | 2026-03-10T05:36:44.376Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
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 = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4565 | 2026-03-10T05:36:44.376Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4566 | 2026-03-10T05:36:44.376Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4567 | 2026-03-10T05:36:44.377Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
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 = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4568 | 2026-03-10T05:36:44.377Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4569 | 2026-03-10T05:36:44.377Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4570 | 2026-03-10T05:36:44.377Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
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 = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4571 | 2026-03-10T05:36:44.378Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4572 | 2026-03-10T05:36:44.378Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4573 | 2026-03-10T05:36:44.378Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
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 = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4574 | 2026-03-10T05:36:44.379Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4575 | 2026-03-10T05:36:44.379Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4576 | 2026-03-10T05:36:44.379Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
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 = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4577 | 2026-03-10T05:36:44.380Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4578 | 2026-03-10T05:36:44.380Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4579 | 2026-03-10T05:36:44.380Z | 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 = 791
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4580 | 2026-03-10T05:36:44.380Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4581 | 2026-03-10T05:36:44.380Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 584
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4582 | 2026-03-10T05:36:44.382Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 2
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4583 | 2026-03-10T05:36:44.382Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 2
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4584 | 2026-03-10T05:36:44.382Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4585 | 2026-03-10T05:36:44.382Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
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 = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4586 | 2026-03-10T05:36:44.383Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4587 | 2026-03-10T05:36:44.383Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4588 | 2026-03-10T05:36:44.383Z | 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 = 791
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4589 | 2026-03-10T05:36:44.383Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4590 | 2026-03-10T05:36:44.383Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 584
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4591 | 2026-03-10T05:36:44.384Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4592 | 2026-03-10T05:36:44.387Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial websocket closed
file = phd-tests/framework/src/serial/mod.rs
line = 271
target = phd_framework::serial
|
| 4593 | 2026-03-10T05:36:44.387Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 374
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4594 | 2026-03-10T05:36:44.913Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4595 | 2026-03-10T05:36:44.913Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 584
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4596 | 2026-03-10T05:36:44.914Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4597 | 2026-03-10T05:36:44.914Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 530
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4598 | 2026-03-10T05:36:44.914Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4599 | 2026-03-10T05:36:44.914Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
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 = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4600 | 2026-03-10T05:36:44.915Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4601 | 2026-03-10T05:36:44.915Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4602 | 2026-03-10T05:36:44.915Z | INFO | phd-runner: test phd_tests::server_state_machine::instance_reset_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 4603 | 2026-03-10T05:36:44.916Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4604 | 2026-03-10T05:36:44.916Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4605 | 2026-03-10T05:36:45.002Z | 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 = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4606 | 2026-03-10T05:36:45.002Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-2b2a2cfa-6037-43bc-9d62-a0e8776c6d24"]
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 = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4607 | 2026-03-10T05:36:45.036Z | 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 = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4608 | 2026-03-10T05:36:45.036Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-1c13a65e-7b2c-4826-8885-05f419aca298"]
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 = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4609 | 2026-03-10T05:36:45.053Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 137
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4610 | 2026-03-10T05:36:45.053Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 137
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4611 | 2026-03-10T05:36:45.053Z | INFO | phd-runner: Starting test phd_tests::server_state_machine::instance_reset_requires_running_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 4612 | 2026-03-10T05:36:45.053Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4613 | 2026-03-10T05:36:45.053Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4614 | 2026-03-10T05:36:45.053Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 1560
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 2f267939-515b-4f7a-a931-7f79e124e18f
|
| 4615 | 2026-03-10T05:36:45.053Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 1667
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
|
| 4616 | 2026-03-10T05:36:45.053Z | 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
|
| 4617 | 2026-03-10T05:36:45.053Z | 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
|
| 4618 | 2026-03-10T05:36:45.053Z | 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
|
| 4619 | 2026-03-10T05:36:45.054Z | 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
|
| 4620 | 2026-03-10T05:36:45.054Z | 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
|
| 4621 | 2026-03-10T05:36:45.064Z | 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 230M 25.3T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 4622 | 2026-03-10T05:36:45.064Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-33328e20-5223-4006-8478-c90ddd3449e5"]
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
|
| 4623 | 2026-03-10T05:36:45.082Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-33328e20-5223-4006-8478-c90ddd3449e5", "phd-artifacts/phd-clone-d9c4cedc-71a4-417d-8630-b73f068be481"]
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
|
| 4624 | 2026-03-10T05:36:45.101Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-d9c4cedc-71a4-417d-8630-b73f068be481"]
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
|
| 4625 | 2026-03-10T05:36:45.112Z | 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-d9c4cedc-71a4-417d-8630-b73f068be481 0B 25.3T 227M /phd-artifacts/phd-clone-d9c4cedc-71a4-417d-8630-b73f068be481\n
target = phd_framework::zfs
|
| 4626 | 2026-03-10T05:36:45.112Z | 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
|
| 4627 | 2026-03-10T05:36:45.112Z | 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
|
| 4628 | 2026-03-10T05:36:45.113Z | 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
|
| 4629 | 2026-03-10T05:36:45.113Z | 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 = 64
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
|
| 4630 | 2026-03-10T05:36:45.113Z | 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
|
| 4631 | 2026-03-10T05:36:45.143Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1208
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm::server
|
| 4632 | 2026-03-10T05:36:45.159Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 46
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
|
| 4633 | 2026-03-10T05:36:45.159Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 3ead23eb-fc70-4eac-975b-01322481bdc1
|
| 4634 | 2026-03-10T05:36:45.159Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
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 = 3ead23eb-fc70-4eac-975b-01322481bdc1
|
| 4635 | 2026-03-10T05:36:45.159Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 3ead23eb-fc70-4eac-975b-01322481bdc1
|
| 4636 | 2026-03-10T05:36:45.159Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 3ead23eb-fc70-4eac-975b-01322481bdc1
|
| 4637 | 2026-03-10T05:36:45.160Z | 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 = 452
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 3ead23eb-fc70-4eac-975b-01322481bdc1
|
| 4638 | 2026-03-10T05:36:45.777Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4639 | 2026-03-10T05:36:45.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: 3ead23eb-fc70-4eac-975b-01322481bdc1, name: "phd-vm-3ead23eb-fc70-4eac-975b-01322481bdc1", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 76704944-eae4-499f-93d9-06eb239990a9, project_id: 08116518-78d3-4161-9b43-0c2313f996ec, sled_id: c85f9fa9-9ede-45eb-a5ef-0cd8422f088b, sled_serial: "c85f9fa9-9ede-45eb-a5ef-0cd8422f088b", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 3ead23eb-fc70-4eac-975b-01322481bdc1
|
| 4640 | 2026-03-10T05:36:45.778Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 3ead23eb-fc70-4eac-975b-01322481bdc1
|
| 4641 | 2026-03-10T05:36:45.778Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
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 = 3ead23eb-fc70-4eac-975b-01322481bdc1
|
| 4642 | 2026-03-10T05:36:45.779Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 3ead23eb-fc70-4eac-975b-01322481bdc1
|
| 4643 | 2026-03-10T05:36:45.779Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 3ead23eb-fc70-4eac-975b-01322481bdc1
|
| 4644 | 2026-03-10T05:36:45.779Z | 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 = 791
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 3ead23eb-fc70-4eac-975b-01322481bdc1
|
| 4645 | 2026-03-10T05:36:45.779Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 3ead23eb-fc70-4eac-975b-01322481bdc1
|
| 4646 | 2026-03-10T05:36:45.779Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 584
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 3ead23eb-fc70-4eac-975b-01322481bdc1
|
| 4647 | 2026-03-10T05:36:45.780Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 3ead23eb-fc70-4eac-975b-01322481bdc1
|
| 4648 | 2026-03-10T05:36:45.780Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 3ead23eb-fc70-4eac-975b-01322481bdc1
|
| 4649 | 2026-03-10T05:36:45.780Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 3ead23eb-fc70-4eac-975b-01322481bdc1
|
| 4650 | 2026-03-10T05:36:45.781Z | 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
|
| 4651 | 2026-03-10T05:36:45.781Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4652 | 2026-03-10T05:36:45.781Z | INFO | phd-runner: test phd_tests::server_state_machine::instance_reset_requires_running_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 4653 | 2026-03-10T05:36:45.781Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4654 | 2026-03-10T05:36:45.782Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 3ead23eb-fc70-4eac-975b-01322481bdc1
|
| 4655 | 2026-03-10T05:36:46.073Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = 3ead23eb-fc70-4eac-975b-01322481bdc1
|
| 4656 | 2026-03-10T05:36:46.167Z | 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 = 3ead23eb-fc70-4eac-975b-01322481bdc1
|
| 4657 | 2026-03-10T05:36:46.168Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-d9c4cedc-71a4-417d-8630-b73f068be481"]
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 = 3ead23eb-fc70-4eac-975b-01322481bdc1
|
| 4658 | 2026-03-10T05:36:46.208Z | 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 = 3ead23eb-fc70-4eac-975b-01322481bdc1
|
| 4659 | 2026-03-10T05:36:46.208Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-33328e20-5223-4006-8478-c90ddd3449e5"]
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 = 3ead23eb-fc70-4eac-975b-01322481bdc1
|
| 4660 | 2026-03-10T05:36:46.227Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 446
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 3ead23eb-fc70-4eac-975b-01322481bdc1
|
| 4661 | 2026-03-10T05:36:46.227Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 1067
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 3ead23eb-fc70-4eac-975b-01322481bdc1
|
| 4662 | 2026-03-10T05:36:46.227Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 446
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4663 | 2026-03-10T05:36:46.227Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 1174
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
|
| 4664 | 2026-03-10T05:36:46.228Z | INFO | phd-runner: Starting test phd_tests::server_state_machine::stop_while_blocked_on_start_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 4665 | 2026-03-10T05:36:46.228Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4666 | 2026-03-10T05:36:46.228Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4667 | 2026-03-10T05:36:46.228Z | 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
|
| 4668 | 2026-03-10T05:36:46.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
|
| 4669 | 2026-03-10T05:36:46.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
|
| 4670 | 2026-03-10T05:36:46.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
|
| 4671 | 2026-03-10T05:36:46.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::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::zfs
verb = list
|
| 4672 | 2026-03-10T05:36:46.240Z | 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 231M 25.3T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 4673 | 2026-03-10T05:36:46.240Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-dae31125-ff02-4206-9b1a-582c8c6598e2"]
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
|
| 4674 | 2026-03-10T05:36:46.258Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-dae31125-ff02-4206-9b1a-582c8c6598e2", "phd-artifacts/phd-clone-b7ed2b28-ee5c-4ced-8221-8a5c6b13e3c7"]
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
|
| 4675 | 2026-03-10T05:36:46.275Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-b7ed2b28-ee5c-4ced-8221-8a5c6b13e3c7"]
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
|
| 4676 | 2026-03-10T05:36:46.287Z | 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-b7ed2b28-ee5c-4ced-8221-8a5c6b13e3c7 0B 25.3T 227M /phd-artifacts/phd-clone-b7ed2b28-ee5c-4ced-8221-8a5c6b13e3c7\n
target = phd_framework::zfs
|
| 4677 | 2026-03-10T05:36:46.288Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/83f2c87f64388d17001352694bce6416dc5ed0dc4d84bf02f5099d6724522ee4/crucible-downstairs
target = phd_framework::artifacts::store
|
| 4678 | 2026-03-10T05:36:46.288Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/db1b20af-694c-4197-b3c0-0b53c8acc0ae_9000", "--encrypted", "--uuid", "db1b20af-694c-4197-b3c0-0b53c8acc0ae", "--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
|
| 4679 | 2026-03-10T05:36:46.316Z | 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/db1b20af-694c-4197-b3c0-0b53c8acc0ae_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:36:46.299990065Z","hostname":"BRM42220010","pid":1216}\n{"msg":"UUID: db1b20af-694c-4197-b3c0-0b53c8acc0ae","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:36:46.312478186Z","hostname":"BRM42220010","pid":1216}\n{"msg":"Blocks per extent:131072 Total Extents: 16","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:36:46.312494848Z","hostname":"BRM42220010","pid":1216}\n
target = phd_framework::disk::crucible
|
| 4680 | 2026-03-10T05:36:46.316Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/db1b20af-694c-4197-b3c0-0b53c8acc0ae_9001", "--encrypted", "--uuid", "db1b20af-694c-4197-b3c0-0b53c8acc0ae", "--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
|
| 4681 | 2026-03-10T05:36:46.344Z | 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/db1b20af-694c-4197-b3c0-0b53c8acc0ae_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:36:46.328292994Z","hostname":"BRM42220010","pid":1217}\n{"msg":"UUID: db1b20af-694c-4197-b3c0-0b53c8acc0ae","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:36:46.340426506Z","hostname":"BRM42220010","pid":1217}\n{"msg":"Blocks per extent:131072 Total Extents: 16","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:36:46.340448495Z","hostname":"BRM42220010","pid":1217}\n
target = phd_framework::disk::crucible
|
| 4682 | 2026-03-10T05:36:46.344Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/db1b20af-694c-4197-b3c0-0b53c8acc0ae_9002", "--encrypted", "--uuid", "db1b20af-694c-4197-b3c0-0b53c8acc0ae", "--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
|
| 4683 | 2026-03-10T05:36:46.378Z | 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/db1b20af-694c-4197-b3c0-0b53c8acc0ae_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:36:46.35751368Z","hostname":"BRM42220010","pid":1218}\n{"msg":"UUID: db1b20af-694c-4197-b3c0-0b53c8acc0ae","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:36:46.372277478Z","hostname":"BRM42220010","pid":1218}\n{"msg":"Blocks per extent:131072 Total Extents: 16","v":0,"name":"crucible","level":30,"time":"2026-03-10T05:36:46.372299439Z","hostname":"BRM42220010","pid":1218}\n
target = phd_framework::disk::crucible
|
| 4684 | 2026-03-10T05:36:46.378Z | 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_db1b20af-694c-4197-b3c0-0b53c8acc0ae_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::server_state_machine::stop_while_blocked_on_start_test/crucible_db1b20af-694c-4197-b3c0-0b53c8acc0ae_9000.stdout.log"
target = phd_framework::log_config
|
| 4685 | 2026-03-10T05:36:46.378Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/db1b20af-694c-4197-b3c0-0b53c8acc0ae_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
|
| 4686 | 2026-03-10T05:36:46.378Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/db1b20af-694c-4197-b3c0-0b53c8acc0ae_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
|
| 4687 | 2026-03-10T05:36:46.381Z | 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_db1b20af-694c-4197-b3c0-0b53c8acc0ae_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::server_state_machine::stop_while_blocked_on_start_test/crucible_db1b20af-694c-4197-b3c0-0b53c8acc0ae_9001.stdout.log"
target = phd_framework::log_config
|
| 4688 | 2026-03-10T05:36:46.381Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/db1b20af-694c-4197-b3c0-0b53c8acc0ae_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
|
| 4689 | 2026-03-10T05:36:46.381Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/db1b20af-694c-4197-b3c0-0b53c8acc0ae_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
|
| 4690 | 2026-03-10T05:36:46.382Z | 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_db1b20af-694c-4197-b3c0-0b53c8acc0ae_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::server_state_machine::stop_while_blocked_on_start_test/crucible_db1b20af-694c-4197-b3c0-0b53c8acc0ae_9002.stdout.log"
target = phd_framework::log_config
|
| 4691 | 2026-03-10T05:36:46.383Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/db1b20af-694c-4197-b3c0-0b53c8acc0ae_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
|
| 4692 | 2026-03-10T05:36:46.383Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/db1b20af-694c-4197-b3c0-0b53c8acc0ae_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
|
| 4693 | 2026-03-10T05:36:46.384Z | 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
|
| 4694 | 2026-03-10T05:36:46.385Z | 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
|
| 4695 | 2026-03-10T05:36:46.385Z | 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
|
| 4696 | 2026-03-10T05:36:46.385Z | 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
|
| 4697 | 2026-03-10T05:36:46.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 = 64
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
|
| 4698 | 2026-03-10T05:36:46.385Z | 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
|
| 4699 | 2026-03-10T05:36:46.416Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1222
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm::server
|
| 4700 | 2026-03-10T05:36:46.431Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 46
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
|
| 4701 | 2026-03-10T05:36:46.431Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
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 = fdf28ee0-4c92-4cc4-a9de-584be300cf08
|
| 4702 | 2026-03-10T05:36:46.432Z | 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 = 452
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 = fdf28ee0-4c92-4cc4-a9de-584be300cf08
|
| 4703 | 2026-03-10T05:36:47.256Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4704 | 2026-03-10T05:36:47.257Z | 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: fdf28ee0-4c92-4cc4-a9de-584be300cf08, name: "phd-vm-fdf28ee0-4c92-4cc4-a9de-584be300cf08", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: ab5226be-d97c-428a-acba-d0c25f035b42, project_id: 097be59b-8e2e-43af-b233-ed7201072ce2, sled_id: e5294f67-7bb9-4e09-b1ed-e14c014df2c7, sled_serial: "e5294f67-7bb9-4e09-b1ed-e14c014df2c7", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
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 = fdf28ee0-4c92-4cc4-a9de-584be300cf08
|
| 4705 | 2026-03-10T05:36:47.257Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
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 = fdf28ee0-4c92-4cc4-a9de-584be300cf08
|
| 4706 | 2026-03-10T05:36:47.257Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
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 = fdf28ee0-4c92-4cc4-a9de-584be300cf08
|
| 4707 | 2026-03-10T05:36:47.258Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
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 = fdf28ee0-4c92-4cc4-a9de-584be300cf08
|
| 4708 | 2026-03-10T05:36:47.258Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
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 = fdf28ee0-4c92-4cc4-a9de-584be300cf08
|
| 4709 | 2026-03-10T05:36:47.258Z | 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 = 791
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 = fdf28ee0-4c92-4cc4-a9de-584be300cf08
|
| 4710 | 2026-03-10T05:36:47.258Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
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 = fdf28ee0-4c92-4cc4-a9de-584be300cf08
|
| 4711 | 2026-03-10T05:36:47.258Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 584
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 = fdf28ee0-4c92-4cc4-a9de-584be300cf08
|
| 4712 | 2026-03-10T05:36:47.259Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
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 = fdf28ee0-4c92-4cc4-a9de-584be300cf08
|
| 4713 | 2026-03-10T05:36:47.259Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
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 = fdf28ee0-4c92-4cc4-a9de-584be300cf08
|
| 4714 | 2026-03-10T05:36:47.259Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
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 = fdf28ee0-4c92-4cc4-a9de-584be300cf08
|
| 4715 | 2026-03-10T05:36:47.259Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
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 = fdf28ee0-4c92-4cc4-a9de-584be300cf08
|
| 4716 | 2026-03-10T05:36:47.260Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
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 = fdf28ee0-4c92-4cc4-a9de-584be300cf08
|
| 4717 | 2026-03-10T05:36:47.260Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
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 = fdf28ee0-4c92-4cc4-a9de-584be300cf08
|
| 4718 | 2026-03-10T05:36:47.260Z | 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 = 791
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 = fdf28ee0-4c92-4cc4-a9de-584be300cf08
|
| 4719 | 2026-03-10T05:36:47.260Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
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 = fdf28ee0-4c92-4cc4-a9de-584be300cf08
|
| 4720 | 2026-03-10T05:36:47.260Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 584
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 = fdf28ee0-4c92-4cc4-a9de-584be300cf08
|
| 4721 | 2026-03-10T05:36:47.266Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial websocket closed
file = phd-tests/framework/src/serial/mod.rs
line = 271
target = phd_framework::serial
|
| 4722 | 2026-03-10T05:36:47.266Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4723 | 2026-03-10T05:36:47.267Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 6
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
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 = fdf28ee0-4c92-4cc4-a9de-584be300cf08
|
| 4724 | 2026-03-10T05:36:47.267Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 6
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
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 = fdf28ee0-4c92-4cc4-a9de-584be300cf08
|
| 4725 | 2026-03-10T05:36:47.267Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
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 = fdf28ee0-4c92-4cc4-a9de-584be300cf08
|
| 4726 | 2026-03-10T05:36:47.267Z | INFO | phd-runner: test phd_tests::server_state_machine::stop_while_blocked_on_start_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 4727 | 2026-03-10T05:36:47.267Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4728 | 2026-03-10T05:36:47.268Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = fdf28ee0-4c92-4cc4-a9de-584be300cf08
|
| 4729 | 2026-03-10T05:36:47.356Z | 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 = fdf28ee0-4c92-4cc4-a9de-584be300cf08
|
| 4730 | 2026-03-10T05:36:47.356Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-b7ed2b28-ee5c-4ced-8221-8a5c6b13e3c7"]
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 = fdf28ee0-4c92-4cc4-a9de-584be300cf08
|
| 4731 | 2026-03-10T05:36:47.392Z | 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 = fdf28ee0-4c92-4cc4-a9de-584be300cf08
|
| 4732 | 2026-03-10T05:36:47.392Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-dae31125-ff02-4206-9b1a-582c8c6598e2"]
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 = fdf28ee0-4c92-4cc4-a9de-584be300cf08
|
| 4733 | 2026-03-10T05:36:47.414Z | 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/db1b20af-694c-4197-b3c0-0b53c8acc0ae_9000" } }
target = phd_framework::disk::crucible
vm = stop_while_blocked_on_start_test
vm_id = fdf28ee0-4c92-4cc4-a9de-584be300cf08
|
| 4734 | 2026-03-10T05:36:47.420Z | 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/db1b20af-694c-4197-b3c0-0b53c8acc0ae_9000"
target = phd_framework::disk::crucible
vm = stop_while_blocked_on_start_test
vm_id = fdf28ee0-4c92-4cc4-a9de-584be300cf08
|
| 4735 | 2026-03-10T05:36:47.422Z | 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/db1b20af-694c-4197-b3c0-0b53c8acc0ae_9001" } }
target = phd_framework::disk::crucible
vm = stop_while_blocked_on_start_test
vm_id = fdf28ee0-4c92-4cc4-a9de-584be300cf08
|
| 4736 | 2026-03-10T05:36:47.427Z | 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/db1b20af-694c-4197-b3c0-0b53c8acc0ae_9001"
target = phd_framework::disk::crucible
vm = stop_while_blocked_on_start_test
vm_id = fdf28ee0-4c92-4cc4-a9de-584be300cf08
|
| 4737 | 2026-03-10T05:36:47.428Z | 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/db1b20af-694c-4197-b3c0-0b53c8acc0ae_9002" } }
target = phd_framework::disk::crucible
vm = stop_while_blocked_on_start_test
vm_id = fdf28ee0-4c92-4cc4-a9de-584be300cf08
|
| 4738 | 2026-03-10T05:36:47.434Z | 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/db1b20af-694c-4197-b3c0-0b53c8acc0ae_9002"
target = phd_framework::disk::crucible
vm = stop_while_blocked_on_start_test
vm_id = fdf28ee0-4c92-4cc4-a9de-584be300cf08
|
| 4739 | 2026-03-10T05:36:47.435Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 168
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
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 = fdf28ee0-4c92-4cc4-a9de-584be300cf08
|
| 4740 | 2026-03-10T05:36:47.436Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 168
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4741 | 2026-03-10T05:36:47.436Z | INFO | phd-runner: Starting test phd_tests::framework::multiline_serial_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 4742 | 2026-03-10T05:36:47.436Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4743 | 2026-03-10T05:36:47.436Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 1004
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
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 = fdf28ee0-4c92-4cc4-a9de-584be300cf08
|
| 4744 | 2026-03-10T05:36:47.436Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4745 | 2026-03-10T05:36:47.436Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 1207
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
|
| 4746 | 2026-03-10T05:36:47.436Z | 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
|
| 4747 | 2026-03-10T05:36:47.436Z | 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
|
| 4748 | 2026-03-10T05:36:47.436Z | 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
|
| 4749 | 2026-03-10T05:36:47.436Z | 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
|
| 4750 | 2026-03-10T05:36:47.436Z | 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
|
| 4751 | 2026-03-10T05:36:47.449Z | 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 230M 25.3T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 4752 | 2026-03-10T05:36:47.449Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-6a7b7fb4-d8c8-4e5f-82fa-c48cc49b0569"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::framework::multiline_serial_test
target = phd_framework::zfs
verb = snapshot
|
| 4753 | 2026-03-10T05:36:47.469Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-6a7b7fb4-d8c8-4e5f-82fa-c48cc49b0569", "phd-artifacts/phd-clone-338e8345-e44d-4392-9cca-e706be74c1bf"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::framework::multiline_serial_test
target = phd_framework::zfs
verb = clone
|
| 4754 | 2026-03-10T05:36:47.488Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-338e8345-e44d-4392-9cca-e706be74c1bf"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::framework::multiline_serial_test
target = phd_framework::zfs
verb = list
|
| 4755 | 2026-03-10T05:36:47.499Z | 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-338e8345-e44d-4392-9cca-e706be74c1bf 0B 25.3T 227M /phd-artifacts/phd-clone-338e8345-e44d-4392-9cca-e706be74c1bf\n
target = phd_framework::zfs
|
| 4756 | 2026-03-10T05:36:47.500Z | 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
|
| 4757 | 2026-03-10T05:36:47.500Z | 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
|
| 4758 | 2026-03-10T05:36:47.500Z | 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
|
| 4759 | 2026-03-10T05:36:47.500Z | 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 = 64
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
|
| 4760 | 2026-03-10T05:36:47.500Z | 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
|
| 4761 | 2026-03-10T05:36:47.530Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1230
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm::server
|
| 4762 | 2026-03-10T05:36:47.545Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 45
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
|
| 4763 | 2026-03-10T05:36:47.545Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 4c9a26af-10bf-463c-bfa7-72d565de8c52
|
| 4764 | 2026-03-10T05:36:47.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 = 452
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 4c9a26af-10bf-463c-bfa7-72d565de8c52
|
| 4765 | 2026-03-10T05:36:48.211Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4766 | 2026-03-10T05:36:48.213Z | 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: 4c9a26af-10bf-463c-bfa7-72d565de8c52, name: "phd-vm-4c9a26af-10bf-463c-bfa7-72d565de8c52", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 8afd1821-58d1-401c-8837-eb8db2a6b62d, project_id: 294ebf7b-021f-40d8-9d83-bee95b22a6c5, sled_id: c99f7618-d792-4dbc-920b-08971f3a611c, sled_serial: "c99f7618-d792-4dbc-920b-08971f3a611c", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 4c9a26af-10bf-463c-bfa7-72d565de8c52
|
| 4767 | 2026-03-10T05:36:48.213Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 4c9a26af-10bf-463c-bfa7-72d565de8c52
|
| 4768 | 2026-03-10T05:36:48.213Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::framework::multiline_serial_test
state = Run
target = phd_framework::test_vm
vm = multiline_test
vm_id = 4c9a26af-10bf-463c-bfa7-72d565de8c52
|
| 4769 | 2026-03-10T05:36:48.214Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 4c9a26af-10bf-463c-bfa7-72d565de8c52
|
| 4770 | 2026-03-10T05:36:48.214Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
|
| 4771 | 2026-03-10T05:36:48.214Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = multiline_test
vm_id = 4c9a26af-10bf-463c-bfa7-72d565de8c52
|
| 4772 | 2026-03-10T05:36:48.214Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::framework::multiline_serial_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 4773 | 2026-03-10T05:36:48.214Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 4c9a26af-10bf-463c-bfa7-72d565de8c52
|
| 4774 | 2026-03-10T05:36:48.214Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = multiline_test
vm_id = 4c9a26af-10bf-463c-bfa7-72d565de8c52
|
| 4775 | 2026-03-10T05:36:52.538Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4323
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 4c9a26af-10bf-463c-bfa7-72d565de8c52
|
| 4776 | 2026-03-10T05:36:52.538Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::framework::multiline_serial_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 4777 | 2026-03-10T05:36:52.538Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::framework::multiline_serial_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4778 | 2026-03-10T05:36:52.538Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 4c9a26af-10bf-463c-bfa7-72d565de8c52
|
| 4779 | 2026-03-10T05:36:52.538Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = multiline_test
vm_id = 4c9a26af-10bf-463c-bfa7-72d565de8c52
|
| 4780 | 2026-03-10T05:36:52.556Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 4c9a26af-10bf-463c-bfa7-72d565de8c52
|
| 4781 | 2026-03-10T05:36:52.556Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::framework::multiline_serial_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 4782 | 2026-03-10T05:36:52.557Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::framework::multiline_serial_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4783 | 2026-03-10T05:36:52.557Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 4c9a26af-10bf-463c-bfa7-72d565de8c52
|
| 4784 | 2026-03-10T05:36:52.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 = 909
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = multiline_test
vm_id = 4c9a26af-10bf-463c-bfa7-72d565de8c52
|
| 4785 | 2026-03-10T05:36:52.590Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 4c9a26af-10bf-463c-bfa7-72d565de8c52
|
| 4786 | 2026-03-10T05:36:52.590Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
|
| 4787 | 2026-03-10T05:36:52.590Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4375
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
|
| 4788 | 2026-03-10T05:36:52.590Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 4c9a26af-10bf-463c-bfa7-72d565de8c52
|
| 4789 | 2026-03-10T05:36:52.590Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = multiline_test
vm_id = 4c9a26af-10bf-463c-bfa7-72d565de8c52
|
| 4790 | 2026-03-10T05:36:52.622Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 4c9a26af-10bf-463c-bfa7-72d565de8c52
|
| 4791 | 2026-03-10T05:36:52.623Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 4c9a26af-10bf-463c-bfa7-72d565de8c52
|
| 4792 | 2026-03-10T05:36:52.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 = 909
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = multiline_test
vm_id = 4c9a26af-10bf-463c-bfa7-72d565de8c52
|
| 4793 | 2026-03-10T05:36:52.634Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 4c9a26af-10bf-463c-bfa7-72d565de8c52
|
| 4794 | 2026-03-10T05:36:52.634Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 4c9a26af-10bf-463c-bfa7-72d565de8c52
|
| 4795 | 2026-03-10T05:36:52.635Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = multiline_test
vm_id = 4c9a26af-10bf-463c-bfa7-72d565de8c52
|
| 4796 | 2026-03-10T05:36:52.645Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 4c9a26af-10bf-463c-bfa7-72d565de8c52
|
| 4797 | 2026-03-10T05:36:52.645Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 4c9a26af-10bf-463c-bfa7-72d565de8c52
|
| 4798 | 2026-03-10T05:36:52.645Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = multiline_test
vm_id = 4c9a26af-10bf-463c-bfa7-72d565de8c52
|
| 4799 | 2026-03-10T05:36:52.678Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 4c9a26af-10bf-463c-bfa7-72d565de8c52
|
| 4800 | 2026-03-10T05:36:52.678Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 4c9a26af-10bf-463c-bfa7-72d565de8c52
|
| 4801 | 2026-03-10T05:36:52.679Z | 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
|
| 4802 | 2026-03-10T05:36:52.679Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4467
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4803 | 2026-03-10T05:36:52.679Z | INFO | phd-runner: test phd_tests::framework::multiline_serial_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 4804 | 2026-03-10T05:36:52.679Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4805 | 2026-03-10T05:36:52.680Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 4c9a26af-10bf-463c-bfa7-72d565de8c52
|
| 4806 | 2026-03-10T05:36:53.182Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = 4c9a26af-10bf-463c-bfa7-72d565de8c52
|
| 4807 | 2026-03-10T05:36:53.270Z | 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 = 4c9a26af-10bf-463c-bfa7-72d565de8c52
|
| 4808 | 2026-03-10T05:36:53.270Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-338e8345-e44d-4392-9cca-e706be74c1bf"]
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 = 4c9a26af-10bf-463c-bfa7-72d565de8c52
|
| 4809 | 2026-03-10T05:36:53.299Z | 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 = 4c9a26af-10bf-463c-bfa7-72d565de8c52
|
| 4810 | 2026-03-10T05:36:53.299Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-6a7b7fb4-d8c8-4e5f-82fa-c48cc49b0569"]
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 = 4c9a26af-10bf-463c-bfa7-72d565de8c52
|
| 4811 | 2026-03-10T05:36:53.317Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 638
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 4c9a26af-10bf-463c-bfa7-72d565de8c52
|
| 4812 | 2026-03-10T05:36:53.318Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 638
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4813 | 2026-03-10T05:36:53.318Z | INFO | phd-runner: Starting test phd_tests::framework::long_line_serial_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 4814 | 2026-03-10T05:36:53.318Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4815 | 2026-03-10T05:36:53.318Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5772
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 4c9a26af-10bf-463c-bfa7-72d565de8c52
|
| 4816 | 2026-03-10T05:36:53.318Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4817 | 2026-03-10T05:36:53.318Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 5881
file = phd-tests/tests/src/framework.rs
line = 10
path = phd_tests::framework::multiline_serial_test
target = phd_tests::framework
|
| 4818 | 2026-03-10T05:36:53.318Z | 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
|
| 4819 | 2026-03-10T05:36:53.318Z | 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
|
| 4820 | 2026-03-10T05:36:53.318Z | 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
|
| 4821 | 2026-03-10T05:36:53.318Z | 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
|
| 4822 | 2026-03-10T05:36:53.318Z | 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
|
| 4823 | 2026-03-10T05:36:53.318Z | 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
|
| 4824 | 2026-03-10T05:36:53.330Z | 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 231M 25.3T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 4825 | 2026-03-10T05:36:53.330Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-0e79b31e-d9b3-4a04-a335-50ca07bde443"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::framework::long_line_serial_test
target = phd_framework::zfs
verb = snapshot
|
| 4826 | 2026-03-10T05:36:53.348Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-0e79b31e-d9b3-4a04-a335-50ca07bde443", "phd-artifacts/phd-clone-801e6778-7d2a-47db-a4c6-e447fae3b3bc"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::framework::long_line_serial_test
target = phd_framework::zfs
verb = clone
|
| 4827 | 2026-03-10T05:36:53.364Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-801e6778-7d2a-47db-a4c6-e447fae3b3bc"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::framework::long_line_serial_test
target = phd_framework::zfs
verb = list
|
| 4828 | 2026-03-10T05:36:53.375Z | 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-801e6778-7d2a-47db-a4c6-e447fae3b3bc 0B 25.3T 227M /phd-artifacts/phd-clone-801e6778-7d2a-47db-a4c6-e447fae3b3bc\n
target = phd_framework::zfs
|
| 4829 | 2026-03-10T05:36:53.376Z | 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
|
| 4830 | 2026-03-10T05:36:53.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::framework::long_line_serial_test
target = phd_framework::test_vm
vm_name = long_line_serial_test
|
| 4831 | 2026-03-10T05:36:53.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
|
| 4832 | 2026-03-10T05:36:53.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 = 64
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
|
| 4833 | 2026-03-10T05:36:53.376Z | 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
|
| 4834 | 2026-03-10T05:36:53.406Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1238
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm::server
|
| 4835 | 2026-03-10T05:36:53.421Z | 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
|
| 4836 | 2026-03-10T05:36:53.421Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 1d067708-8b94-4c92-abb7-c707fbeddad2
|
| 4837 | 2026-03-10T05:36:53.422Z | 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 = 452
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 1d067708-8b94-4c92-abb7-c707fbeddad2
|
| 4838 | 2026-03-10T05:36:53.841Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4839 | 2026-03-10T05:36:53.842Z | 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: 1d067708-8b94-4c92-abb7-c707fbeddad2, name: "phd-vm-1d067708-8b94-4c92-abb7-c707fbeddad2", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: a42084c9-8a08-43fb-84f9-49c37a7c8e08, project_id: 1d33974e-28fd-4785-b5d1-f5b89d076370, sled_id: 4c92a3a2-017d-4a17-976c-6062abe2a143, sled_serial: "4c92a3a2-017d-4a17-976c-6062abe2a143", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 1d067708-8b94-4c92-abb7-c707fbeddad2
|
| 4840 | 2026-03-10T05:36:53.842Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 1d067708-8b94-4c92-abb7-c707fbeddad2
|
| 4841 | 2026-03-10T05:36:53.842Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::framework::long_line_serial_test
state = Run
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 1d067708-8b94-4c92-abb7-c707fbeddad2
|
| 4842 | 2026-03-10T05:36:53.843Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 1d067708-8b94-4c92-abb7-c707fbeddad2
|
| 4843 | 2026-03-10T05:36:53.843Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
|
| 4844 | 2026-03-10T05:36:53.843Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = long_line_serial_test
vm_id = 1d067708-8b94-4c92-abb7-c707fbeddad2
|
| 4845 | 2026-03-10T05:36:53.843Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::framework::long_line_serial_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 4846 | 2026-03-10T05:36:53.844Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 1d067708-8b94-4c92-abb7-c707fbeddad2
|
| 4847 | 2026-03-10T05:36:53.844Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = long_line_serial_test
vm_id = 1d067708-8b94-4c92-abb7-c707fbeddad2
|
| 4848 | 2026-03-10T05:36:58.190Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4345
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 1d067708-8b94-4c92-abb7-c707fbeddad2
|
| 4849 | 2026-03-10T05:36:58.190Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::framework::long_line_serial_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 4850 | 2026-03-10T05:36:58.190Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::framework::long_line_serial_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4851 | 2026-03-10T05:36:58.190Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 1d067708-8b94-4c92-abb7-c707fbeddad2
|
| 4852 | 2026-03-10T05:36:58.190Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = long_line_serial_test
vm_id = 1d067708-8b94-4c92-abb7-c707fbeddad2
|
| 4853 | 2026-03-10T05:36:58.208Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 1d067708-8b94-4c92-abb7-c707fbeddad2
|
| 4854 | 2026-03-10T05:36:58.208Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::framework::long_line_serial_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 4855 | 2026-03-10T05:36:58.208Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::framework::long_line_serial_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4856 | 2026-03-10T05:36:58.209Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 1d067708-8b94-4c92-abb7-c707fbeddad2
|
| 4857 | 2026-03-10T05:36:58.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 = 909
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = long_line_serial_test
vm_id = 1d067708-8b94-4c92-abb7-c707fbeddad2
|
| 4858 | 2026-03-10T05:36:58.242Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 1d067708-8b94-4c92-abb7-c707fbeddad2
|
| 4859 | 2026-03-10T05:36:58.242Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
|
| 4860 | 2026-03-10T05:36:58.242Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4398
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
|
| 4861 | 2026-03-10T05:36:58.242Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 1d067708-8b94-4c92-abb7-c707fbeddad2
|
| 4862 | 2026-03-10T05:36:58.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 = 909
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = long_line_serial_test
vm_id = 1d067708-8b94-4c92-abb7-c707fbeddad2
|
| 4863 | 2026-03-10T05:36:58.264Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 1d067708-8b94-4c92-abb7-c707fbeddad2
|
| 4864 | 2026-03-10T05:36:58.264Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 1d067708-8b94-4c92-abb7-c707fbeddad2
|
| 4865 | 2026-03-10T05:36:58.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 = 909
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = long_line_serial_test
vm_id = 1d067708-8b94-4c92-abb7-c707fbeddad2
|
| 4866 | 2026-03-10T05:36:58.307Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 43
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 1d067708-8b94-4c92-abb7-c707fbeddad2
|
| 4867 | 2026-03-10T05:36:58.307Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 1d067708-8b94-4c92-abb7-c707fbeddad2
|
| 4868 | 2026-03-10T05:36:58.307Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = long_line_serial_test
vm_id = 1d067708-8b94-4c92-abb7-c707fbeddad2
|
| 4869 | 2026-03-10T05:36:58.319Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 1d067708-8b94-4c92-abb7-c707fbeddad2
|
| 4870 | 2026-03-10T05:36:58.319Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 1d067708-8b94-4c92-abb7-c707fbeddad2
|
| 4871 | 2026-03-10T05:36:58.319Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = long_line_serial_test
vm_id = 1d067708-8b94-4c92-abb7-c707fbeddad2
|
| 4872 | 2026-03-10T05:36:58.342Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 1d067708-8b94-4c92-abb7-c707fbeddad2
|
| 4873 | 2026-03-10T05:36:58.342Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 1d067708-8b94-4c92-abb7-c707fbeddad2
|
| 4874 | 2026-03-10T05:36:58.342Z | 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
|
| 4875 | 2026-03-10T05:36:58.342Z | INFO | phd-runner: test phd_tests::framework::long_line_serial_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 4876 | 2026-03-10T05:36:58.342Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4500
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4877 | 2026-03-10T05:36:58.342Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4878 | 2026-03-10T05:36:58.344Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 1d067708-8b94-4c92-abb7-c707fbeddad2
|
| 4879 | 2026-03-10T05:36:59.052Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = 1d067708-8b94-4c92-abb7-c707fbeddad2
|
| 4880 | 2026-03-10T05:36:59.142Z | 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 = 1d067708-8b94-4c92-abb7-c707fbeddad2
|
| 4881 | 2026-03-10T05:36:59.143Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-801e6778-7d2a-47db-a4c6-e447fae3b3bc"]
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 = 1d067708-8b94-4c92-abb7-c707fbeddad2
|
| 4882 | 2026-03-10T05:36:59.172Z | 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 = 1d067708-8b94-4c92-abb7-c707fbeddad2
|
| 4883 | 2026-03-10T05:36:59.172Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-0e79b31e-d9b3-4a04-a335-50ca07bde443"]
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 = 1d067708-8b94-4c92-abb7-c707fbeddad2
|
| 4884 | 2026-03-10T05:36:59.191Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 848
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 1d067708-8b94-4c92-abb7-c707fbeddad2
|
| 4885 | 2026-03-10T05:36:59.191Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 848
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4886 | 2026-03-10T05:36:59.191Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5769
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 1d067708-8b94-4c92-abb7-c707fbeddad2
|
| 4887 | 2026-03-10T05:36:59.191Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 5872
file = phd-tests/tests/src/framework.rs
line = 20
path = phd_tests::framework::long_line_serial_test
target = phd_tests::framework
|
| 4888 | 2026-03-10T05:36:59.191Z | INFO | phd-runner: Starting test phd_tests::smoke::nproc_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 4889 | 2026-03-10T05:36:59.191Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4890 | 2026-03-10T05:36:59.191Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4891 | 2026-03-10T05:36:59.191Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/smoke.rs
line = 8
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_tests::smoke
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4892 | 2026-03-10T05:36:59.191Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::artifacts::store
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4893 | 2026-03-10T05:36:59.192Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::artifacts::store
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4894 | 2026-03-10T05:36:59.192Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::artifacts::store
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4895 | 2026-03-10T05:36:59.192Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
verb = list
|
| 4896 | 2026-03-10T05:36:59.203Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 231M 25.3T 227M /phd-artifacts\n
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4897 | 2026-03-10T05:36:59.203Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-11a546f6-b3c3-466b-977b-332d33c4d2e4"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
verb = snapshot
|
| 4898 | 2026-03-10T05:36:59.220Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-11a546f6-b3c3-466b-977b-332d33c4d2e4", "phd-artifacts/phd-clone-33ba2ec8-c51a-4a51-979f-747bb9d86e3a"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
verb = clone
|
| 4899 | 2026-03-10T05:36:59.239Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-33ba2ec8-c51a-4a51-979f-747bb9d86e3a"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
verb = list
|
| 4900 | 2026-03-10T05:36:59.250Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-33ba2ec8-c51a-4a51-979f-747bb9d86e3a 0B 25.3T 227M /phd-artifacts/phd-clone-33ba2ec8-c51a-4a51-979f-747bb9d86e3a\n
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4901 | 2026-03-10T05:36:59.251Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4902 | 2026-03-10T05:36:59.251Z | 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
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm_name = nproc_test
|
| 4903 | 2026-03-10T05:36:59.251Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = /work/phd-test/propolis-server
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::artifacts::store
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4904 | 2026-03-10T05:36:59.251Z | 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 = 64
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm::server
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4905 | 2026-03-10T05:36:59.251Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
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
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4906 | 2026-03-10T05:36:59.280Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1246
file = phd-tests/framework/src/test_vm/server.rs
line = 122
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm::server
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4907 | 2026-03-10T05:36:59.295Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 44
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4908 | 2026-03-10T05:36:59.296Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = nproc_test
vm_id = b4d09be7-0ca9-4e4a-ba26-a8f557672fa6
|
| 4909 | 2026-03-10T05:36:59.296Z | 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 = 452
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = nproc_test
vm_id = b4d09be7-0ca9-4e4a-ba26-a8f557672fa6
|
| 4910 | 2026-03-10T05:36:59.789Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::serial
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4911 | 2026-03-10T05:36:59.789Z | 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: b4d09be7-0ca9-4e4a-ba26-a8f557672fa6, name: "phd-vm-b4d09be7-0ca9-4e4a-ba26-a8f557672fa6", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 77d991ee-b221-43b8-9c1d-bbcd0c2159c9, project_id: b32876f7-9e97-4adb-aeb3-b4b0a6ce2144, sled_id: 42925ccc-8965-4606-8852-7635ee2f5b6e, sled_serial: "42925ccc-8965-4606-8852-7635ee2f5b6e", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = nproc_test
vm_id = b4d09be7-0ca9-4e4a-ba26-a8f557672fa6
|
| 4912 | 2026-03-10T05:36:59.790Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = nproc_test
vm_id = b4d09be7-0ca9-4e4a-ba26-a8f557672fa6
|
| 4913 | 2026-03-10T05:36:59.790Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
state = Run
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = nproc_test
vm_id = b4d09be7-0ca9-4e4a-ba26-a8f557672fa6
|
| 4914 | 2026-03-10T05:36:59.791Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = nproc_test
vm_id = b4d09be7-0ca9-4e4a-ba26-a8f557672fa6
|
| 4915 | 2026-03-10T05:36:59.791Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4916 | 2026-03-10T05:36:59.791Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = 300s
vm = nproc_test
vm_id = b4d09be7-0ca9-4e4a-ba26-a8f557672fa6
|
| 4917 | 2026-03-10T05:36:59.791Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4918 | 2026-03-10T05:36:59.791Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = nproc_test
vm_id = b4d09be7-0ca9-4e4a-ba26-a8f557672fa6
|
| 4919 | 2026-03-10T05:36:59.791Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = CallerTimeout
vm = nproc_test
vm_id = b4d09be7-0ca9-4e4a-ba26-a8f557672fa6
|
| 4920 | 2026-03-10T05:37:04.926Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 5134
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = nproc_test
vm_id = b4d09be7-0ca9-4e4a-ba26-a8f557672fa6
|
| 4921 | 2026-03-10T05:37:04.926Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
step = WriteStr("root")
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4922 | 2026-03-10T05:37:04.926Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4923 | 2026-03-10T05:37:04.926Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = nproc_test
vm_id = b4d09be7-0ca9-4e4a-ba26-a8f557672fa6
|
| 4924 | 2026-03-10T05:37:04.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 = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = CallerTimeout
vm = nproc_test
vm_id = b4d09be7-0ca9-4e4a-ba26-a8f557672fa6
|
| 4925 | 2026-03-10T05:37:04.943Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = nproc_test
vm_id = b4d09be7-0ca9-4e4a-ba26-a8f557672fa6
|
| 4926 | 2026-03-10T05:37:04.944Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4927 | 2026-03-10T05:37:04.944Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4928 | 2026-03-10T05:37:04.944Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = nproc_test
vm_id = b4d09be7-0ca9-4e4a-ba26-a8f557672fa6
|
| 4929 | 2026-03-10T05:37:04.944Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = CallerTimeout
vm = nproc_test
vm_id = b4d09be7-0ca9-4e4a-ba26-a8f557672fa6
|
| 4930 | 2026-03-10T05:37:04.977Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = nproc_test
vm_id = b4d09be7-0ca9-4e4a-ba26-a8f557672fa6
|
| 4931 | 2026-03-10T05:37:04.977Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4932 | 2026-03-10T05:37:04.978Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 5186
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4933 | 2026-03-10T05:37:04.978Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = nproc_test
vm_id = b4d09be7-0ca9-4e4a-ba26-a8f557672fa6
|
| 4934 | 2026-03-10T05:37:04.978Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(15s)
vm = nproc_test
vm_id = b4d09be7-0ca9-4e4a-ba26-a8f557672fa6
|
| 4935 | 2026-03-10T05:37:04.988Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = nproc_test
vm_id = b4d09be7-0ca9-4e4a-ba26-a8f557672fa6
|
| 4936 | 2026-03-10T05:37:04.989Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = nproc_test
vm_id = b4d09be7-0ca9-4e4a-ba26-a8f557672fa6
|
| 4937 | 2026-03-10T05:37:04.989Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(300s)
vm = nproc_test
vm_id = b4d09be7-0ca9-4e4a-ba26-a8f557672fa6
|
| 4938 | 2026-03-10T05:37:05.022Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = nproc_test
vm_id = b4d09be7-0ca9-4e4a-ba26-a8f557672fa6
|
| 4939 | 2026-03-10T05:37:05.022Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = nproc_test
vm_id = b4d09be7-0ca9-4e4a-ba26-a8f557672fa6
|
| 4940 | 2026-03-10T05:37:05.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 = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(15s)
vm = nproc_test
vm_id = b4d09be7-0ca9-4e4a-ba26-a8f557672fa6
|
| 4941 | 2026-03-10T05:37:05.033Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = nproc_test
vm_id = b4d09be7-0ca9-4e4a-ba26-a8f557672fa6
|
| 4942 | 2026-03-10T05:37:05.033Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = nproc_test
vm_id = b4d09be7-0ca9-4e4a-ba26-a8f557672fa6
|
| 4943 | 2026-03-10T05:37:05.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 = 909
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
timeout_duration = Explicit(300s)
vm = nproc_test
vm_id = b4d09be7-0ca9-4e4a-ba26-a8f557672fa6
|
| 4944 | 2026-03-10T05:37:05.066Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = nproc_test
vm_id = b4d09be7-0ca9-4e4a-ba26-a8f557672fa6
|
| 4945 | 2026-03-10T05:37:05.066Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = nproc_test
vm_id = b4d09be7-0ca9-4e4a-ba26-a8f557672fa6
|
| 4946 | 2026-03-10T05:37:05.067Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::serial
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4947 | 2026-03-10T05:37:05.067Z | INFO | phd-runner: test phd_tests::smoke::nproc_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 4948 | 2026-03-10T05:37:05.067Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 5277
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::serial
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4949 | 2026-03-10T05:37:05.067Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4950 | 2026-03-10T05:37:05.068Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = nproc_test
vm_id = b4d09be7-0ca9-4e4a-ba26-a8f557672fa6
|
| 4951 | 2026-03-10T05:37:05.475Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
self.address = 127.0.0.1:9000
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm::server
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = nproc_test
vm_id = b4d09be7-0ca9-4e4a-ba26-a8f557672fa6
|
| 4952 | 2026-03-10T05:37:05.566Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = nproc_test
vm_id = b4d09be7-0ca9-4e4a-ba26-a8f557672fa6
|
| 4953 | 2026-03-10T05:37:05.566Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-33ba2ec8-c51a-4a51-979f-747bb9d86e3a"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
verb = destroy
vm = nproc_test
vm_id = b4d09be7-0ca9-4e4a-ba26-a8f557672fa6
|
| 4954 | 2026-03-10T05:37:05.595Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = nproc_test
vm_id = b4d09be7-0ca9-4e4a-ba26-a8f557672fa6
|
| 4955 | 2026-03-10T05:37:05.595Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-11a546f6-b3c3-466b-977b-332d33c4d2e4"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::zfs
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
verb = destroy
vm = nproc_test
vm_id = b4d09be7-0ca9-4e4a-ba26-a8f557672fa6
|
| 4956 | 2026-03-10T05:37:05.613Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 546
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = nproc_test
vm_id = b4d09be7-0ca9-4e4a-ba26-a8f557672fa6
|
| 4957 | 2026-03-10T05:37:05.613Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6317
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::test_vm
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
vm = nproc_test
vm_id = b4d09be7-0ca9-4e4a-ba26-a8f557672fa6
|
| 4958 | 2026-03-10T05:37:05.613Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 546
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4959 | 2026-03-10T05:37:05.613Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 6421
file = phd-tests/tests/src/smoke.rs
line = 8
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::smoke::nproc_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_tests::smoke
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4960 | 2026-03-10T05:37:05.613Z | INFO | phd-runner: Starting test phd_tests::smoke::api_reboot_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 4961 | 2026-03-10T05:37:05.613Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4962 | 2026-03-10T05:37:05.613Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4963 | 2026-03-10T05:37:05.613Z | 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
|
| 4964 | 2026-03-10T05:37:05.614Z | 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
|
| 4965 | 2026-03-10T05:37:05.614Z | 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
|
| 4966 | 2026-03-10T05:37:05.614Z | 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
|
| 4967 | 2026-03-10T05:37:05.614Z | 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
|
| 4968 | 2026-03-10T05:37:05.626Z | 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 230M 25.3T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 4969 | 2026-03-10T05:37:05.626Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-3f8e6a9b-99c8-4038-9c36-d9db5358d962"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::api_reboot_test
target = phd_framework::zfs
verb = snapshot
|
| 4970 | 2026-03-10T05:37:05.643Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-3f8e6a9b-99c8-4038-9c36-d9db5358d962", "phd-artifacts/phd-clone-69a5ee3a-94f5-4ab2-acbf-6b44c339aaf6"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::api_reboot_test
target = phd_framework::zfs
verb = clone
|
| 4971 | 2026-03-10T05:37:05.660Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-69a5ee3a-94f5-4ab2-acbf-6b44c339aaf6"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::api_reboot_test
target = phd_framework::zfs
verb = list
|
| 4972 | 2026-03-10T05:37:05.671Z | 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-69a5ee3a-94f5-4ab2-acbf-6b44c339aaf6 0B 25.3T 227M /phd-artifacts/phd-clone-69a5ee3a-94f5-4ab2-acbf-6b44c339aaf6\n
target = phd_framework::zfs
|
| 4973 | 2026-03-10T05:37:05.671Z | 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
|
| 4974 | 2026-03-10T05:37:05.672Z | 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
|
| 4975 | 2026-03-10T05:37:05.672Z | 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
|
| 4976 | 2026-03-10T05:37:05.672Z | 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 = 64
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
|
| 4977 | 2026-03-10T05:37:05.672Z | 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
|
| 4978 | 2026-03-10T05:37:05.702Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1254
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm::server
|
| 4979 | 2026-03-10T05:37:05.718Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 46
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 4980 | 2026-03-10T05:37:05.718Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 57441b20-0469-4947-8c01-d5011683466d
|
| 4981 | 2026-03-10T05:37:05.718Z | 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 = 452
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 57441b20-0469-4947-8c01-d5011683466d
|
| 4982 | 2026-03-10T05:37:06.594Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::serial
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 4983 | 2026-03-10T05:37:06.595Z | 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: 57441b20-0469-4947-8c01-d5011683466d, name: "phd-vm-57441b20-0469-4947-8c01-d5011683466d", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: a54a3e6a-6d7e-4c7a-be49-f4454d3944f8, project_id: 008c7842-3797-4840-aaf8-9b571c647631, sled_id: bf181747-8fe1-4a85-9697-0ad3e5890171, sled_serial: "bf181747-8fe1-4a85-9697-0ad3e5890171", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 57441b20-0469-4947-8c01-d5011683466d
|
| 4984 | 2026-03-10T05:37:06.595Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 57441b20-0469-4947-8c01-d5011683466d
|
| 4985 | 2026-03-10T05:37:06.595Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::smoke::api_reboot_test
state = Run
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 57441b20-0469-4947-8c01-d5011683466d
|
| 4986 | 2026-03-10T05:37:06.596Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 57441b20-0469-4947-8c01-d5011683466d
|
| 4987 | 2026-03-10T05:37:06.596Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 4988 | 2026-03-10T05:37:06.596Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = api_reboot_test
vm_id = 57441b20-0469-4947-8c01-d5011683466d
|
| 4989 | 2026-03-10T05:37:06.597Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::smoke::api_reboot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 4990 | 2026-03-10T05:37:06.597Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 57441b20-0469-4947-8c01-d5011683466d
|
| 4991 | 2026-03-10T05:37:06.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 = 909
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = api_reboot_test
vm_id = 57441b20-0469-4947-8c01-d5011683466d
|
| 4992 | 2026-03-10T05:37:10.988Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4390
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 57441b20-0469-4947-8c01-d5011683466d
|
| 4993 | 2026-03-10T05:37:10.988Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::smoke::api_reboot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 4994 | 2026-03-10T05:37:10.988Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::smoke::api_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4995 | 2026-03-10T05:37:10.988Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 57441b20-0469-4947-8c01-d5011683466d
|
| 4996 | 2026-03-10T05:37:10.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 = 909
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = api_reboot_test
vm_id = 57441b20-0469-4947-8c01-d5011683466d
|
| 4997 | 2026-03-10T05:37:11.007Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 57441b20-0469-4947-8c01-d5011683466d
|
| 4998 | 2026-03-10T05:37:11.007Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::smoke::api_reboot_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 4999 | 2026-03-10T05:37:11.007Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::smoke::api_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 5000 | 2026-03-10T05:37:11.007Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 57441b20-0469-4947-8c01-d5011683466d
|
| 5001 | 2026-03-10T05:37:11.007Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = api_reboot_test
vm_id = 57441b20-0469-4947-8c01-d5011683466d
|
| 5002 | 2026-03-10T05:37:11.039Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 57441b20-0469-4947-8c01-d5011683466d
|
| 5003 | 2026-03-10T05:37:11.039Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 5004 | 2026-03-10T05:37:11.039Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4442
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 5005 | 2026-03-10T05:37:11.039Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 57441b20-0469-4947-8c01-d5011683466d
|
| 5006 | 2026-03-10T05:37:11.039Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::smoke::api_reboot_test
state = Reboot
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 57441b20-0469-4947-8c01-d5011683466d
|
| 5007 | 2026-03-10T05:37:11.040Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 57441b20-0469-4947-8c01-d5011683466d
|
| 5008 | 2026-03-10T05:37:11.041Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 5009 | 2026-03-10T05:37:11.041Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = api_reboot_test
vm_id = 57441b20-0469-4947-8c01-d5011683466d
|
| 5010 | 2026-03-10T05:37:11.041Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::smoke::api_reboot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 5011 | 2026-03-10T05:37:11.041Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 57441b20-0469-4947-8c01-d5011683466d
|
| 5012 | 2026-03-10T05:37:11.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 = 909
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = api_reboot_test
vm_id = 57441b20-0469-4947-8c01-d5011683466d
|
| 5013 | 2026-03-10T05:37:15.198Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4156
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 57441b20-0469-4947-8c01-d5011683466d
|
| 5014 | 2026-03-10T05:37:15.198Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::smoke::api_reboot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 5015 | 2026-03-10T05:37:15.198Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::smoke::api_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 5016 | 2026-03-10T05:37:15.198Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 57441b20-0469-4947-8c01-d5011683466d
|
| 5017 | 2026-03-10T05:37:15.198Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = api_reboot_test
vm_id = 57441b20-0469-4947-8c01-d5011683466d
|
| 5018 | 2026-03-10T05:37:15.216Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 57441b20-0469-4947-8c01-d5011683466d
|
| 5019 | 2026-03-10T05:37:15.216Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::smoke::api_reboot_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 5020 | 2026-03-10T05:37:15.216Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::smoke::api_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 5021 | 2026-03-10T05:37:15.216Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 57441b20-0469-4947-8c01-d5011683466d
|
| 5022 | 2026-03-10T05:37:15.216Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = api_reboot_test
vm_id = 57441b20-0469-4947-8c01-d5011683466d
|
| 5023 | 2026-03-10T05:37:15.239Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 57441b20-0469-4947-8c01-d5011683466d
|
| 5024 | 2026-03-10T05:37:15.239Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 5025 | 2026-03-10T05:37:15.239Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4198
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 5026 | 2026-03-10T05:37:15.240Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 57441b20-0469-4947-8c01-d5011683466d
|
| 5027 | 2026-03-10T05:37:15.240Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::serial
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 5028 | 2026-03-10T05:37:15.240Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 8645
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::serial
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 5029 | 2026-03-10T05:37:15.240Z | INFO | phd-runner: test phd_tests::smoke::api_reboot_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 5030 | 2026-03-10T05:37:15.240Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 5031 | 2026-03-10T05:37:15.242Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 57441b20-0469-4947-8c01-d5011683466d
|
| 5032 | 2026-03-10T05:37:15.605Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = 57441b20-0469-4947-8c01-d5011683466d
|
| 5033 | 2026-03-10T05:37:15.696Z | 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 = 57441b20-0469-4947-8c01-d5011683466d
|
| 5034 | 2026-03-10T05:37:15.696Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-69a5ee3a-94f5-4ab2-acbf-6b44c339aaf6"]
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 = 57441b20-0469-4947-8c01-d5011683466d
|
| 5035 | 2026-03-10T05:37:15.726Z | 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 = 57441b20-0469-4947-8c01-d5011683466d
|
| 5036 | 2026-03-10T05:37:15.726Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-3f8e6a9b-99c8-4038-9c36-d9db5358d962"]
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 = 57441b20-0469-4947-8c01-d5011683466d
|
| 5037 | 2026-03-10T05:37:15.745Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 504
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 57441b20-0469-4947-8c01-d5011683466d
|
| 5038 | 2026-03-10T05:37:15.745Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 10026
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 57441b20-0469-4947-8c01-d5011683466d
|
| 5039 | 2026-03-10T05:37:15.745Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 504
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 5040 | 2026-03-10T05:37:15.745Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 10130
file = phd-tests/tests/src/smoke.rs
line = 19
path = phd_tests::smoke::api_reboot_test
target = phd_tests::smoke
|
| 5041 | 2026-03-10T05:37:15.745Z | INFO | phd-runner: Starting test phd_tests::smoke::guest_reboot_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 5042 | 2026-03-10T05:37:15.745Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 5043 | 2026-03-10T05:37:15.745Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 5044 | 2026-03-10T05:37:15.745Z | 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
|
| 5045 | 2026-03-10T05:37:15.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
|
| 5046 | 2026-03-10T05:37:15.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
|
| 5047 | 2026-03-10T05:37:15.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
|
| 5048 | 2026-03-10T05:37:15.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::smoke::guest_reboot_test
target = phd_framework::zfs
verb = list
|
| 5049 | 2026-03-10T05:37:15.757Z | 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 231M 25.3T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 5050 | 2026-03-10T05:37:15.757Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-fb6178fb-fda8-40b7-a1d4-77de6ad4ace9"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::zfs
verb = snapshot
|
| 5051 | 2026-03-10T05:37:15.774Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-fb6178fb-fda8-40b7-a1d4-77de6ad4ace9", "phd-artifacts/phd-clone-326e14cb-ea77-4336-88b8-6140adc7d996"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::zfs
verb = clone
|
| 5052 | 2026-03-10T05:37:15.792Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-326e14cb-ea77-4336-88b8-6140adc7d996"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::zfs
verb = list
|
| 5053 | 2026-03-10T05:37:15.802Z | 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-326e14cb-ea77-4336-88b8-6140adc7d996 0B 25.3T 227M /phd-artifacts/phd-clone-326e14cb-ea77-4336-88b8-6140adc7d996\n
target = phd_framework::zfs
|
| 5054 | 2026-03-10T05:37:15.802Z | 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
|
| 5055 | 2026-03-10T05:37:15.802Z | 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
|
| 5056 | 2026-03-10T05:37:15.802Z | 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
|
| 5057 | 2026-03-10T05:37:15.802Z | 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 = 64
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
|
| 5058 | 2026-03-10T05:37:15.803Z | 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
|
| 5059 | 2026-03-10T05:37:15.833Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1262
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm::server
|
| 5060 | 2026-03-10T05:37:15.848Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 46
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 5061 | 2026-03-10T05:37:15.848Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a6807f40-a948-418d-8a1b-7adec5ce0930
|
| 5062 | 2026-03-10T05:37:15.849Z | 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 = 452
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a6807f40-a948-418d-8a1b-7adec5ce0930
|
| 5063 | 2026-03-10T05:37:16.532Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::serial
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 5064 | 2026-03-10T05:37:16.533Z | 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: a6807f40-a948-418d-8a1b-7adec5ce0930, name: "phd-vm-a6807f40-a948-418d-8a1b-7adec5ce0930", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: cf07592f-d53d-4da5-abfb-b0da4da7ba75, project_id: 85aea957-bbaa-427f-968b-ad0414debc79, sled_id: ecb08aac-6246-4b07-89c2-dbee70662783, sled_serial: "ecb08aac-6246-4b07-89c2-dbee70662783", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a6807f40-a948-418d-8a1b-7adec5ce0930
|
| 5065 | 2026-03-10T05:37:16.533Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a6807f40-a948-418d-8a1b-7adec5ce0930
|
| 5066 | 2026-03-10T05:37:16.533Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::smoke::guest_reboot_test
state = Run
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a6807f40-a948-418d-8a1b-7adec5ce0930
|
| 5067 | 2026-03-10T05:37:16.535Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a6807f40-a948-418d-8a1b-7adec5ce0930
|
| 5068 | 2026-03-10T05:37:16.535Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 5069 | 2026-03-10T05:37:16.535Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = guest_reboot_test
vm_id = a6807f40-a948-418d-8a1b-7adec5ce0930
|
| 5070 | 2026-03-10T05:37:16.535Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::smoke::guest_reboot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 5071 | 2026-03-10T05:37:16.535Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a6807f40-a948-418d-8a1b-7adec5ce0930
|
| 5072 | 2026-03-10T05:37:16.535Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_reboot_test
vm_id = a6807f40-a948-418d-8a1b-7adec5ce0930
|
| 5073 | 2026-03-10T05:37:20.937Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4401
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a6807f40-a948-418d-8a1b-7adec5ce0930
|
| 5074 | 2026-03-10T05:37:20.937Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::smoke::guest_reboot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 5075 | 2026-03-10T05:37:20.937Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::smoke::guest_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 5076 | 2026-03-10T05:37:20.937Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a6807f40-a948-418d-8a1b-7adec5ce0930
|
| 5077 | 2026-03-10T05:37:20.937Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_reboot_test
vm_id = a6807f40-a948-418d-8a1b-7adec5ce0930
|
| 5078 | 2026-03-10T05:37:20.955Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a6807f40-a948-418d-8a1b-7adec5ce0930
|
| 5079 | 2026-03-10T05:37:20.956Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::smoke::guest_reboot_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 5080 | 2026-03-10T05:37:20.956Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::smoke::guest_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 5081 | 2026-03-10T05:37:20.956Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a6807f40-a948-418d-8a1b-7adec5ce0930
|
| 5082 | 2026-03-10T05:37:20.956Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_reboot_test
vm_id = a6807f40-a948-418d-8a1b-7adec5ce0930
|
| 5083 | 2026-03-10T05:37:20.988Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a6807f40-a948-418d-8a1b-7adec5ce0930
|
| 5084 | 2026-03-10T05:37:20.988Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 5085 | 2026-03-10T05:37:20.988Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4452
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 5086 | 2026-03-10T05:37:20.989Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a6807f40-a948-418d-8a1b-7adec5ce0930
|
| 5087 | 2026-03-10T05:37:20.989Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_reboot_test
vm_id = a6807f40-a948-418d-8a1b-7adec5ce0930
|
| 5088 | 2026-03-10T05:37:20.999Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a6807f40-a948-418d-8a1b-7adec5ce0930
|
| 5089 | 2026-03-10T05:37:20.999Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 5090 | 2026-03-10T05:37:21.000Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = guest_reboot_test
vm_id = a6807f40-a948-418d-8a1b-7adec5ce0930
|
| 5091 | 2026-03-10T05:37:21.000Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::smoke::guest_reboot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 5092 | 2026-03-10T05:37:21.000Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a6807f40-a948-418d-8a1b-7adec5ce0930
|
| 5093 | 2026-03-10T05:37:21.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 = 909
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_reboot_test
vm_id = a6807f40-a948-418d-8a1b-7adec5ce0930
|
| 5094 | 2026-03-10T05:37:27.665Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 6664
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a6807f40-a948-418d-8a1b-7adec5ce0930
|
| 5095 | 2026-03-10T05:37:27.665Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::smoke::guest_reboot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 5096 | 2026-03-10T05:37:27.665Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::smoke::guest_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 5097 | 2026-03-10T05:37:27.665Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a6807f40-a948-418d-8a1b-7adec5ce0930
|
| 5098 | 2026-03-10T05:37:27.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 = 909
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_reboot_test
vm_id = a6807f40-a948-418d-8a1b-7adec5ce0930
|
| 5099 | 2026-03-10T05:37:27.683Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a6807f40-a948-418d-8a1b-7adec5ce0930
|
| 5100 | 2026-03-10T05:37:27.684Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::smoke::guest_reboot_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 5101 | 2026-03-10T05:37:27.684Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::smoke::guest_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 5102 | 2026-03-10T05:37:27.684Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a6807f40-a948-418d-8a1b-7adec5ce0930
|
| 5103 | 2026-03-10T05:37:27.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 = 909
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_reboot_test
vm_id = a6807f40-a948-418d-8a1b-7adec5ce0930
|
| 5104 | 2026-03-10T05:37:27.717Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a6807f40-a948-418d-8a1b-7adec5ce0930
|
| 5105 | 2026-03-10T05:37:27.717Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 5106 | 2026-03-10T05:37:27.717Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 6717
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 5107 | 2026-03-10T05:37:27.717Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a6807f40-a948-418d-8a1b-7adec5ce0930
|
| 5108 | 2026-03-10T05:37:27.718Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::serial
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 5109 | 2026-03-10T05:37:27.718Z | INFO | phd-runner: test phd_tests::smoke::guest_reboot_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 5110 | 2026-03-10T05:37:27.718Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 11184
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = adb5f0d5-9b63-4353-8853-a6dc8df41d24
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = e349d0c2-94d4-452e-b27f-b38b199c07f8
target = phd_framework::serial
target_id = 4d15e4c0-0008-43f8-a603-c0091529a83f
|
| 5111 | 2026-03-10T05:37:27.718Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 5112 | 2026-03-10T05:37:27.719Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a6807f40-a948-418d-8a1b-7adec5ce0930
|
| 5113 | 2026-03-10T05:37:28.324Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = a6807f40-a948-418d-8a1b-7adec5ce0930
|
| 5114 | 2026-03-10T05:37:28.413Z | 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 = a6807f40-a948-418d-8a1b-7adec5ce0930
|
| 5115 | 2026-03-10T05:37:28.413Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-326e14cb-ea77-4336-88b8-6140adc7d996"]
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 = a6807f40-a948-418d-8a1b-7adec5ce0930
|
| 5116 | 2026-03-10T05:37:28.439Z | 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 = a6807f40-a948-418d-8a1b-7adec5ce0930
|
| 5117 | 2026-03-10T05:37:28.439Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-fb6178fb-fda8-40b7-a1d4-77de6ad4ace9"]
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 = a6807f40-a948-418d-8a1b-7adec5ce0930
|
| 5118 | 2026-03-10T05:37:28.457Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 739
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a6807f40-a948-418d-8a1b-7adec5ce0930
|
| 5119 | 2026-03-10T05:37:28.458Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 739
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 5120 | 2026-03-10T05:37:28.458Z | INFO | phd-runner: Starting test phd_tests::smoke::instance_spec_get_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 5121 | 2026-03-10T05:37:28.458Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 12608
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = a6807f40-a948-418d-8a1b-7adec5ce0930
|
| 5122 | 2026-03-10T05:37:28.458Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 5123 | 2026-03-10T05:37:28.458Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 12711
file = phd-tests/tests/src/smoke.rs
line = 28
path = phd_tests::smoke::guest_reboot_test
target = phd_tests::smoke
|
| 5124 | 2026-03-10T05:37:28.458Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 5125 | 2026-03-10T05:37:28.458Z | 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
|
| 5126 | 2026-03-10T05:37:28.458Z | 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
|
| 5127 | 2026-03-10T05:37:28.458Z | 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
|
| 5128 | 2026-03-10T05:37:28.458Z | 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
|
| 5129 | 2026-03-10T05:37:28.458Z | 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
|
| 5130 | 2026-03-10T05:37:28.469Z | 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 230M 25.3T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 5131 | 2026-03-10T05:37:28.470Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-268031ca-e381-4134-a69d-e014c0ec78a3"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::zfs
verb = snapshot
|
| 5132 | 2026-03-10T05:37:28.485Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-268031ca-e381-4134-a69d-e014c0ec78a3", "phd-artifacts/phd-clone-0bf92a17-fe4d-407a-9418-15a56ca2f9ea"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::zfs
verb = clone
|
| 5133 | 2026-03-10T05:37:28.503Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-0bf92a17-fe4d-407a-9418-15a56ca2f9ea"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::zfs
verb = list
|
| 5134 | 2026-03-10T05:37:28.513Z | 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-0bf92a17-fe4d-407a-9418-15a56ca2f9ea 0B 25.3T 227M /phd-artifacts/phd-clone-0bf92a17-fe4d-407a-9418-15a56ca2f9ea\n
target = phd_framework::zfs
|
| 5135 | 2026-03-10T05:37:28.514Z | 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
|
| 5136 | 2026-03-10T05:37:28.514Z | 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
|
| 5137 | 2026-03-10T05:37:28.514Z | 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
|
| 5138 | 2026-03-10T05:37:28.514Z | 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 = 64
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
|
| 5139 | 2026-03-10T05:37:28.514Z | 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
|
| 5140 | 2026-03-10T05:37:28.544Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1270
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm::server
|
| 5141 | 2026-03-10T05:37:28.559Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 45
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
|
| 5142 | 2026-03-10T05:37:28.560Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = cf7ab2e2-f4ad-4a16-85db-d12585615445
|
| 5143 | 2026-03-10T05:37:28.560Z | 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 = 452
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = cf7ab2e2-f4ad-4a16-85db-d12585615445
|
| 5144 | 2026-03-10T05:37:29.301Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 5145 | 2026-03-10T05:37:29.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: cf7ab2e2-f4ad-4a16-85db-d12585615445, name: "phd-vm-cf7ab2e2-f4ad-4a16-85db-d12585615445", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 2c43cb32-4ea0-4297-b9de-9e9d63784342, project_id: 345df1b0-cd0d-4eff-876a-1b790dfa4e8f, sled_id: 9d2577ea-620f-45f6-9513-c33459b8c6ce, sled_serial: "9d2577ea-620f-45f6-9513-c33459b8c6ce", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = cf7ab2e2-f4ad-4a16-85db-d12585615445
|
| 5146 | 2026-03-10T05:37:29.302Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = cf7ab2e2-f4ad-4a16-85db-d12585615445
|
| 5147 | 2026-03-10T05:37:29.302Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::smoke::instance_spec_get_test
state = Run
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = cf7ab2e2-f4ad-4a16-85db-d12585615445
|
| 5148 | 2026-03-10T05:37:29.303Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = cf7ab2e2-f4ad-4a16-85db-d12585615445
|
| 5149 | 2026-03-10T05:37:29.303Z | INFO | phd-runner: [GET_SPEC - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 593
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = cf7ab2e2-f4ad-4a16-85db-d12585615445
|
| 5150 | 2026-03-10T05:37:29.303Z | INFO | phd-runner: [GET_SPEC - EVENT] Sending instance spec get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 595
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = cf7ab2e2-f4ad-4a16-85db-d12585615445
|
| 5151 | 2026-03-10T05:37:29.304Z | INFO | phd-runner: [GET_SPEC - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 593
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = cf7ab2e2-f4ad-4a16-85db-d12585615445
|
| 5152 | 2026-03-10T05:37:29.304Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = cf7ab2e2-f4ad-4a16-85db-d12585615445
|
| 5153 | 2026-03-10T05:37:29.304Z | 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
|
| 5154 | 2026-03-10T05:37:29.305Z | INFO | phd-runner: test phd_tests::smoke::instance_spec_get_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 5155 | 2026-03-10T05:37:29.305Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 3
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 5156 | 2026-03-10T05:37:29.305Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 5157 | 2026-03-10T05:37:29.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 = 1175
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = cf7ab2e2-f4ad-4a16-85db-d12585615445
|
| 5158 | 2026-03-10T05:37:29.762Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
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 = cf7ab2e2-f4ad-4a16-85db-d12585615445
|
| 5159 | 2026-03-10T05:37:30.015Z | 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 = cf7ab2e2-f4ad-4a16-85db-d12585615445
|
| 5160 | 2026-03-10T05:37:30.015Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-0bf92a17-fe4d-407a-9418-15a56ca2f9ea"]
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 = cf7ab2e2-f4ad-4a16-85db-d12585615445
|
| 5161 | 2026-03-10T05:37:30.048Z | 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 = cf7ab2e2-f4ad-4a16-85db-d12585615445
|
| 5162 | 2026-03-10T05:37:30.048Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-268031ca-e381-4134-a69d-e014c0ec78a3"]
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 = cf7ab2e2-f4ad-4a16-85db-d12585615445
|
| 5163 | 2026-03-10T05:37:30.066Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 761
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = cf7ab2e2-f4ad-4a16-85db-d12585615445
|
| 5164 | 2026-03-10T05:37:30.066Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 1506
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = cf7ab2e2-f4ad-4a16-85db-d12585615445
|
| 5165 | 2026-03-10T05:37:30.066Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 1608
file = phd-tests/tests/src/smoke.rs
line = 37
path = phd_tests::smoke::instance_spec_get_test
target = phd_tests::smoke
|
| 5166 | 2026-03-10T05:37:30.066Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 761
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 5167 | 2026-03-10T05:37:30.067Z | INFO | phd-runner: [EXECUTION_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 35
target = phd_runner::fixtures
|
| 5168 | 2026-03-10T05:37:30.067Z | INFO | phd-runner: [EXECUTION_CLEANUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 35
target = phd_runner::fixtures
|
| 5169 | | test result: ok. 42 passed; 0 failed; 2 skipped; 0 not run; finished in 477.21s |
| 5170 | | |
| 5171 | 2026-03-10T05:37:30.067Z | DEBG | phd-runner: phd_runner
exit_code = 0
file = phd-tests/runner/src/main.rs
line = 41
target = phd_runner
|