| 1 | 2026-03-11T20:59:27.077Z | 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-11T20:59:27.108Z | 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: 184, tv_nsec: 222476174 }, 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-11T20:59:27.108Z | 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-11T20:59:27.111Z | 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-11T20:59:27.113Z | 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-11T20:59:27.301Z | 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-11T20:59:27.304Z | INFO | phd-runner: [EXECUTION_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 25
target = phd_runner::fixtures
|
| 8 | 2026-03-11T20:59:27.304Z | 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-11T20:59:27.304Z | INFO | phd-runner: Running 44 test(s)
file = phd-tests/runner/src/execute.rs
line = 82
target = phd_runner::execute
|
| 10 | 2026-03-11T20:59:27.304Z | INFO | phd-runner: Starting test phd_tests::framework::multiline_serial_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 11 | 2026-03-11T20:59:27.304Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 12 | 2026-03-11T20:59:27.304Z | 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-11T20:59:27.306Z | 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
|
| 14 | 2026-03-11T20:59:27.307Z | 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::framework::multiline_serial_test
target = phd_framework::artifacts::store
|
| 15 | 2026-03-11T20:59:27.309Z | DEBG | phd-runner: [TEST - EVENT] Downloading file from Buildomat...
file = phd-tests/framework/src/artifacts/buildomat.rs
line = 215
path = phd_tests::framework::multiline_serial_test
target = phd_framework::artifacts::buildomat
timeout = 600s
uri = https://buildomat.eng.oxide.computer/public/file/oxidecomputer/edk2/image_debug/bf64f45b1a58e69d126a3c6ca1e4512c88668132/OVMF_CODE.fd
|
| 16 | 2026-03-11T20:59:27.729Z | 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::framework::multiline_serial_test
target = phd_framework::artifacts::store
|
| 17 | 2026-03-11T20:59:27.742Z | 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::framework::multiline_serial_test
target = phd_framework::artifacts::store
timeout = 600s
|
| 18 | 2026-03-11T20:59:34.401Z | DEBG | phd-runner: [TEST - EVENT] Verified 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-11T20:59:34.401Z | 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
|
| 20 | 2026-03-11T20:59:34.416Z | 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 2.09M 25.3T 1.91M /phd-artifacts\n
target = phd_framework::zfs
|
| 21 | 2026-03-11T20:59:34.417Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-267a222f-70e9-407c-8e9f-e56bff381c74"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::framework::multiline_serial_test
target = phd_framework::zfs
verb = snapshot
|
| 22 | 2026-03-11T20:59:34.445Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-267a222f-70e9-407c-8e9f-e56bff381c74", "phd-artifacts/phd-clone-a0cd08b5-bebb-4dc6-8184-3d6a17a0a534"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::framework::multiline_serial_test
target = phd_framework::zfs
verb = clone
|
| 23 | 2026-03-11T20:59:34.462Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-a0cd08b5-bebb-4dc6-8184-3d6a17a0a534"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::framework::multiline_serial_test
target = phd_framework::zfs
verb = list
|
| 24 | 2026-03-11T20:59:34.473Z | 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-a0cd08b5-bebb-4dc6-8184-3d6a17a0a534 0B 25.3T 48.9M /phd-artifacts/phd-clone-a0cd08b5-bebb-4dc6-8184-3d6a17a0a534\n
target = phd_framework::zfs
|
| 25 | 2026-03-11T20:59:34.475Z | 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
|
| 26 | 2026-03-11T20:59:34.475Z | 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
|
| 27 | 2026-03-11T20:59:34.475Z | 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-11T20:59:34.475Z | 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-11T20:59:34.476Z | 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
|
| 30 | 2026-03-11T20:59:34.476Z | 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
|
| 31 | 2026-03-11T20:59:34.527Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 827
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm::server
|
| 32 | 2026-03-11T20:59:34.542Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 66
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
|
| 33 | 2026-03-11T20:59:34.542Z | 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 = 6e3e1860-b11f-45f9-b036-0c9e652ccfb9
|
| 34 | 2026-03-11T20:59:34.544Z | 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 = 6e3e1860-b11f-45f9-b036-0c9e652ccfb9
|
| 35 | 2026-03-11T20:59:35.126Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 36 | 2026-03-11T20:59:35.129Z | 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: 6e3e1860-b11f-45f9-b036-0c9e652ccfb9, name: "phd-vm-6e3e1860-b11f-45f9-b036-0c9e652ccfb9", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 34ff0427-80fc-42b8-9b98-80ae9d92854a, project_id: a9ee717c-6b2c-4219-aed2-f2eaeb6f921a, sled_id: a7e64d9c-4196-47ec-ba69-b543dda554cb, sled_serial: "a7e64d9c-4196-47ec-ba69-b543dda554cb", 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 = 6e3e1860-b11f-45f9-b036-0c9e652ccfb9
|
| 37 | 2026-03-11T20:59:35.129Z | 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 = 6e3e1860-b11f-45f9-b036-0c9e652ccfb9
|
| 38 | 2026-03-11T20:59:35.129Z | 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 = 6e3e1860-b11f-45f9-b036-0c9e652ccfb9
|
| 39 | 2026-03-11T20:59:35.130Z | 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 = 6e3e1860-b11f-45f9-b036-0c9e652ccfb9
|
| 40 | 2026-03-11T20:59:35.131Z | 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
|
| 41 | 2026-03-11T20:59:35.131Z | 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 = 6e3e1860-b11f-45f9-b036-0c9e652ccfb9
|
| 42 | 2026-03-11T20:59:35.131Z | 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
|
| 43 | 2026-03-11T20:59:35.131Z | 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 = 6e3e1860-b11f-45f9-b036-0c9e652ccfb9
|
| 44 | 2026-03-11T20:59:35.131Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = multiline_test
vm_id = 6e3e1860-b11f-45f9-b036-0c9e652ccfb9
|
| 45 | 2026-03-11T20:59:39.558Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4427
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 = 6e3e1860-b11f-45f9-b036-0c9e652ccfb9
|
| 46 | 2026-03-11T20:59:39.558Z | 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
|
| 47 | 2026-03-11T20:59:39.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::framework::multiline_serial_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 48 | 2026-03-11T20:59:39.559Z | 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 = 6e3e1860-b11f-45f9-b036-0c9e652ccfb9
|
| 49 | 2026-03-11T20:59:39.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::framework::multiline_serial_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = multiline_test
vm_id = 6e3e1860-b11f-45f9-b036-0c9e652ccfb9
|
| 50 | 2026-03-11T20:59:39.578Z | 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::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 6e3e1860-b11f-45f9-b036-0c9e652ccfb9
|
| 51 | 2026-03-11T20:59:39.578Z | 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
|
| 52 | 2026-03-11T20:59:39.578Z | 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
|
| 53 | 2026-03-11T20:59:39.578Z | 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 = 6e3e1860-b11f-45f9-b036-0c9e652ccfb9
|
| 54 | 2026-03-11T20:59:39.578Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = multiline_test
vm_id = 6e3e1860-b11f-45f9-b036-0c9e652ccfb9
|
| 55 | 2026-03-11T20:59:39.611Z | 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::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 6e3e1860-b11f-45f9-b036-0c9e652ccfb9
|
| 56 | 2026-03-11T20:59:39.611Z | 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
|
| 57 | 2026-03-11T20:59:39.612Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4480
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
|
| 58 | 2026-03-11T20:59:39.612Z | 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 = 6e3e1860-b11f-45f9-b036-0c9e652ccfb9
|
| 59 | 2026-03-11T20:59:39.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::framework::multiline_serial_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = multiline_test
vm_id = 6e3e1860-b11f-45f9-b036-0c9e652ccfb9
|
| 60 | 2026-03-11T20:59:39.644Z | 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 = 6e3e1860-b11f-45f9-b036-0c9e652ccfb9
|
| 61 | 2026-03-11T20:59:39.644Z | 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 = 6e3e1860-b11f-45f9-b036-0c9e652ccfb9
|
| 62 | 2026-03-11T20:59:39.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::framework::multiline_serial_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = multiline_test
vm_id = 6e3e1860-b11f-45f9-b036-0c9e652ccfb9
|
| 63 | 2026-03-11T20:59:39.655Z | 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 = 6e3e1860-b11f-45f9-b036-0c9e652ccfb9
|
| 64 | 2026-03-11T20:59:39.655Z | 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 = 6e3e1860-b11f-45f9-b036-0c9e652ccfb9
|
| 65 | 2026-03-11T20:59:39.655Z | INFO | phd-runner: [WAIT_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 = 6e3e1860-b11f-45f9-b036-0c9e652ccfb9
|
| 66 | 2026-03-11T20:59:39.666Z | 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 = 6e3e1860-b11f-45f9-b036-0c9e652ccfb9
|
| 67 | 2026-03-11T20:59:39.666Z | 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 = 6e3e1860-b11f-45f9-b036-0c9e652ccfb9
|
| 68 | 2026-03-11T20:59:39.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::framework::multiline_serial_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = multiline_test
vm_id = 6e3e1860-b11f-45f9-b036-0c9e652ccfb9
|
| 69 | 2026-03-11T20:59:39.699Z | 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 = 6e3e1860-b11f-45f9-b036-0c9e652ccfb9
|
| 70 | 2026-03-11T20:59:39.700Z | 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 = 6e3e1860-b11f-45f9-b036-0c9e652ccfb9
|
| 71 | 2026-03-11T20:59:39.700Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 72 | 2026-03-11T20:59:39.700Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4574
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 73 | 2026-03-11T20:59:39.700Z | INFO | phd-runner: test phd_tests::framework::multiline_serial_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 74 | 2026-03-11T20:59:39.700Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 75 | 2026-03-11T20:59:39.702Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 6e3e1860-b11f-45f9-b036-0c9e652ccfb9
|
| 76 | 2026-03-11T20:59:40.047Z | 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 = 6e3e1860-b11f-45f9-b036-0c9e652ccfb9
|
| 77 | 2026-03-11T20:59:40.120Z | 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 = 6e3e1860-b11f-45f9-b036-0c9e652ccfb9
|
| 78 | 2026-03-11T20:59:40.120Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-a0cd08b5-bebb-4dc6-8184-3d6a17a0a534"]
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 = 6e3e1860-b11f-45f9-b036-0c9e652ccfb9
|
| 79 | 2026-03-11T20:59:40.145Z | 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 = 6e3e1860-b11f-45f9-b036-0c9e652ccfb9
|
| 80 | 2026-03-11T20:59:40.145Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-267a222f-70e9-407c-8e9f-e56bff381c74"]
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 = 6e3e1860-b11f-45f9-b036-0c9e652ccfb9
|
| 81 | 2026-03-11T20:59:40.162Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 462
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 = 6e3e1860-b11f-45f9-b036-0c9e652ccfb9
|
| 82 | 2026-03-11T20:59:40.163Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5621
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 = 6e3e1860-b11f-45f9-b036-0c9e652ccfb9
|
| 83 | 2026-03-11T20:59:40.163Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 12856
file = phd-tests/tests/src/framework.rs
line = 10
path = phd_tests::framework::multiline_serial_test
target = phd_tests::framework
|
| 84 | 2026-03-11T20:59:40.163Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 462
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 85 | 2026-03-11T20:59:40.163Z | 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
|
| 86 | 2026-03-11T20:59:40.163Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 87 | 2026-03-11T20:59:40.163Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 88 | 2026-03-11T20:59:40.163Z | 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
|
| 89 | 2026-03-11T20:59:40.163Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 90 | 2026-03-11T20:59:40.164Z | 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
|
| 91 | 2026-03-11T20:59:40.164Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 92 | 2026-03-11T20:59:40.164Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 93 | 2026-03-11T20:59:40.164Z | 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
|
| 94 | 2026-03-11T20:59:40.175Z | 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 49.9M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 95 | 2026-03-11T20:59:40.175Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-f2c9c94f-3382-4468-aad2-42c0feb91217"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::framework::long_line_serial_test
target = phd_framework::zfs
verb = snapshot
|
| 96 | 2026-03-11T20:59:40.195Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-f2c9c94f-3382-4468-aad2-42c0feb91217", "phd-artifacts/phd-clone-7d5114b2-a3c6-41ab-8f74-8aaed2689ea9"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::framework::long_line_serial_test
target = phd_framework::zfs
verb = clone
|
| 97 | 2026-03-11T20:59:40.213Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-7d5114b2-a3c6-41ab-8f74-8aaed2689ea9"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::framework::long_line_serial_test
target = phd_framework::zfs
verb = list
|
| 98 | 2026-03-11T20:59:40.225Z | 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-7d5114b2-a3c6-41ab-8f74-8aaed2689ea9 0B 25.3T 48.9M /phd-artifacts/phd-clone-7d5114b2-a3c6-41ab-8f74-8aaed2689ea9\n
target = phd_framework::zfs
|
| 99 | 2026-03-11T20:59:40.226Z | 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
|
| 100 | 2026-03-11T20:59:40.226Z | 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
|
| 101 | 2026-03-11T20:59:40.226Z | 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
|
| 102 | 2026-03-11T20:59:40.226Z | 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
|
| 103 | 2026-03-11T20:59:40.226Z | 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
|
| 104 | 2026-03-11T20:59:40.242Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 835
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
|
| 105 | 2026-03-11T20:59:40.256Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 30
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
|
| 106 | 2026-03-11T20:59:40.256Z | 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 = 5c975148-4a84-464f-abe3-ad907f699fe0
|
| 107 | 2026-03-11T20:59:40.257Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 452
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 5c975148-4a84-464f-abe3-ad907f699fe0
|
| 108 | 2026-03-11T20:59:40.937Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 109 | 2026-03-11T20:59:40.939Z | 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: 5c975148-4a84-464f-abe3-ad907f699fe0, name: "phd-vm-5c975148-4a84-464f-abe3-ad907f699fe0", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: bcf94066-b8ec-46f4-814a-a4d2301249d6, project_id: 702d7216-d18a-470f-83ed-6503b3c31681, sled_id: 1f2451ae-9bb9-423a-8de3-93d2a6a5e97c, sled_serial: "1f2451ae-9bb9-423a-8de3-93d2a6a5e97c", 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 = 5c975148-4a84-464f-abe3-ad907f699fe0
|
| 110 | 2026-03-11T20:59:40.939Z | 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 = 5c975148-4a84-464f-abe3-ad907f699fe0
|
| 111 | 2026-03-11T20:59:40.939Z | 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 = 5c975148-4a84-464f-abe3-ad907f699fe0
|
| 112 | 2026-03-11T20:59:40.940Z | 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::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 5c975148-4a84-464f-abe3-ad907f699fe0
|
| 113 | 2026-03-11T20:59:40.940Z | 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
|
| 114 | 2026-03-11T20:59:40.940Z | 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 = 5c975148-4a84-464f-abe3-ad907f699fe0
|
| 115 | 2026-03-11T20:59:40.940Z | 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
|
| 116 | 2026-03-11T20:59:40.940Z | 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 = 5c975148-4a84-464f-abe3-ad907f699fe0
|
| 117 | 2026-03-11T20:59:40.940Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = long_line_serial_test
vm_id = 5c975148-4a84-464f-abe3-ad907f699fe0
|
| 118 | 2026-03-11T20:59:45.407Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4466
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 = 5c975148-4a84-464f-abe3-ad907f699fe0
|
| 119 | 2026-03-11T20:59:45.407Z | 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
|
| 120 | 2026-03-11T20:59:45.407Z | 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
|
| 121 | 2026-03-11T20:59:45.407Z | 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 = 5c975148-4a84-464f-abe3-ad907f699fe0
|
| 122 | 2026-03-11T20:59:45.407Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = long_line_serial_test
vm_id = 5c975148-4a84-464f-abe3-ad907f699fe0
|
| 123 | 2026-03-11T20:59:45.426Z | 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 = 5c975148-4a84-464f-abe3-ad907f699fe0
|
| 124 | 2026-03-11T20:59:45.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::framework::long_line_serial_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 125 | 2026-03-11T20:59:45.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::framework::long_line_serial_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 126 | 2026-03-11T20:59:45.427Z | 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 = 5c975148-4a84-464f-abe3-ad907f699fe0
|
| 127 | 2026-03-11T20:59:45.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::framework::long_line_serial_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = long_line_serial_test
vm_id = 5c975148-4a84-464f-abe3-ad907f699fe0
|
| 128 | 2026-03-11T20:59:45.459Z | 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 = 5c975148-4a84-464f-abe3-ad907f699fe0
|
| 129 | 2026-03-11T20:59:45.459Z | 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
|
| 130 | 2026-03-11T20:59:45.459Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4519
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
|
| 131 | 2026-03-11T20:59:45.460Z | 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 = 5c975148-4a84-464f-abe3-ad907f699fe0
|
| 132 | 2026-03-11T20:59:45.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::framework::long_line_serial_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = long_line_serial_test
vm_id = 5c975148-4a84-464f-abe3-ad907f699fe0
|
| 133 | 2026-03-11T20:59:45.536Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 75
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 = 5c975148-4a84-464f-abe3-ad907f699fe0
|
| 134 | 2026-03-11T20:59:45.536Z | 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 = 5c975148-4a84-464f-abe3-ad907f699fe0
|
| 135 | 2026-03-11T20:59:45.536Z | INFO | phd-runner: [WAIT_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 = 5c975148-4a84-464f-abe3-ad907f699fe0
|
| 136 | 2026-03-11T20:59:45.579Z | 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 = 5c975148-4a84-464f-abe3-ad907f699fe0
|
| 137 | 2026-03-11T20:59:45.580Z | 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 = 5c975148-4a84-464f-abe3-ad907f699fe0
|
| 138 | 2026-03-11T20:59:45.580Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 5c975148-4a84-464f-abe3-ad907f699fe0
|
| 139 | 2026-03-11T20:59:45.591Z | 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 = 5c975148-4a84-464f-abe3-ad907f699fe0
|
| 140 | 2026-03-11T20:59:45.591Z | 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 = 5c975148-4a84-464f-abe3-ad907f699fe0
|
| 141 | 2026-03-11T20:59:45.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::framework::long_line_serial_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = long_line_serial_test
vm_id = 5c975148-4a84-464f-abe3-ad907f699fe0
|
| 142 | 2026-03-11T20:59:45.626Z | 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::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 5c975148-4a84-464f-abe3-ad907f699fe0
|
| 143 | 2026-03-11T20:59:45.626Z | 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 = 5c975148-4a84-464f-abe3-ad907f699fe0
|
| 144 | 2026-03-11T20:59:45.626Z | 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
|
| 145 | 2026-03-11T20:59:45.626Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4689
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 146 | 2026-03-11T20:59:45.626Z | 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
|
| 147 | 2026-03-11T20:59:45.626Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 148 | 2026-03-11T20:59:45.628Z | 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 = 5c975148-4a84-464f-abe3-ad907f699fe0
|
| 149 | 2026-03-11T20:59:46.235Z | 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 = 5c975148-4a84-464f-abe3-ad907f699fe0
|
| 150 | 2026-03-11T20:59:46.310Z | 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 = 5c975148-4a84-464f-abe3-ad907f699fe0
|
| 151 | 2026-03-11T20:59:46.311Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-7d5114b2-a3c6-41ab-8f74-8aaed2689ea9"]
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 = 5c975148-4a84-464f-abe3-ad907f699fe0
|
| 152 | 2026-03-11T20:59:46.337Z | 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 = 5c975148-4a84-464f-abe3-ad907f699fe0
|
| 153 | 2026-03-11T20:59:46.337Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-f2c9c94f-3382-4468-aad2-42c0feb91217"]
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 = 5c975148-4a84-464f-abe3-ad907f699fe0
|
| 154 | 2026-03-11T20:59:46.356Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 730
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 = 5c975148-4a84-464f-abe3-ad907f699fe0
|
| 155 | 2026-03-11T20:59:46.356Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 730
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 156 | 2026-03-11T20:59:46.356Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6100
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 = 5c975148-4a84-464f-abe3-ad907f699fe0
|
| 157 | 2026-03-11T20:59:46.356Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 6193
file = phd-tests/tests/src/framework.rs
line = 20
path = phd_tests::framework::long_line_serial_test
target = phd_tests::framework
|
| 158 | 2026-03-11T20:59:46.356Z | INFO | phd-runner: Starting test phd_tests::smoke::nproc_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 159 | 2026-03-11T20:59:46.357Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 160 | 2026-03-11T20:59:46.357Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 161 | 2026-03-11T20:59:46.357Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/smoke.rs
line = 8
path = phd_tests::smoke::nproc_test
target = phd_tests::smoke
|
| 162 | 2026-03-11T20:59:46.357Z | 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
|
| 163 | 2026-03-11T20:59:46.357Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 164 | 2026-03-11T20:59:46.357Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 165 | 2026-03-11T20:59:46.357Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::nproc_test
target = phd_framework::zfs
verb = list
|
| 166 | 2026-03-11T20:59:46.368Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::smoke::nproc_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 50.3M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 167 | 2026-03-11T20:59:46.368Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d2d2d396-422e-4a6c-a358-0a330c77709d"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::nproc_test
target = phd_framework::zfs
verb = snapshot
|
| 168 | 2026-03-11T20:59:46.383Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d2d2d396-422e-4a6c-a358-0a330c77709d", "phd-artifacts/phd-clone-6e8041d3-fab9-4864-a8f1-da52c0688edb"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::nproc_test
target = phd_framework::zfs
verb = clone
|
| 169 | 2026-03-11T20:59:46.399Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-6e8041d3-fab9-4864-a8f1-da52c0688edb"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::nproc_test
target = phd_framework::zfs
verb = list
|
| 170 | 2026-03-11T20:59:46.409Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::smoke::nproc_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-6e8041d3-fab9-4864-a8f1-da52c0688edb 0B 25.3T 48.9M /phd-artifacts/phd-clone-6e8041d3-fab9-4864-a8f1-da52c0688edb\n
target = phd_framework::zfs
|
| 171 | 2026-03-11T20:59:46.410Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
|
| 172 | 2026-03-11T20:59:46.410Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm_name = nproc_test
|
| 173 | 2026-03-11T20:59:46.410Z | 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
|
| 174 | 2026-03-11T20:59:46.410Z | 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::nproc_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 175 | 2026-03-11T20:59:46.410Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::smoke::nproc_test
stderr_path = "/tmp/propolis-phd/phd_tests::smoke::nproc_test/nproc_test.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::smoke::nproc_test/nproc_test.stdout.log"
target = phd_framework::log_config
|
| 176 | 2026-03-11T20:59:46.424Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 843
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm::server
|
| 177 | 2026-03-11T20:59:46.439Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 29
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
|
| 178 | 2026-03-11T20:59:46.439Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = b02981fb-4fbc-4fd1-91f4-08b064e372ab
|
| 179 | 2026-03-11T20:59:46.440Z | 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::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = b02981fb-4fbc-4fd1-91f4-08b064e372ab
|
| 180 | 2026-03-11T20:59:46.978Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 181 | 2026-03-11T20:59:46.979Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: b02981fb-4fbc-4fd1-91f4-08b064e372ab, name: "phd-vm-b02981fb-4fbc-4fd1-91f4-08b064e372ab", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 256c0a9e-5f79-422f-a198-b28a297f63e7, project_id: 746f3043-98c9-40cb-b356-0cabb9f9852b, sled_id: 2e6906fb-1f23-40c0-8b1d-f71a6fadb71e, sled_serial: "2e6906fb-1f23-40c0-8b1d-f71a6fadb71e", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = b02981fb-4fbc-4fd1-91f4-08b064e372ab
|
| 182 | 2026-03-11T20:59:46.979Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = b02981fb-4fbc-4fd1-91f4-08b064e372ab
|
| 183 | 2026-03-11T20:59:46.979Z | 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::nproc_test
state = Run
target = phd_framework::test_vm
vm = nproc_test
vm_id = b02981fb-4fbc-4fd1-91f4-08b064e372ab
|
| 184 | 2026-03-11T20:59:46.980Z | 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::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = b02981fb-4fbc-4fd1-91f4-08b064e372ab
|
| 185 | 2026-03-11T20:59:46.981Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
|
| 186 | 2026-03-11T20:59:46.981Z | 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::nproc_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = nproc_test
vm_id = b02981fb-4fbc-4fd1-91f4-08b064e372ab
|
| 187 | 2026-03-11T20:59:46.981Z | 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::nproc_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 188 | 2026-03-11T20:59:46.981Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = b02981fb-4fbc-4fd1-91f4-08b064e372ab
|
| 189 | 2026-03-11T20:59:46.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::smoke::nproc_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = nproc_test
vm_id = b02981fb-4fbc-4fd1-91f4-08b064e372ab
|
| 190 | 2026-03-11T20:59:52.328Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 5350
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = b02981fb-4fbc-4fd1-91f4-08b064e372ab
|
| 191 | 2026-03-11T20:59:52.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::smoke::nproc_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 192 | 2026-03-11T20:59:52.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::smoke::nproc_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 193 | 2026-03-11T20:59:52.328Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = b02981fb-4fbc-4fd1-91f4-08b064e372ab
|
| 194 | 2026-03-11T20:59:52.328Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = nproc_test
vm_id = b02981fb-4fbc-4fd1-91f4-08b064e372ab
|
| 195 | 2026-03-11T20:59:52.346Z | 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::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = b02981fb-4fbc-4fd1-91f4-08b064e372ab
|
| 196 | 2026-03-11T20:59:52.346Z | 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::nproc_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 197 | 2026-03-11T20:59:52.347Z | 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::nproc_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 198 | 2026-03-11T20:59:52.347Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = b02981fb-4fbc-4fd1-91f4-08b064e372ab
|
| 199 | 2026-03-11T20:59:52.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::smoke::nproc_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = nproc_test
vm_id = b02981fb-4fbc-4fd1-91f4-08b064e372ab
|
| 200 | 2026-03-11T20:59:52.380Z | 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::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = b02981fb-4fbc-4fd1-91f4-08b064e372ab
|
| 201 | 2026-03-11T20:59:52.380Z | 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::nproc_test
target = phd_framework::test_vm
|
| 202 | 2026-03-11T20:59:52.380Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 5402
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
|
| 203 | 2026-03-11T20:59:52.380Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = b02981fb-4fbc-4fd1-91f4-08b064e372ab
|
| 204 | 2026-03-11T20:59:52.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::smoke::nproc_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = nproc_test
vm_id = b02981fb-4fbc-4fd1-91f4-08b064e372ab
|
| 205 | 2026-03-11T20:59:52.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::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = b02981fb-4fbc-4fd1-91f4-08b064e372ab
|
| 206 | 2026-03-11T20:59:52.391Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = b02981fb-4fbc-4fd1-91f4-08b064e372ab
|
| 207 | 2026-03-11T20:59:52.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::smoke::nproc_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = nproc_test
vm_id = b02981fb-4fbc-4fd1-91f4-08b064e372ab
|
| 208 | 2026-03-11T20:59:52.424Z | 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::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = b02981fb-4fbc-4fd1-91f4-08b064e372ab
|
| 209 | 2026-03-11T20:59:52.425Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = b02981fb-4fbc-4fd1-91f4-08b064e372ab
|
| 210 | 2026-03-11T20:59:52.425Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = nproc_test
vm_id = b02981fb-4fbc-4fd1-91f4-08b064e372ab
|
| 211 | 2026-03-11T20:59:52.435Z | 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::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = b02981fb-4fbc-4fd1-91f4-08b064e372ab
|
| 212 | 2026-03-11T20:59:52.436Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = b02981fb-4fbc-4fd1-91f4-08b064e372ab
|
| 213 | 2026-03-11T20:59:52.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::smoke::nproc_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = nproc_test
vm_id = b02981fb-4fbc-4fd1-91f4-08b064e372ab
|
| 214 | 2026-03-11T20:59:52.468Z | 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::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = b02981fb-4fbc-4fd1-91f4-08b064e372ab
|
| 215 | 2026-03-11T20:59:52.468Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = b02981fb-4fbc-4fd1-91f4-08b064e372ab
|
| 216 | 2026-03-11T20:59:52.468Z | 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
|
| 217 | 2026-03-11T20:59:52.468Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 5493
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 218 | 2026-03-11T20:59:52.468Z | INFO | phd-runner: test phd_tests::smoke::nproc_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 219 | 2026-03-11T20:59:52.468Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 220 | 2026-03-11T20:59:52.470Z | 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::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = b02981fb-4fbc-4fd1-91f4-08b064e372ab
|
| 221 | 2026-03-11T20:59:52.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::smoke::nproc_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = nproc_test
vm_id = b02981fb-4fbc-4fd1-91f4-08b064e372ab
|
| 222 | 2026-03-11T20:59:52.803Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::smoke::nproc_test
target = phd_framework::zfs
vm = nproc_test
vm_id = b02981fb-4fbc-4fd1-91f4-08b064e372ab
|
| 223 | 2026-03-11T20:59:52.803Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-6e8041d3-fab9-4864-a8f1-da52c0688edb"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::nproc_test
target = phd_framework::zfs
verb = destroy
vm = nproc_test
vm_id = b02981fb-4fbc-4fd1-91f4-08b064e372ab
|
| 224 | 2026-03-11T20:59:52.829Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::smoke::nproc_test
target = phd_framework::zfs
vm = nproc_test
vm_id = b02981fb-4fbc-4fd1-91f4-08b064e372ab
|
| 225 | 2026-03-11T20:59:52.829Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d2d2d396-422e-4a6c-a358-0a330c77709d"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::nproc_test
target = phd_framework::zfs
verb = destroy
vm = nproc_test
vm_id = b02981fb-4fbc-4fd1-91f4-08b064e372ab
|
| 226 | 2026-03-11T20:59:52.847Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 378
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = b02981fb-4fbc-4fd1-91f4-08b064e372ab
|
| 227 | 2026-03-11T20:59:52.847Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6411
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = b02981fb-4fbc-4fd1-91f4-08b064e372ab
|
| 228 | 2026-03-11T20:59:52.847Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 6493
file = phd-tests/tests/src/smoke.rs
line = 8
path = phd_tests::smoke::nproc_test
target = phd_tests::smoke
|
| 229 | 2026-03-11T20:59:52.847Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 378
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 230 | 2026-03-11T20:59:52.847Z | INFO | phd-runner: Starting test phd_tests::smoke::api_reboot_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 231 | 2026-03-11T20:59:52.847Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 232 | 2026-03-11T20:59:52.847Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 233 | 2026-03-11T20:59:52.847Z | 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
|
| 234 | 2026-03-11T20:59:52.847Z | 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
|
| 235 | 2026-03-11T20:59:52.847Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 236 | 2026-03-11T20:59:52.848Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 237 | 2026-03-11T20:59:52.848Z | 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
|
| 238 | 2026-03-11T20:59:52.860Z | 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 50.3M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 239 | 2026-03-11T20:59:52.860Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-c5e69393-d0df-4a7a-bb23-89d45f56aafb"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::api_reboot_test
target = phd_framework::zfs
verb = snapshot
|
| 240 | 2026-03-11T20:59:52.879Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-c5e69393-d0df-4a7a-bb23-89d45f56aafb", "phd-artifacts/phd-clone-405f5887-f7b5-4062-8c9d-e700fc3df32e"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::api_reboot_test
target = phd_framework::zfs
verb = clone
|
| 241 | 2026-03-11T20:59:52.898Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-405f5887-f7b5-4062-8c9d-e700fc3df32e"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::api_reboot_test
target = phd_framework::zfs
verb = list
|
| 242 | 2026-03-11T20:59:52.910Z | 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-405f5887-f7b5-4062-8c9d-e700fc3df32e 0B 25.3T 48.9M /phd-artifacts/phd-clone-405f5887-f7b5-4062-8c9d-e700fc3df32e\n
target = phd_framework::zfs
|
| 243 | 2026-03-11T20:59:52.911Z | 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
|
| 244 | 2026-03-11T20:59:52.911Z | 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
|
| 245 | 2026-03-11T20:59:52.911Z | 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
|
| 246 | 2026-03-11T20:59:52.911Z | 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
|
| 247 | 2026-03-11T20:59:52.911Z | 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
|
| 248 | 2026-03-11T20:59:52.926Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 851
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm::server
|
| 249 | 2026-03-11T20:59:52.941Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 30
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 250 | 2026-03-11T20:59:52.941Z | 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 = 72d345f5-19e1-48b4-8bd4-e40fe3d60f33
|
| 251 | 2026-03-11T20:59:52.942Z | 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 = 72d345f5-19e1-48b4-8bd4-e40fe3d60f33
|
| 252 | 2026-03-11T20:59:53.323Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 253 | 2026-03-11T20:59:53.324Z | 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: 72d345f5-19e1-48b4-8bd4-e40fe3d60f33, name: "phd-vm-72d345f5-19e1-48b4-8bd4-e40fe3d60f33", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: b13a3259-68aa-4599-82ed-2671465c6a82, project_id: 24c9c49a-4b7d-4d60-a103-70814e74a6d2, sled_id: b5f3879b-6451-4ab3-9f5e-d1a6d6fbdeb9, sled_serial: "b5f3879b-6451-4ab3-9f5e-d1a6d6fbdeb9", 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 = 72d345f5-19e1-48b4-8bd4-e40fe3d60f33
|
| 254 | 2026-03-11T20:59:53.324Z | 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 = 72d345f5-19e1-48b4-8bd4-e40fe3d60f33
|
| 255 | 2026-03-11T20:59:53.324Z | 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 = 72d345f5-19e1-48b4-8bd4-e40fe3d60f33
|
| 256 | 2026-03-11T20:59:53.326Z | 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 = 72d345f5-19e1-48b4-8bd4-e40fe3d60f33
|
| 257 | 2026-03-11T20:59:53.326Z | 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
|
| 258 | 2026-03-11T20:59:53.326Z | 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 = 72d345f5-19e1-48b4-8bd4-e40fe3d60f33
|
| 259 | 2026-03-11T20:59:53.326Z | 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
|
| 260 | 2026-03-11T20:59:53.326Z | 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 = 72d345f5-19e1-48b4-8bd4-e40fe3d60f33
|
| 261 | 2026-03-11T20:59:53.326Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = api_reboot_test
vm_id = 72d345f5-19e1-48b4-8bd4-e40fe3d60f33
|
| 262 | 2026-03-11T20:59:57.860Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4536
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 = 72d345f5-19e1-48b4-8bd4-e40fe3d60f33
|
| 263 | 2026-03-11T20:59:57.860Z | 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
|
| 264 | 2026-03-11T20:59:57.860Z | 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
|
| 265 | 2026-03-11T20:59:57.860Z | 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 = 72d345f5-19e1-48b4-8bd4-e40fe3d60f33
|
| 266 | 2026-03-11T20:59:57.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::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = api_reboot_test
vm_id = 72d345f5-19e1-48b4-8bd4-e40fe3d60f33
|
| 267 | 2026-03-11T20:59:57.889Z | 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::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 72d345f5-19e1-48b4-8bd4-e40fe3d60f33
|
| 268 | 2026-03-11T20:59:57.889Z | 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
|
| 269 | 2026-03-11T20:59:57.889Z | 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
|
| 270 | 2026-03-11T20:59:57.889Z | 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 = 72d345f5-19e1-48b4-8bd4-e40fe3d60f33
|
| 271 | 2026-03-11T20:59:57.889Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = api_reboot_test
vm_id = 72d345f5-19e1-48b4-8bd4-e40fe3d60f33
|
| 272 | 2026-03-11T20:59:57.922Z | 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::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 72d345f5-19e1-48b4-8bd4-e40fe3d60f33
|
| 273 | 2026-03-11T20:59:57.922Z | 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
|
| 274 | 2026-03-11T20:59:57.923Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4599
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 275 | 2026-03-11T20:59:57.923Z | 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 = 72d345f5-19e1-48b4-8bd4-e40fe3d60f33
|
| 276 | 2026-03-11T20:59:57.923Z | 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 = 72d345f5-19e1-48b4-8bd4-e40fe3d60f33
|
| 277 | 2026-03-11T20:59:57.925Z | 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 = 72d345f5-19e1-48b4-8bd4-e40fe3d60f33
|
| 278 | 2026-03-11T20:59:57.925Z | 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
|
| 279 | 2026-03-11T20:59:57.925Z | 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 = 72d345f5-19e1-48b4-8bd4-e40fe3d60f33
|
| 280 | 2026-03-11T20:59:57.925Z | 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
|
| 281 | 2026-03-11T20:59:57.925Z | 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 = 72d345f5-19e1-48b4-8bd4-e40fe3d60f33
|
| 282 | 2026-03-11T20:59:57.925Z | INFO | phd-runner: [WAIT_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 = 72d345f5-19e1-48b4-8bd4-e40fe3d60f33
|
| 283 | 2026-03-11T21:00:02.154Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4231
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 = 72d345f5-19e1-48b4-8bd4-e40fe3d60f33
|
| 284 | 2026-03-11T21:00:02.154Z | 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
|
| 285 | 2026-03-11T21:00:02.154Z | 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
|
| 286 | 2026-03-11T21:00:02.154Z | 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 = 72d345f5-19e1-48b4-8bd4-e40fe3d60f33
|
| 287 | 2026-03-11T21:00:02.155Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = api_reboot_test
vm_id = 72d345f5-19e1-48b4-8bd4-e40fe3d60f33
|
| 288 | 2026-03-11T21:00:02.173Z | 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 = 72d345f5-19e1-48b4-8bd4-e40fe3d60f33
|
| 289 | 2026-03-11T21:00:02.173Z | 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
|
| 290 | 2026-03-11T21:00:02.174Z | 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
|
| 291 | 2026-03-11T21:00:02.174Z | 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 = 72d345f5-19e1-48b4-8bd4-e40fe3d60f33
|
| 292 | 2026-03-11T21:00:02.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::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = api_reboot_test
vm_id = 72d345f5-19e1-48b4-8bd4-e40fe3d60f33
|
| 293 | 2026-03-11T21:00:02.207Z | 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::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 72d345f5-19e1-48b4-8bd4-e40fe3d60f33
|
| 294 | 2026-03-11T21:00:02.207Z | 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
|
| 295 | 2026-03-11T21:00:02.207Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4284
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 296 | 2026-03-11T21:00:02.207Z | 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 = 72d345f5-19e1-48b4-8bd4-e40fe3d60f33
|
| 297 | 2026-03-11T21:00:02.207Z | 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
|
| 298 | 2026-03-11T21:00:02.208Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 8889
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 299 | 2026-03-11T21:00:02.208Z | INFO | phd-runner: test phd_tests::smoke::api_reboot_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 300 | 2026-03-11T21:00:02.208Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 301 | 2026-03-11T21:00:02.209Z | 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 = 72d345f5-19e1-48b4-8bd4-e40fe3d60f33
|
| 302 | 2026-03-11T21:00:02.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::smoke::api_reboot_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = api_reboot_test
vm_id = 72d345f5-19e1-48b4-8bd4-e40fe3d60f33
|
| 303 | 2026-03-11T21:00:02.883Z | 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 = 72d345f5-19e1-48b4-8bd4-e40fe3d60f33
|
| 304 | 2026-03-11T21:00:02.883Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-405f5887-f7b5-4062-8c9d-e700fc3df32e"]
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 = 72d345f5-19e1-48b4-8bd4-e40fe3d60f33
|
| 305 | 2026-03-11T21:00:02.909Z | 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 = 72d345f5-19e1-48b4-8bd4-e40fe3d60f33
|
| 306 | 2026-03-11T21:00:02.909Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-c5e69393-d0df-4a7a-bb23-89d45f56aafb"]
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 = 72d345f5-19e1-48b4-8bd4-e40fe3d60f33
|
| 307 | 2026-03-11T21:00:02.926Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 719
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 = 72d345f5-19e1-48b4-8bd4-e40fe3d60f33
|
| 308 | 2026-03-11T21:00:02.927Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 9991
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 = 72d345f5-19e1-48b4-8bd4-e40fe3d60f33
|
| 309 | 2026-03-11T21:00:02.927Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 10085
file = phd-tests/tests/src/smoke.rs
line = 19
path = phd_tests::smoke::api_reboot_test
target = phd_tests::smoke
|
| 310 | 2026-03-11T21:00:02.927Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 719
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 311 | 2026-03-11T21:00:02.927Z | INFO | phd-runner: Starting test phd_tests::smoke::guest_reboot_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 312 | 2026-03-11T21:00:02.927Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 313 | 2026-03-11T21:00:02.927Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 314 | 2026-03-11T21:00:02.927Z | 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
|
| 315 | 2026-03-11T21:00:02.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
|
| 316 | 2026-03-11T21:00:02.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
|
| 317 | 2026-03-11T21:00:02.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
|
| 318 | 2026-03-11T21:00:02.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::smoke::guest_reboot_test
target = phd_framework::zfs
verb = list
|
| 319 | 2026-03-11T21:00:02.939Z | 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 50.7M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 320 | 2026-03-11T21:00:02.939Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-ce89f002-f6ce-44df-9514-6ceedc4614b6"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::zfs
verb = snapshot
|
| 321 | 2026-03-11T21:00:02.956Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-ce89f002-f6ce-44df-9514-6ceedc4614b6", "phd-artifacts/phd-clone-fa8291fe-d440-4584-b180-c9977f4e33cc"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::zfs
verb = clone
|
| 322 | 2026-03-11T21:00:02.976Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-fa8291fe-d440-4584-b180-c9977f4e33cc"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::zfs
verb = list
|
| 323 | 2026-03-11T21:00:02.988Z | 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-fa8291fe-d440-4584-b180-c9977f4e33cc 0B 25.3T 48.9M /phd-artifacts/phd-clone-fa8291fe-d440-4584-b180-c9977f4e33cc\n
target = phd_framework::zfs
|
| 324 | 2026-03-11T21:00:02.989Z | 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
|
| 325 | 2026-03-11T21:00:02.989Z | 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
|
| 326 | 2026-03-11T21:00:02.989Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 327 | 2026-03-11T21:00:02.989Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 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
|
| 328 | 2026-03-11T21:00:02.989Z | 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
|
| 329 | 2026-03-11T21:00:03.004Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 859
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm::server
|
| 330 | 2026-03-11T21:00:03.019Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 30
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 331 | 2026-03-11T21:00:03.019Z | 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 = 7129fc71-64ab-4d1c-8e5c-0728122cc222
|
| 332 | 2026-03-11T21:00:03.020Z | 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 = 7129fc71-64ab-4d1c-8e5c-0728122cc222
|
| 333 | 2026-03-11T21:00:03.745Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 334 | 2026-03-11T21:00:03.746Z | 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: 7129fc71-64ab-4d1c-8e5c-0728122cc222, name: "phd-vm-7129fc71-64ab-4d1c-8e5c-0728122cc222", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 60eb1d20-689d-4109-b6c5-5a30a152a31b, project_id: 8d19b4e2-9a36-409c-b21b-49645d0960ab, sled_id: 95b5d368-52c5-4985-9419-24b992a3a7e3, sled_serial: "95b5d368-52c5-4985-9419-24b992a3a7e3", 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 = 7129fc71-64ab-4d1c-8e5c-0728122cc222
|
| 335 | 2026-03-11T21:00:03.746Z | 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 = 7129fc71-64ab-4d1c-8e5c-0728122cc222
|
| 336 | 2026-03-11T21:00:03.746Z | 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 = 7129fc71-64ab-4d1c-8e5c-0728122cc222
|
| 337 | 2026-03-11T21:00:03.747Z | 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::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 7129fc71-64ab-4d1c-8e5c-0728122cc222
|
| 338 | 2026-03-11T21:00:03.747Z | 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
|
| 339 | 2026-03-11T21:00:03.747Z | 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 = 7129fc71-64ab-4d1c-8e5c-0728122cc222
|
| 340 | 2026-03-11T21:00:03.747Z | 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
|
| 341 | 2026-03-11T21:00:03.747Z | 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 = 7129fc71-64ab-4d1c-8e5c-0728122cc222
|
| 342 | 2026-03-11T21:00:03.747Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_reboot_test
vm_id = 7129fc71-64ab-4d1c-8e5c-0728122cc222
|
| 343 | 2026-03-11T21:00:08.222Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4477
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 = 7129fc71-64ab-4d1c-8e5c-0728122cc222
|
| 344 | 2026-03-11T21:00:08.223Z | 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
|
| 345 | 2026-03-11T21:00:08.223Z | 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
|
| 346 | 2026-03-11T21:00:08.223Z | 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 = 7129fc71-64ab-4d1c-8e5c-0728122cc222
|
| 347 | 2026-03-11T21:00:08.223Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_reboot_test
vm_id = 7129fc71-64ab-4d1c-8e5c-0728122cc222
|
| 348 | 2026-03-11T21:00:08.251Z | 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::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 7129fc71-64ab-4d1c-8e5c-0728122cc222
|
| 349 | 2026-03-11T21:00:08.251Z | 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
|
| 350 | 2026-03-11T21:00:08.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::smoke::guest_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 351 | 2026-03-11T21:00:08.252Z | 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 = 7129fc71-64ab-4d1c-8e5c-0728122cc222
|
| 352 | 2026-03-11T21:00:08.252Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_reboot_test
vm_id = 7129fc71-64ab-4d1c-8e5c-0728122cc222
|
| 353 | 2026-03-11T21:00:08.284Z | 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::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 7129fc71-64ab-4d1c-8e5c-0728122cc222
|
| 354 | 2026-03-11T21:00:08.284Z | 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
|
| 355 | 2026-03-11T21:00:08.284Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4539
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 356 | 2026-03-11T21:00:08.284Z | 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 = 7129fc71-64ab-4d1c-8e5c-0728122cc222
|
| 357 | 2026-03-11T21:00:08.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::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_reboot_test
vm_id = 7129fc71-64ab-4d1c-8e5c-0728122cc222
|
| 358 | 2026-03-11T21:00:08.295Z | 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::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 7129fc71-64ab-4d1c-8e5c-0728122cc222
|
| 359 | 2026-03-11T21:00:08.295Z | 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
|
| 360 | 2026-03-11T21:00:08.296Z | 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 = 7129fc71-64ab-4d1c-8e5c-0728122cc222
|
| 361 | 2026-03-11T21:00:08.296Z | 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
|
| 362 | 2026-03-11T21:00:08.296Z | 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 = 7129fc71-64ab-4d1c-8e5c-0728122cc222
|
| 363 | 2026-03-11T21:00:08.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::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_reboot_test
vm_id = 7129fc71-64ab-4d1c-8e5c-0728122cc222
|
| 364 | 2026-03-11T21:00:15.006Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 6714
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 = 7129fc71-64ab-4d1c-8e5c-0728122cc222
|
| 365 | 2026-03-11T21:00:15.006Z | 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
|
| 366 | 2026-03-11T21:00:15.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::guest_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 367 | 2026-03-11T21:00:15.007Z | 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 = 7129fc71-64ab-4d1c-8e5c-0728122cc222
|
| 368 | 2026-03-11T21:00:15.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::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_reboot_test
vm_id = 7129fc71-64ab-4d1c-8e5c-0728122cc222
|
| 369 | 2026-03-11T21:00:15.024Z | 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::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 7129fc71-64ab-4d1c-8e5c-0728122cc222
|
| 370 | 2026-03-11T21:00:15.024Z | 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
|
| 371 | 2026-03-11T21:00:15.025Z | 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
|
| 372 | 2026-03-11T21:00:15.025Z | 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 = 7129fc71-64ab-4d1c-8e5c-0728122cc222
|
| 373 | 2026-03-11T21:00:15.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::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_reboot_test
vm_id = 7129fc71-64ab-4d1c-8e5c-0728122cc222
|
| 374 | 2026-03-11T21:00:15.058Z | 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::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 7129fc71-64ab-4d1c-8e5c-0728122cc222
|
| 375 | 2026-03-11T21:00:15.058Z | 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
|
| 376 | 2026-03-11T21:00:15.059Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 6767
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 377 | 2026-03-11T21:00:15.059Z | 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 = 7129fc71-64ab-4d1c-8e5c-0728122cc222
|
| 378 | 2026-03-11T21:00:15.059Z | 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
|
| 379 | 2026-03-11T21:00:15.059Z | INFO | phd-runner: test phd_tests::smoke::guest_reboot_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 380 | 2026-03-11T21:00:15.059Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 11320
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 381 | 2026-03-11T21:00:15.059Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 382 | 2026-03-11T21:00:15.061Z | 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 = 7129fc71-64ab-4d1c-8e5c-0728122cc222
|
| 383 | 2026-03-11T21:00:15.441Z | 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 = 7129fc71-64ab-4d1c-8e5c-0728122cc222
|
| 384 | 2026-03-11T21:00:15.520Z | 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 = 7129fc71-64ab-4d1c-8e5c-0728122cc222
|
| 385 | 2026-03-11T21:00:15.520Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-fa8291fe-d440-4584-b180-c9977f4e33cc"]
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 = 7129fc71-64ab-4d1c-8e5c-0728122cc222
|
| 386 | 2026-03-11T21:00:15.547Z | 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 = 7129fc71-64ab-4d1c-8e5c-0728122cc222
|
| 387 | 2026-03-11T21:00:15.547Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-ce89f002-f6ce-44df-9514-6ceedc4614b6"]
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 = 7129fc71-64ab-4d1c-8e5c-0728122cc222
|
| 388 | 2026-03-11T21:00:15.565Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 506
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 = 7129fc71-64ab-4d1c-8e5c-0728122cc222
|
| 389 | 2026-03-11T21:00:15.565Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 12553
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 = 7129fc71-64ab-4d1c-8e5c-0728122cc222
|
| 390 | 2026-03-11T21:00:15.565Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 506
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 391 | 2026-03-11T21:00:15.565Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 12645
file = phd-tests/tests/src/smoke.rs
line = 28
path = phd_tests::smoke::guest_reboot_test
target = phd_tests::smoke
|
| 392 | 2026-03-11T21:00:15.565Z | 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
|
| 393 | 2026-03-11T21:00:15.565Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 394 | 2026-03-11T21:00:15.566Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 395 | 2026-03-11T21:00:15.566Z | 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
|
| 396 | 2026-03-11T21:00:15.566Z | 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
|
| 397 | 2026-03-11T21:00:15.566Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 398 | 2026-03-11T21:00:15.566Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 399 | 2026-03-11T21:00:15.566Z | 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
|
| 400 | 2026-03-11T21:00:15.577Z | 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 51.2M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 401 | 2026-03-11T21:00:15.578Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-4cc4e7e6-bba1-4cbf-b3ac-f5448571546e"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::zfs
verb = snapshot
|
| 402 | 2026-03-11T21:00:15.601Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-4cc4e7e6-bba1-4cbf-b3ac-f5448571546e", "phd-artifacts/phd-clone-a185fd14-273f-446d-8c12-8370c8d9220e"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::zfs
verb = clone
|
| 403 | 2026-03-11T21:00:15.619Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-a185fd14-273f-446d-8c12-8370c8d9220e"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::zfs
verb = list
|
| 404 | 2026-03-11T21:00:15.629Z | 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-a185fd14-273f-446d-8c12-8370c8d9220e 0B 25.3T 48.9M /phd-artifacts/phd-clone-a185fd14-273f-446d-8c12-8370c8d9220e\n
target = phd_framework::zfs
|
| 405 | 2026-03-11T21:00:15.630Z | 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
|
| 406 | 2026-03-11T21:00:15.630Z | 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
|
| 407 | 2026-03-11T21:00:15.630Z | 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
|
| 408 | 2026-03-11T21:00:15.630Z | 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
|
| 409 | 2026-03-11T21:00:15.630Z | 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
|
| 410 | 2026-03-11T21:00:15.645Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 867
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
|
| 411 | 2026-03-11T21:00:15.661Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 30
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
|
| 412 | 2026-03-11T21:00:15.661Z | 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 = 53b05473-341c-46cf-8563-22eaa5b9c010
|
| 413 | 2026-03-11T21:00:15.661Z | 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 = 53b05473-341c-46cf-8563-22eaa5b9c010
|
| 414 | 2026-03-11T21:00:16.186Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 415 | 2026-03-11T21:00:16.188Z | 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: 53b05473-341c-46cf-8563-22eaa5b9c010, name: "phd-vm-53b05473-341c-46cf-8563-22eaa5b9c010", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 3d04be9e-7b5d-440b-8625-2aa2852bd277, project_id: 16350cd3-6d50-47b2-bf17-ccae2585bc6c, sled_id: cced0f8d-b6c9-4ae3-8519-f3697dfee717, sled_serial: "cced0f8d-b6c9-4ae3-8519-f3697dfee717", 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 = 53b05473-341c-46cf-8563-22eaa5b9c010
|
| 416 | 2026-03-11T21:00:16.188Z | 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 = 53b05473-341c-46cf-8563-22eaa5b9c010
|
| 417 | 2026-03-11T21:00:16.188Z | 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 = 53b05473-341c-46cf-8563-22eaa5b9c010
|
| 418 | 2026-03-11T21:00:16.189Z | 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::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = 53b05473-341c-46cf-8563-22eaa5b9c010
|
| 419 | 2026-03-11T21:00:16.189Z | 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 = 53b05473-341c-46cf-8563-22eaa5b9c010
|
| 420 | 2026-03-11T21:00:16.189Z | 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 = 53b05473-341c-46cf-8563-22eaa5b9c010
|
| 421 | 2026-03-11T21:00:16.193Z | INFO | phd-runner: [GET_SPEC - END]
elapsed_milliseconds = 3
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 = 53b05473-341c-46cf-8563-22eaa5b9c010
|
| 422 | 2026-03-11T21:00:16.193Z | 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 = 53b05473-341c-46cf-8563-22eaa5b9c010
|
| 423 | 2026-03-11T21:00:16.193Z | 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
|
| 424 | 2026-03-11T21:00:16.193Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 6
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 425 | 2026-03-11T21:00:16.193Z | 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
|
| 426 | 2026-03-11T21:00:16.193Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 427 | 2026-03-11T21:00:16.195Z | 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 = 53b05473-341c-46cf-8563-22eaa5b9c010
|
| 428 | 2026-03-11T21:00:16.503Z | 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 = 53b05473-341c-46cf-8563-22eaa5b9c010
|
| 429 | 2026-03-11T21:00:16.755Z | 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 = 53b05473-341c-46cf-8563-22eaa5b9c010
|
| 430 | 2026-03-11T21:00:16.755Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-a185fd14-273f-446d-8c12-8370c8d9220e"]
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 = 53b05473-341c-46cf-8563-22eaa5b9c010
|
| 431 | 2026-03-11T21:00:16.788Z | 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 = 53b05473-341c-46cf-8563-22eaa5b9c010
|
| 432 | 2026-03-11T21:00:16.788Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-4cc4e7e6-bba1-4cbf-b3ac-f5448571546e"]
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 = 53b05473-341c-46cf-8563-22eaa5b9c010
|
| 433 | 2026-03-11T21:00:16.806Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 613
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 = 53b05473-341c-46cf-8563-22eaa5b9c010
|
| 434 | 2026-03-11T21:00:16.806Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 1146
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 = 53b05473-341c-46cf-8563-22eaa5b9c010
|
| 435 | 2026-03-11T21:00:16.806Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 1241
file = phd-tests/tests/src/smoke.rs
line = 37
path = phd_tests::smoke::instance_spec_get_test
target = phd_tests::smoke
|
| 436 | 2026-03-11T21:00:16.806Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 613
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 437 | 2026-03-11T21:00:16.806Z | 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
|
| 438 | 2026-03-11T21:00:16.806Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 439 | 2026-03-11T21:00:16.806Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 440 | 2026-03-11T21:00:16.807Z | 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
|
| 441 | 2026-03-11T21:00:16.807Z | 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
|
| 442 | 2026-03-11T21:00:16.807Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 443 | 2026-03-11T21:00:16.807Z | DEBG | phd-runner: [TEST - EVENT] Verified 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-11T21:00:16.807Z | 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
|
| 445 | 2026-03-11T21:00:16.818Z | 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 51.2M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 446 | 2026-03-11T21:00:16.819Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-78545b25-ae84-4f4a-a8a2-c71d400520d1"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = snapshot
|
| 447 | 2026-03-11T21:00:16.835Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-78545b25-ae84-4f4a-a8a2-c71d400520d1", "phd-artifacts/phd-clone-f22aae98-a99e-4529-9da9-0b6a406ea071"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = clone
|
| 448 | 2026-03-11T21:00:16.856Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-f22aae98-a99e-4529-9da9-0b6a406ea071"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = list
|
| 449 | 2026-03-11T21:00:16.867Z | 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-f22aae98-a99e-4529-9da9-0b6a406ea071 0B 25.3T 48.9M /phd-artifacts/phd-clone-f22aae98-a99e-4529-9da9-0b6a406ea071\n
target = phd_framework::zfs
|
| 450 | 2026-03-11T21:00:16.868Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 451 | 2026-03-11T21:00:16.868Z | 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
|
| 452 | 2026-03-11T21:00:16.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 52.2M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 453 | 2026-03-11T21:00:16.880Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-dbd8568f-1bb6-4f49-9b89-ae336f56671c"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = snapshot
|
| 454 | 2026-03-11T21:00:16.901Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-dbd8568f-1bb6-4f49-9b89-ae336f56671c", "phd-artifacts/phd-clone-2298413e-3838-4fd9-bbdd-b28a2561c719"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = clone
|
| 455 | 2026-03-11T21:00:16.918Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-2298413e-3838-4fd9-bbdd-b28a2561c719"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = list
|
| 456 | 2026-03-11T21:00:16.929Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::boot_order::configurable_boot_order
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-2298413e-3838-4fd9-bbdd-b28a2561c719 0B 25.3T 48.9M /phd-artifacts/phd-clone-2298413e-3838-4fd9-bbdd-b28a2561c719\n
target = phd_framework::zfs
|
| 457 | 2026-03-11T21:00:16.930Z | 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
|
| 458 | 2026-03-11T21:00:16.930Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm_name = configurable_boot_order
|
| 459 | 2026-03-11T21:00:16.930Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 460 | 2026-03-11T21:00:16.930Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 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
|
| 461 | 2026-03-11T21:00:16.930Z | 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
|
| 462 | 2026-03-11T21:00:16.945Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 879
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
|
| 463 | 2026-03-11T21:00:16.960Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 29
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
|
| 464 | 2026-03-11T21:00:16.960Z | 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 = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 465 | 2026-03-11T21:00:16.960Z | 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 = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 466 | 2026-03-11T21:00:17.663Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 467 | 2026-03-11T21:00:17.665Z | 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: 56789c64-fc31-4af1-b61d-467b3408d24d, name: "phd-vm-56789c64-fc31-4af1-b61d-467b3408d24d", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: d1692497-dd4d-401f-826c-9231ecbe9059, project_id: b5691b65-ea1e-4901-a507-590d1f3d8575, sled_id: fedac13a-c2dc-4ee3-a64d-cc34cf77bc3f, sled_serial: "fedac13a-c2dc-4ee3-a64d-cc34cf77bc3f", 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 = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 468 | 2026-03-11T21:00:17.665Z | 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 = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 469 | 2026-03-11T21:00:17.665Z | 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 = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 470 | 2026-03-11T21:00:17.666Z | 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 = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 471 | 2026-03-11T21:00:17.666Z | 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
|
| 472 | 2026-03-11T21:00:17.666Z | 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 = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 473 | 2026-03-11T21:00:17.666Z | 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
|
| 474 | 2026-03-11T21:00:17.666Z | 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 = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 475 | 2026-03-11T21:00:17.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::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = configurable_boot_order
vm_id = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 476 | 2026-03-11T21:00:22.236Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4572
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 = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 477 | 2026-03-11T21:00:22.236Z | 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
|
| 478 | 2026-03-11T21:00:22.236Z | 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
|
| 479 | 2026-03-11T21:00:22.236Z | 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 = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 480 | 2026-03-11T21:00:22.236Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = configurable_boot_order
vm_id = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 481 | 2026-03-11T21:00:22.254Z | 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 = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 482 | 2026-03-11T21:00:22.255Z | 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
|
| 483 | 2026-03-11T21:00:22.255Z | 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
|
| 484 | 2026-03-11T21:00:22.255Z | 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 = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 485 | 2026-03-11T21:00:22.255Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = configurable_boot_order
vm_id = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 486 | 2026-03-11T21:00:22.288Z | 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 = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 487 | 2026-03-11T21:00:22.288Z | 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
|
| 488 | 2026-03-11T21:00:22.288Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4624
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
|
| 489 | 2026-03-11T21:00:22.288Z | 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 = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 490 | 2026-03-11T21:00:22.288Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 491 | 2026-03-11T21:00:22.299Z | 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 = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 492 | 2026-03-11T21:00:22.299Z | 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 = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 493 | 2026-03-11T21:00:22.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::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = configurable_boot_order
vm_id = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 494 | 2026-03-11T21:00:22.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::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 495 | 2026-03-11T21:00:22.333Z | 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 = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 496 | 2026-03-11T21:00:22.333Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = configurable_boot_order
vm_id = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 497 | 2026-03-11T21:00:22.343Z | 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 = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 498 | 2026-03-11T21:00:22.343Z | 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 = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 499 | 2026-03-11T21:00:22.343Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 500 | 2026-03-11T21:00:22.376Z | 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 = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 501 | 2026-03-11T21:00:22.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::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 502 | 2026-03-11T21:00:22.377Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 503 | 2026-03-11T21:00:22.388Z | 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 = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 504 | 2026-03-11T21:00:22.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::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 505 | 2026-03-11T21:00:22.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::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = configurable_boot_order
vm_id = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 506 | 2026-03-11T21:00:22.432Z | 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::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 507 | 2026-03-11T21:00:22.432Z | 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 = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 508 | 2026-03-11T21:00:22.432Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = configurable_boot_order
vm_id = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 509 | 2026-03-11T21:00:22.444Z | 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 = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 510 | 2026-03-11T21:00:22.444Z | 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 = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 511 | 2026-03-11T21:00:22.444Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 512 | 2026-03-11T21:00:22.476Z | 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 = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 513 | 2026-03-11T21:00:22.478Z | 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
|
| 514 | 2026-03-11T21:00:22.478Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 515 | 2026-03-11T21:00:22.478Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 516 | 2026-03-11T21:00:22.478Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = list
|
| 517 | 2026-03-11T21:00:22.489Z | 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 52.2M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 518 | 2026-03-11T21:00:22.489Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-c2b752ac-c6fa-4eb9-bd49-c0855bb5d984"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = snapshot
|
| 519 | 2026-03-11T21:00:22.510Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-c2b752ac-c6fa-4eb9-bd49-c0855bb5d984", "phd-artifacts/phd-clone-6c3f5be9-1231-4fb5-8f38-9a9968a050b8"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = clone
|
| 520 | 2026-03-11T21:00:22.528Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-6c3f5be9-1231-4fb5-8f38-9a9968a050b8"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = list
|
| 521 | 2026-03-11T21:00:22.539Z | 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-6c3f5be9-1231-4fb5-8f38-9a9968a050b8 0B 25.3T 48.9M /phd-artifacts/phd-clone-6c3f5be9-1231-4fb5-8f38-9a9968a050b8\n
target = phd_framework::zfs
|
| 522 | 2026-03-11T21:00:22.540Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 523 | 2026-03-11T21:00:22.540Z | 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
|
| 524 | 2026-03-11T21:00:22.552Z | 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 51.6M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 525 | 2026-03-11T21:00:22.552Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-a391342f-e557-463e-95ae-10c63f4a6757"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = snapshot
|
| 526 | 2026-03-11T21:00:22.573Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-a391342f-e557-463e-95ae-10c63f4a6757", "phd-artifacts/phd-clone-7ba181b0-a0dd-4e8f-ab12-ad4eb775bdc2"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = clone
|
| 527 | 2026-03-11T21:00:22.591Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-7ba181b0-a0dd-4e8f-ab12-ad4eb775bdc2"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = list
|
| 528 | 2026-03-11T21:00:22.602Z | 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-7ba181b0-a0dd-4e8f-ab12-ad4eb775bdc2 0B 25.3T 48.9M /phd-artifacts/phd-clone-7ba181b0-a0dd-4e8f-ab12-ad4eb775bdc2\n
target = phd_framework::zfs
|
| 529 | 2026-03-11T21:00:22.603Z | 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
|
| 530 | 2026-03-11T21:00:22.603Z | 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
|
| 531 | 2026-03-11T21:00:22.603Z | 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
|
| 532 | 2026-03-11T21:00:22.603Z | 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
|
| 533 | 2026-03-11T21:00:22.603Z | 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
|
| 534 | 2026-03-11T21:00:22.619Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 888
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
|
| 535 | 2026-03-11T21:00:22.633Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 30
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
|
| 536 | 2026-03-11T21:00:22.633Z | 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 = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 537 | 2026-03-11T21:00:22.634Z | 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 = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 538 | 2026-03-11T21:00:23.325Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 539 | 2026-03-11T21:00:23.325Z | 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: fc0f66e2-c82c-4e9f-be52-a8cf65082221, name: "phd-vm-fc0f66e2-c82c-4e9f-be52-a8cf65082221", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 3e8ba9b6-932a-4003-a05b-d2bfd56083e5, project_id: 28edf3f3-15fe-4fad-9919-e84935928e60, sled_id: 4b1b56fb-f463-4737-a4be-788a217532c5, sled_serial: "4b1b56fb-f463-4737-a4be-788a217532c5", 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 = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 540 | 2026-03-11T21:00:23.326Z | 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 = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 541 | 2026-03-11T21:00:23.326Z | 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 = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 542 | 2026-03-11T21:00:23.327Z | 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 = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 543 | 2026-03-11T21:00:23.327Z | 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
|
| 544 | 2026-03-11T21:00:23.327Z | 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 = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 545 | 2026-03-11T21:00:23.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::configurable_boot_order
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 546 | 2026-03-11T21:00:23.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::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 547 | 2026-03-11T21:00:23.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::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = configurable_boot_order
vm_id = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 548 | 2026-03-11T21:00:27.901Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4573
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 = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 549 | 2026-03-11T21:00:27.901Z | 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
|
| 550 | 2026-03-11T21:00:27.901Z | 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
|
| 551 | 2026-03-11T21:00:27.901Z | 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 = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 552 | 2026-03-11T21:00:27.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
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = configurable_boot_order
vm_id = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 553 | 2026-03-11T21:00:27.919Z | 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::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 554 | 2026-03-11T21:00:27.919Z | 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
|
| 555 | 2026-03-11T21:00:27.919Z | 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
|
| 556 | 2026-03-11T21:00:27.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::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 557 | 2026-03-11T21:00:27.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::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = configurable_boot_order
vm_id = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 558 | 2026-03-11T21:00:27.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::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 559 | 2026-03-11T21:00:27.952Z | 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
|
| 560 | 2026-03-11T21:00:27.952Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4625
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
|
| 561 | 2026-03-11T21:00:27.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::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 562 | 2026-03-11T21:00:27.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::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = configurable_boot_order
vm_id = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 563 | 2026-03-11T21:00:27.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::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 564 | 2026-03-11T21:00:27.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::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 565 | 2026-03-11T21:00:27.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::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = configurable_boot_order
vm_id = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 566 | 2026-03-11T21:00:27.996Z | 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 = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 567 | 2026-03-11T21:00:27.996Z | 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 = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 568 | 2026-03-11T21:00:27.996Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = configurable_boot_order
vm_id = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 569 | 2026-03-11T21:00:28.007Z | 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 = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 570 | 2026-03-11T21:00:28.007Z | 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 = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 571 | 2026-03-11T21:00:28.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::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = configurable_boot_order
vm_id = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 572 | 2026-03-11T21:00:28.040Z | 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 = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 573 | 2026-03-11T21:00:28.041Z | 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 = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 574 | 2026-03-11T21:00:28.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::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = configurable_boot_order
vm_id = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 575 | 2026-03-11T21:00:28.052Z | 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 = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 576 | 2026-03-11T21:00:28.052Z | 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 = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 577 | 2026-03-11T21:00:28.052Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = configurable_boot_order
vm_id = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 578 | 2026-03-11T21:00:28.085Z | 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 = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 579 | 2026-03-11T21:00:28.086Z | 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 = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 580 | 2026-03-11T21:00:28.086Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = configurable_boot_order
vm_id = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 581 | 2026-03-11T21:00:28.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::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 582 | 2026-03-11T21:00:28.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::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 583 | 2026-03-11T21:00:28.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::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = configurable_boot_order
vm_id = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 584 | 2026-03-11T21:00:28.129Z | 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 = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 585 | 2026-03-11T21:00:28.129Z | 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 = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 586 | 2026-03-11T21:00:28.130Z | 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 = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 587 | 2026-03-11T21:00:28.130Z | 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
|
| 588 | 2026-03-11T21:00:28.130Z | 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
|
| 589 | 2026-03-11T21:00:28.130Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 10469
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 590 | 2026-03-11T21:00:28.130Z | 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
|
| 591 | 2026-03-11T21:00:28.130Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 592 | 2026-03-11T21:00:28.130Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4805
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 593 | 2026-03-11T21:00:28.131Z | 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 = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 594 | 2026-03-11T21:00:28.132Z | 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 = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 595 | 2026-03-11T21:00:28.685Z | 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 = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 596 | 2026-03-11T21:00:28.765Z | 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 = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 597 | 2026-03-11T21:00:28.766Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-6c3f5be9-1231-4fb5-8f38-9a9968a050b8"]
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 = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 598 | 2026-03-11T21:00:28.796Z | 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 = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 599 | 2026-03-11T21:00:28.797Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-c2b752ac-c6fa-4eb9-bd49-c0855bb5d984"]
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 = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 600 | 2026-03-11T21:00:28.815Z | 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 = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 601 | 2026-03-11T21:00:28.815Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-7ba181b0-a0dd-4e8f-ab12-ad4eb775bdc2"]
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 = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 602 | 2026-03-11T21:00:28.839Z | 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 = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 603 | 2026-03-11T21:00:28.839Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-a391342f-e557-463e-95ae-10c63f4a6757"]
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 = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 604 | 2026-03-11T21:00:28.857Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 727
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 = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 605 | 2026-03-11T21:00:28.858Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6224
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 = fc0f66e2-c82c-4e9f-be52-a8cf65082221
|
| 606 | 2026-03-11T21:00:28.859Z | 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 = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 607 | 2026-03-11T21:00:28.934Z | 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 = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 608 | 2026-03-11T21:00:28.934Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-f22aae98-a99e-4529-9da9-0b6a406ea071"]
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 = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 609 | 2026-03-11T21:00:28.965Z | 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 = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 610 | 2026-03-11T21:00:28.965Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-78545b25-ae84-4f4a-a8a2-c71d400520d1"]
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 = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 611 | 2026-03-11T21:00:28.984Z | 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 = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 612 | 2026-03-11T21:00:28.985Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-2298413e-3838-4fd9-bbdd-b28a2561c719"]
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 = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 613 | 2026-03-11T21:00:29.010Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
vm = configurable_boot_order
vm_id = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 614 | 2026-03-11T21:00:29.010Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-dbd8568f-1bb6-4f49-9b89-ae336f56671c"]
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 = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 615 | 2026-03-11T21:00:29.027Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 897
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 = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 616 | 2026-03-11T21:00:29.027Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 897
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 617 | 2026-03-11T21:00:29.027Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 12070
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 = 56789c64-fc31-4af1-b61d-467b3408d24d
|
| 618 | 2026-03-11T21:00:29.028Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 12223
file = phd-tests/tests/src/boot_order.rs
line = 51
path = phd_tests::boot_order::configurable_boot_order
target = phd_tests::boot_order
|
| 619 | 2026-03-11T21:00:29.028Z | 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
|
| 620 | 2026-03-11T21:00:29.028Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 621 | 2026-03-11T21:00:29.028Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 622 | 2026-03-11T21:00:29.028Z | 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
|
| 623 | 2026-03-11T21:00:29.028Z | 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
|
| 624 | 2026-03-11T21:00:29.028Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 625 | 2026-03-11T21:00:29.028Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 626 | 2026-03-11T21:00:29.028Z | 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
|
| 627 | 2026-03-11T21:00:29.041Z | 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 52.0M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 628 | 2026-03-11T21:00:29.041Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-cc6eae42-70df-4f10-ad17-e17047480459"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::zfs
verb = snapshot
|
| 629 | 2026-03-11T21:00:29.058Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-cc6eae42-70df-4f10-ad17-e17047480459", "phd-artifacts/phd-clone-34e9d721-8236-4a84-bc59-cb83b5188872"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::zfs
verb = clone
|
| 630 | 2026-03-11T21:00:29.075Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-34e9d721-8236-4a84-bc59-cb83b5188872"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::zfs
verb = list
|
| 631 | 2026-03-11T21:00:29.086Z | 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-34e9d721-8236-4a84-bc59-cb83b5188872 0B 25.3T 48.9M /phd-artifacts/phd-clone-34e9d721-8236-4a84-bc59-cb83b5188872\n
target = phd_framework::zfs
|
| 632 | 2026-03-11T21:00:29.089Z | 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
|
| 633 | 2026-03-11T21:00:29.089Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm_name = unbootable_disk_skipped
|
| 634 | 2026-03-11T21:00:29.090Z | 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
|
| 635 | 2026-03-11T21:00:29.090Z | 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
|
| 636 | 2026-03-11T21:00:29.090Z | 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
|
| 637 | 2026-03-11T21:00:29.105Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 903
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
|
| 638 | 2026-03-11T21:00:29.120Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 30
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
|
| 639 | 2026-03-11T21:00:29.120Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 640 | 2026-03-11T21:00:29.122Z | 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::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 641 | 2026-03-11T21:00:29.988Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 642 | 2026-03-11T21:00:29.989Z | 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: fb9432d0-63ec-4151-b13c-52e7085ac6b9, name: "phd-vm-fb9432d0-63ec-4151-b13c-52e7085ac6b9", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 0f272275-044b-4c33-af37-ec8481759845, project_id: 667d14ef-a469-4d74-a589-df50110a7f07, sled_id: 7beb7efa-df17-4a61-b648-98d8f353894e, sled_serial: "7beb7efa-df17-4a61-b648-98d8f353894e", 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 643 | 2026-03-11T21:00:29.989Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 644 | 2026-03-11T21:00:29.989Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 645 | 2026-03-11T21:00:29.990Z | 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::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 646 | 2026-03-11T21:00:29.990Z | 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
|
| 647 | 2026-03-11T21:00:29.990Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 648 | 2026-03-11T21:00:29.990Z | 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
|
| 649 | 2026-03-11T21:00:29.990Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 650 | 2026-03-11T21:00:29.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::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 651 | 2026-03-11T21:00:34.570Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4579
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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 652 | 2026-03-11T21:00:34.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::boot_order::unbootable_disk_skipped
step = WriteStr("root")
target = phd_framework::test_vm
|
| 653 | 2026-03-11T21:00:34.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::boot_order::unbootable_disk_skipped
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 654 | 2026-03-11T21:00:34.570Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 655 | 2026-03-11T21:00:34.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::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 656 | 2026-03-11T21:00:34.588Z | 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::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 657 | 2026-03-11T21:00:34.588Z | 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
|
| 658 | 2026-03-11T21:00:34.588Z | 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
|
| 659 | 2026-03-11T21:00:34.588Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 660 | 2026-03-11T21:00:34.588Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 661 | 2026-03-11T21:00:34.620Z | 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::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 662 | 2026-03-11T21:00:34.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::unbootable_disk_skipped
target = phd_framework::test_vm
|
| 663 | 2026-03-11T21:00:34.620Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4630
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
|
| 664 | 2026-03-11T21:00:34.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::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 665 | 2026-03-11T21:00: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::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 666 | 2026-03-11T21:00:34.653Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 667 | 2026-03-11T21:00:34.653Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 668 | 2026-03-11T21:00:34.653Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 669 | 2026-03-11T21:00:34.686Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 670 | 2026-03-11T21:00:34.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::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 671 | 2026-03-11T21:00:34.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::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 672 | 2026-03-11T21:00:34.697Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 673 | 2026-03-11T21:00:34.697Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 674 | 2026-03-11T21:00:34.697Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 675 | 2026-03-11T21:00:34.730Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 676 | 2026-03-11T21:00:34.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::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 677 | 2026-03-11T21:00:34.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::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 678 | 2026-03-11T21:00:34.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::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 679 | 2026-03-11T21:00:34.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::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 680 | 2026-03-11T21:00:34.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::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 681 | 2026-03-11T21:00:34.819Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 682 | 2026-03-11T21:00:34.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::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 683 | 2026-03-11T21:00:34.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::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 684 | 2026-03-11T21:00:34.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::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 685 | 2026-03-11T21:00:34.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::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 686 | 2026-03-11T21:00:34.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::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 687 | 2026-03-11T21:00:34.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::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 688 | 2026-03-11T21:00:34.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::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 689 | 2026-03-11T21:00:34.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::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 690 | 2026-03-11T21:00:34.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::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 691 | 2026-03-11T21:00:34.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::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 692 | 2026-03-11T21:00:34.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::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 693 | 2026-03-11T21:00:34.908Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 694 | 2026-03-11T21:00:34.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::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 695 | 2026-03-11T21:00:34.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::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 696 | 2026-03-11T21:00:34.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::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 697 | 2026-03-11T21:00:34.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::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 698 | 2026-03-11T21:00:34.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::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 699 | 2026-03-11T21:00:34.952Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 700 | 2026-03-11T21:00:34.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::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 701 | 2026-03-11T21:00:34.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::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 702 | 2026-03-11T21:00:34.964Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 703 | 2026-03-11T21:00:34.964Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 704 | 2026-03-11T21:00:34.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::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 705 | 2026-03-11T21:00:35.020Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 706 | 2026-03-11T21:00:35.021Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 707 | 2026-03-11T21:00:35.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::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 708 | 2026-03-11T21:00:35.031Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 709 | 2026-03-11T21:00:35.031Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 710 | 2026-03-11T21:00:35.031Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 711 | 2026-03-11T21:00:35.064Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 712 | 2026-03-11T21:00:35.064Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 713 | 2026-03-11T21:00:35.064Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 714 | 2026-03-11T21:00:35.075Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 715 | 2026-03-11T21:00:35.075Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 716 | 2026-03-11T21:00:35.075Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 717 | 2026-03-11T21:00:35.109Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 718 | 2026-03-11T21:00:35.109Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 719 | 2026-03-11T21:00:35.109Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 720 | 2026-03-11T21:00:35.119Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 721 | 2026-03-11T21:00:35.120Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 722 | 2026-03-11T21:00:35.120Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 723 | 2026-03-11T21:00:35.142Z | 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::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 724 | 2026-03-11T21:00:35.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::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 725 | 2026-03-11T21:00:35.143Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 726 | 2026-03-11T21:00:35.155Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 727 | 2026-03-11T21:00:35.155Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 728 | 2026-03-11T21:00:35.155Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 729 | 2026-03-11T21:00:35.188Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 730 | 2026-03-11T21:00:35.188Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 731 | 2026-03-11T21:00:35.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::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 732 | 2026-03-11T21:00:35.199Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 733 | 2026-03-11T21:00:35.199Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 734 | 2026-03-11T21:00:35.199Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 735 | 2026-03-11T21:00:35.233Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 736 | 2026-03-11T21:00:35.233Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 737 | 2026-03-11T21:00:35.233Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 738 | 2026-03-11T21:00:35.244Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 739 | 2026-03-11T21:00:35.245Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 740 | 2026-03-11T21:00:35.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::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 741 | 2026-03-11T21:00:35.278Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 742 | 2026-03-11T21:00:35.278Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 743 | 2026-03-11T21:00:35.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::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 744 | 2026-03-11T21:00:35.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::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 745 | 2026-03-11T21:00:35.290Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 746 | 2026-03-11T21:00:35.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::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 747 | 2026-03-11T21:00:35.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::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 748 | 2026-03-11T21:00:35.323Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 749 | 2026-03-11T21:00:35.323Z | 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
|
| 750 | 2026-03-11T21:00:35.324Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 5335
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 751 | 2026-03-11T21:00:35.324Z | 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
|
| 752 | 2026-03-11T21:00:35.324Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 753 | 2026-03-11T21:00:35.325Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 754 | 2026-03-11T21:00:35.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::boot_order::unbootable_disk_skipped
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = unbootable_disk_skipped
vm_id = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 755 | 2026-03-11T21:00:35.996Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 756 | 2026-03-11T21:00:35.996Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-34e9d721-8236-4a84-bc59-cb83b5188872"]
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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 757 | 2026-03-11T21:00:36.027Z | 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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 758 | 2026-03-11T21:00:36.027Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-cc6eae42-70df-4f10-ad17-e17047480459"]
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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 759 | 2026-03-11T21:00:36.045Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 721
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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 760 | 2026-03-11T21:00:36.045Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 721
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 761 | 2026-03-11T21:00:36.045Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6925
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 = fb9432d0-63ec-4151-b13c-52e7085ac6b9
|
| 762 | 2026-03-11T21:00:36.045Z | 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
|
| 763 | 2026-03-11T21:00:36.046Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 764 | 2026-03-11T21:00:36.046Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 7017
file = phd-tests/tests/src/boot_order.rs
line = 117
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_tests::boot_order
|
| 765 | 2026-03-11T21:00:36.046Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 766 | 2026-03-11T21:00:36.046Z | 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
|
| 767 | 2026-03-11T21:00:36.046Z | 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
|
| 768 | 2026-03-11T21:00:36.046Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 769 | 2026-03-11T21:00:36.046Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 770 | 2026-03-11T21:00:36.046Z | 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
|
| 771 | 2026-03-11T21:00:36.057Z | 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 52.0M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 772 | 2026-03-11T21:00:36.057Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d8df6e16-f1c0-4053-a2e9-da8a871aed4d"]
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
|
| 773 | 2026-03-11T21:00:36.073Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d8df6e16-f1c0-4053-a2e9-da8a871aed4d", "phd-artifacts/phd-clone-12431d4d-7207-492f-9a15-02441d52d73c"]
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
|
| 774 | 2026-03-11T21:00:36.090Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-12431d4d-7207-492f-9a15-02441d52d73c"]
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
|
| 775 | 2026-03-11T21:00:36.101Z | 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-12431d4d-7207-492f-9a15-02441d52d73c 0B 25.3T 48.9M /phd-artifacts/phd-clone-12431d4d-7207-492f-9a15-02441d52d73c\n
target = phd_framework::zfs
|
| 776 | 2026-03-11T21:00:36.102Z | 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
|
| 777 | 2026-03-11T21:00:36.102Z | 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
|
| 778 | 2026-03-11T21:00:36.102Z | 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
|
| 779 | 2026-03-11T21:00:36.102Z | 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
|
| 780 | 2026-03-11T21:00:36.103Z | 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
|
| 781 | 2026-03-11T21:00:36.119Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 911
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
|
| 782 | 2026-03-11T21:00:36.133Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 31
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
|
| 783 | 2026-03-11T21:00:36.133Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 784 | 2026-03-11T21:00:36.136Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 785 | 2026-03-11T21:00:36.946Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 786 | 2026-03-11T21:00:36.946Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: dd89a73b-741f-482c-a1e5-430dd6dab174, name: "phd-vm-dd89a73b-741f-482c-a1e5-430dd6dab174", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 33261c53-a448-47ff-9445-6593a0e335f9, project_id: 71842988-db41-4bfe-af99-2eeab05f88b8, sled_id: 87a3e8bd-8d38-451f-af69-1a149d290202, sled_serial: "87a3e8bd-8d38-451f-af69-1a149d290202", 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 787 | 2026-03-11T21:00:36.946Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 788 | 2026-03-11T21:00:36.946Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 789 | 2026-03-11T21:00:36.948Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 790 | 2026-03-11T21:00:36.948Z | 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
|
| 791 | 2026-03-11T21:00:36.948Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 792 | 2026-03-11T21:00:36.948Z | 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
|
| 793 | 2026-03-11T21:00: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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 794 | 2026-03-11T21:00: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::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 795 | 2026-03-11T21:00:41.498Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4550
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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 796 | 2026-03-11T21:00:41.499Z | 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
|
| 797 | 2026-03-11T21:00:41.499Z | 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
|
| 798 | 2026-03-11T21:00:41.499Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 799 | 2026-03-11T21:00:41.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 800 | 2026-03-11T21:00:41.518Z | 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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 801 | 2026-03-11T21:00:41.518Z | 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
|
| 802 | 2026-03-11T21:00:41.518Z | 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
|
| 803 | 2026-03-11T21:00:41.519Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 804 | 2026-03-11T21:00:41.519Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 805 | 2026-03-11T21:00:41.550Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 806 | 2026-03-11T21:00:41.551Z | 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
|
| 807 | 2026-03-11T21:00:41.551Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4602
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
|
| 808 | 2026-03-11T21:00:41.551Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 809 | 2026-03-11T21:00:41.551Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 810 | 2026-03-11T21:00:41.561Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 811 | 2026-03-11T21:00:41.561Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 812 | 2026-03-11T21:00:41.561Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 813 | 2026-03-11T21:00:41.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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 814 | 2026-03-11T21:00:41.595Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 815 | 2026-03-11T21:00:41.595Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 816 | 2026-03-11T21:00:41.605Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 817 | 2026-03-11T21:00:41.606Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 818 | 2026-03-11T21:00:41.606Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 819 | 2026-03-11T21:00:41.638Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 820 | 2026-03-11T21:00:41.639Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 821 | 2026-03-11T21:00:41.639Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 822 | 2026-03-11T21:00:41.650Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 823 | 2026-03-11T21:00:41.650Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 824 | 2026-03-11T21:00:41.650Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 825 | 2026-03-11T21:00:41.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 826 | 2026-03-11T21:00:41.683Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 827 | 2026-03-11T21:00:41.683Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 828 | 2026-03-11T21:00:41.694Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 829 | 2026-03-11T21:00:41.694Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 830 | 2026-03-11T21:00:41.694Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 831 | 2026-03-11T21:00:41.727Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 832 | 2026-03-11T21:00:41.728Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 833 | 2026-03-11T21:00:41.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 834 | 2026-03-11T21:00:41.739Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 835 | 2026-03-11T21:00:41.739Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 836 | 2026-03-11T21:00:41.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 837 | 2026-03-11T21:00:41.793Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 53
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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 838 | 2026-03-11T21:00:41.794Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 839 | 2026-03-11T21:00:41.794Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 840 | 2026-03-11T21:00:41.804Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 841 | 2026-03-11T21:00:41.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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 842 | 2026-03-11T21:00:41.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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 843 | 2026-03-11T21:00:41.838Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 844 | 2026-03-11T21:00:41.838Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 845 | 2026-03-11T21:00:41.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(15s)
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 846 | 2026-03-11T21:00:41.849Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 847 | 2026-03-11T21:00:41.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 848 | 2026-03-11T21:00:41.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 849 | 2026-03-11T21:00:41.882Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 850 | 2026-03-11T21:00:41.882Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 851 | 2026-03-11T21:00:41.882Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 852 | 2026-03-11T21:00:41.893Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 853 | 2026-03-11T21:00:41.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 854 | 2026-03-11T21:00:41.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 855 | 2026-03-11T21:00:41.915Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 856 | 2026-03-11T21:00:41.916Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 857 | 2026-03-11T21:00:41.916Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 858 | 2026-03-11T21:00:41.948Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 859 | 2026-03-11T21:00:41.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 860 | 2026-03-11T21:00:41.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 861 | 2026-03-11T21:00:41.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 862 | 2026-03-11T21:00:41.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 863 | 2026-03-11T21:00:41.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 864 | 2026-03-11T21:00:41.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 865 | 2026-03-11T21:00:41.992Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 866 | 2026-03-11T21:00:41.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 867 | 2026-03-11T21:00:42.025Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 868 | 2026-03-11T21:00:42.025Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 869 | 2026-03-11T21:00:42.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 870 | 2026-03-11T21:00:42.036Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 871 | 2026-03-11T21:00:42.037Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 872 | 2026-03-11T21:00:42.037Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 873 | 2026-03-11T21:00:42.069Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 874 | 2026-03-11T21:00:42.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 875 | 2026-03-11T21:00:42.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 876 | 2026-03-11T21:00:42.081Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 877 | 2026-03-11T21:00:42.081Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 878 | 2026-03-11T21:00:42.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 879 | 2026-03-11T21:00:42.104Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 880 | 2026-03-11T21:00:42.104Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 881 | 2026-03-11T21:00:42.105Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 882 | 2026-03-11T21:00:42.116Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 883 | 2026-03-11T21:00:42.116Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 884 | 2026-03-11T21:00:42.116Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 885 | 2026-03-11T21:00:42.149Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 886 | 2026-03-11T21:00:42.149Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 887 | 2026-03-11T21:00:42.149Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 888 | 2026-03-11T21:00:42.160Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 889 | 2026-03-11T21:00:42.160Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 890 | 2026-03-11T21:00:42.160Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 891 | 2026-03-11T21:00:42.193Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 892 | 2026-03-11T21:00:42.194Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 893 | 2026-03-11T21:00:42.194Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 894 | 2026-03-11T21:00:42.205Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 895 | 2026-03-11T21:00:42.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 896 | 2026-03-11T21:00:42.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 897 | 2026-03-11T21:00:42.238Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 898 | 2026-03-11T21:00:42.238Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 899 | 2026-03-11T21:00:42.238Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 900 | 2026-03-11T21:00:42.248Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 901 | 2026-03-11T21:00:42.248Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 902 | 2026-03-11T21:00:42.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 903 | 2026-03-11T21:00:42.282Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 904 | 2026-03-11T21:00:42.282Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 905 | 2026-03-11T21:00:42.283Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 906 | 2026-03-11T21:00:42.293Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 907 | 2026-03-11T21:00:42.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 908 | 2026-03-11T21:00:42.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 909 | 2026-03-11T21:00:42.326Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 910 | 2026-03-11T21:00:42.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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 911 | 2026-03-11T21:00:42.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 = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 912 | 2026-03-11T21:00:42.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 913 | 2026-03-11T21:00:42.338Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 914 | 2026-03-11T21:00:42.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 915 | 2026-03-11T21:00:42.372Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 916 | 2026-03-11T21:00:42.372Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 917 | 2026-03-11T21:00:42.372Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 918 | 2026-03-11T21:00:42.405Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 919 | 2026-03-11T21:00:42.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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 920 | 2026-03-11T21:00:42.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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 921 | 2026-03-11T21:00:42.438Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 922 | 2026-03-11T21:00:42.438Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 923 | 2026-03-11T21:00:42.438Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 924 | 2026-03-11T21:00:42.449Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 925 | 2026-03-11T21:00:42.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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 926 | 2026-03-11T21:00:42.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(300s)
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 927 | 2026-03-11T21:00:42.482Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 928 | 2026-03-11T21:00:42.482Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 929 | 2026-03-11T21:00:42.482Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 930 | 2026-03-11T21:00:42.494Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 931 | 2026-03-11T21:00:42.495Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 932 | 2026-03-11T21:00:42.495Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 933 | 2026-03-11T21:00:42.529Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 934 | 2026-03-11T21:00:42.529Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 935 | 2026-03-11T21:00:42.529Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 936 | 2026-03-11T21:00:42.539Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 937 | 2026-03-11T21:00:42.540Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 938 | 2026-03-11T21:00:42.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 939 | 2026-03-11T21:00:42.573Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 940 | 2026-03-11T21:00:42.573Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 941 | 2026-03-11T21:00:42.573Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 942 | 2026-03-11T21:00:42.584Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 943 | 2026-03-11T21:00:42.584Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 944 | 2026-03-11T21:00:42.584Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 945 | 2026-03-11T21:00:42.617Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 946 | 2026-03-11T21:00:42.618Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 947 | 2026-03-11T21:00:42.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 948 | 2026-03-11T21:00:42.629Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 949 | 2026-03-11T21:00:42.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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 950 | 2026-03-11T21:00:42.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(300s)
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 951 | 2026-03-11T21:00:42.652Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 952 | 2026-03-11T21:00:42.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 953 | 2026-03-11T21:00:42.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 954 | 2026-03-11T21:00:42.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 955 | 2026-03-11T21:00:42.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 956 | 2026-03-11T21:00:42.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 957 | 2026-03-11T21:00:42.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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 958 | 2026-03-11T21:00:42.718Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 959 | 2026-03-11T21:00:42.718Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 960 | 2026-03-11T21:00:42.728Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 961 | 2026-03-11T21:00:42.729Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 962 | 2026-03-11T21:00:42.729Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 963 | 2026-03-11T21:00:42.761Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 964 | 2026-03-11T21:00:42.762Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 965 | 2026-03-11T21:00:42.762Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 966 | 2026-03-11T21:00:42.773Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 967 | 2026-03-11T21:00:42.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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 968 | 2026-03-11T21:00:42.773Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 969 | 2026-03-11T21:00:42.806Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 970 | 2026-03-11T21:00:42.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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 971 | 2026-03-11T21:00:42.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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 972 | 2026-03-11T21:00:42.818Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 973 | 2026-03-11T21:00:42.818Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 974 | 2026-03-11T21:00:42.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 = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 975 | 2026-03-11T21:00:42.851Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 976 | 2026-03-11T21:00:42.851Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 977 | 2026-03-11T21:00:42.851Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 978 | 2026-03-11T21:00:42.863Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 979 | 2026-03-11T21:00:42.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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 980 | 2026-03-11T21:00:42.863Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 981 | 2026-03-11T21:00:42.895Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 982 | 2026-03-11T21:00:42.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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 983 | 2026-03-11T21:00:42.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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 984 | 2026-03-11T21:00:42.906Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 985 | 2026-03-11T21:00:42.906Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 986 | 2026-03-11T21:00:42.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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 987 | 2026-03-11T21:00:42.939Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 988 | 2026-03-11T21:00:42.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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 989 | 2026-03-11T21:00:42.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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 990 | 2026-03-11T21:00:42.960Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 991 | 2026-03-11T21:00:42.960Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 992 | 2026-03-11T21:00:42.960Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 993 | 2026-03-11T21:00:42.993Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 994 | 2026-03-11T21:00:42.993Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 995 | 2026-03-11T21:00:42.993Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 996 | 2026-03-11T21:00:43.005Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 997 | 2026-03-11T21:00:43.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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 998 | 2026-03-11T21:00:43.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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 999 | 2026-03-11T21:00:43.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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1000 | 2026-03-11T21:00:43.038Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1001 | 2026-03-11T21:00:43.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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1002 | 2026-03-11T21:00:43.049Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1003 | 2026-03-11T21:00:43.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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1004 | 2026-03-11T21:00:43.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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1005 | 2026-03-11T21:00:43.083Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1006 | 2026-03-11T21:00:43.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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1007 | 2026-03-11T21:00:43.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(15s)
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1008 | 2026-03-11T21:00:43.094Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1009 | 2026-03-11T21:00:43.094Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1010 | 2026-03-11T21:00:43.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1011 | 2026-03-11T21:00:43.128Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1012 | 2026-03-11T21:00:43.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1013 | 2026-03-11T21:00:43.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1014 | 2026-03-11T21:00:43.138Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1015 | 2026-03-11T21:00:43.138Z | 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
|
| 1016 | 2026-03-11T21:00:43.139Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1017 | 2026-03-11T21:00:43.139Z | 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
|
| 1018 | 2026-03-11T21:00:43.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1019 | 2026-03-11T21:00:43.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1020 | 2026-03-11T21:00:49.945Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 6806
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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1021 | 2026-03-11T21:00:49.945Z | 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
|
| 1022 | 2026-03-11T21:00:49.945Z | 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
|
| 1023 | 2026-03-11T21:00:49.945Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1024 | 2026-03-11T21:00:49.945Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1025 | 2026-03-11T21:00:49.963Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1026 | 2026-03-11T21:00:49.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::boot_order::guest_can_adjust_boot_order
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 1027 | 2026-03-11T21:00:49.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::boot_order::guest_can_adjust_boot_order
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1028 | 2026-03-11T21:00:49.964Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1029 | 2026-03-11T21:00:49.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1030 | 2026-03-11T21:00:49.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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1031 | 2026-03-11T21:00:49.997Z | 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
|
| 1032 | 2026-03-11T21:00:49.997Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 6858
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
|
| 1033 | 2026-03-11T21:00:49.998Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1034 | 2026-03-11T21:00:49.998Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1035 | 2026-03-11T21:00:50.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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1036 | 2026-03-11T21:00:50.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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1037 | 2026-03-11T21:00:50.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 = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1038 | 2026-03-11T21:00:50.040Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1039 | 2026-03-11T21:00:50.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1040 | 2026-03-11T21:00:50.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1041 | 2026-03-11T21:00:50.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1042 | 2026-03-11T21:00:50.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1043 | 2026-03-11T21:00:50.052Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1044 | 2026-03-11T21:00:50.074Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1045 | 2026-03-11T21:00:50.074Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1046 | 2026-03-11T21:00:50.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1047 | 2026-03-11T21:00:50.086Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1048 | 2026-03-11T21:00:50.086Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1049 | 2026-03-11T21:00:50.086Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1050 | 2026-03-11T21:00:50.118Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1051 | 2026-03-11T21:00:50.119Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1052 | 2026-03-11T21:00:50.119Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1053 | 2026-03-11T21:00:50.129Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1054 | 2026-03-11T21:00:50.129Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1055 | 2026-03-11T21:00:50.129Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1056 | 2026-03-11T21:00:50.162Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1057 | 2026-03-11T21:00:50.162Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1058 | 2026-03-11T21:00:50.163Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1059 | 2026-03-11T21:00:50.173Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1060 | 2026-03-11T21:00:50.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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1061 | 2026-03-11T21:00:50.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(300s)
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1062 | 2026-03-11T21:00:50.207Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1063 | 2026-03-11T21:00:50.207Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1064 | 2026-03-11T21:00:50.207Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1065 | 2026-03-11T21:00:50.217Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1066 | 2026-03-11T21:00:50.218Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1067 | 2026-03-11T21:00:50.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1068 | 2026-03-11T21:00:50.250Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1069 | 2026-03-11T21:00:50.250Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1070 | 2026-03-11T21:00:50.251Z | 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
|
| 1071 | 2026-03-11T21:00:50.251Z | 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
|
| 1072 | 2026-03-11T21:00:50.251Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 13305
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1073 | 2026-03-11T21:00:50.251Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1074 | 2026-03-11T21:00:50.252Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1075 | 2026-03-11T21:00:50.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::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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1076 | 2026-03-11T21:00:50.959Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1077 | 2026-03-11T21:00:50.959Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-12431d4d-7207-492f-9a15-02441d52d73c"]
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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1078 | 2026-03-11T21:00:50.987Z | 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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1079 | 2026-03-11T21:00:50.988Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d8df6e16-f1c0-4053-a2e9-da8a871aed4d"]
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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1080 | 2026-03-11T21:00:51.005Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 754
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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1081 | 2026-03-11T21:00:51.006Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 14872
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 = dd89a73b-741f-482c-a1e5-430dd6dab174
|
| 1082 | 2026-03-11T21:00:51.006Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 14959
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
|
| 1083 | 2026-03-11T21:00:51.006Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 754
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1084 | 2026-03-11T21:00:51.006Z | 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
|
| 1085 | 2026-03-11T21:00:51.006Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1086 | 2026-03-11T21:00:51.006Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1087 | 2026-03-11T21:00:51.006Z | 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
|
| 1088 | 2026-03-11T21:00:51.006Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 1089 | 2026-03-11T21:00:51.006Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1090 | 2026-03-11T21:00:51.006Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1091 | 2026-03-11T21:00:51.006Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::zfs
verb = list
|
| 1092 | 2026-03-11T21:00:51.016Z | 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 52.0M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 1093 | 2026-03-11T21:00:51.016Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5c75895c-4a3a-4b5c-846a-b9f2507b9a5a"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::zfs
verb = snapshot
|
| 1094 | 2026-03-11T21:00:51.033Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5c75895c-4a3a-4b5c-846a-b9f2507b9a5a", "phd-artifacts/phd-clone-5bf09119-13c6-40b1-94d3-6568bd927483"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::zfs
verb = clone
|
| 1095 | 2026-03-11T21:00:51.050Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-5bf09119-13c6-40b1-94d3-6568bd927483"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::zfs
verb = list
|
| 1096 | 2026-03-11T21:00:51.060Z | 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-5bf09119-13c6-40b1-94d3-6568bd927483 0B 25.3T 48.9M /phd-artifacts/phd-clone-5bf09119-13c6-40b1-94d3-6568bd927483\n
target = phd_framework::zfs
|
| 1097 | 2026-03-11T21:00:51.062Z | 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
|
| 1098 | 2026-03-11T21:00:51.062Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm_name = boot_order_source_priority
|
| 1099 | 2026-03-11T21:00:51.062Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 1100 | 2026-03-11T21:00:51.062Z | 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
|
| 1101 | 2026-03-11T21:00:51.062Z | 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
|
| 1102 | 2026-03-11T21:00:51.077Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 919
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
|
| 1103 | 2026-03-11T21:00:51.092Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 30
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
|
| 1104 | 2026-03-11T21:00:51.092Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1105 | 2026-03-11T21:00:51.220Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1106 | 2026-03-11T21:00:51.221Z | 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: 3bf86365-c8de-4cf6-8be7-3cb20b2eb765, name: "phd-vm-3bf86365-c8de-4cf6-8be7-3cb20b2eb765", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 66e3a006-1c71-49bd-a24f-f998ab6b4b88, project_id: 8391972e-9acc-4521-93c0-38ca0760a4d6, sled_id: 6ae64bf1-7604-4a49-b1e1-89cfd4b14b11, sled_serial: "6ae64bf1-7604-4a49-b1e1-89cfd4b14b11", 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1107 | 2026-03-11T21:00:51.221Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1108 | 2026-03-11T21:00:51.221Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1109 | 2026-03-11T21:00:51.222Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1110 | 2026-03-11T21:00:51.222Z | 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
|
| 1111 | 2026-03-11T21:00:51.222Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1112 | 2026-03-11T21:00:51.222Z | 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
|
| 1113 | 2026-03-11T21:00:51.222Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1114 | 2026-03-11T21:00:51.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1115 | 2026-03-11T21:00:55.909Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4687
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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1116 | 2026-03-11T21:00:55.909Z | 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
|
| 1117 | 2026-03-11T21:00:55.909Z | 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
|
| 1118 | 2026-03-11T21:00:55.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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1119 | 2026-03-11T21:00:55.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 = CallerTimeout
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1120 | 2026-03-11T21:00:55.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1121 | 2026-03-11T21:00:55.928Z | 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
|
| 1122 | 2026-03-11T21:00:55.928Z | 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
|
| 1123 | 2026-03-11T21:00:55.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1124 | 2026-03-11T21:00:55.928Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1125 | 2026-03-11T21:00:55.960Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1126 | 2026-03-11T21:00:55.960Z | 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
|
| 1127 | 2026-03-11T21:00:55.961Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4738
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
|
| 1128 | 2026-03-11T21:00:55.961Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1129 | 2026-03-11T21:00:55.961Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1130 | 2026-03-11T21:00:55.971Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1131 | 2026-03-11T21:00:55.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1132 | 2026-03-11T21:00:55.972Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1133 | 2026-03-11T21:00:56.006Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1134 | 2026-03-11T21:00:56.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1135 | 2026-03-11T21:00:56.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1136 | 2026-03-11T21:00:56.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1137 | 2026-03-11T21:00:56.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1138 | 2026-03-11T21:00:56.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1139 | 2026-03-11T21:00:56.050Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1140 | 2026-03-11T21:00:56.050Z | 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
|
| 1141 | 2026-03-11T21:00:56.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1142 | 2026-03-11T21:00:56.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1143 | 2026-03-11T21:00:56.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1144 | 2026-03-11T21:00:56.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1145 | 2026-03-11T21:00:56.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1146 | 2026-03-11T21:00:56.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1147 | 2026-03-11T21:00:56.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1148 | 2026-03-11T21:00:56.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1149 | 2026-03-11T21:00:56.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1150 | 2026-03-11T21:00:56.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1151 | 2026-03-11T21:00:56.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1152 | 2026-03-11T21:00:56.128Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1153 | 2026-03-11T21:00:56.129Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1154 | 2026-03-11T21:00:56.129Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1155 | 2026-03-11T21:00:56.139Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1156 | 2026-03-11T21:00:56.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1157 | 2026-03-11T21:00:56.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1158 | 2026-03-11T21:00:56.193Z | 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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1159 | 2026-03-11T21:00:56.194Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1160 | 2026-03-11T21:00:56.194Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1161 | 2026-03-11T21:00:56.204Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1162 | 2026-03-11T21:00:56.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1163 | 2026-03-11T21:00:56.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1164 | 2026-03-11T21:00:56.238Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1165 | 2026-03-11T21:00:56.238Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1166 | 2026-03-11T21:00:56.238Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1167 | 2026-03-11T21:00:56.249Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1168 | 2026-03-11T21:00:56.249Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1169 | 2026-03-11T21:00:56.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1170 | 2026-03-11T21:00:56.294Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1171 | 2026-03-11T21:00:56.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1172 | 2026-03-11T21:00:56.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1173 | 2026-03-11T21:00:56.305Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1174 | 2026-03-11T21:00:56.305Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1175 | 2026-03-11T21:00:56.305Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1176 | 2026-03-11T21:00:56.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1177 | 2026-03-11T21:00:56.338Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1178 | 2026-03-11T21:00:56.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1179 | 2026-03-11T21:00:56.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1180 | 2026-03-11T21:00:56.349Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1181 | 2026-03-11T21:00:56.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1182 | 2026-03-11T21:00:56.393Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1183 | 2026-03-11T21:00:56.393Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1184 | 2026-03-11T21:00:56.394Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1185 | 2026-03-11T21:00:56.404Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1186 | 2026-03-11T21:00:56.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1187 | 2026-03-11T21:00:56.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1188 | 2026-03-11T21:00:56.427Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1189 | 2026-03-11T21:00:56.427Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1190 | 2026-03-11T21:00:56.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1191 | 2026-03-11T21:00:56.438Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1192 | 2026-03-11T21:00:56.438Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1193 | 2026-03-11T21:00:56.438Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1194 | 2026-03-11T21:00:56.473Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1195 | 2026-03-11T21:00:56.473Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1196 | 2026-03-11T21:00:56.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1197 | 2026-03-11T21:00:56.483Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1198 | 2026-03-11T21:00:56.484Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1199 | 2026-03-11T21:00:56.484Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1200 | 2026-03-11T21:00:56.505Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1201 | 2026-03-11T21:00:56.505Z | INFO | phd-runner: [TEST - EVENT] Found boot options: {"unbootable": 2, "unbootable-2": 3, "efi shell": 4, "uiapp": 0, "boot-disk": 1}
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
|
| 1202 | 2026-03-11T21:00:56.506Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1203 | 2026-03-11T21:00:56.506Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1204 | 2026-03-11T21:00:56.517Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1205 | 2026-03-11T21:00:56.518Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1206 | 2026-03-11T21:00:56.518Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1207 | 2026-03-11T21:00:56.550Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1208 | 2026-03-11T21:00:56.550Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1209 | 2026-03-11T21:00:56.550Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1210 | 2026-03-11T21:00:56.561Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1211 | 2026-03-11T21:00:56.561Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1212 | 2026-03-11T21:00:56.561Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1213 | 2026-03-11T21:00:56.594Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1214 | 2026-03-11T21:00:56.594Z | 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
|
| 1215 | 2026-03-11T21:00:56.594Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1216 | 2026-03-11T21:00:56.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1217 | 2026-03-11T21:00:56.605Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1218 | 2026-03-11T21:00:56.605Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1219 | 2026-03-11T21:00:56.605Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1220 | 2026-03-11T21:00:56.637Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1221 | 2026-03-11T21:00:56.638Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1222 | 2026-03-11T21:00:56.638Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1223 | 2026-03-11T21:00:56.648Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1224 | 2026-03-11T21:00:56.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1225 | 2026-03-11T21:00:56.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1226 | 2026-03-11T21:00:56.671Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1227 | 2026-03-11T21:00:56.671Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1228 | 2026-03-11T21:00:56.671Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1229 | 2026-03-11T21:00:56.693Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1230 | 2026-03-11T21:00:56.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1231 | 2026-03-11T21:00:56.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1232 | 2026-03-11T21:00:56.726Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1233 | 2026-03-11T21:00:56.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1234 | 2026-03-11T21:00:56.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1235 | 2026-03-11T21:00:56.738Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1236 | 2026-03-11T21:00:56.738Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1237 | 2026-03-11T21:00:56.738Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1238 | 2026-03-11T21:00:56.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1239 | 2026-03-11T21:00:56.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1240 | 2026-03-11T21:00:56.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1241 | 2026-03-11T21:00:56.782Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1242 | 2026-03-11T21:00:56.783Z | 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
|
| 1243 | 2026-03-11T21:00:56.783Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1244 | 2026-03-11T21:00:56.783Z | 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
|
| 1245 | 2026-03-11T21:00:56.783Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1246 | 2026-03-11T21:00:56.783Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1247 | 2026-03-11T21:01:03.598Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 6814
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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1248 | 2026-03-11T21:01:03.598Z | 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
|
| 1249 | 2026-03-11T21:01:03.598Z | 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
|
| 1250 | 2026-03-11T21:01:03.598Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1251 | 2026-03-11T21:01:03.598Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1252 | 2026-03-11T21:01:03.627Z | 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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1253 | 2026-03-11T21:01:03.627Z | 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
|
| 1254 | 2026-03-11T21:01:03.627Z | 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
|
| 1255 | 2026-03-11T21:01:03.627Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1256 | 2026-03-11T21:01:03.627Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1257 | 2026-03-11T21:01:03.659Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1258 | 2026-03-11T21:01:03.659Z | 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
|
| 1259 | 2026-03-11T21:01:03.659Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 6876
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
|
| 1260 | 2026-03-11T21:01: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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1261 | 2026-03-11T21:01: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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1262 | 2026-03-11T21:01:03.670Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1263 | 2026-03-11T21:01:03.670Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1264 | 2026-03-11T21:01:03.671Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1265 | 2026-03-11T21:01:03.703Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1266 | 2026-03-11T21:01: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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1267 | 2026-03-11T21:01:03.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1268 | 2026-03-11T21:01:03.715Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1269 | 2026-03-11T21:01:03.715Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1270 | 2026-03-11T21:01:03.715Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1271 | 2026-03-11T21:01:03.748Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1272 | 2026-03-11T21:01:03.748Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1273 | 2026-03-11T21:01:03.748Z | 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
|
| 1274 | 2026-03-11T21:01:03.748Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1275 | 2026-03-11T21:01:03.748Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1276 | 2026-03-11T21:01:03.748Z | 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
|
| 1277 | 2026-03-11T21:01:03.751Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1278 | 2026-03-11T21:01:03.760Z | 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 51.6M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 1279 | 2026-03-11T21:01:03.760Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-75526244-4c86-4e73-96e8-8a5be5d8a04c"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::zfs
verb = snapshot
|
| 1280 | 2026-03-11T21:01:03.777Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-75526244-4c86-4e73-96e8-8a5be5d8a04c", "phd-artifacts/phd-clone-d38854ed-b63e-4e9b-825e-2f2b9af5f6b8"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::zfs
verb = clone
|
| 1281 | 2026-03-11T21:01:03.795Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-d38854ed-b63e-4e9b-825e-2f2b9af5f6b8"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::zfs
verb = list
|
| 1282 | 2026-03-11T21:01:03.806Z | 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-d38854ed-b63e-4e9b-825e-2f2b9af5f6b8 0B 25.3T 48.9M /phd-artifacts/phd-clone-d38854ed-b63e-4e9b-825e-2f2b9af5f6b8\n
target = phd_framework::zfs
|
| 1283 | 2026-03-11T21:01:03.808Z | 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
|
| 1284 | 2026-03-11T21:01:03.808Z | 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
|
| 1285 | 2026-03-11T21:01:03.808Z | 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
|
| 1286 | 2026-03-11T21:01:03.808Z | 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
|
| 1287 | 2026-03-11T21:01:03.808Z | 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
|
| 1288 | 2026-03-11T21:01:03.824Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 924
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
|
| 1289 | 2026-03-11T21:01:03.839Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 30
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
|
| 1290 | 2026-03-11T21:01:03.839Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1291 | 2026-03-11T21:01:03.842Z | 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
|
| 1292 | 2026-03-11T21:01:03.843Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 12623
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1293 | 2026-03-11T21:01:03.971Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1294 | 2026-03-11T21:01:03.972Z | 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: a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362, name: "phd-vm-a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: f380f410-985b-4ce9-92ac-b9650a4c17ae, project_id: 21fd9863-7b03-478a-b60e-a6fbe38cb087, sled_id: 23adcace-0e0f-4517-8cd0-87209b40927a, sled_serial: "23adcace-0e0f-4517-8cd0-87209b40927a", 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1295 | 2026-03-11T21:01:03.972Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1296 | 2026-03-11T21:01:03.972Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1297 | 2026-03-11T21:01:03.973Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1298 | 2026-03-11T21:01:03.974Z | 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
|
| 1299 | 2026-03-11T21:01:03.974Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1300 | 2026-03-11T21:01:03.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::boot_order::boot_order_source_priority
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 1301 | 2026-03-11T21:01:03.974Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1302 | 2026-03-11T21:01:03.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1303 | 2026-03-11T21:01:04.312Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1304 | 2026-03-11T21:01:04.393Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1305 | 2026-03-11T21:01:04.393Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-5bf09119-13c6-40b1-94d3-6568bd927483"]
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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1306 | 2026-03-11T21:01:04.420Z | 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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1307 | 2026-03-11T21:01:04.420Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5c75895c-4a3a-4b5c-846a-b9f2507b9a5a"]
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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1308 | 2026-03-11T21:01:04.437Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 688
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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1309 | 2026-03-11T21:01:04.437Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 13345
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 = 3bf86365-c8de-4cf6-8be7-3cb20b2eb765
|
| 1310 | 2026-03-11T21:01:08.663Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4689
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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1311 | 2026-03-11T21:01:08.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::boot_order::boot_order_source_priority
step = WriteStr("root")
target = phd_framework::test_vm
|
| 1312 | 2026-03-11T21:01:08.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::boot_order::boot_order_source_priority
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1313 | 2026-03-11T21:01:08.664Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1314 | 2026-03-11T21:01:08.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1315 | 2026-03-11T21:01:08.682Z | 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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1316 | 2026-03-11T21:01:08.682Z | 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
|
| 1317 | 2026-03-11T21:01:08.683Z | 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
|
| 1318 | 2026-03-11T21:01:08.683Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1319 | 2026-03-11T21:01:08.683Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1320 | 2026-03-11T21:01:08.715Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1321 | 2026-03-11T21:01:08.715Z | 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
|
| 1322 | 2026-03-11T21:01:08.715Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4741
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
|
| 1323 | 2026-03-11T21:01:08.716Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1324 | 2026-03-11T21:01:08.716Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1325 | 2026-03-11T21:01:08.749Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1326 | 2026-03-11T21:01:08.750Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1327 | 2026-03-11T21:01:08.750Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1328 | 2026-03-11T21:01:08.783Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1329 | 2026-03-11T21:01:08.783Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1330 | 2026-03-11T21:01:08.783Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1331 | 2026-03-11T21:01:08.794Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1332 | 2026-03-11T21:01:08.794Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1333 | 2026-03-11T21:01:08.794Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1334 | 2026-03-11T21:01:08.826Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1335 | 2026-03-11T21:01:08.826Z | 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
|
| 1336 | 2026-03-11T21:01:08.826Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1337 | 2026-03-11T21:01:08.826Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1338 | 2026-03-11T21:01:08.860Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1339 | 2026-03-11T21:01:08.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1340 | 2026-03-11T21:01:08.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1341 | 2026-03-11T21:01:08.917Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1342 | 2026-03-11T21:01:08.917Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1343 | 2026-03-11T21:01:08.917Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1344 | 2026-03-11T21:01:08.927Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1345 | 2026-03-11T21:01:08.927Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1346 | 2026-03-11T21:01:08.928Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1347 | 2026-03-11T21:01:08.960Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1348 | 2026-03-11T21:01:08.960Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1349 | 2026-03-11T21:01:08.961Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1350 | 2026-03-11T21:01:08.994Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1351 | 2026-03-11T21:01:08.994Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1352 | 2026-03-11T21:01:08.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1353 | 2026-03-11T21:01:09.050Z | 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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1354 | 2026-03-11T21:01:09.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1355 | 2026-03-11T21:01:09.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1356 | 2026-03-11T21:01:09.061Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1357 | 2026-03-11T21:01:09.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1358 | 2026-03-11T21:01:09.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1359 | 2026-03-11T21:01:09.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1360 | 2026-03-11T21:01:09.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1361 | 2026-03-11T21:01:09.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1362 | 2026-03-11T21:01:09.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1363 | 2026-03-11T21:01:09.129Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1364 | 2026-03-11T21:01:09.129Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1365 | 2026-03-11T21:01:09.183Z | 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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1366 | 2026-03-11T21:01:09.184Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1367 | 2026-03-11T21:01:09.184Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1368 | 2026-03-11T21:01:09.194Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1369 | 2026-03-11T21:01:09.195Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1370 | 2026-03-11T21:01:09.195Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1371 | 2026-03-11T21:01:09.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1372 | 2026-03-11T21:01:09.228Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1373 | 2026-03-11T21:01:09.228Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1374 | 2026-03-11T21:01:09.260Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1375 | 2026-03-11T21:01:09.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1376 | 2026-03-11T21:01:09.261Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1377 | 2026-03-11T21:01:09.305Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1378 | 2026-03-11T21:01:09.305Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1379 | 2026-03-11T21:01:09.305Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1380 | 2026-03-11T21:01:09.317Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1381 | 2026-03-11T21:01:09.317Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1382 | 2026-03-11T21:01:09.317Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1383 | 2026-03-11T21:01:09.350Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1384 | 2026-03-11T21:01:09.350Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1385 | 2026-03-11T21:01:09.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1386 | 2026-03-11T21:01:09.384Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1387 | 2026-03-11T21:01:09.384Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1388 | 2026-03-11T21:01:09.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1389 | 2026-03-11T21:01:09.418Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1390 | 2026-03-11T21:01:09.418Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1391 | 2026-03-11T21:01:09.419Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1392 | 2026-03-11T21:01:09.430Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1393 | 2026-03-11T21:01:09.430Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1394 | 2026-03-11T21:01:09.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1395 | 2026-03-11T21:01:09.463Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1396 | 2026-03-11T21:01:09.463Z | INFO | phd-runner: [TEST - EVENT] Found boot options: {"unbootable": 2, "efi shell": 4, "uiapp": 0, "boot-disk": 1, "unbootable-2": 3}
file = phd-tests/tests/src/boot_order/efi_utils.rs
line = 469
path = phd_tests::boot_order::boot_order_source_priority
target = phd_tests::boot_order::efi_utils
|
| 1397 | 2026-03-11T21:01:09.463Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1398 | 2026-03-11T21:01:09.463Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1399 | 2026-03-11T21:01:09.495Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1400 | 2026-03-11T21:01:09.496Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1401 | 2026-03-11T21:01:09.496Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1402 | 2026-03-11T21:01:09.528Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1403 | 2026-03-11T21:01:09.529Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1404 | 2026-03-11T21:01:09.529Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1405 | 2026-03-11T21:01:09.539Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1406 | 2026-03-11T21:01:09.539Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1407 | 2026-03-11T21:01:09.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1408 | 2026-03-11T21:01:09.573Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1409 | 2026-03-11T21:01:09.573Z | 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
|
| 1410 | 2026-03-11T21:01:09.573Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1411 | 2026-03-11T21:01:09.573Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1412 | 2026-03-11T21:01:09.606Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1413 | 2026-03-11T21:01:09.606Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1414 | 2026-03-11T21:01:09.606Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1415 | 2026-03-11T21:01:09.641Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1416 | 2026-03-11T21:01:09.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1417 | 2026-03-11T21:01:09.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1418 | 2026-03-11T21:01:09.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1419 | 2026-03-11T21:01:09.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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1420 | 2026-03-11T21:01:09.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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1421 | 2026-03-11T21:01:09.685Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1422 | 2026-03-11T21:01:09.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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1423 | 2026-03-11T21:01:09.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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1424 | 2026-03-11T21:01:09.728Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1425 | 2026-03-11T21:01:09.729Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1426 | 2026-03-11T21:01:09.729Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1427 | 2026-03-11T21:01:09.762Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1428 | 2026-03-11T21:01:09.762Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1429 | 2026-03-11T21:01:09.762Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1430 | 2026-03-11T21:01:09.772Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1431 | 2026-03-11T21:01:09.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1432 | 2026-03-11T21:01:09.773Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1433 | 2026-03-11T21:01:09.805Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1434 | 2026-03-11T21:01:09.805Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1435 | 2026-03-11T21:01:09.805Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1436 | 2026-03-11T21:01:09.817Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1437 | 2026-03-11T21:01:09.817Z | 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
|
| 1438 | 2026-03-11T21:01:09.817Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1439 | 2026-03-11T21:01:09.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::boot_order_source_priority
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 1440 | 2026-03-11T21:01:09.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1441 | 2026-03-11T21:01:09.817Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1442 | 2026-03-11T21:01:16.570Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 6752
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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1443 | 2026-03-11T21:01: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::boot_order::boot_order_source_priority
step = WriteStr("root")
target = phd_framework::test_vm
|
| 1444 | 2026-03-11T21:01: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::boot_order::boot_order_source_priority
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1445 | 2026-03-11T21:01:16.570Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1446 | 2026-03-11T21:01: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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1447 | 2026-03-11T21:01:16.588Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1448 | 2026-03-11T21:01:16.588Z | 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
|
| 1449 | 2026-03-11T21:01:16.588Z | 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
|
| 1450 | 2026-03-11T21:01:16.588Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1451 | 2026-03-11T21:01:16.588Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1452 | 2026-03-11T21:01:16.620Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1453 | 2026-03-11T21:01:16.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::boot_order_source_priority
target = phd_framework::test_vm
|
| 1454 | 2026-03-11T21:01:16.620Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 6803
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
|
| 1455 | 2026-03-11T21:01:16.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1456 | 2026-03-11T21:01:16.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1457 | 2026-03-11T21:01:16.654Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1458 | 2026-03-11T21:01:16.655Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1459 | 2026-03-11T21:01:16.655Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1460 | 2026-03-11T21:01:16.688Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1461 | 2026-03-11T21:01:16.688Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1462 | 2026-03-11T21:01:16.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1463 | 2026-03-11T21:01:16.700Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1464 | 2026-03-11T21:01:16.700Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1465 | 2026-03-11T21:01:16.700Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1466 | 2026-03-11T21:01:16.723Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1467 | 2026-03-11T21:01:16.723Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1468 | 2026-03-11T21:01:16.724Z | 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
|
| 1469 | 2026-03-11T21:01:16.724Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 12752
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1470 | 2026-03-11T21:01:16.724Z | 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
|
| 1471 | 2026-03-11T21:01:16.724Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1472 | 2026-03-11T21:01:16.725Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1473 | 2026-03-11T21:01:17.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::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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1474 | 2026-03-11T21:01:17.136Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1475 | 2026-03-11T21:01:17.136Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-d38854ed-b63e-4e9b-825e-2f2b9af5f6b8"]
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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1476 | 2026-03-11T21:01:17.166Z | 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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1477 | 2026-03-11T21:01:17.166Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-75526244-4c86-4e73-96e8-8a5be5d8a04c"]
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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1478 | 2026-03-11T21:01:17.184Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 460
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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1479 | 2026-03-11T21:01:17.184Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 13345
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 = a4bb8bcd-1a74-4c3d-97b3-c57daf8a3362
|
| 1480 | 2026-03-11T21:01:17.184Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 459
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1481 | 2026-03-11T21:01:17.184Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 26178
file = phd-tests/tests/src/boot_order.rs
line = 403
path = phd_tests::boot_order::boot_order_source_priority
target = phd_tests::boot_order
|
| 1482 | 2026-03-11T21:01:17.184Z | 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
|
| 1483 | 2026-03-11T21:01:17.184Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1484 | 2026-03-11T21:01:17.185Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1485 | 2026-03-11T21:01:17.185Z | 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
|
| 1486 | 2026-03-11T21:01:17.185Z | 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
|
| 1487 | 2026-03-11T21:01:17.185Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1488 | 2026-03-11T21:01:17.185Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1489 | 2026-03-11T21:01:17.185Z | 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
|
| 1490 | 2026-03-11T21:01:17.196Z | 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 51.3M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 1491 | 2026-03-11T21:01:17.196Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5c9a0edb-a040-4333-beaa-573ea5c45368"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
verb = snapshot
|
| 1492 | 2026-03-11T21:01:17.213Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5c9a0edb-a040-4333-beaa-573ea5c45368", "phd-artifacts/phd-clone-8ea25583-8002-4213-9c47-52880182702d"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
verb = clone
|
| 1493 | 2026-03-11T21:01:17.231Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-8ea25583-8002-4213-9c47-52880182702d"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
verb = list
|
| 1494 | 2026-03-11T21:01:17.243Z | 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-8ea25583-8002-4213-9c47-52880182702d 0B 25.3T 48.9M /phd-artifacts/phd-clone-8ea25583-8002-4213-9c47-52880182702d\n
target = phd_framework::zfs
|
| 1495 | 2026-03-11T21:01:17.243Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1496 | 2026-03-11T21:01:17.243Z | 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
|
| 1497 | 2026-03-11T21:01:17.255Z | 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 50.9M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 1498 | 2026-03-11T21:01:17.255Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-b647c6b8-2845-4dd7-9286-78b06cee47d4"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
verb = snapshot
|
| 1499 | 2026-03-11T21:01:17.280Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-b647c6b8-2845-4dd7-9286-78b06cee47d4", "phd-artifacts/phd-clone-79e39892-d934-4c4f-9cec-47698c9a902e"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
verb = clone
|
| 1500 | 2026-03-11T21:01:17.297Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-79e39892-d934-4c4f-9cec-47698c9a902e"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
verb = list
|
| 1501 | 2026-03-11T21:01:17.310Z | 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-79e39892-d934-4c4f-9cec-47698c9a902e 0B 25.3T 48.9M /phd-artifacts/phd-clone-79e39892-d934-4c4f-9cec-47698c9a902e\n
target = phd_framework::zfs
|
| 1502 | 2026-03-11T21:01:17.310Z | 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
|
| 1503 | 2026-03-11T21:01:17.310Z | 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
|
| 1504 | 2026-03-11T21:01:17.310Z | 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
|
| 1505 | 2026-03-11T21:01:17.311Z | 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
|
| 1506 | 2026-03-11T21:01:17.311Z | 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
|
| 1507 | 2026-03-11T21:01:17.326Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 939
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
|
| 1508 | 2026-03-11T21:01:17.341Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 30
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
|
| 1509 | 2026-03-11T21:01:17.341Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1510 | 2026-03-11T21:01:17.342Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1511 | 2026-03-11T21:01:18.128Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1512 | 2026-03-11T21:01:18.129Z | 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: 8b91bb0d-1ebc-477b-9fe9-2384089b23fc, name: "phd-vm-8b91bb0d-1ebc-477b-9fe9-2384089b23fc", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: b1ec3172-3915-4d5a-803b-1271ce91511c, project_id: 925d90b1-fa18-4a62-a580-c89b6dc3f5af, sled_id: da03e817-5db3-4e21-aeaf-cc8bfded4d20, sled_serial: "da03e817-5db3-4e21-aeaf-cc8bfded4d20", 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1513 | 2026-03-11T21:01:18.129Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1514 | 2026-03-11T21:01:18.129Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1515 | 2026-03-11T21:01:18.130Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1516 | 2026-03-11T21:01:18.130Z | 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
|
| 1517 | 2026-03-11T21:01:18.130Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1518 | 2026-03-11T21:01:18.130Z | 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
|
| 1519 | 2026-03-11T21:01:18.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::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1520 | 2026-03-11T21:01:18.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::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = nvme_boot_option_description
vm_id = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1521 | 2026-03-11T21:01:22.814Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4683
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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1522 | 2026-03-11T21:01:22.814Z | 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
|
| 1523 | 2026-03-11T21:01:22.814Z | 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
|
| 1524 | 2026-03-11T21:01:22.814Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1525 | 2026-03-11T21:01:22.814Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1526 | 2026-03-11T21:01:22.832Z | 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::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1527 | 2026-03-11T21:01:22.832Z | 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
|
| 1528 | 2026-03-11T21:01:22.832Z | 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
|
| 1529 | 2026-03-11T21:01:22.832Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1530 | 2026-03-11T21:01:22.832Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1531 | 2026-03-11T21:01:22.864Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1532 | 2026-03-11T21:01:22.864Z | 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
|
| 1533 | 2026-03-11T21:01:22.864Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4734
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
|
| 1534 | 2026-03-11T21:01:22.865Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1535 | 2026-03-11T21:01:22.865Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1536 | 2026-03-11T21:01:22.876Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1537 | 2026-03-11T21:01:22.876Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1538 | 2026-03-11T21:01:22.876Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1539 | 2026-03-11T21:01:22.909Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1540 | 2026-03-11T21:01:22.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::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1541 | 2026-03-11T21:01:22.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::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = nvme_boot_option_description
vm_id = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1542 | 2026-03-11T21:01:22.920Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1543 | 2026-03-11T21:01:22.920Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1544 | 2026-03-11T21:01:22.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::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = nvme_boot_option_description
vm_id = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1545 | 2026-03-11T21:01:22.942Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1546 | 2026-03-11T21:01:22.943Z | 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
|
| 1547 | 2026-03-11T21:01:22.943Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1548 | 2026-03-11T21:01:22.943Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1549 | 2026-03-11T21:01:22.954Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1550 | 2026-03-11T21:01:22.954Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1551 | 2026-03-11T21:01:22.955Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1552 | 2026-03-11T21:01:22.987Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1553 | 2026-03-11T21:01:22.987Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1554 | 2026-03-11T21:01:22.987Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1555 | 2026-03-11T21:01:22.998Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1556 | 2026-03-11T21:01:22.998Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1557 | 2026-03-11T21:01:22.998Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1558 | 2026-03-11T21:01:23.031Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1559 | 2026-03-11T21:01:23.031Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1560 | 2026-03-11T21:01:23.031Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1561 | 2026-03-11T21:01:23.042Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1562 | 2026-03-11T21:01:23.042Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1563 | 2026-03-11T21:01:23.042Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1564 | 2026-03-11T21:01:23.075Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1565 | 2026-03-11T21:01:23.075Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1566 | 2026-03-11T21:01:23.075Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1567 | 2026-03-11T21:01:23.086Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1568 | 2026-03-11T21:01:23.086Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1569 | 2026-03-11T21:01:23.086Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1570 | 2026-03-11T21:01:23.119Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1571 | 2026-03-11T21:01:23.119Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1572 | 2026-03-11T21:01:23.119Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1573 | 2026-03-11T21:01:23.130Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1574 | 2026-03-11T21:01: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::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1575 | 2026-03-11T21:01: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::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = nvme_boot_option_description
vm_id = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1576 | 2026-03-11T21:01:23.175Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1577 | 2026-03-11T21:01:23.175Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1578 | 2026-03-11T21:01:23.175Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1579 | 2026-03-11T21:01:23.186Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1580 | 2026-03-11T21:01:23.186Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1581 | 2026-03-11T21:01:23.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::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = nvme_boot_option_description
vm_id = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1582 | 2026-03-11T21:01:23.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::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1583 | 2026-03-11T21:01:23.218Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1584 | 2026-03-11T21:01:23.219Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1585 | 2026-03-11T21:01:23.230Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1586 | 2026-03-11T21:01:23.230Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1587 | 2026-03-11T21:01:23.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::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = nvme_boot_option_description
vm_id = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1588 | 2026-03-11T21:01:23.263Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1589 | 2026-03-11T21:01:23.263Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1590 | 2026-03-11T21:01:23.263Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1591 | 2026-03-11T21:01:23.273Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1592 | 2026-03-11T21:01:23.274Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1593 | 2026-03-11T21:01:23.274Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1594 | 2026-03-11T21:01:23.307Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1595 | 2026-03-11T21:01:23.307Z | INFO | phd-runner: [TEST - EVENT] Found boot options: {"nvme-test-disk": 2, "efi shell": 3, "boot-disk": 1, "uiapp": 0}
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
|
| 1596 | 2026-03-11T21:01:23.307Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1597 | 2026-03-11T21:01:23.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::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = nvme_boot_option_description
vm_id = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1598 | 2026-03-11T21:01:23.318Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1599 | 2026-03-11T21:01:23.318Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1600 | 2026-03-11T21:01:23.318Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1601 | 2026-03-11T21:01:23.363Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1602 | 2026-03-11T21:01:23.363Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1603 | 2026-03-11T21:01:23.363Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1604 | 2026-03-11T21:01:23.373Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1605 | 2026-03-11T21:01:23.373Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1606 | 2026-03-11T21:01:23.373Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1607 | 2026-03-11T21:01:23.395Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1608 | 2026-03-11T21:01:23.396Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1609 | 2026-03-11T21:01:23.396Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 1610 | 2026-03-11T21:01:23.396Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 5268
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1611 | 2026-03-11T21:01:23.396Z | 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
|
| 1612 | 2026-03-11T21:01:23.396Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1613 | 2026-03-11T21:01:23.398Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1614 | 2026-03-11T21:01:24.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::nvme_boot_option_description
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = nvme_boot_option_description
vm_id = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1615 | 2026-03-11T21:01:24.168Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1616 | 2026-03-11T21:01:24.168Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-8ea25583-8002-4213-9c47-52880182702d"]
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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1617 | 2026-03-11T21:01:24.196Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1618 | 2026-03-11T21:01:24.196Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5c9a0edb-a040-4333-beaa-573ea5c45368"]
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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1619 | 2026-03-11T21:01:24.214Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1620 | 2026-03-11T21:01:24.214Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-79e39892-d934-4c4f-9cec-47698c9a902e"]
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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1621 | 2026-03-11T21:01:24.239Z | 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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1622 | 2026-03-11T21:01:24.239Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-b647c6b8-2845-4dd7-9286-78b06cee47d4"]
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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1623 | 2026-03-11T21:01:24.260Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 863
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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1624 | 2026-03-11T21:01:24.260Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 863
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1625 | 2026-03-11T21:01:24.260Z | INFO | phd-runner: Starting test phd_tests::hyperv::hyperv_smoke_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 1626 | 2026-03-11T21:01:24.260Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6918
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 = 8b91bb0d-1ebc-477b-9fe9-2384089b23fc
|
| 1627 | 2026-03-11T21:01:24.260Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1628 | 2026-03-11T21:01:24.260Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 7075
file = phd-tests/tests/src/boot_order.rs
line = 510
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_tests::boot_order
|
| 1629 | 2026-03-11T21:01:24.260Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1630 | 2026-03-11T21:01:24.260Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/hyperv.rs
line = 54
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_tests::hyperv
|
| 1631 | 2026-03-11T21:01:24.260Z | 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
|
| 1632 | 2026-03-11T21:01:24.260Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1633 | 2026-03-11T21:01:24.260Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1634 | 2026-03-11T21:01:24.260Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::zfs
verb = list
|
| 1635 | 2026-03-11T21:01:24.272Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::hyperv::hyperv_smoke_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 52.7M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 1636 | 2026-03-11T21:01:24.272Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-03611d9e-f75c-4456-8edc-985e0202ccf3"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::zfs
verb = snapshot
|
| 1637 | 2026-03-11T21:01:24.289Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-03611d9e-f75c-4456-8edc-985e0202ccf3", "phd-artifacts/phd-clone-18298fcd-da73-4b26-8806-885ca248c3f2"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::zfs
verb = clone
|
| 1638 | 2026-03-11T21:01:24.307Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-18298fcd-da73-4b26-8806-885ca248c3f2"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::zfs
verb = list
|
| 1639 | 2026-03-11T21:01:24.317Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::hyperv::hyperv_smoke_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-18298fcd-da73-4b26-8806-885ca248c3f2 0B 25.3T 48.9M /phd-artifacts/phd-clone-18298fcd-da73-4b26-8806-885ca248c3f2\n
target = phd_framework::zfs
|
| 1640 | 2026-03-11T21:01:24.318Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
|
| 1641 | 2026-03-11T21:01:24.318Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm_name = hyperv_smoke_test
|
| 1642 | 2026-03-11T21:01:24.318Z | 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
|
| 1643 | 2026-03-11T21:01:24.318Z | 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_smoke_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 1644 | 2026-03-11T21:01:24.318Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::hyperv::hyperv_smoke_test
stderr_path = "/tmp/propolis-phd/phd_tests::hyperv::hyperv_smoke_test/hyperv_smoke_test.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::hyperv::hyperv_smoke_test/hyperv_smoke_test.stdout.log"
target = phd_framework::log_config
|
| 1645 | 2026-03-11T21:01:24.333Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 949
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm::server
|
| 1646 | 2026-03-11T21:01:24.348Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 29
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
|
| 1647 | 2026-03-11T21:01:24.348Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = cd884ce1-d1b6-46b1-92a2-ec6043d90c46
|
| 1648 | 2026-03-11T21:01:24.349Z | 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_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = cd884ce1-d1b6-46b1-92a2-ec6043d90c46
|
| 1649 | 2026-03-11T21:01:24.884Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1650 | 2026-03-11T21:01:24.884Z | 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: cd884ce1-d1b6-46b1-92a2-ec6043d90c46, name: "phd-vm-cd884ce1-d1b6-46b1-92a2-ec6043d90c46", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 6f91d3e7-52ac-4941-808c-ac0dba1c4c73, project_id: 53f7f138-9add-4bbb-ab07-081da3a8369c, sled_id: c652dd29-2c15-4f21-9168-75df39bc5aaa, sled_serial: "c652dd29-2c15-4f21-9168-75df39bc5aaa", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = cd884ce1-d1b6-46b1-92a2-ec6043d90c46
|
| 1651 | 2026-03-11T21:01:24.884Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = cd884ce1-d1b6-46b1-92a2-ec6043d90c46
|
| 1652 | 2026-03-11T21:01:24.884Z | 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_smoke_test
state = Run
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = cd884ce1-d1b6-46b1-92a2-ec6043d90c46
|
| 1653 | 2026-03-11T21:01:24.886Z | 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_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = cd884ce1-d1b6-46b1-92a2-ec6043d90c46
|
| 1654 | 2026-03-11T21:01:24.886Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
|
| 1655 | 2026-03-11T21:01:24.886Z | 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_smoke_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = hyperv_smoke_test
vm_id = cd884ce1-d1b6-46b1-92a2-ec6043d90c46
|
| 1656 | 2026-03-11T21:01:24.886Z | 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_smoke_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 1657 | 2026-03-11T21:01:24.886Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = cd884ce1-d1b6-46b1-92a2-ec6043d90c46
|
| 1658 | 2026-03-11T21:01:24.886Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_smoke_test
vm_id = cd884ce1-d1b6-46b1-92a2-ec6043d90c46
|
| 1659 | 2026-03-11T21:01:29.698Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4812
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = cd884ce1-d1b6-46b1-92a2-ec6043d90c46
|
| 1660 | 2026-03-11T21:01:29.698Z | 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_smoke_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 1661 | 2026-03-11T21:01:29.698Z | 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_smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1662 | 2026-03-11T21:01:29.698Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = cd884ce1-d1b6-46b1-92a2-ec6043d90c46
|
| 1663 | 2026-03-11T21:01:29.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::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_smoke_test
vm_id = cd884ce1-d1b6-46b1-92a2-ec6043d90c46
|
| 1664 | 2026-03-11T21:01:29.716Z | 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_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = cd884ce1-d1b6-46b1-92a2-ec6043d90c46
|
| 1665 | 2026-03-11T21:01:29.717Z | 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_smoke_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 1666 | 2026-03-11T21:01:29.717Z | 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_smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1667 | 2026-03-11T21:01:29.717Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = cd884ce1-d1b6-46b1-92a2-ec6043d90c46
|
| 1668 | 2026-03-11T21:01:29.717Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_smoke_test
vm_id = cd884ce1-d1b6-46b1-92a2-ec6043d90c46
|
| 1669 | 2026-03-11T21:01:29.750Z | 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_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = cd884ce1-d1b6-46b1-92a2-ec6043d90c46
|
| 1670 | 2026-03-11T21:01:29.750Z | 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_smoke_test
target = phd_framework::test_vm
|
| 1671 | 2026-03-11T21:01:29.750Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4864
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
|
| 1672 | 2026-03-11T21:01:29.750Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = cd884ce1-d1b6-46b1-92a2-ec6043d90c46
|
| 1673 | 2026-03-11T21:01:29.750Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_smoke_test
vm_id = cd884ce1-d1b6-46b1-92a2-ec6043d90c46
|
| 1674 | 2026-03-11T21:01:29.761Z | 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_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = cd884ce1-d1b6-46b1-92a2-ec6043d90c46
|
| 1675 | 2026-03-11T21:01:29.761Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = cd884ce1-d1b6-46b1-92a2-ec6043d90c46
|
| 1676 | 2026-03-11T21:01:29.761Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_smoke_test
vm_id = cd884ce1-d1b6-46b1-92a2-ec6043d90c46
|
| 1677 | 2026-03-11T21:01:29.794Z | 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_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = cd884ce1-d1b6-46b1-92a2-ec6043d90c46
|
| 1678 | 2026-03-11T21:01:29.794Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = cd884ce1-d1b6-46b1-92a2-ec6043d90c46
|
| 1679 | 2026-03-11T21:01:29.794Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_smoke_test
vm_id = cd884ce1-d1b6-46b1-92a2-ec6043d90c46
|
| 1680 | 2026-03-11T21:01:29.804Z | 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_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = cd884ce1-d1b6-46b1-92a2-ec6043d90c46
|
| 1681 | 2026-03-11T21:01:29.804Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = cd884ce1-d1b6-46b1-92a2-ec6043d90c46
|
| 1682 | 2026-03-11T21:01:29.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::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_smoke_test
vm_id = cd884ce1-d1b6-46b1-92a2-ec6043d90c46
|
| 1683 | 2026-03-11T21:01:29.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::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = cd884ce1-d1b6-46b1-92a2-ec6043d90c46
|
| 1684 | 2026-03-11T21:01:29.828Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = cd884ce1-d1b6-46b1-92a2-ec6043d90c46
|
| 1685 | 2026-03-11T21:01:29.828Z | 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
|
| 1686 | 2026-03-11T21:01:29.828Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4944
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1687 | 2026-03-11T21:01:29.828Z | INFO | phd-runner: test phd_tests::hyperv::hyperv_smoke_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 1688 | 2026-03-11T21:01:29.828Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1689 | 2026-03-11T21:01:29.829Z | 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_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = cd884ce1-d1b6-46b1-92a2-ec6043d90c46
|
| 1690 | 2026-03-11T21:01:30.421Z | 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_smoke_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = hyperv_smoke_test
vm_id = cd884ce1-d1b6-46b1-92a2-ec6043d90c46
|
| 1691 | 2026-03-11T21:01:30.504Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::zfs
vm = hyperv_smoke_test
vm_id = cd884ce1-d1b6-46b1-92a2-ec6043d90c46
|
| 1692 | 2026-03-11T21:01:30.504Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-18298fcd-da73-4b26-8806-885ca248c3f2"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::zfs
verb = destroy
vm = hyperv_smoke_test
vm_id = cd884ce1-d1b6-46b1-92a2-ec6043d90c46
|
| 1693 | 2026-03-11T21:01:30.531Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::zfs
vm = hyperv_smoke_test
vm_id = cd884ce1-d1b6-46b1-92a2-ec6043d90c46
|
| 1694 | 2026-03-11T21:01:30.532Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-03611d9e-f75c-4456-8edc-985e0202ccf3"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::zfs
verb = destroy
vm = hyperv_smoke_test
vm_id = cd884ce1-d1b6-46b1-92a2-ec6043d90c46
|
| 1695 | 2026-03-11T21:01:30.549Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 721
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = cd884ce1-d1b6-46b1-92a2-ec6043d90c46
|
| 1696 | 2026-03-11T21:01:30.549Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6201
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = cd884ce1-d1b6-46b1-92a2-ec6043d90c46
|
| 1697 | 2026-03-11T21:01:30.550Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 6289
file = phd-tests/tests/src/hyperv.rs
line = 54
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_tests::hyperv
|
| 1698 | 2026-03-11T21:01:30.550Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 721
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1699 | 2026-03-11T21:01:30.550Z | INFO | phd-runner: Starting test phd_tests::hyperv::hyperv_lifecycle_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 1700 | 2026-03-11T21:01:30.550Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1701 | 2026-03-11T21:01:30.550Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1702 | 2026-03-11T21:01:30.550Z | 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
|
| 1703 | 2026-03-11T21:01:30.550Z | 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
|
| 1704 | 2026-03-11T21:01:30.550Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1705 | 2026-03-11T21:01:30.550Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1706 | 2026-03-11T21:01:30.550Z | 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
|
| 1707 | 2026-03-11T21:01:30.561Z | 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 52.4M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 1708 | 2026-03-11T21:01:30.561Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-e99f4c4b-8742-4d66-8846-0ee6a8d845a6"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::zfs
verb = snapshot
|
| 1709 | 2026-03-11T21:01:30.577Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-e99f4c4b-8742-4d66-8846-0ee6a8d845a6", "phd-artifacts/phd-clone-2fef8f9e-ef42-432f-b41e-9e202fd50695"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::zfs
verb = clone
|
| 1710 | 2026-03-11T21:01:30.595Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-2fef8f9e-ef42-432f-b41e-9e202fd50695"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::zfs
verb = list
|
| 1711 | 2026-03-11T21:01:30.607Z | 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-2fef8f9e-ef42-432f-b41e-9e202fd50695 0B 25.3T 48.9M /phd-artifacts/phd-clone-2fef8f9e-ef42-432f-b41e-9e202fd50695\n
target = phd_framework::zfs
|
| 1712 | 2026-03-11T21:01:30.607Z | 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
|
| 1713 | 2026-03-11T21:01:30.607Z | 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
|
| 1714 | 2026-03-11T21:01:30.607Z | 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
|
| 1715 | 2026-03-11T21:01:30.608Z | 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
|
| 1716 | 2026-03-11T21:01:30.608Z | 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
|
| 1717 | 2026-03-11T21:01:30.622Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 957
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm::server
|
| 1718 | 2026-03-11T21:01:30.637Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 29
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
|
| 1719 | 2026-03-11T21:01:30.637Z | 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 = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
|
| 1720 | 2026-03-11T21:01:30.638Z | 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 = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
|
| 1721 | 2026-03-11T21:01:31.027Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1722 | 2026-03-11T21:01:31.027Z | 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: 64d7e66b-4743-45a3-b31a-d769c5c5e1c8, name: "phd-vm-64d7e66b-4743-45a3-b31a-d769c5c5e1c8", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: ff170222-d507-4939-b707-8848114817ec, project_id: 267d7803-12a9-400e-96b8-cdd41a64ebac, sled_id: ee8f1f3e-1edd-4582-9020-dd9020180f46, sled_serial: "ee8f1f3e-1edd-4582-9020-dd9020180f46", 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 = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
|
| 1723 | 2026-03-11T21:01:31.028Z | 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 = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
|
| 1724 | 2026-03-11T21:01:31.028Z | 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 = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
|
| 1725 | 2026-03-11T21:01:31.028Z | 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 = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
|
| 1726 | 2026-03-11T21:01:31.028Z | 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
|
| 1727 | 2026-03-11T21:01:31.029Z | 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 = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
|
| 1728 | 2026-03-11T21:01:31.029Z | 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
|
| 1729 | 2026-03-11T21:01:31.029Z | 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 = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
|
| 1730 | 2026-03-11T21:01: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::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_lifecycle_test
vm_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
|
| 1731 | 2026-03-11T21:01:35.938Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4908
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 = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
|
| 1732 | 2026-03-11T21:01:35.938Z | 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
|
| 1733 | 2026-03-11T21:01:35.938Z | 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
|
| 1734 | 2026-03-11T21:01:35.938Z | 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 = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
|
| 1735 | 2026-03-11T21:01:35.938Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_lifecycle_test
vm_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
|
| 1736 | 2026-03-11T21:01:35.956Z | 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_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
|
| 1737 | 2026-03-11T21:01:35.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::hyperv::hyperv_lifecycle_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 1738 | 2026-03-11T21:01:35.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::hyperv::hyperv_lifecycle_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1739 | 2026-03-11T21:01:35.956Z | 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 = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
|
| 1740 | 2026-03-11T21:01:35.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::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_lifecycle_test
vm_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
|
| 1741 | 2026-03-11T21:01:35.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::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
|
| 1742 | 2026-03-11T21:01:35.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::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
|
| 1743 | 2026-03-11T21:01:35.989Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4960
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
|
| 1744 | 2026-03-11T21:01:35.989Z | 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
|
| 1745 | 2026-03-11T21:01:35.989Z | 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 = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
|
| 1746 | 2026-03-11T21:01:35.989Z | 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 = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
|
| 1747 | 2026-03-11T21:01:35.990Z | 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 = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
|
| 1748 | 2026-03-11T21:01:35.990Z | 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
|
| 1749 | 2026-03-11T21:01:35.990Z | 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 = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
|
| 1750 | 2026-03-11T21:01:35.990Z | 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
|
| 1751 | 2026-03-11T21:01:35.990Z | 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 = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
|
| 1752 | 2026-03-11T21:01:35.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::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_lifecycle_test
vm_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
|
| 1753 | 2026-03-11T21:01:40.693Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4702
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 = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
|
| 1754 | 2026-03-11T21:01:40.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::hyperv::hyperv_lifecycle_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 1755 | 2026-03-11T21:01:40.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::hyperv::hyperv_lifecycle_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1756 | 2026-03-11T21:01:40.693Z | 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 = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
|
| 1757 | 2026-03-11T21:01:40.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::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_lifecycle_test
vm_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
|
| 1758 | 2026-03-11T21:01:40.711Z | 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_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
|
| 1759 | 2026-03-11T21:01:40.711Z | 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
|
| 1760 | 2026-03-11T21:01:40.711Z | 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
|
| 1761 | 2026-03-11T21:01:40.711Z | 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 = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
|
| 1762 | 2026-03-11T21:01:40.711Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_lifecycle_test
vm_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
|
| 1763 | 2026-03-11T21:01:40.743Z | 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 = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
|
| 1764 | 2026-03-11T21:01:40.743Z | 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
|
| 1765 | 2026-03-11T21:01:40.743Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4753
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
|
| 1766 | 2026-03-11T21:01:40.744Z | 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 = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
|
| 1767 | 2026-03-11T21:01:40.744Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_lifecycle_test
vm_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
|
| 1768 | 2026-03-11T21:01:40.754Z | 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 = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
|
| 1769 | 2026-03-11T21:01:40.755Z | 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 = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
|
| 1770 | 2026-03-11T21:01:40.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::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_lifecycle_test
vm_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
|
| 1771 | 2026-03-11T21:01:40.787Z | 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 = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
|
| 1772 | 2026-03-11T21:01:40.787Z | 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 = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
|
| 1773 | 2026-03-11T21:01:40.787Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_lifecycle_test
vm_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
|
| 1774 | 2026-03-11T21:01:40.798Z | 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 = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
|
| 1775 | 2026-03-11T21:01:40.798Z | 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 = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
|
| 1776 | 2026-03-11T21:01:40.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::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_lifecycle_test
vm_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
|
| 1777 | 2026-03-11T21:01:40.821Z | 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::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
|
| 1778 | 2026-03-11T21:01:40.822Z | 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
|
| 1779 | 2026-03-11T21:01:40.822Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
|
| 1780 | 2026-03-11T21:01:40.822Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm_name = hyperv_lifecycle_test_lifecycle_1
|
| 1781 | 2026-03-11T21:01:40.822Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 1782 | 2026-03-11T21:01:40.822Z | 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
|
| 1783 | 2026-03-11T21:01:40.822Z | 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
|
| 1784 | 2026-03-11T21:01:40.837Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 958
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm::server
|
| 1785 | 2026-03-11T21:01:40.852Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 29
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
|
| 1786 | 2026-03-11T21:01:40.852Z | 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 = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1787 | 2026-03-11T21:01:40.852Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = 45s
|
| 1788 | 2026-03-11T21:01:40.852Z | 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 = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1789 | 2026-03-11T21:01:40.852Z | 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 = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1790 | 2026-03-11T21:01:41.498Z | 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: e8fa3ec1-d404-4a8e-9b47-3767f73f033b, name: "phd-vm-e8fa3ec1-d404-4a8e-9b47-3767f73f033b", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: ff170222-d507-4939-b707-8848114817ec, project_id: 267d7803-12a9-400e-96b8-cdd41a64ebac, sled_id: d53ca699-1a0a-4a96-8f13-4448ff10a4dd, sled_serial: "d53ca699-1a0a-4a96-8f13-4448ff10a4dd", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 511
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1791 | 2026-03-11T21:01:41.498Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1792 | 2026-03-11T21:01:44.769Z | 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 = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1793 | 2026-03-11T21:01:44.770Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9002","from_start":15458}}
target = phd_framework::serial
|
| 1794 | 2026-03-11T21:01:44.771Z | 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 = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
|
| 1795 | 2026-03-11T21:01:44.771Z | 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 = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1796 | 2026-03-11T21:01:44.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::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1797 | 2026-03-11T21:01:44.780Z | 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::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1798 | 2026-03-11T21:01:44.780Z | 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 = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1799 | 2026-03-11T21:01:44.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::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1800 | 2026-03-11T21:01:44.787Z | 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 = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
|
| 1801 | 2026-03-11T21:01:44.867Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 95
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 = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
|
| 1802 | 2026-03-11T21:01:44.867Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 14230
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 = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
|
| 1803 | 2026-03-11T21:01:44.868Z | 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::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1804 | 2026-03-11T21:01:44.868Z | 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 = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1805 | 2026-03-11T21:01:44.868Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1806 | 2026-03-11T21:01:44.878Z | 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 = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1807 | 2026-03-11T21:01:44.879Z | 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 = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1808 | 2026-03-11T21:01:44.879Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1809 | 2026-03-11T21:01:44.912Z | 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 = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1810 | 2026-03-11T21:01:44.912Z | 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 = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1811 | 2026-03-11T21:01:44.913Z | 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
|
| 1812 | 2026-03-11T21:01:44.913Z | INFO | phd-runner: test phd_tests::hyperv::hyperv_lifecycle_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 1813 | 2026-03-11T21:01:44.913Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 13886
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1814 | 2026-03-11T21:01:44.913Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1815 | 2026-03-11T21:01:44.914Z | 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 = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1816 | 2026-03-11T21:01:45.396Z | 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 = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1817 | 2026-03-11T21:01:45.478Z | 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 = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1818 | 2026-03-11T21:01:45.478Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-2fef8f9e-ef42-432f-b41e-9e202fd50695"]
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 = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1819 | 2026-03-11T21:01:45.508Z | 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 = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1820 | 2026-03-11T21:01:45.508Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-e99f4c4b-8742-4d66-8846-0ee6a8d845a6"]
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 = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1821 | 2026-03-11T21:01:45.526Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 613
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 = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1822 | 2026-03-11T21:01:45.526Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 4674
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1823 | 2026-03-11T21:01:45.526Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 613
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1824 | 2026-03-11T21:01:45.526Z | 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
|
| 1825 | 2026-03-11T21:01:45.526Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1826 | 2026-03-11T21:01:45.526Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1827 | 2026-03-11T21:01:45.527Z | 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
|
| 1828 | 2026-03-11T21:01:45.527Z | 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
|
| 1829 | 2026-03-11T21:01:45.527Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1830 | 2026-03-11T21:01:45.527Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1831 | 2026-03-11T21:01:45.527Z | 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
|
| 1832 | 2026-03-11T21:01:45.539Z | 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 52.4M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 1833 | 2026-03-11T21:01:45.539Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-07379451-b4fe-48e0-8319-b6832402bb3d"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::zfs
verb = snapshot
|
| 1834 | 2026-03-11T21:01:45.557Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-07379451-b4fe-48e0-8319-b6832402bb3d", "phd-artifacts/phd-clone-657607ba-12cc-4a9d-a122-225662029107"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::zfs
verb = clone
|
| 1835 | 2026-03-11T21:01:45.573Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-657607ba-12cc-4a9d-a122-225662029107"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::zfs
verb = list
|
| 1836 | 2026-03-11T21:01:45.585Z | 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-657607ba-12cc-4a9d-a122-225662029107 0B 25.3T 48.9M /phd-artifacts/phd-clone-657607ba-12cc-4a9d-a122-225662029107\n
target = phd_framework::zfs
|
| 1837 | 2026-03-11T21:01:45.585Z | 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
|
| 1838 | 2026-03-11T21:01:45.586Z | 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
|
| 1839 | 2026-03-11T21:01:45.586Z | 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
|
| 1840 | 2026-03-11T21:01:45.586Z | 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
|
| 1841 | 2026-03-11T21:01:45.586Z | 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
|
| 1842 | 2026-03-11T21:01:45.601Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 967
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
|
| 1843 | 2026-03-11T21:01:45.615Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 29
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
|
| 1844 | 2026-03-11T21:01:45.616Z | 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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1845 | 2026-03-11T21:01:45.617Z | 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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1846 | 2026-03-11T21:01:46.065Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::serial
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1847 | 2026-03-11T21:01:46.065Z | 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: f5eee4b2-2b05-4637-8c72-8fefe70498df, name: "phd-vm-f5eee4b2-2b05-4637-8c72-8fefe70498df", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 05e760d3-cb2a-478b-9cd2-c041c3dd618e, project_id: 0bc9f146-19f5-4480-88e3-cbb870ecc868, sled_id: cb79a039-8573-44df-87dc-815c98385405, sled_serial: "cb79a039-8573-44df-87dc-815c98385405", 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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1848 | 2026-03-11T21:01:46.065Z | 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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1849 | 2026-03-11T21:01:46.065Z | 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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1850 | 2026-03-11T21:01:46.067Z | 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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1851 | 2026-03-11T21:01:46.067Z | 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
|
| 1852 | 2026-03-11T21:01:46.067Z | 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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1853 | 2026-03-11T21:01:46.067Z | 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
|
| 1854 | 2026-03-11T21:01:46.067Z | 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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1855 | 2026-03-11T21:01:46.067Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1856 | 2026-03-11T21:01:50.472Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4405
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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1857 | 2026-03-11T21:01:50.472Z | 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
|
| 1858 | 2026-03-11T21:01:50.472Z | 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
|
| 1859 | 2026-03-11T21:01:50.472Z | 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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1860 | 2026-03-11T21:01:50.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::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_test
vm_id = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1861 | 2026-03-11T21:01:50.491Z | 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_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1862 | 2026-03-11T21:01:50.491Z | 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
|
| 1863 | 2026-03-11T21:01:50.491Z | 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
|
| 1864 | 2026-03-11T21:01:50.492Z | 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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1865 | 2026-03-11T21:01:50.492Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1866 | 2026-03-11T21:01:50.524Z | 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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1867 | 2026-03-11T21:01:50.524Z | 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
|
| 1868 | 2026-03-11T21:01:50.524Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4457
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
|
| 1869 | 2026-03-11T21:01:50.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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1870 | 2026-03-11T21:01:50.524Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1871 | 2026-03-11T21:01:50.534Z | 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::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1872 | 2026-03-11T21:01:50.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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1873 | 2026-03-11T21:01:50.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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1874 | 2026-03-11T21:01:50.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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1875 | 2026-03-11T21:01:50.568Z | 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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1876 | 2026-03-11T21:01:50.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::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_test
vm_id = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1877 | 2026-03-11T21:01:50.579Z | 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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1878 | 2026-03-11T21:01:50.579Z | 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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1879 | 2026-03-11T21:01:50.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::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_test
vm_id = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1880 | 2026-03-11T21:01:50.611Z | 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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1881 | 2026-03-11T21:01:50.611Z | 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
|
| 1882 | 2026-03-11T21:01:50.611Z | 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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1883 | 2026-03-11T21:01:50.611Z | 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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1884 | 2026-03-11T21:01:50.613Z | 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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1885 | 2026-03-11T21:01:50.613Z | 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
|
| 1886 | 2026-03-11T21:01:50.613Z | 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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1887 | 2026-03-11T21:01:50.613Z | 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
|
| 1888 | 2026-03-11T21:01:50.613Z | 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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1889 | 2026-03-11T21:01:50.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::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_test
vm_id = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1890 | 2026-03-11T21:01:54.805Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4191
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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1891 | 2026-03-11T21:01:54.805Z | 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
|
| 1892 | 2026-03-11T21:01:54.805Z | 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
|
| 1893 | 2026-03-11T21:01:54.805Z | 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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1894 | 2026-03-11T21:01:54.805Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1895 | 2026-03-11T21:01:54.822Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 16
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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1896 | 2026-03-11T21:01:54.822Z | 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
|
| 1897 | 2026-03-11T21:01:54.822Z | 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
|
| 1898 | 2026-03-11T21:01:54.823Z | 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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1899 | 2026-03-11T21:01:54.823Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1900 | 2026-03-11T21:01:54.856Z | 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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1901 | 2026-03-11T21:01:54.856Z | 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
|
| 1902 | 2026-03-11T21:01:54.856Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4242
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
|
| 1903 | 2026-03-11T21:01:54.856Z | 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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1904 | 2026-03-11T21:01:54.856Z | INFO | phd-runner: [WAIT_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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1905 | 2026-03-11T21:01:54.867Z | 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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1906 | 2026-03-11T21:01:54.867Z | 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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1907 | 2026-03-11T21:01:54.867Z | INFO | phd-runner: [WAIT_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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1908 | 2026-03-11T21:01:54.900Z | 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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1909 | 2026-03-11T21:01:54.900Z | 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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1910 | 2026-03-11T21:01:54.900Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1911 | 2026-03-11T21:01:54.911Z | 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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1912 | 2026-03-11T21:01:54.911Z | 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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1913 | 2026-03-11T21:01:54.911Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1914 | 2026-03-11T21:01:54.943Z | 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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1915 | 2026-03-11T21:01:54.943Z | 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
|
| 1916 | 2026-03-11T21:01:54.943Z | 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
|
| 1917 | 2026-03-11T21:01:54.943Z | 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
|
| 1918 | 2026-03-11T21:01:54.943Z | 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
|
| 1919 | 2026-03-11T21:01:54.943Z | 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
|
| 1920 | 2026-03-11T21:01:54.943Z | 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
|
| 1921 | 2026-03-11T21:01:54.960Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 968
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
|
| 1922 | 2026-03-11T21:01:54.974Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 30
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
|
| 1923 | 2026-03-11T21:01:54.974Z | 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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
target = phd_framework::test_vm
target_id = 25251262-8494-4644-b5b6-383055a64bc7
|
| 1924 | 2026-03-11T21:01:54.974Z | 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 = e1e58eef-f26d-45f0-8c3d-e30fb8152ef1
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = f5eee4b2-2b05-4637-8c72-8fefe70498df
target = phd_framework::test_vm
target_id = 25251262-8494-4644-b5b6-383055a64bc7
timeout_duration = 45s
|
| 1925 | 2026-03-11T21:01:54.974Z | 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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
target = phd_framework::test_vm
target_id = 25251262-8494-4644-b5b6-383055a64bc7
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = 25251262-8494-4644-b5b6-383055a64bc7
|
| 1926 | 2026-03-11T21:01:54.975Z | 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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
target = phd_framework::test_vm
target_id = 25251262-8494-4644-b5b6-383055a64bc7
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = 25251262-8494-4644-b5b6-383055a64bc7
|
| 1927 | 2026-03-11T21:01:55.538Z | 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: 25251262-8494-4644-b5b6-383055a64bc7, name: "phd-vm-25251262-8494-4644-b5b6-383055a64bc7", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 05e760d3-cb2a-478b-9cd2-c041c3dd618e, project_id: 0bc9f146-19f5-4480-88e3-cbb870ecc868, sled_id: de31fc50-17f5-45e9-9dc5-39889fb2cdbd, sled_serial: "de31fc50-17f5-45e9-9dc5-39889fb2cdbd", 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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
target = phd_framework::test_vm
target_id = 25251262-8494-4644-b5b6-383055a64bc7
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = 25251262-8494-4644-b5b6-383055a64bc7
|
| 1928 | 2026-03-11T21:01:55.539Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = e1e58eef-f26d-45f0-8c3d-e30fb8152ef1
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = f5eee4b2-2b05-4637-8c72-8fefe70498df
target = phd_framework::test_vm
target_id = 25251262-8494-4644-b5b6-383055a64bc7
|
| 1929 | 2026-03-11T21:01:58.534Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_lifecycle_test
s = {"Migrating":{"destination":"127.0.0.1:9002","from_start":15592}}
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::serial
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1930 | 2026-03-11T21:02:00.087Z | 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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
target = phd_framework::test_vm
target_id = 25251262-8494-4644-b5b6-383055a64bc7
|
| 1931 | 2026-03-11T21:02:00.087Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 4548
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = e1e58eef-f26d-45f0-8c3d-e30fb8152ef1
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = f5eee4b2-2b05-4637-8c72-8fefe70498df
target = phd_framework::test_vm
target_id = 25251262-8494-4644-b5b6-383055a64bc7
|
| 1932 | 2026-03-11T21:02:00.090Z | 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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1933 | 2026-03-11T21:02:00.090Z | 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 = 25251262-8494-4644-b5b6-383055a64bc7
|
| 1934 | 2026-03-11T21:02:00.090Z | INFO | phd-runner: [WAIT_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 = 25251262-8494-4644-b5b6-383055a64bc7
|
| 1935 | 2026-03-11T21:02:00.091Z | 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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1936 | 2026-03-11T21:02:00.170Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 79
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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1937 | 2026-03-11T21:02:00.170Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 14554
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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
|
| 1938 | 2026-03-11T21:02:01.209Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 1118
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 = 25251262-8494-4644-b5b6-383055a64bc7
|
| 1939 | 2026-03-11T21:02:01.209Z | 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 = 25251262-8494-4644-b5b6-383055a64bc7
|
| 1940 | 2026-03-11T21:02:01.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::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = 25251262-8494-4644-b5b6-383055a64bc7
|
| 1941 | 2026-03-11T21:02:01.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::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = 25251262-8494-4644-b5b6-383055a64bc7
|
| 1942 | 2026-03-11T21:02:01.242Z | 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 = 25251262-8494-4644-b5b6-383055a64bc7
|
| 1943 | 2026-03-11T21:02:01.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::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = 25251262-8494-4644-b5b6-383055a64bc7
|
| 1944 | 2026-03-11T21:02:01.253Z | 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 = 25251262-8494-4644-b5b6-383055a64bc7
|
| 1945 | 2026-03-11T21:02:01.253Z | 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 = 25251262-8494-4644-b5b6-383055a64bc7
|
| 1946 | 2026-03-11T21:02:01.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::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = 25251262-8494-4644-b5b6-383055a64bc7
|
| 1947 | 2026-03-11T21:02:01.275Z | 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_lifecycle_1
vm_id = 25251262-8494-4644-b5b6-383055a64bc7
|
| 1948 | 2026-03-11T21:02:01.275Z | 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 = 25251262-8494-4644-b5b6-383055a64bc7
|
| 1949 | 2026-03-11T21:02:01.275Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::serial
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1950 | 2026-03-11T21:02:01.275Z | 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
|
| 1951 | 2026-03-11T21:02:01.275Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1952 | 2026-03-11T21:02:01.275Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 15210
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::serial
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1953 | 2026-03-11T21:02:01.277Z | 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 = 25251262-8494-4644-b5b6-383055a64bc7
|
| 1954 | 2026-03-11T21:02:01.858Z | 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 = 25251262-8494-4644-b5b6-383055a64bc7
|
| 1955 | 2026-03-11T21:02:01.937Z | 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 = 25251262-8494-4644-b5b6-383055a64bc7
|
| 1956 | 2026-03-11T21:02:01.937Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-657607ba-12cc-4a9d-a122-225662029107"]
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 = 25251262-8494-4644-b5b6-383055a64bc7
|
| 1957 | 2026-03-11T21:02:01.969Z | 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 = 25251262-8494-4644-b5b6-383055a64bc7
|
| 1958 | 2026-03-11T21:02:01.969Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-07379451-b4fe-48e0-8319-b6832402bb3d"]
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 = 25251262-8494-4644-b5b6-383055a64bc7
|
| 1959 | 2026-03-11T21:02:01.988Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 712
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 = 25251262-8494-4644-b5b6-383055a64bc7
|
| 1960 | 2026-03-11T21:02:01.988Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 712
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1961 | 2026-03-11T21:02:01.988Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 7013
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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
target = phd_framework::test_vm
target_id = 25251262-8494-4644-b5b6-383055a64bc7
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = 25251262-8494-4644-b5b6-383055a64bc7
|
| 1962 | 2026-03-11T21:02:01.988Z | 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
|
| 1963 | 2026-03-11T21:02:01.988Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 7013
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 = f5eee4b2-2b05-4637-8c72-8fefe70498df
target = phd_framework::test_vm
target_id = 25251262-8494-4644-b5b6-383055a64bc7
|
| 1964 | 2026-03-11T21:02:01.988Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1965 | 2026-03-11T21:02:01.988Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 16461
file = phd-tests/tests/src/hyperv.rs
line = 105
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_tests::hyperv
|
| 1966 | 2026-03-11T21:02:01.988Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1967 | 2026-03-11T21:02:01.988Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/hyperv.rs
line = 165
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_tests::hyperv
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1968 | 2026-03-11T21:02:01.988Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::artifacts::store
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1969 | 2026-03-11T21:02:01.988Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::artifacts::store
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1970 | 2026-03-11T21:02:01.989Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::artifacts::store
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1971 | 2026-03-11T21:02:01.989Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::artifacts::store
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1972 | 2026-03-11T21:02:01.989Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
verb = list
|
| 1973 | 2026-03-11T21:02:01.999Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 52.4M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1974 | 2026-03-11T21:02:01.999Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-6b94685b-40f1-4f42-805e-b568a6b30c6a"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
verb = snapshot
|
| 1975 | 2026-03-11T21:02:02.016Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-6b94685b-40f1-4f42-805e-b568a6b30c6a", "phd-artifacts/phd-clone-49decc65-fc62-4814-a881-907dd0577a67"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
verb = clone
|
| 1976 | 2026-03-11T21:02:02.033Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-49decc65-fc62-4814-a881-907dd0577a67"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
verb = list
|
| 1977 | 2026-03-11T21:02:02.043Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-49decc65-fc62-4814-a881-907dd0577a67 0B 25.3T 48.9M /phd-artifacts/phd-clone-49decc65-fc62-4814-a881-907dd0577a67\n
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1978 | 2026-03-11T21:02:02.043Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1979 | 2026-03-11T21:02:02.044Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm_name = hyperv_reference_tsc_elapsed_test
|
| 1980 | 2026-03-11T21:02:02.044Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = /work/phd-test/propolis-server
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::artifacts::store
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1981 | 2026-03-11T21:02:02.044Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
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 = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm::server
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1982 | 2026-03-11T21:02:02.044Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
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 = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1983 | 2026-03-11T21:02:02.059Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 977
file = phd-tests/framework/src/test_vm/server.rs
line = 122
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm::server
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1984 | 2026-03-11T21:02:02.074Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 30
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1985 | 2026-03-11T21:02:02.074Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 1986 | 2026-03-11T21:02:02.075Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 1987 | 2026-03-11T21:02:02.947Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1988 | 2026-03-11T21:02:02.948Z | 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: 1a0d09d1-13df-4597-93a1-505ff2ec2de6, name: "phd-vm-1a0d09d1-13df-4597-93a1-505ff2ec2de6", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: dfba7bc3-7775-4ad7-b85d-de402390233b, project_id: 5c84b5cc-46c9-4c9d-9736-6d3d93c8b134, sled_id: cf4e00d5-aec0-457f-97c4-8e6b42e7eee2, sled_serial: "cf4e00d5-aec0-457f-97c4-8e6b42e7eee2", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 1989 | 2026-03-11T21:02:02.948Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 1990 | 2026-03-11T21:02:02.948Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
state = Run
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 1991 | 2026-03-11T21:02:02.949Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 1992 | 2026-03-11T21:02:02.949Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1993 | 2026-03-11T21:02:02.949Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = 300s
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 1994 | 2026-03-11T21:02:02.949Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1995 | 2026-03-11T21:02:02.949Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 1996 | 2026-03-11T21:02:02.949Z | INFO | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 1997 | 2026-03-11T21:02:07.363Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4414
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 1998 | 2026-03-11T21:02:07.363Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
step = WriteStr("root")
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 1999 | 2026-03-11T21:02:07.364Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2000 | 2026-03-11T21:02:07.364Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2001 | 2026-03-11T21:02:07.364Z | INFO | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2002 | 2026-03-11T21:02:07.382Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2003 | 2026-03-11T21:02:07.382Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2004 | 2026-03-11T21:02:07.382Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2005 | 2026-03-11T21:02:07.383Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2006 | 2026-03-11T21:02:07.383Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2007 | 2026-03-11T21:02:07.414Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2008 | 2026-03-11T21:02:07.414Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2009 | 2026-03-11T21:02:07.415Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4465
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2010 | 2026-03-11T21:02:07.415Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2011 | 2026-03-11T21:02:07.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2012 | 2026-03-11T21:02:07.437Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2013 | 2026-03-11T21:02:07.437Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2014 | 2026-03-11T21:02:07.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2015 | 2026-03-11T21:02:07.470Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2016 | 2026-03-11T21:02:07.470Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2017 | 2026-03-11T21:02:07.471Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2018 | 2026-03-11T21:02:07.481Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2019 | 2026-03-11T21:02:07.481Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2020 | 2026-03-11T21:02:07.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2021 | 2026-03-11T21:02:07.514Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2022 | 2026-03-11T21:02:08.015Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2023 | 2026-03-11T21:02:08.015Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2024 | 2026-03-11T21:02:08.038Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2025 | 2026-03-11T21:02:08.038Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2026 | 2026-03-11T21:02:08.038Z | INFO | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2027 | 2026-03-11T21:02:08.071Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2028 | 2026-03-11T21:02:08.072Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2029 | 2026-03-11T21:02:08.072Z | INFO | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2030 | 2026-03-11T21:02:08.082Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2031 | 2026-03-11T21:02:08.083Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2032 | 2026-03-11T21:02:08.083Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2033 | 2026-03-11T21:02:08.116Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2034 | 2026-03-11T21:02:08.618Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2035 | 2026-03-11T21:02:08.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2036 | 2026-03-11T21:02:08.640Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2037 | 2026-03-11T21:02:08.640Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2038 | 2026-03-11T21:02:08.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2039 | 2026-03-11T21:02:08.674Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2040 | 2026-03-11T21:02:08.674Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2041 | 2026-03-11T21:02:08.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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2042 | 2026-03-11T21:02:08.685Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2043 | 2026-03-11T21:02:08.685Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2044 | 2026-03-11T21:02:08.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2045 | 2026-03-11T21:02:08.718Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2046 | 2026-03-11T21:02:09.220Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2047 | 2026-03-11T21:02:09.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2048 | 2026-03-11T21:02:09.242Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2049 | 2026-03-11T21:02:09.242Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2050 | 2026-03-11T21:02:09.242Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2051 | 2026-03-11T21:02:09.274Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2052 | 2026-03-11T21:02:09.275Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2053 | 2026-03-11T21:02:09.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2054 | 2026-03-11T21:02:09.285Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2055 | 2026-03-11T21:02:09.286Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2056 | 2026-03-11T21:02:09.286Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2057 | 2026-03-11T21:02:09.319Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2058 | 2026-03-11T21:02:09.821Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2059 | 2026-03-11T21:02:09.821Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2060 | 2026-03-11T21:02:09.843Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2061 | 2026-03-11T21:02:09.843Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2062 | 2026-03-11T21:02:09.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2063 | 2026-03-11T21:02:09.876Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2064 | 2026-03-11T21:02:09.877Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2065 | 2026-03-11T21:02:09.877Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2066 | 2026-03-11T21:02:09.888Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2067 | 2026-03-11T21:02:09.889Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2068 | 2026-03-11T21:02:09.889Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2069 | 2026-03-11T21:02:09.920Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2070 | 2026-03-11T21:02:10.421Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2071 | 2026-03-11T21:02:10.421Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2072 | 2026-03-11T21:02:10.432Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2073 | 2026-03-11T21:02:10.433Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2074 | 2026-03-11T21:02:10.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2075 | 2026-03-11T21:02:10.466Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2076 | 2026-03-11T21:02:10.466Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2077 | 2026-03-11T21:02:10.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2078 | 2026-03-11T21:02:10.477Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2079 | 2026-03-11T21:02:10.477Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2080 | 2026-03-11T21:02:10.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2081 | 2026-03-11T21:02:10.509Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2082 | 2026-03-11T21:02:11.011Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 345, tv_nsec: 257477916 }, guest_ns: 2706115800 }
before = Reading { taken_at: Instant { tv_sec: 344, tv_nsec: 655903169 }, guest_ns: 2105063700 }
diff = 522647
diff_pct = 0.0008687981046518231
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 601052100
host_delta_ns = 601574747
line = 214
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_tests::hyperv
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2083 | 2026-03-11T21:02:11.011Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 345, tv_nsec: 859647706 }, guest_ns: 3307945200 }
before = Reading { taken_at: Instant { tv_sec: 345, tv_nsec: 257477916 }, guest_ns: 2706115800 }
diff = 340390
diff_pct = 0.0005652724624395388
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 601829400
host_delta_ns = 602169790
line = 214
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_tests::hyperv
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2084 | 2026-03-11T21:02:11.011Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 346, tv_nsec: 460773889 }, guest_ns: 3910075700 }
before = Reading { taken_at: Instant { tv_sec: 345, tv_nsec: 859647706 }, guest_ns: 3307945200 }
diff = 1004317
diff_pct = 0.0016707257617490936
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 602130500
host_delta_ns = 601126183
line = 214
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_tests::hyperv
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2085 | 2026-03-11T21:02:11.011Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 347, tv_nsec: 61924539 }, guest_ns: 4510789900 }
before = Reading { taken_at: Instant { tv_sec: 346, tv_nsec: 460773889 }, guest_ns: 3910075700 }
diff = 436450
diff_pct = 0.0007260243335010949
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 600714200
host_delta_ns = 601150650
line = 214
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_tests::hyperv
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2086 | 2026-03-11T21:02:11.012Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 347, tv_nsec: 650968486 }, guest_ns: 5100340000 }
before = Reading { taken_at: Instant { tv_sec: 347, tv_nsec: 61924539 }, guest_ns: 4510789900 }
diff = 506153
diff_pct = 0.0008592788408705947
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 589550100
host_delta_ns = 589043947
line = 214
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_tests::hyperv
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2087 | 2026-03-11T21:02:11.012Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_tests::hyperv
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2088 | 2026-03-11T21:02:11.012Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2089 | 2026-03-11T21:02:11.012Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm_name = hyperv_reference_tsc_elapsed_target
|
| 2090 | 2026-03-11T21:02:11.012Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = /work/phd-test/propolis-server
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::artifacts::store
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2091 | 2026-03-11T21:02:11.012Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 64
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
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 = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm::server
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2092 | 2026-03-11T21:02:11.012Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
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 = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2093 | 2026-03-11T21:02:11.027Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 978
file = phd-tests/framework/src/test_vm/server.rs
line = 122
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm::server
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2094 | 2026-03-11T21:02:11.041Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 29
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2095 | 2026-03-11T21:02:11.041Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
target = phd_framework::test_vm
target_id = 45b8b788-751f-44e1-96db-3b5aa221155d
|
| 2096 | 2026-03-11T21:02:11.041Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9000
file = phd-tests/framework/src/test_vm/mod.rs
line = 639
migration_id = 87ce9ba6-9298-497f-9434-d67ff9922113
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
target = phd_framework::test_vm
target_id = 45b8b788-751f-44e1-96db-3b5aa221155d
timeout_duration = 45s
|
| 2097 | 2026-03-11T21:02:11.041Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
target = phd_framework::test_vm
target_id = 45b8b788-751f-44e1-96db-3b5aa221155d
vm = hyperv_reference_tsc_elapsed_target
vm_id = 45b8b788-751f-44e1-96db-3b5aa221155d
|
| 2098 | 2026-03-11T21:02:11.042Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
target = phd_framework::test_vm
target_id = 45b8b788-751f-44e1-96db-3b5aa221155d
vm = hyperv_reference_tsc_elapsed_target
vm_id = 45b8b788-751f-44e1-96db-3b5aa221155d
|
| 2099 | 2026-03-11T21:02:11.848Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 45b8b788-751f-44e1-96db-3b5aa221155d, name: "phd-vm-45b8b788-751f-44e1-96db-3b5aa221155d", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: dfba7bc3-7775-4ad7-b85d-de402390233b, project_id: 5c84b5cc-46c9-4c9d-9736-6d3d93c8b134, sled_id: b5fb007d-2374-47ad-8f40-d2411547e281, sled_serial: "b5fb007d-2374-47ad-8f40-d2411547e281", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 511
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
target = phd_framework::test_vm
target_id = 45b8b788-751f-44e1-96db-3b5aa221155d
vm = hyperv_reference_tsc_elapsed_target
vm_id = 45b8b788-751f-44e1-96db-3b5aa221155d
|
| 2100 | 2026-03-11T21:02:11.848Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 87ce9ba6-9298-497f-9434-d67ff9922113
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
target = phd_framework::test_vm
target_id = 45b8b788-751f-44e1-96db-3b5aa221155d
|
| 2101 | 2026-03-11T21:02:14.591Z | 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
|
| 2102 | 2026-03-11T21:02:15.437Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 673
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
target = phd_framework::test_vm
target_id = 45b8b788-751f-44e1-96db-3b5aa221155d
|
| 2103 | 2026-03-11T21:02:15.437Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3588
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 87ce9ba6-9298-497f-9434-d67ff9922113
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
target = phd_framework::test_vm
target_id = 45b8b788-751f-44e1-96db-3b5aa221155d
|
| 2104 | 2026-03-11T21:02:15.437Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2105 | 2026-03-11T21:02:15.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2106 | 2026-03-11T21:02:15.449Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2107 | 2026-03-11T21:02:15.449Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2108 | 2026-03-11T21:02:15.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2109 | 2026-03-11T21:02:15.482Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2110 | 2026-03-11T21:02:15.482Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2111 | 2026-03-11T21:02:15.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2112 | 2026-03-11T21:02:15.493Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2113 | 2026-03-11T21:02:15.494Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2114 | 2026-03-11T21:02:15.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2115 | 2026-03-11T21:02:15.526Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2116 | 2026-03-11T21:02:16.027Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2117 | 2026-03-11T21:02:16.028Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2118 | 2026-03-11T21:02:16.039Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2119 | 2026-03-11T21:02:16.039Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2120 | 2026-03-11T21:02:16.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2121 | 2026-03-11T21:02:16.072Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2122 | 2026-03-11T21:02:16.072Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2123 | 2026-03-11T21:02:16.072Z | INFO | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2124 | 2026-03-11T21:02:16.083Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2125 | 2026-03-11T21:02:16.083Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2126 | 2026-03-11T21:02:16.083Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2127 | 2026-03-11T21:02:16.117Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2128 | 2026-03-11T21:02:16.618Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2129 | 2026-03-11T21:02:16.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2130 | 2026-03-11T21:02:16.630Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2131 | 2026-03-11T21:02:16.630Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2132 | 2026-03-11T21:02:16.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2133 | 2026-03-11T21:02:16.663Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2134 | 2026-03-11T21:02:16.663Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2135 | 2026-03-11T21:02:16.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2136 | 2026-03-11T21:02:16.674Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2137 | 2026-03-11T21:02:16.674Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2138 | 2026-03-11T21:02:16.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2139 | 2026-03-11T21:02:16.707Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2140 | 2026-03-11T21:02:17.208Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2141 | 2026-03-11T21:02:17.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2142 | 2026-03-11T21:02:17.220Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2143 | 2026-03-11T21:02:17.221Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2144 | 2026-03-11T21:02:17.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2145 | 2026-03-11T21:02:17.254Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2146 | 2026-03-11T21:02:17.254Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2147 | 2026-03-11T21:02: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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2148 | 2026-03-11T21:02:17.265Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2149 | 2026-03-11T21:02:17.265Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2150 | 2026-03-11T21:02:17.265Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2151 | 2026-03-11T21:02:17.298Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2152 | 2026-03-11T21:02:17.799Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2153 | 2026-03-11T21:02:17.799Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2154 | 2026-03-11T21:02:17.811Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2155 | 2026-03-11T21:02:17.811Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2156 | 2026-03-11T21:02:17.811Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2157 | 2026-03-11T21:02:17.844Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2158 | 2026-03-11T21:02:17.844Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2159 | 2026-03-11T21:02:17.845Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2160 | 2026-03-11T21:02:17.855Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2161 | 2026-03-11T21:02:17.855Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2162 | 2026-03-11T21:02:17.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2163 | 2026-03-11T21:02:17.888Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2164 | 2026-03-11T21:02:18.390Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2165 | 2026-03-11T21:02:18.390Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2166 | 2026-03-11T21:02:18.401Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2167 | 2026-03-11T21:02:18.402Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2168 | 2026-03-11T21:02:18.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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2169 | 2026-03-11T21:02:18.435Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2170 | 2026-03-11T21:02:18.435Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2171 | 2026-03-11T21:02:18.435Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2172 | 2026-03-11T21:02:18.446Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2173 | 2026-03-11T21:02:18.446Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2174 | 2026-03-11T21:02:18.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2175 | 2026-03-11T21:02:18.479Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2176 | 2026-03-11T21:02:18.980Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 353, tv_nsec: 258250136 }, guest_ns: 10706982800 }
before = Reading { taken_at: Instant { tv_sec: 352, tv_nsec: 667506225 }, guest_ns: 10116987600 }
diff = 748711
diff_pct = 0.0012674036685923623
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 589995200
host_delta_ns = 590743911
line = 214
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_tests::hyperv
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2177 | 2026-03-11T21:02:18.981Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 353, tv_nsec: 848408394 }, guest_ns: 11297815700 }
before = Reading { taken_at: Instant { tv_sec: 353, tv_nsec: 258250136 }, guest_ns: 10706982800 }
diff = 674642
diff_pct = 0.0011431543841923162
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 590832900
host_delta_ns = 590158258
line = 214
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_tests::hyperv
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2178 | 2026-03-11T21:02:18.981Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 354, tv_nsec: 439852588 }, guest_ns: 11888539300 }
before = Reading { taken_at: Instant { tv_sec: 353, tv_nsec: 848408394 }, guest_ns: 11297815700 }
diff = 720594
diff_pct = 0.001218363469132305
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 590723600
host_delta_ns = 591444194
line = 214
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_tests::hyperv
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2179 | 2026-03-11T21:02:18.981Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 355, tv_nsec: 29614400 }, guest_ns: 12478390500 }
before = Reading { taken_at: Instant { tv_sec: 354, tv_nsec: 439852588 }, guest_ns: 11888539300 }
diff = 89388
diff_pct = 0.0001515662733347679
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 589851200
host_delta_ns = 589761812
line = 214
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_tests::hyperv
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2180 | 2026-03-11T21:02:18.981Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 355, tv_nsec: 620775285 }, guest_ns: 13069102500 }
before = Reading { taken_at: Instant { tv_sec: 355, tv_nsec: 29614400 }, guest_ns: 12478390500 }
diff = 448885
diff_pct = 0.0007593279788800641
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 590712000
host_delta_ns = 591160885
line = 214
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_tests::hyperv
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2181 | 2026-03-11T21:02:18.981Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_tests::hyperv
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2182 | 2026-03-11T21:02:18.981Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_target
vm_id = 45b8b788-751f-44e1-96db-3b5aa221155d
|
| 2183 | 2026-03-11T21:02:18.981Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2184 | 2026-03-11T21:02:18.982Z | 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
|
| 2185 | 2026-03-11T21:02:18.982Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 16035
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2186 | 2026-03-11T21:02:18.982Z | 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
|
| 2187 | 2026-03-11T21:02:18.982Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2188 | 2026-03-11T21:02:18.983Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_target
vm_id = 45b8b788-751f-44e1-96db-3b5aa221155d
|
| 2189 | 2026-03-11T21:02:18.984Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
self.address = 127.0.0.1:9000
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm::server
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2190 | 2026-03-11T21:02:19.063Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 81
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2191 | 2026-03-11T21:02:19.064Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 16989
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_test
vm_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
|
| 2192 | 2026-03-11T21:02:19.065Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
self.address = 127.0.0.1:9002
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm::server
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_target
vm_id = 45b8b788-751f-44e1-96db-3b5aa221155d
|
| 2193 | 2026-03-11T21:02:19.145Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_target
vm_id = 45b8b788-751f-44e1-96db-3b5aa221155d
|
| 2194 | 2026-03-11T21:02:19.145Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-49decc65-fc62-4814-a881-907dd0577a67"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
verb = destroy
vm = hyperv_reference_tsc_elapsed_target
vm_id = 45b8b788-751f-44e1-96db-3b5aa221155d
|
| 2195 | 2026-03-11T21:02:19.174Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_target
vm_id = 45b8b788-751f-44e1-96db-3b5aa221155d
|
| 2196 | 2026-03-11T21:02:19.174Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-6b94685b-40f1-4f42-805e-b568a6b30c6a"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
verb = destroy
vm = hyperv_reference_tsc_elapsed_target
vm_id = 45b8b788-751f-44e1-96db-3b5aa221155d
|
| 2197 | 2026-03-11T21:02:19.192Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 210
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = hyperv_reference_tsc_elapsed_target
vm_id = 45b8b788-751f-44e1-96db-3b5aa221155d
|
| 2198 | 2026-03-11T21:02:19.192Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 210
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2199 | 2026-03-11T21:02:19.192Z | INFO | phd-runner: Starting test phd_tests::stats::instance_vcpu_stats
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 2200 | 2026-03-11T21:02:19.192Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2201 | 2026-03-11T21:02:19.192Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 8150
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
target = phd_framework::test_vm
target_id = 45b8b788-751f-44e1-96db-3b5aa221155d
vm = hyperv_reference_tsc_elapsed_target
vm_id = 45b8b788-751f-44e1-96db-3b5aa221155d
|
| 2202 | 2026-03-11T21:02:19.192Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2203 | 2026-03-11T21:02:19.192Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 8151
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = 1a0d09d1-13df-4597-93a1-505ff2ec2de6
target = phd_framework::test_vm
target_id = 45b8b788-751f-44e1-96db-3b5aa221155d
|
| 2204 | 2026-03-11T21:02:19.193Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 17204
file = phd-tests/tests/src/hyperv.rs
line = 165
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_tests::hyperv
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2205 | 2026-03-11T21:02:19.193Z | 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
|
| 2206 | 2026-03-11T21:02:19.193Z | 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
|
| 2207 | 2026-03-11T21:02:19.193Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2208 | 2026-03-11T21:02:19.193Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2209 | 2026-03-11T21:02:19.193Z | 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
|
| 2210 | 2026-03-11T21:02:19.205Z | 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 52.0M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 2211 | 2026-03-11T21:02:19.205Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-8eea3b4d-7173-46c2-b731-f0ad5c17bc50"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::zfs
verb = snapshot
|
| 2212 | 2026-03-11T21:02:19.223Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-8eea3b4d-7173-46c2-b731-f0ad5c17bc50", "phd-artifacts/phd-clone-fbeafe17-178a-44f6-972c-1c140b50672b"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::zfs
verb = clone
|
| 2213 | 2026-03-11T21:02:19.241Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-fbeafe17-178a-44f6-972c-1c140b50672b"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::zfs
verb = list
|
| 2214 | 2026-03-11T21:02:19.252Z | 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-fbeafe17-178a-44f6-972c-1c140b50672b 0B 25.3T 48.9M /phd-artifacts/phd-clone-fbeafe17-178a-44f6-972c-1c140b50672b\n
target = phd_framework::zfs
|
| 2215 | 2026-03-11T21:02:19.253Z | 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
|
| 2216 | 2026-03-11T21:02:19.253Z | 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
|
| 2217 | 2026-03-11T21:02:19.253Z | 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
|
| 2218 | 2026-03-11T21:02:19.256Z | DEBG | slog-rs (phd-oximeter-consumer): registered endpoint
local_addr = [::1]:43378
method = POST
path = /metrics/producers
versions = all
|
| 2219 | 2026-03-11T21:02:19.257Z | INFO | slog-rs (phd-oximeter-consumer): listening
local_addr = [::1]:43378
|
| 2220 | 2026-03-11T21:02:19.267Z | DEBG | slog-rs (phd-oximeter-consumer): successfully registered DTrace USDT probes
local_addr = [::1]:43378
|
| 2221 | 2026-03-11T21:02:19.268Z | INFO | slog-rs (phd-oximeter-consumer): fake oximeter test server listening
address = [::1]:43378
|
| 2222 | 2026-03-11T21:02:19.268Z | 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
|
| 2223 | 2026-03-11T21:02:19.268Z | 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
|
| 2224 | 2026-03-11T21:02:19.284Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 987
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm::server
|
| 2225 | 2026-03-11T21:02:19.299Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 46
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
|
| 2226 | 2026-03-11T21:02:19.299Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2227 | 2026-03-11T21:02:19.300Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2228 | 2026-03-11T21:02:20.091Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2229 | 2026-03-11T21:02:20.093Z | 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: e320e3b4-cdd6-46fb-9140-1230ca7ffc4a, name: "phd-vm-e320e3b4-cdd6-46fb-9140-1230ca7ffc4a", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 19d974e2-70c9-4c17-ac17-def1d000a5c2, project_id: 6529b405-4644-4eeb-a318-ecda1424fdcf, sled_id: db2cd229-a021-4e2d-ab27-1817310d6394, sled_serial: "db2cd229-a021-4e2d-ab27-1817310d6394", 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2230 | 2026-03-11T21:02:20.093Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2231 | 2026-03-11T21:02:20.093Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2232 | 2026-03-11T21:02:20.094Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2233 | 2026-03-11T21:02:20.094Z | 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
|
| 2234 | 2026-03-11T21:02:20.094Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2235 | 2026-03-11T21:02:20.094Z | 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
|
| 2236 | 2026-03-11T21:02:20.094Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2237 | 2026-03-11T21:02:20.094Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = instance_vcpu_stats
vm_id = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2238 | 2026-03-11T21:02:20.156Z | INFO | slog-rs (phd-oximeter-consumer): accepted connection
local_addr = [::1]:43378
remote_addr = [::1]:52006
|
| 2239 | 2026-03-11T21:02:20.158Z | TRAC | slog-rs (phd-oximeter-consumer): incoming request
local_addr = [::1]:43378
method = POST
remote_addr = [::1]:52006
req_id = c3a019c0-1d66-4d58-89be-c7aedd5b5979
uri = /metrics/producers
|
| 2240 | 2026-03-11T21:02:20.158Z | INFO | slog-rs (phd-oximeter-consumer): request completed
latency_us = 400
local_addr = [::1]:43378
method = POST
remote_addr = [::1]:52006
req_id = c3a019c0-1d66-4d58-89be-c7aedd5b5979
response_code = 201
uri = /metrics/producers
|
| 2241 | 2026-03-11T21:02:24.039Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 3945
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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2242 | 2026-03-11T21:02:24.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::stats::instance_vcpu_stats
step = WriteStr("root")
target = phd_framework::test_vm
|
| 2243 | 2026-03-11T21:02:24.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::stats::instance_vcpu_stats
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2244 | 2026-03-11T21:02:24.040Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2245 | 2026-03-11T21:02:24.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::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = instance_vcpu_stats
vm_id = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2246 | 2026-03-11T21:02:24.068Z | 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::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2247 | 2026-03-11T21:02:24.069Z | 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
|
| 2248 | 2026-03-11T21:02:24.069Z | 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
|
| 2249 | 2026-03-11T21:02:24.069Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2250 | 2026-03-11T21:02:24.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::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = instance_vcpu_stats
vm_id = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2251 | 2026-03-11T21:02:24.101Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2252 | 2026-03-11T21:02:24.101Z | 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
|
| 2253 | 2026-03-11T21:02:24.101Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4007
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
|
| 2254 | 2026-03-11T21:02:24.101Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2255 | 2026-03-11T21:02:24.102Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2256 | 2026-03-11T21:02:24.112Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2257 | 2026-03-11T21:02:24.113Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2258 | 2026-03-11T21:02:24.113Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2259 | 2026-03-11T21:02:44.147Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 20034
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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2260 | 2026-03-11T21:02:44.148Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2261 | 2026-03-11T21:02:44.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::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2262 | 2026-03-11T21:02:44.158Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2263 | 2026-03-11T21:02:44.158Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2264 | 2026-03-11T21:02:44.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
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2265 | 2026-03-11T21:02:44.191Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2266 | 2026-03-11T21:02:45.582Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2267 | 2026-03-11T21:02:45.582Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2268 | 2026-03-11T21:02:45.594Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2269 | 2026-03-11T21:02:45.595Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2270 | 2026-03-11T21:02:45.595Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2271 | 2026-03-11T21:02:45.628Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2272 | 2026-03-11T21:02:45.628Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2273 | 2026-03-11T21:02:45.628Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2274 | 2026-03-11T21:02:45.639Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2275 | 2026-03-11T21:02:45.639Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2276 | 2026-03-11T21:02:45.639Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2277 | 2026-03-11T21:02:45.672Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2278 | 2026-03-11T21:02:45.672Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2279 | 2026-03-11T21:02:45.672Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2280 | 2026-03-11T21:02:45.683Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2281 | 2026-03-11T21:02:45.683Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2282 | 2026-03-11T21:02:45.683Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2283 | 2026-03-11T21:02:45.717Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2284 | 2026-03-11T21:02:45.717Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2285 | 2026-03-11T21:02:45.717Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2286 | 2026-03-11T21:02:45.727Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2287 | 2026-03-11T21:02:45.728Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2288 | 2026-03-11T21:02:45.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::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2289 | 2026-03-11T21:02:45.761Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2290 | 2026-03-11T21:02:45.761Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2291 | 2026-03-11T21:02:45.761Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2292 | 2026-03-11T21:02:45.772Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2293 | 2026-03-11T21:02:45.772Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2294 | 2026-03-11T21:02:45.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::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2295 | 2026-03-11T21:02:50.268Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4496
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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2296 | 2026-03-11T21:02:50.269Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2297 | 2026-03-11T21:02:50.269Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2298 | 2026-03-11T21:02:50.279Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2299 | 2026-03-11T21:02:50.280Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2300 | 2026-03-11T21:02:50.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::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2301 | 2026-03-11T21:02:50.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::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2302 | 2026-03-11T21:03:00.417Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2303 | 2026-03-11T21:03:00.417Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2304 | 2026-03-11T21:03:00.429Z | 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::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2305 | 2026-03-11T21:03:00.430Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2306 | 2026-03-11T21:03:00.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::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2307 | 2026-03-11T21:03:10.464Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2308 | 2026-03-11T21:03:10.465Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2309 | 2026-03-11T21:03:10.465Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2310 | 2026-03-11T21:03:10.476Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2311 | 2026-03-11T21:03:10.476Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2312 | 2026-03-11T21:03:10.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
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2313 | 2026-03-11T21:03:10.508Z | 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::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2314 | 2026-03-11T21:03:15.812Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2315 | | {{"v":0,"name":"phd-runner","msg":"[SERIAL CONSOLE TASK - EVENT] serial console command channel was closed","level":20,"hostname":"BRM42220010","pid":822,"time":"2026-03-11T21:03:15.812989514Z","target":"phd_framework::serial","line":213,"file":"phd-tests/framework/src/serial/mod.rs"} |
| 2316 | | "msg":"beginning graceful shutdown","v":0,"name":"slog-rs","level":30,"time":"2026-03-11T21:03:15.813027606Z","hostname":"BRM42220010","pid":822,"local_addr":"[::1]:43378","component":"phd-oximeter-consumer"} |
| 2317 | 2026-03-11T21:03:15.813Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 55721
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2318 | 2026-03-11T21:03:15.813Z | INFO | phd-runner: test phd_tests::stats::instance_vcpu_stats ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 2319 | 2026-03-11T21:03:15.813Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2320 | 2026-03-11T21:03:15.814Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2321 | 2026-03-11T21:03:16.162Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2322 | 2026-03-11T21:03:16.245Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2323 | 2026-03-11T21:03:16.245Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-fbeafe17-178a-44f6-972c-1c140b50672b"]
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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2324 | 2026-03-11T21:03:16.274Z | 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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2325 | 2026-03-11T21:03:16.274Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-8eea3b4d-7173-46c2-b731-f0ad5c17bc50"]
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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2326 | 2026-03-11T21:03:16.293Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 56993
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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2327 | 2026-03-11T21:03:16.293Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 479
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2328 | 2026-03-11T21:03:16.293Z | 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
|
| 2329 | 2026-03-11T21:03:16.293Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 480
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 = e320e3b4-cdd6-46fb-9140-1230ca7ffc4a
|
| 2330 | 2026-03-11T21:03:16.293Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2331 | 2026-03-11T21:03:16.293Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 57100
file = phd-tests/tests/src/stats.rs
line = 198
path = phd_tests::stats::instance_vcpu_stats
target = phd_tests::stats
|
| 2332 | 2026-03-11T21:03:16.293Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2333 | 2026-03-11T21:03:16.293Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/disk.rs
line = 115
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_tests::disk
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2334 | 2026-03-11T21:03:16.293Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::artifacts::store
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2335 | 2026-03-11T21:03:16.293Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::artifacts::store
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2336 | 2026-03-11T21:03:16.293Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::artifacts::store
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2337 | 2026-03-11T21:03:16.294Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::artifacts::store
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2338 | 2026-03-11T21:03:16.294Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
verb = list
|
| 2339 | 2026-03-11T21:03:16.306Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 50.9M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2340 | 2026-03-11T21:03:16.306Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-0660bc49-4f7d-4762-a281-b1f074d8d868"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
verb = snapshot
|
| 2341 | 2026-03-11T21:03:16.323Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-0660bc49-4f7d-4762-a281-b1f074d8d868", "phd-artifacts/phd-clone-fcd23c18-7b3d-4ea2-8498-6eb91e6d8292"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
verb = clone
|
| 2342 | 2026-03-11T21:03:16.342Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-fcd23c18-7b3d-4ea2-8498-6eb91e6d8292"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
verb = list
|
| 2343 | 2026-03-11T21:03:16.352Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-fcd23c18-7b3d-4ea2-8498-6eb91e6d8292 0B 25.3T 48.9M /phd-artifacts/phd-clone-fcd23c18-7b3d-4ea2-8498-6eb91e6d8292\n
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2344 | 2026-03-11T21:03:16.354Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2345 | 2026-03-11T21:03:16.354Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm_name = in_memory_backend_test
|
| 2346 | 2026-03-11T21:03:16.354Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = /work/phd-test/propolis-server
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::artifacts::store
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2347 | 2026-03-11T21:03:16.354Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm::server
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2348 | 2026-03-11T21:03:16.354Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
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
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2349 | 2026-03-11T21:03:16.369Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 996
file = phd-tests/framework/src/test_vm/server.rs
line = 122
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm::server
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2350 | 2026-03-11T21:03:16.384Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 30
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2351 | 2026-03-11T21:03:16.385Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2352 | 2026-03-11T21:03:16.387Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2353 | 2026-03-11T21:03:17.006Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2354 | 2026-03-11T21:03:17.007Z | 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: 2c530380-7a28-47ed-b52b-af6fd8a1b6f5, name: "phd-vm-2c530380-7a28-47ed-b52b-af6fd8a1b6f5", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 42c99977-641a-489f-bf7a-5956f98da168, project_id: 259b9bfe-4faa-4308-a440-d1d80a0c9537, sled_id: 3c7efbc1-0238-4b30-8fc2-688886cda0c4, sled_serial: "3c7efbc1-0238-4b30-8fc2-688886cda0c4", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2355 | 2026-03-11T21:03:17.007Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2356 | 2026-03-11T21:03:17.007Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
state = Run
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2357 | 2026-03-11T21:03:17.008Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2358 | 2026-03-11T21:03:17.008Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2359 | 2026-03-11T21:03:17.008Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = 300s
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2360 | 2026-03-11T21:03:17.008Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2361 | 2026-03-11T21:03:17.008Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2362 | 2026-03-11T21:03:17.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = CallerTimeout
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2363 | 2026-03-11T21:03:21.539Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4530
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2364 | 2026-03-11T21:03:21.540Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
step = WriteStr("root")
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2365 | 2026-03-11T21:03:21.540Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2366 | 2026-03-11T21:03:21.540Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2367 | 2026-03-11T21:03:21.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = CallerTimeout
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2368 | 2026-03-11T21:03:21.558Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2369 | 2026-03-11T21:03:21.558Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2370 | 2026-03-11T21:03:21.558Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2371 | 2026-03-11T21:03:21.559Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2372 | 2026-03-11T21:03:21.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = CallerTimeout
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2373 | 2026-03-11T21:03:21.591Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2374 | 2026-03-11T21:03:21.591Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2375 | 2026-03-11T21:03:21.591Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4582
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2376 | 2026-03-11T21:03:21.591Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2377 | 2026-03-11T21:03:21.591Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(15s)
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2378 | 2026-03-11T21:03:21.602Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2379 | 2026-03-11T21:03:21.602Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2380 | 2026-03-11T21:03:21.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(300s)
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2381 | 2026-03-11T21:03:21.635Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2382 | 2026-03-11T21:03:21.635Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2383 | 2026-03-11T21:03:21.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(15s)
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2384 | 2026-03-11T21:03:21.647Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2385 | 2026-03-11T21:03:21.647Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2386 | 2026-03-11T21:03:21.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(300s)
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2387 | 2026-03-11T21:03:21.680Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2388 | 2026-03-11T21:03:21.680Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2389 | 2026-03-11T21:03:21.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(15s)
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2390 | 2026-03-11T21:03:21.692Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2391 | 2026-03-11T21:03:21.692Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2392 | 2026-03-11T21:03:21.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(300s)
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2393 | 2026-03-11T21:03:21.724Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2394 | 2026-03-11T21:03:21.725Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2395 | 2026-03-11T21:03:21.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(15s)
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2396 | 2026-03-11T21:03:21.735Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2397 | 2026-03-11T21:03:21.735Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2398 | 2026-03-11T21:03:21.735Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(300s)
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2399 | 2026-03-11T21:03:21.769Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2400 | 2026-03-11T21:03:21.769Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2401 | 2026-03-11T21:03:21.769Z | INFO | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(15s)
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2402 | 2026-03-11T21:03:21.779Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2403 | 2026-03-11T21:03:21.780Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2404 | 2026-03-11T21:03:21.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(300s)
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2405 | 2026-03-11T21:03:21.813Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2406 | 2026-03-11T21:03:21.813Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2407 | 2026-03-11T21:03:21.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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(15s)
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2408 | 2026-03-11T21:03:21.824Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2409 | 2026-03-11T21:03:21.824Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2410 | 2026-03-11T21:03:21.824Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(300s)
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2411 | 2026-03-11T21:03:21.856Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2412 | 2026-03-11T21:03:21.856Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2413 | 2026-03-11T21:03:21.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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(15s)
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2414 | 2026-03-11T21:03:21.868Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2415 | 2026-03-11T21:03:21.868Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2416 | 2026-03-11T21:03:21.868Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(300s)
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2417 | 2026-03-11T21:03:21.901Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2418 | 2026-03-11T21:03:21.901Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2419 | 2026-03-11T21:03:21.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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(15s)
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2420 | 2026-03-11T21:03:21.911Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2421 | 2026-03-11T21:03:21.911Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2422 | 2026-03-11T21:03:21.911Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(300s)
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2423 | 2026-03-11T21:03:21.945Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2424 | 2026-03-11T21:03:21.945Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2425 | 2026-03-11T21:03:21.945Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(15s)
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2426 | 2026-03-11T21:03:21.956Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2427 | 2026-03-11T21:03:21.956Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2428 | 2026-03-11T21:03:21.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(300s)
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2429 | 2026-03-11T21:03:21.989Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2430 | 2026-03-11T21:03:21.989Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2431 | 2026-03-11T21:03:21.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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(15s)
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2432 | 2026-03-11T21:03:22.001Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2433 | 2026-03-11T21:03:22.001Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2434 | 2026-03-11T21:03:22.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(300s)
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2435 | 2026-03-11T21:03:22.034Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2436 | 2026-03-11T21:03:22.034Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2437 | 2026-03-11T21:03:22.035Z | 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
|
| 2438 | 2026-03-11T21:03:22.035Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 5029
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2439 | 2026-03-11T21:03:22.035Z | 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
|
| 2440 | 2026-03-11T21:03:22.035Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2441 | 2026-03-11T21:03:22.037Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2442 | 2026-03-11T21:03:22.606Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
self.address = 127.0.0.1:9000
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm::server
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2443 | 2026-03-11T21:03:22.684Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2444 | 2026-03-11T21:03:22.685Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-fcd23c18-7b3d-4ea2-8498-6eb91e6d8292"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
verb = destroy
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2445 | 2026-03-11T21:03:22.712Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2446 | 2026-03-11T21:03:22.712Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-0660bc49-4f7d-4762-a281-b1f074d8d868"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
verb = destroy
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2447 | 2026-03-11T21:03:22.730Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 694
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2448 | 2026-03-11T21:03:22.730Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 694
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2449 | 2026-03-11T21:03:22.730Z | 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
|
| 2450 | 2026-03-11T21:03:22.730Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2451 | 2026-03-11T21:03:22.730Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6345
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = in_memory_backend_test
vm_id = 2c530380-7a28-47ed-b52b-af6fd8a1b6f5
|
| 2452 | 2026-03-11T21:03:22.730Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2453 | 2026-03-11T21:03:22.730Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 6436
file = phd-tests/tests/src/disk.rs
line = 115
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::disk::in_memory_backend_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_tests::disk
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2454 | 2026-03-11T21:03:22.730Z | 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
|
| 2455 | 2026-03-11T21:03:22.730Z | 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
|
| 2456 | 2026-03-11T21:03:22.730Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2457 | 2026-03-11T21:03:22.731Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2458 | 2026-03-11T21:03:22.731Z | 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
|
| 2459 | 2026-03-11T21:03:22.742Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::disk::in_memory_backend_migration_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 50.2M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 2460 | 2026-03-11T21:03:22.742Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-ef9e1fa9-1efa-462f-8f19-a20f812b4042"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::zfs
verb = snapshot
|
| 2461 | 2026-03-11T21:03:22.760Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-ef9e1fa9-1efa-462f-8f19-a20f812b4042", "phd-artifacts/phd-clone-07b1f6c6-76dd-44b2-a9a2-4d4d7d7023ff"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::zfs
verb = clone
|
| 2462 | 2026-03-11T21:03:22.777Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-07b1f6c6-76dd-44b2-a9a2-4d4d7d7023ff"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::zfs
verb = list
|
| 2463 | 2026-03-11T21:03:22.786Z | 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-07b1f6c6-76dd-44b2-a9a2-4d4d7d7023ff 0B 25.3T 48.9M /phd-artifacts/phd-clone-07b1f6c6-76dd-44b2-a9a2-4d4d7d7023ff\n
target = phd_framework::zfs
|
| 2464 | 2026-03-11T21:03:22.787Z | 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
|
| 2465 | 2026-03-11T21:03:22.787Z | 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
|
| 2466 | 2026-03-11T21:03:22.787Z | 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
|
| 2467 | 2026-03-11T21:03:22.787Z | 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
|
| 2468 | 2026-03-11T21:03:22.788Z | 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
|
| 2469 | 2026-03-11T21:03:22.804Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1004
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
|
| 2470 | 2026-03-11T21:03:22.820Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 32
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
|
| 2471 | 2026-03-11T21:03:22.820Z | 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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2472 | 2026-03-11T21:03:22.822Z | 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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2473 | 2026-03-11T21:03:23.337Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2474 | 2026-03-11T21:03:23.338Z | 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: bfd3a1e4-4f88-4b9c-86de-4888585ad344, name: "phd-vm-bfd3a1e4-4f88-4b9c-86de-4888585ad344", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 10f8ddc7-7b4d-4822-8e35-b46b92238bfe, project_id: 7c5d6217-6048-4055-82ba-824396a509b2, sled_id: ab4baa12-5cba-4143-95ba-aee280c3bedc, sled_serial: "ab4baa12-5cba-4143-95ba-aee280c3bedc", 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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2475 | 2026-03-11T21:03:23.338Z | 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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2476 | 2026-03-11T21:03:23.338Z | 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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2477 | 2026-03-11T21:03:23.339Z | 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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2478 | 2026-03-11T21:03:23.340Z | 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
|
| 2479 | 2026-03-11T21:03:23.340Z | 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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2480 | 2026-03-11T21:03:23.340Z | 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
|
| 2481 | 2026-03-11T21:03:23.340Z | 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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2482 | 2026-03-11T21:03: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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = in_memory_backend_migration_test_source
vm_id = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2483 | 2026-03-11T21:03:27.891Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4550
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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2484 | 2026-03-11T21:03:27.891Z | 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
|
| 2485 | 2026-03-11T21:03:27.891Z | 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
|
| 2486 | 2026-03-11T21:03:27.891Z | 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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2487 | 2026-03-11T21:03:27.891Z | INFO | phd-runner: [WAIT_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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2488 | 2026-03-11T21:03:27.919Z | 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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2489 | 2026-03-11T21:03:27.920Z | 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
|
| 2490 | 2026-03-11T21:03:27.920Z | 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
|
| 2491 | 2026-03-11T21:03:27.920Z | 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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2492 | 2026-03-11T21:03:27.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = in_memory_backend_migration_test_source
vm_id = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2493 | 2026-03-11T21:03:27.953Z | 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_source
vm_id = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2494 | 2026-03-11T21:03:27.953Z | 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
|
| 2495 | 2026-03-11T21:03:27.953Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4613
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
|
| 2496 | 2026-03-11T21:03:27.953Z | 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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2497 | 2026-03-11T21:03:27.954Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2498 | 2026-03-11T21:03:27.964Z | 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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2499 | 2026-03-11T21:03:27.964Z | 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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2500 | 2026-03-11T21:03:27.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_migration_test_source
vm_id = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2501 | 2026-03-11T21:03:27.997Z | 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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2502 | 2026-03-11T21:03:27.998Z | 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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2503 | 2026-03-11T21:03:27.998Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2504 | 2026-03-11T21:03:28.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2505 | 2026-03-11T21:03:28.009Z | 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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2506 | 2026-03-11T21:03:28.009Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2507 | 2026-03-11T21:03:28.041Z | 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_source
vm_id = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2508 | 2026-03-11T21:03:28.041Z | 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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2509 | 2026-03-11T21:03:28.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_migration_test_source
vm_id = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2510 | 2026-03-11T21:03:28.052Z | 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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2511 | 2026-03-11T21:03:28.053Z | 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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2512 | 2026-03-11T21:03:28.053Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2513 | 2026-03-11T21:03:28.087Z | 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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2514 | 2026-03-11T21:03:28.088Z | 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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2515 | 2026-03-11T21:03:28.088Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2516 | 2026-03-11T21:03:28.098Z | 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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2517 | 2026-03-11T21:03:28.099Z | 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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2518 | 2026-03-11T21:03:28.099Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2519 | 2026-03-11T21:03:28.133Z | 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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2520 | 2026-03-11T21:03:28.133Z | 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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2521 | 2026-03-11T21:03:28.133Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2522 | 2026-03-11T21:03:28.144Z | 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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2523 | 2026-03-11T21:03:28.144Z | 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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2524 | 2026-03-11T21:03:28.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_migration_test_source
vm_id = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2525 | 2026-03-11T21:03:28.178Z | 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_source
vm_id = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2526 | 2026-03-11T21:03:28.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_source
vm_id = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2527 | 2026-03-11T21:03:28.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_source
vm_id = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2528 | 2026-03-11T21:03:28.189Z | 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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2529 | 2026-03-11T21:03:28.189Z | 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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2530 | 2026-03-11T21:03:28.189Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2531 | 2026-03-11T21:03:28.222Z | 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_source
vm_id = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2532 | 2026-03-11T21:03:28.222Z | 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
|
| 2533 | 2026-03-11T21:03:28.222Z | 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
|
| 2534 | 2026-03-11T21:03:28.223Z | 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
|
| 2535 | 2026-03-11T21:03:28.223Z | 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
|
| 2536 | 2026-03-11T21:03:28.223Z | 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
|
| 2537 | 2026-03-11T21:03:28.239Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1005
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
|
| 2538 | 2026-03-11T21:03:28.254Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
|
| 2539 | 2026-03-11T21:03:28.254Z | 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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
target = phd_framework::test_vm
target_id = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2540 | 2026-03-11T21:03:28.255Z | 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 = 687ec80f-e542-44ee-af51-1d1ebf7d4f5d
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = bfd3a1e4-4f88-4b9c-86de-4888585ad344
target = phd_framework::test_vm
target_id = af937ad0-8c24-4e86-960a-d4fa32bf773b
timeout_duration = 45s
|
| 2541 | 2026-03-11T21:03:28.255Z | 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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
target = phd_framework::test_vm
target_id = af937ad0-8c24-4e86-960a-d4fa32bf773b
vm = in_memory_backend_migration_test_target
vm_id = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2542 | 2026-03-11T21:03:28.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: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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
target = phd_framework::test_vm
target_id = af937ad0-8c24-4e86-960a-d4fa32bf773b
vm = in_memory_backend_migration_test_target
vm_id = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2543 | 2026-03-11T21:03:28.968Z | 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: af937ad0-8c24-4e86-960a-d4fa32bf773b, name: "phd-vm-af937ad0-8c24-4e86-960a-d4fa32bf773b", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 10f8ddc7-7b4d-4822-8e35-b46b92238bfe, project_id: 7c5d6217-6048-4055-82ba-824396a509b2, sled_id: 234fdde6-8b01-4807-914b-2b6ee3487488, sled_serial: "234fdde6-8b01-4807-914b-2b6ee3487488", 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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
target = phd_framework::test_vm
target_id = af937ad0-8c24-4e86-960a-d4fa32bf773b
vm = in_memory_backend_migration_test_target
vm_id = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2544 | 2026-03-11T21:03:28.968Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 687ec80f-e542-44ee-af51-1d1ebf7d4f5d
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = bfd3a1e4-4f88-4b9c-86de-4888585ad344
target = phd_framework::test_vm
target_id = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2545 | 2026-03-11T21:03:31.761Z | 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
|
| 2546 | 2026-03-11T21:03:32.146Z | 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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
target = phd_framework::test_vm
target_id = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2547 | 2026-03-11T21:03:32.146Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3178
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 687ec80f-e542-44ee-af51-1d1ebf7d4f5d
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = bfd3a1e4-4f88-4b9c-86de-4888585ad344
target = phd_framework::test_vm
target_id = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2548 | 2026-03-11T21:03:32.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 = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2549 | 2026-03-11T21:03:32.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(15s)
vm = in_memory_backend_migration_test_target
vm_id = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2550 | 2026-03-11T21:03:34.175Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 2028
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 = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2551 | 2026-03-11T21:03:34.175Z | 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 = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2552 | 2026-03-11T21:03:34.175Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2553 | 2026-03-11T21:03:34.208Z | 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 = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2554 | 2026-03-11T21:03:34.208Z | 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 = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2555 | 2026-03-11T21:03:34.208Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2556 | 2026-03-11T21:03:34.219Z | 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 = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2557 | 2026-03-11T21:03:34.219Z | 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 = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2558 | 2026-03-11T21:03:34.219Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2559 | 2026-03-11T21:03:34.253Z | 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 = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2560 | 2026-03-11T21:03:34.253Z | 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 = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2561 | 2026-03-11T21:03:34.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_migration_test_target
vm_id = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2562 | 2026-03-11T21:03:34.264Z | 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 = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2563 | 2026-03-11T21:03:34.264Z | 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 = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2564 | 2026-03-11T21:03:34.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_migration_test_target
vm_id = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2565 | 2026-03-11T21:03:34.297Z | 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 = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2566 | 2026-03-11T21:03:34.297Z | 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 = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2567 | 2026-03-11T21:03:34.298Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2568 | 2026-03-11T21:03:34.308Z | 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 = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2569 | 2026-03-11T21:03:34.309Z | 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 = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2570 | 2026-03-11T21:03:34.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_migration_test_target
vm_id = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2571 | 2026-03-11T21:03:34.342Z | 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 = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2572 | 2026-03-11T21:03:34.342Z | 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 = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2573 | 2026-03-11T21:03:34.342Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2574 | 2026-03-11T21:03:34.353Z | 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 = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2575 | 2026-03-11T21:03:34.353Z | 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 = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2576 | 2026-03-11T21:03:34.354Z | INFO | phd-runner: [WAIT_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 = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2577 | 2026-03-11T21:03:34.386Z | 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 = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2578 | 2026-03-11T21:03:34.386Z | 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 = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2579 | 2026-03-11T21:03:34.386Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2580 | 2026-03-11T21:03:34.397Z | 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 = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2581 | 2026-03-11T21:03:34.397Z | 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 = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2582 | 2026-03-11T21:03:34.397Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2583 | 2026-03-11T21:03:34.430Z | 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 = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2584 | 2026-03-11T21:03:34.430Z | 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 = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2585 | 2026-03-11T21:03:34.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_migration_test_target
vm_id = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2586 | 2026-03-11T21:03:34.441Z | 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 = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2587 | 2026-03-11T21:03:34.441Z | 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 = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2588 | 2026-03-11T21:03:34.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_migration_test_target
vm_id = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2589 | 2026-03-11T21:03:34.473Z | 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 = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2590 | 2026-03-11T21:03:34.473Z | 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 = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2591 | 2026-03-11T21:03:34.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_migration_test_target
vm_id = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2592 | 2026-03-11T21:03:34.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2593 | 2026-03-11T21:03:34.485Z | 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 = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2594 | 2026-03-11T21:03:34.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_migration_test_target
vm_id = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2595 | 2026-03-11T21:03:34.518Z | 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 = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2596 | 2026-03-11T21:03:34.518Z | 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 = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2597 | 2026-03-11T21:03:34.518Z | 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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2598 | 2026-03-11T21:03:34.518Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 2599 | 2026-03-11T21:03:34.518Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 11181
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2600 | 2026-03-11T21:03:34.518Z | 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
|
| 2601 | 2026-03-11T21:03:34.519Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2602 | 2026-03-11T21:03:34.520Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2603 | 2026-03-11T21:03:34.520Z | 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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2604 | 2026-03-11T21:03:34.599Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 80
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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2605 | 2026-03-11T21:03:34.599Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 11778
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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
|
| 2606 | 2026-03-11T21:03:34.601Z | 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 = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2607 | 2026-03-11T21:03:34.680Z | 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 = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2608 | 2026-03-11T21:03:34.680Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-07b1f6c6-76dd-44b2-a9a2-4d4d7d7023ff"]
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 = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2609 | 2026-03-11T21:03:34.711Z | 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 = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2610 | 2026-03-11T21:03:34.711Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-ef9e1fa9-1efa-462f-8f19-a20f812b4042"]
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 = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2611 | 2026-03-11T21:03:34.729Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 210
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 = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2612 | 2026-03-11T21:03:34.729Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 210
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2613 | 2026-03-11T21:03:34.729Z | INFO | phd-runner: Starting test phd_tests::migrate::smoke_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 2614 | 2026-03-11T21:03:34.729Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2615 | 2026-03-11T21:03:34.729Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2616 | 2026-03-11T21:03:34.730Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6474
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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
target = phd_framework::test_vm
target_id = af937ad0-8c24-4e86-960a-d4fa32bf773b
vm = in_memory_backend_migration_test_target
vm_id = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2617 | 2026-03-11T21:03:34.730Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 15
path = phd_tests::migrate::smoke_test
target = phd_tests::migrate
|
| 2618 | 2026-03-11T21:03:34.730Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 6474
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 = bfd3a1e4-4f88-4b9c-86de-4888585ad344
target = phd_framework::test_vm
target_id = af937ad0-8c24-4e86-960a-d4fa32bf773b
|
| 2619 | 2026-03-11T21:03:34.730Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 11999
file = phd-tests/tests/src/disk.rs
line = 146
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_tests::disk
|
| 2620 | 2026-03-11T21:03:34.730Z | 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
|
| 2621 | 2026-03-11T21:03:34.730Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2622 | 2026-03-11T21:03:34.730Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2623 | 2026-03-11T21:03:34.730Z | 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
|
| 2624 | 2026-03-11T21:03:34.741Z | 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 50.6M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 2625 | 2026-03-11T21:03:34.741Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-f84d82e5-7c0a-4c34-b7c2-7ad9fbf29315"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::smoke_test
target = phd_framework::zfs
verb = snapshot
|
| 2626 | 2026-03-11T21:03:34.757Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-f84d82e5-7c0a-4c34-b7c2-7ad9fbf29315", "phd-artifacts/phd-clone-95e963fb-f8bc-47a7-9630-a30b4165c8a7"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::smoke_test
target = phd_framework::zfs
verb = clone
|
| 2627 | 2026-03-11T21:03:34.777Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-95e963fb-f8bc-47a7-9630-a30b4165c8a7"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::smoke_test
target = phd_framework::zfs
verb = list
|
| 2628 | 2026-03-11T21:03:34.788Z | 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-95e963fb-f8bc-47a7-9630-a30b4165c8a7 0B 25.3T 48.9M /phd-artifacts/phd-clone-95e963fb-f8bc-47a7-9630-a30b4165c8a7\n
target = phd_framework::zfs
|
| 2629 | 2026-03-11T21:03:34.788Z | 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
|
| 2630 | 2026-03-11T21:03:34.788Z | 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
|
| 2631 | 2026-03-11T21:03:34.788Z | 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
|
| 2632 | 2026-03-11T21:03:34.788Z | 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
|
| 2633 | 2026-03-11T21:03:34.788Z | 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
|
| 2634 | 2026-03-11T21:03:34.803Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1014
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm::server
|
| 2635 | 2026-03-11T21:03:34.818Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 30
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
|
| 2636 | 2026-03-11T21:03:34.818Z | 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 = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2637 | 2026-03-11T21:03:34.819Z | 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 = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2638 | 2026-03-11T21:03:35.347Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2639 | 2026-03-11T21:03:35.348Z | 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: 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d, name: "phd-vm-5e454c9c-b853-46fa-ab0e-7680bf4b9b7d", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 0dc01245-c276-4d6a-955b-cef117c85395, project_id: 79c82bc2-8d1e-487d-9e05-3a9b60b1144b, sled_id: f073060f-60ef-4b40-9e8d-ae70778cd157, sled_serial: "f073060f-60ef-4b40-9e8d-ae70778cd157", 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 = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2640 | 2026-03-11T21:03:35.348Z | 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 = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2641 | 2026-03-11T21:03:35.348Z | 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 = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2642 | 2026-03-11T21:03:35.349Z | 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::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2643 | 2026-03-11T21:03:35.349Z | 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
|
| 2644 | 2026-03-11T21:03:35.349Z | 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 = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2645 | 2026-03-11T21:03:35.349Z | 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
|
| 2646 | 2026-03-11T21:03:35.349Z | 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 = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2647 | 2026-03-11T21:03:35.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::smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_smoke
vm_id = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2648 | 2026-03-11T21:03:39.867Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4517
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 = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2649 | 2026-03-11T21:03:39.867Z | 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
|
| 2650 | 2026-03-11T21:03:39.867Z | 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
|
| 2651 | 2026-03-11T21:03:39.868Z | 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 = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2652 | 2026-03-11T21:03:39.868Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_smoke
vm_id = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2653 | 2026-03-11T21:03:39.886Z | 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::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2654 | 2026-03-11T21:03:39.886Z | 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
|
| 2655 | 2026-03-11T21:03:39.886Z | 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
|
| 2656 | 2026-03-11T21:03:39.886Z | 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 = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2657 | 2026-03-11T21:03:39.886Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_smoke
vm_id = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2658 | 2026-03-11T21:03:39.919Z | 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 = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2659 | 2026-03-11T21:03:39.919Z | 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
|
| 2660 | 2026-03-11T21:03:39.919Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4570
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
|
| 2661 | 2026-03-11T21:03:39.919Z | 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 = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2662 | 2026-03-11T21:03:39.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::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_smoke
vm_id = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2663 | 2026-03-11T21:03:39.930Z | 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 = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2664 | 2026-03-11T21:03:39.930Z | 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 = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2665 | 2026-03-11T21:03:39.930Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_smoke
vm_id = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2666 | 2026-03-11T21:03:39.963Z | 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 = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2667 | 2026-03-11T21:03:39.963Z | 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 = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2668 | 2026-03-11T21:03:39.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::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_smoke
vm_id = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2669 | 2026-03-11T21:03:39.974Z | 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 = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2670 | 2026-03-11T21:03:39.974Z | 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 = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2671 | 2026-03-11T21:03:39.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::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_smoke
vm_id = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2672 | 2026-03-11T21:03:39.997Z | 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::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2673 | 2026-03-11T21:03:39.997Z | 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 = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2674 | 2026-03-11T21:03:39.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::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_smoke
vm_id = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2675 | 2026-03-11T21:03:40.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::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2676 | 2026-03-11T21:03:40.008Z | 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 = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2677 | 2026-03-11T21:03:40.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::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_smoke
vm_id = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2678 | 2026-03-11T21:03:40.041Z | 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 = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2679 | 2026-03-11T21:03:40.042Z | 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 = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2680 | 2026-03-11T21:03:40.042Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_smoke
vm_id = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2681 | 2026-03-11T21:03:40.052Z | 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 = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2682 | 2026-03-11T21:03:40.052Z | 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 = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2683 | 2026-03-11T21:03:40.052Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_smoke
vm_id = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2684 | 2026-03-11T21:03:40.085Z | 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 = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2685 | 2026-03-11T21:03:40.085Z | 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 = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2686 | 2026-03-11T21:03:40.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::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_smoke
vm_id = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2687 | 2026-03-11T21:03:40.096Z | 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::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2688 | 2026-03-11T21:03:40.097Z | 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 = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2689 | 2026-03-11T21:03:40.097Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_smoke
vm_id = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2690 | 2026-03-11T21:03:40.129Z | 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 = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2691 | 2026-03-11T21:03:40.130Z | 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 = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2692 | 2026-03-11T21:03:40.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::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_smoke
vm_id = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2693 | 2026-03-11T21:03:40.140Z | 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 = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2694 | 2026-03-11T21:03:40.140Z | 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 = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2695 | 2026-03-11T21:03:40.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::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_smoke
vm_id = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2696 | 2026-03-11T21:03:40.173Z | 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 = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2697 | 2026-03-11T21:03:40.173Z | 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
|
| 2698 | 2026-03-11T21:03:40.173Z | 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
|
| 2699 | 2026-03-11T21:03:40.173Z | 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
|
| 2700 | 2026-03-11T21:03:40.173Z | 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
|
| 2701 | 2026-03-11T21:03:40.173Z | 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
|
| 2702 | 2026-03-11T21:03:40.173Z | 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
|
| 2703 | 2026-03-11T21:03:40.189Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1015
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm::server
|
| 2704 | 2026-03-11T21:03:40.205Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
|
| 2705 | 2026-03-11T21:03:40.205Z | 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 = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
target = phd_framework::test_vm
target_id = 419c3106-367e-483a-87a1-2f69e445489e
|
| 2706 | 2026-03-11T21:03:40.205Z | 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 = 1625493d-53f2-4472-b6e1-35a6cebb88a5
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
target = phd_framework::test_vm
target_id = 419c3106-367e-483a-87a1-2f69e445489e
timeout_duration = 45s
|
| 2707 | 2026-03-11T21:03:40.205Z | 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 = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
target = phd_framework::test_vm
target_id = 419c3106-367e-483a-87a1-2f69e445489e
vm = migration_smoke_lifecycle_0
vm_id = 419c3106-367e-483a-87a1-2f69e445489e
|
| 2708 | 2026-03-11T21:03:40.205Z | 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 = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
target = phd_framework::test_vm
target_id = 419c3106-367e-483a-87a1-2f69e445489e
vm = migration_smoke_lifecycle_0
vm_id = 419c3106-367e-483a-87a1-2f69e445489e
|
| 2709 | 2026-03-11T21:03:40.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: 419c3106-367e-483a-87a1-2f69e445489e, name: "phd-vm-419c3106-367e-483a-87a1-2f69e445489e", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 0dc01245-c276-4d6a-955b-cef117c85395, project_id: 79c82bc2-8d1e-487d-9e05-3a9b60b1144b, sled_id: 0f9a4ce0-69b6-48e7-9920-c7a5ca7da121, sled_serial: "0f9a4ce0-69b6-48e7-9920-c7a5ca7da121", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 511
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
target = phd_framework::test_vm
target_id = 419c3106-367e-483a-87a1-2f69e445489e
vm = migration_smoke_lifecycle_0
vm_id = 419c3106-367e-483a-87a1-2f69e445489e
|
| 2710 | 2026-03-11T21:03:40.687Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 1625493d-53f2-4472-b6e1-35a6cebb88a5
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
target = phd_framework::test_vm
target_id = 419c3106-367e-483a-87a1-2f69e445489e
|
| 2711 | 2026-03-11T21:03:43.385Z | 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
|
| 2712 | 2026-03-11T21:03:43.792Z | 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 = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
target = phd_framework::test_vm
target_id = 419c3106-367e-483a-87a1-2f69e445489e
|
| 2713 | 2026-03-11T21:03:43.792Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3104
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 1625493d-53f2-4472-b6e1-35a6cebb88a5
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
target = phd_framework::test_vm
target_id = 419c3106-367e-483a-87a1-2f69e445489e
|
| 2714 | 2026-03-11T21:03:43.794Z | 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 = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2715 | 2026-03-11T21:03:43.794Z | 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 = 419c3106-367e-483a-87a1-2f69e445489e
|
| 2716 | 2026-03-11T21:03:43.794Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_smoke_lifecycle_0
vm_id = 419c3106-367e-483a-87a1-2f69e445489e
|
| 2717 | 2026-03-11T21:03:43.796Z | 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 = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2718 | 2026-03-11T21:03:43.878Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 83
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 = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2719 | 2026-03-11T21:03:43.878Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 9059
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 = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
|
| 2720 | 2026-03-11T21:03:46.208Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 2414
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 = 419c3106-367e-483a-87a1-2f69e445489e
|
| 2721 | 2026-03-11T21:03:46.209Z | 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 = 419c3106-367e-483a-87a1-2f69e445489e
|
| 2722 | 2026-03-11T21:03:46.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::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_smoke_lifecycle_0
vm_id = 419c3106-367e-483a-87a1-2f69e445489e
|
| 2723 | 2026-03-11T21:03:46.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::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke_lifecycle_0
vm_id = 419c3106-367e-483a-87a1-2f69e445489e
|
| 2724 | 2026-03-11T21:03:46.242Z | 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 = 419c3106-367e-483a-87a1-2f69e445489e
|
| 2725 | 2026-03-11T21:03:46.242Z | 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
|
| 2726 | 2026-03-11T21:03:46.242Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 10895
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2727 | 2026-03-11T21:03:46.242Z | INFO | phd-runner: test phd_tests::migrate::smoke_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 2728 | 2026-03-11T21:03:46.242Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2729 | 2026-03-11T21:03:46.244Z | 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 = 419c3106-367e-483a-87a1-2f69e445489e
|
| 2730 | 2026-03-11T21:03:46.579Z | 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 = 419c3106-367e-483a-87a1-2f69e445489e
|
| 2731 | 2026-03-11T21:03:46.658Z | 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 = 419c3106-367e-483a-87a1-2f69e445489e
|
| 2732 | 2026-03-11T21:03:46.658Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-95e963fb-f8bc-47a7-9630-a30b4165c8a7"]
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 = 419c3106-367e-483a-87a1-2f69e445489e
|
| 2733 | 2026-03-11T21:03:46.683Z | 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 = 419c3106-367e-483a-87a1-2f69e445489e
|
| 2734 | 2026-03-11T21:03:46.683Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-f84d82e5-7c0a-4c34-b7c2-7ad9fbf29315"]
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 = 419c3106-367e-483a-87a1-2f69e445489e
|
| 2735 | 2026-03-11T21:03:46.701Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 459
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 = 419c3106-367e-483a-87a1-2f69e445489e
|
| 2736 | 2026-03-11T21:03:46.702Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 459
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2737 | 2026-03-11T21:03:46.702Z | INFO | phd-runner: Starting test phd_tests::migrate::serial_history
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 2738 | 2026-03-11T21:03:46.702Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6496
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
target = phd_framework::test_vm
target_id = 419c3106-367e-483a-87a1-2f69e445489e
vm = migration_smoke_lifecycle_0
vm_id = 419c3106-367e-483a-87a1-2f69e445489e
|
| 2739 | 2026-03-11T21:03:46.702Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2740 | 2026-03-11T21:03:46.702Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2741 | 2026-03-11T21:03:46.702Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 6496
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 5e454c9c-b853-46fa-ab0e-7680bf4b9b7d
target = phd_framework::test_vm
target_id = 419c3106-367e-483a-87a1-2f69e445489e
|
| 2742 | 2026-03-11T21:03:46.702Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 11972
file = phd-tests/tests/src/migrate.rs
line = 15
path = phd_tests::migrate::smoke_test
target = phd_tests::migrate
|
| 2743 | 2026-03-11T21:03:46.702Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 20
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_tests::migrate
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2744 | 2026-03-11T21:03:46.702Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::artifacts::store
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2745 | 2026-03-11T21:03:46.702Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::artifacts::store
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2746 | 2026-03-11T21:03:46.702Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::artifacts::store
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2747 | 2026-03-11T21:03:46.702Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
verb = list
|
| 2748 | 2026-03-11T21:03:46.714Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 50.1M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2749 | 2026-03-11T21:03:46.714Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d722180b-5bb4-4d2b-8713-ad006f003d86"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
verb = snapshot
|
| 2750 | 2026-03-11T21:03:46.732Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d722180b-5bb4-4d2b-8713-ad006f003d86", "phd-artifacts/phd-clone-cdf6c27d-ab68-4f6c-8b72-655c51b5ba77"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
verb = clone
|
| 2751 | 2026-03-11T21:03:46.750Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-cdf6c27d-ab68-4f6c-8b72-655c51b5ba77"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
verb = list
|
| 2752 | 2026-03-11T21:03:46.760Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-cdf6c27d-ab68-4f6c-8b72-655c51b5ba77 0B 25.3T 48.9M /phd-artifacts/phd-clone-cdf6c27d-ab68-4f6c-8b72-655c51b5ba77\n
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2753 | 2026-03-11T21:03:46.761Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2754 | 2026-03-11T21:03:46.761Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm_name = migration_serial_history
|
| 2755 | 2026-03-11T21:03:46.761Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = /work/phd-test/propolis-server
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::artifacts::store
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2756 | 2026-03-11T21:03:46.761Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm::server
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2757 | 2026-03-11T21:03:46.761Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
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
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2758 | 2026-03-11T21:03:46.777Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1024
file = phd-tests/framework/src/test_vm/server.rs
line = 122
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm::server
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2759 | 2026-03-11T21:03:46.792Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2760 | 2026-03-11T21:03:46.793Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = migration_serial_history
vm_id = 8d35794e-9048-494b-8c86-a06247ca9b1f
|
| 2761 | 2026-03-11T21:03:46.793Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = migration_serial_history
vm_id = 8d35794e-9048-494b-8c86-a06247ca9b1f
|
| 2762 | 2026-03-11T21:03:47.298Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2763 | 2026-03-11T21:03:47.299Z | 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: 8d35794e-9048-494b-8c86-a06247ca9b1f, name: "phd-vm-8d35794e-9048-494b-8c86-a06247ca9b1f", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: de595fa4-fa38-4076-bf0d-e9438d62a045, project_id: 4897ae99-d577-46bb-94d1-73b197cfe310, sled_id: 898ff2af-50f2-4ad9-bbc4-0ff92437cf4f, sled_serial: "898ff2af-50f2-4ad9-bbc4-0ff92437cf4f", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = migration_serial_history
vm_id = 8d35794e-9048-494b-8c86-a06247ca9b1f
|
| 2764 | 2026-03-11T21:03:47.299Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = migration_serial_history
vm_id = 8d35794e-9048-494b-8c86-a06247ca9b1f
|
| 2765 | 2026-03-11T21:03:47.299Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
state = Run
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = migration_serial_history
vm_id = 8d35794e-9048-494b-8c86-a06247ca9b1f
|
| 2766 | 2026-03-11T21:03:47.300Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = migration_serial_history
vm_id = 8d35794e-9048-494b-8c86-a06247ca9b1f
|
| 2767 | 2026-03-11T21:03:47.300Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2768 | 2026-03-11T21:03:47.300Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = 300s
vm = migration_serial_history
vm_id = 8d35794e-9048-494b-8c86-a06247ca9b1f
|
| 2769 | 2026-03-11T21:03:47.300Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2770 | 2026-03-11T21:03:47.300Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = migration_serial_history
vm_id = 8d35794e-9048-494b-8c86-a06247ca9b1f
|
| 2771 | 2026-03-11T21:03:47.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = CallerTimeout
vm = migration_serial_history
vm_id = 8d35794e-9048-494b-8c86-a06247ca9b1f
|
| 2772 | 2026-03-11T21:03:51.807Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4506
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = migration_serial_history
vm_id = 8d35794e-9048-494b-8c86-a06247ca9b1f
|
| 2773 | 2026-03-11T21:03:51.807Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
step = WriteStr("root")
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2774 | 2026-03-11T21:03:51.807Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2775 | 2026-03-11T21:03:51.807Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = migration_serial_history
vm_id = 8d35794e-9048-494b-8c86-a06247ca9b1f
|
| 2776 | 2026-03-11T21:03:51.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = CallerTimeout
vm = migration_serial_history
vm_id = 8d35794e-9048-494b-8c86-a06247ca9b1f
|
| 2777 | 2026-03-11T21:03:51.825Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = migration_serial_history
vm_id = 8d35794e-9048-494b-8c86-a06247ca9b1f
|
| 2778 | 2026-03-11T21:03:51.826Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2779 | 2026-03-11T21:03:51.826Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2780 | 2026-03-11T21:03:51.826Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = migration_serial_history
vm_id = 8d35794e-9048-494b-8c86-a06247ca9b1f
|
| 2781 | 2026-03-11T21:03:51.826Z | INFO | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = CallerTimeout
vm = migration_serial_history
vm_id = 8d35794e-9048-494b-8c86-a06247ca9b1f
|
| 2782 | 2026-03-11T21:03:51.859Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = migration_serial_history
vm_id = 8d35794e-9048-494b-8c86-a06247ca9b1f
|
| 2783 | 2026-03-11T21:03:51.859Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2784 | 2026-03-11T21:03:51.859Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4559
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2785 | 2026-03-11T21:03:51.860Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = migration_serial_history
vm_id = 8d35794e-9048-494b-8c86-a06247ca9b1f
|
| 2786 | 2026-03-11T21:03:51.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(15s)
vm = migration_serial_history
vm_id = 8d35794e-9048-494b-8c86-a06247ca9b1f
|
| 2787 | 2026-03-11T21:03:51.870Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = migration_serial_history
vm_id = 8d35794e-9048-494b-8c86-a06247ca9b1f
|
| 2788 | 2026-03-11T21:03:51.871Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = migration_serial_history
vm_id = 8d35794e-9048-494b-8c86-a06247ca9b1f
|
| 2789 | 2026-03-11T21:03:51.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(300s)
vm = migration_serial_history
vm_id = 8d35794e-9048-494b-8c86-a06247ca9b1f
|
| 2790 | 2026-03-11T21:03:51.904Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = migration_serial_history
vm_id = 8d35794e-9048-494b-8c86-a06247ca9b1f
|
| 2791 | 2026-03-11T21:03:51.904Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = migration_serial_history
vm_id = 8d35794e-9048-494b-8c86-a06247ca9b1f
|
| 2792 | 2026-03-11T21:03:51.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(15s)
vm = migration_serial_history
vm_id = 8d35794e-9048-494b-8c86-a06247ca9b1f
|
| 2793 | 2026-03-11T21:03:51.914Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = migration_serial_history
vm_id = 8d35794e-9048-494b-8c86-a06247ca9b1f
|
| 2794 | 2026-03-11T21:03:51.914Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = migration_serial_history
vm_id = 8d35794e-9048-494b-8c86-a06247ca9b1f
|
| 2795 | 2026-03-11T21:03:51.915Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(300s)
vm = migration_serial_history
vm_id = 8d35794e-9048-494b-8c86-a06247ca9b1f
|
| 2796 | 2026-03-11T21:03:51.947Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = migration_serial_history
vm_id = 8d35794e-9048-494b-8c86-a06247ca9b1f
|
| 2797 | 2026-03-11T21:03:51.952Z | INFO | phd-runner: [TEST - EVENT] migrating to new Propolis artifact for lifecycle test
file = phd-tests/framework/src/lifecycle.rs
line = 73
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
propolis_artifact = __DEFAULT_PROPOLIS
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::lifecycle
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm_name = migration_serial_history
|
| 2798 | 2026-03-11T21:03:51.952Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2799 | 2026-03-11T21:03:51.952Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm_name = migration_serial_history_lifecycle_0
|
| 2800 | 2026-03-11T21:03:51.952Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = /work/phd-test/propolis-server
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::artifacts::store
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2801 | 2026-03-11T21:03:51.952Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm::server
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2802 | 2026-03-11T21:03:51.952Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
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
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2803 | 2026-03-11T21:03:51.968Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1025
file = phd-tests/framework/src/test_vm/server.rs
line = 122
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm::server
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2804 | 2026-03-11T21:03:51.983Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 30
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2805 | 2026-03-11T21:03:51.983Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 8d35794e-9048-494b-8c86-a06247ca9b1f
target = phd_framework::test_vm
target_id = 545e89d1-7d39-48b2-8d80-72b18255c0d3
|
| 2806 | 2026-03-11T21:03:51.983Z | 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 = f16d7459-7569-4d12-8cf7-1fc06e12a9ba
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 8d35794e-9048-494b-8c86-a06247ca9b1f
target = phd_framework::test_vm
target_id = 545e89d1-7d39-48b2-8d80-72b18255c0d3
timeout_duration = 45s
|
| 2807 | 2026-03-11T21:03:51.983Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 8d35794e-9048-494b-8c86-a06247ca9b1f
target = phd_framework::test_vm
target_id = 545e89d1-7d39-48b2-8d80-72b18255c0d3
vm = migration_serial_history_lifecycle_0
vm_id = 545e89d1-7d39-48b2-8d80-72b18255c0d3
|
| 2808 | 2026-03-11T21:03:51.984Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 8d35794e-9048-494b-8c86-a06247ca9b1f
target = phd_framework::test_vm
target_id = 545e89d1-7d39-48b2-8d80-72b18255c0d3
vm = migration_serial_history_lifecycle_0
vm_id = 545e89d1-7d39-48b2-8d80-72b18255c0d3
|
| 2809 | 2026-03-11T21:03:52.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: 545e89d1-7d39-48b2-8d80-72b18255c0d3, name: "phd-vm-545e89d1-7d39-48b2-8d80-72b18255c0d3", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: de595fa4-fa38-4076-bf0d-e9438d62a045, project_id: 4897ae99-d577-46bb-94d1-73b197cfe310, sled_id: d44bfc55-4809-4971-b71b-cc9742fc6ec9, sled_serial: "d44bfc55-4809-4971-b71b-cc9742fc6ec9", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 511
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 8d35794e-9048-494b-8c86-a06247ca9b1f
target = phd_framework::test_vm
target_id = 545e89d1-7d39-48b2-8d80-72b18255c0d3
vm = migration_serial_history_lifecycle_0
vm_id = 545e89d1-7d39-48b2-8d80-72b18255c0d3
|
| 2810 | 2026-03-11T21:03:52.476Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = f16d7459-7569-4d12-8cf7-1fc06e12a9ba
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 8d35794e-9048-494b-8c86-a06247ca9b1f
target = phd_framework::test_vm
target_id = 545e89d1-7d39-48b2-8d80-72b18255c0d3
|
| 2811 | 2026-03-11T21:03:55.134Z | 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
|
| 2812 | 2026-03-11T21:03:56.864Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 673
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 8d35794e-9048-494b-8c86-a06247ca9b1f
target = phd_framework::test_vm
target_id = 545e89d1-7d39-48b2-8d80-72b18255c0d3
|
| 2813 | 2026-03-11T21:03:56.864Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 4388
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = f16d7459-7569-4d12-8cf7-1fc06e12a9ba
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 8d35794e-9048-494b-8c86-a06247ca9b1f
target = phd_framework::test_vm
target_id = 545e89d1-7d39-48b2-8d80-72b18255c0d3
|
| 2814 | 2026-03-11T21:03:56.866Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = migration_serial_history
vm_id = 8d35794e-9048-494b-8c86-a06247ca9b1f
|
| 2815 | 2026-03-11T21:03:56.868Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
self.address = 127.0.0.1:9000
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm::server
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = migration_serial_history
vm_id = 8d35794e-9048-494b-8c86-a06247ca9b1f
|
| 2816 | 2026-03-11T21:03:56.946Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 79
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = migration_serial_history
vm_id = 8d35794e-9048-494b-8c86-a06247ca9b1f
|
| 2817 | 2026-03-11T21:03:56.947Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 10153
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = migration_serial_history
vm_id = 8d35794e-9048-494b-8c86-a06247ca9b1f
|
| 2818 | 2026-03-11T21:03:56.949Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = migration_serial_history_lifecycle_0
vm_id = 545e89d1-7d39-48b2-8d80-72b18255c0d3
|
| 2819 | 2026-03-11T21:03:56.950Z | 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
|
| 2820 | 2026-03-11T21:03:56.950Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 9651
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2821 | 2026-03-11T21:03:56.950Z | INFO | phd-runner: test phd_tests::migrate::serial_history ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 2822 | 2026-03-11T21:03:56.950Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2823 | 2026-03-11T21:03:56.951Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = migration_serial_history_lifecycle_0
vm_id = 545e89d1-7d39-48b2-8d80-72b18255c0d3
|
| 2824 | 2026-03-11T21:03:57.679Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
self.address = 127.0.0.1:9002
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm::server
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = migration_serial_history_lifecycle_0
vm_id = 545e89d1-7d39-48b2-8d80-72b18255c0d3
|
| 2825 | 2026-03-11T21:03:57.760Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = migration_serial_history_lifecycle_0
vm_id = 545e89d1-7d39-48b2-8d80-72b18255c0d3
|
| 2826 | 2026-03-11T21:03:57.760Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-cdf6c27d-ab68-4f6c-8b72-655c51b5ba77"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
verb = destroy
vm = migration_serial_history_lifecycle_0
vm_id = 545e89d1-7d39-48b2-8d80-72b18255c0d3
|
| 2827 | 2026-03-11T21:03:57.789Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = migration_serial_history_lifecycle_0
vm_id = 545e89d1-7d39-48b2-8d80-72b18255c0d3
|
| 2828 | 2026-03-11T21:03:57.789Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d722180b-5bb4-4d2b-8713-ad006f003d86"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
verb = destroy
vm = migration_serial_history_lifecycle_0
vm_id = 545e89d1-7d39-48b2-8d80-72b18255c0d3
|
| 2829 | 2026-03-11T21:03:57.808Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 858
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = migration_serial_history_lifecycle_0
vm_id = 545e89d1-7d39-48b2-8d80-72b18255c0d3
|
| 2830 | 2026-03-11T21:03:57.808Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5825
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 8d35794e-9048-494b-8c86-a06247ca9b1f
target = phd_framework::test_vm
target_id = 545e89d1-7d39-48b2-8d80-72b18255c0d3
vm = migration_serial_history_lifecycle_0
vm_id = 545e89d1-7d39-48b2-8d80-72b18255c0d3
|
| 2831 | 2026-03-11T21:03:57.808Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 858
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2832 | 2026-03-11T21:03:57.809Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 5825
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 8d35794e-9048-494b-8c86-a06247ca9b1f
target = phd_framework::test_vm
target_id = 545e89d1-7d39-48b2-8d80-72b18255c0d3
|
| 2833 | 2026-03-11T21:03:57.809Z | INFO | phd-runner: Starting test phd_tests::migrate::multiple_migrations
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 2834 | 2026-03-11T21:03:57.809Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 11106
file = phd-tests/tests/src/migrate.rs
line = 20
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::migrate::serial_history
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_tests::migrate
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 2835 | 2026-03-11T21:03:57.809Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2836 | 2026-03-11T21:03:57.809Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2837 | 2026-03-11T21:03:57.809Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 302
path = phd_tests::migrate::multiple_migrations
target = phd_tests::migrate
|
| 2838 | 2026-03-11T21:03:57.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
|
| 2839 | 2026-03-11T21:03:57.809Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2840 | 2026-03-11T21:03:57.809Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2841 | 2026-03-11T21:03:57.809Z | 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
|
| 2842 | 2026-03-11T21:03:57.820Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::multiple_migrations
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 50.2M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 2843 | 2026-03-11T21:03:57.820Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-efb1407b-0e3f-46a6-8a16-200ff0edf84d"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::multiple_migrations
target = phd_framework::zfs
verb = snapshot
|
| 2844 | 2026-03-11T21:03:57.836Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-efb1407b-0e3f-46a6-8a16-200ff0edf84d", "phd-artifacts/phd-clone-8d3d7345-10a5-4a92-af3b-709064d49a9e"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::multiple_migrations
target = phd_framework::zfs
verb = clone
|
| 2845 | 2026-03-11T21:03:57.857Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-8d3d7345-10a5-4a92-af3b-709064d49a9e"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::multiple_migrations
target = phd_framework::zfs
verb = list
|
| 2846 | 2026-03-11T21:03:57.868Z | 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-8d3d7345-10a5-4a92-af3b-709064d49a9e 0B 25.3T 48.9M /phd-artifacts/phd-clone-8d3d7345-10a5-4a92-af3b-709064d49a9e\n
target = phd_framework::zfs
|
| 2847 | 2026-03-11T21:03:57.869Z | 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
|
| 2848 | 2026-03-11T21:03:57.869Z | 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
|
| 2849 | 2026-03-11T21:03:57.869Z | 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
|
| 2850 | 2026-03-11T21:03:57.869Z | 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
|
| 2851 | 2026-03-11T21:03:57.869Z | 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
|
| 2852 | 2026-03-11T21:03:57.885Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1034
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm::server
|
| 2853 | 2026-03-11T21:03:57.901Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
|
| 2854 | 2026-03-11T21:03:57.901Z | 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
|
| 2855 | 2026-03-11T21:03:57.901Z | 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
|
| 2856 | 2026-03-11T21:03:57.901Z | 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
|
| 2857 | 2026-03-11T21:03:57.902Z | 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
|
| 2858 | 2026-03-11T21:03:57.902Z | 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
|
| 2859 | 2026-03-11T21:03:57.914Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1035
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm::server
|
| 2860 | 2026-03-11T21:03:57.930Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 28
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
|
| 2861 | 2026-03-11T21:03:57.930Z | 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
|
| 2862 | 2026-03-11T21:03:57.930Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm_name = multiple_migrations_2
|
| 2863 | 2026-03-11T21:03:57.930Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 2864 | 2026-03-11T21:03:57.930Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 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
|
| 2865 | 2026-03-11T21:03:57.930Z | 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
|
| 2866 | 2026-03-11T21:03:57.945Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1036
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm::server
|
| 2867 | 2026-03-11T21:03:57.961Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
|
| 2868 | 2026-03-11T21:03:57.961Z | 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 = 1a5dff0d-3d7a-483f-a89b-88ed3d83f2b6
|
| 2869 | 2026-03-11T21:03:58.083Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2870 | 2026-03-11T21:03:58.083Z | 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: 1a5dff0d-3d7a-483f-a89b-88ed3d83f2b6, name: "phd-vm-1a5dff0d-3d7a-483f-a89b-88ed3d83f2b6", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: a11ed7ae-16b6-4154-80bc-265bd87ea1ca, project_id: d945cf10-5a29-45b1-b76d-2070fee407f8, sled_id: 7791b3b1-c0b9-4e2b-b545-739661927ad5, sled_serial: "7791b3b1-c0b9-4e2b-b545-739661927ad5", 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 = 1a5dff0d-3d7a-483f-a89b-88ed3d83f2b6
|
| 2871 | 2026-03-11T21:03:58.084Z | 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 = 1a5dff0d-3d7a-483f-a89b-88ed3d83f2b6
|
| 2872 | 2026-03-11T21:03:58.084Z | 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 = 1a5dff0d-3d7a-483f-a89b-88ed3d83f2b6
|
| 2873 | 2026-03-11T21:03:58.084Z | 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::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = 1a5dff0d-3d7a-483f-a89b-88ed3d83f2b6
|
| 2874 | 2026-03-11T21:03:58.084Z | 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
|
| 2875 | 2026-03-11T21:03:58.085Z | 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 = 1a5dff0d-3d7a-483f-a89b-88ed3d83f2b6
|
| 2876 | 2026-03-11T21:03:58.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::multiple_migrations
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 2877 | 2026-03-11T21:03:58.085Z | 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 = 1a5dff0d-3d7a-483f-a89b-88ed3d83f2b6
|
| 2878 | 2026-03-11T21:03:58.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::multiple_migrations
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = multiple_migrations_0
vm_id = 1a5dff0d-3d7a-483f-a89b-88ed3d83f2b6
|
| 2879 | 2026-03-11T21:04:02.619Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4533
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 = 1a5dff0d-3d7a-483f-a89b-88ed3d83f2b6
|
| 2880 | 2026-03-11T21:04:02.619Z | 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
|
| 2881 | 2026-03-11T21:04:02.619Z | 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
|
| 2882 | 2026-03-11T21:04:02.619Z | 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 = 1a5dff0d-3d7a-483f-a89b-88ed3d83f2b6
|
| 2883 | 2026-03-11T21:04:02.619Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = multiple_migrations_0
vm_id = 1a5dff0d-3d7a-483f-a89b-88ed3d83f2b6
|
| 2884 | 2026-03-11T21:04:02.637Z | 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 = 1a5dff0d-3d7a-483f-a89b-88ed3d83f2b6
|
| 2885 | 2026-03-11T21:04:02.637Z | 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
|
| 2886 | 2026-03-11T21:04:02.637Z | 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
|
| 2887 | 2026-03-11T21:04:02.638Z | 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 = 1a5dff0d-3d7a-483f-a89b-88ed3d83f2b6
|
| 2888 | 2026-03-11T21:04:02.638Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = multiple_migrations_0
vm_id = 1a5dff0d-3d7a-483f-a89b-88ed3d83f2b6
|
| 2889 | 2026-03-11T21:04:02.671Z | 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_0
vm_id = 1a5dff0d-3d7a-483f-a89b-88ed3d83f2b6
|
| 2890 | 2026-03-11T21:04:02.671Z | 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
|
| 2891 | 2026-03-11T21:04:02.671Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4586
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
|
| 2892 | 2026-03-11T21:04:02.671Z | 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 = 1a5dff0d-3d7a-483f-a89b-88ed3d83f2b6
target = phd_framework::test_vm
target_id = df796e9e-313c-43e6-b779-160d6d65e30e
|
| 2893 | 2026-03-11T21:04:02.671Z | 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 = 0189e6f3-c0d2-45b1-b791-78ff18465747
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = 1a5dff0d-3d7a-483f-a89b-88ed3d83f2b6
target = phd_framework::test_vm
target_id = df796e9e-313c-43e6-b779-160d6d65e30e
timeout_duration = 45s
|
| 2894 | 2026-03-11T21:04:02.671Z | 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 = 1a5dff0d-3d7a-483f-a89b-88ed3d83f2b6
target = phd_framework::test_vm
target_id = df796e9e-313c-43e6-b779-160d6d65e30e
vm = multiple_migrations_1
vm_id = df796e9e-313c-43e6-b779-160d6d65e30e
|
| 2895 | 2026-03-11T21:04:02.795Z | 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: df796e9e-313c-43e6-b779-160d6d65e30e, name: "phd-vm-df796e9e-313c-43e6-b779-160d6d65e30e", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: a11ed7ae-16b6-4154-80bc-265bd87ea1ca, project_id: d945cf10-5a29-45b1-b76d-2070fee407f8, sled_id: 934bce49-c5ab-4e3c-89c4-1fbed4bc8291, sled_serial: "934bce49-c5ab-4e3c-89c4-1fbed4bc8291", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 511
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = 1a5dff0d-3d7a-483f-a89b-88ed3d83f2b6
target = phd_framework::test_vm
target_id = df796e9e-313c-43e6-b779-160d6d65e30e
vm = multiple_migrations_1
vm_id = df796e9e-313c-43e6-b779-160d6d65e30e
|
| 2896 | 2026-03-11T21:04:02.795Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 0189e6f3-c0d2-45b1-b791-78ff18465747
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = 1a5dff0d-3d7a-483f-a89b-88ed3d83f2b6
target = phd_framework::test_vm
target_id = df796e9e-313c-43e6-b779-160d6d65e30e
|
| 2897 | 2026-03-11T21:04:05.468Z | 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
|
| 2898 | 2026-03-11T21:04:05.808Z | 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 = 1a5dff0d-3d7a-483f-a89b-88ed3d83f2b6
target = phd_framework::test_vm
target_id = df796e9e-313c-43e6-b779-160d6d65e30e
|
| 2899 | 2026-03-11T21:04:05.808Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3012
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 0189e6f3-c0d2-45b1-b791-78ff18465747
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = 1a5dff0d-3d7a-483f-a89b-88ed3d83f2b6
target = phd_framework::test_vm
target_id = df796e9e-313c-43e6-b779-160d6d65e30e
|
| 2900 | 2026-03-11T21:04:05.808Z | 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 = df796e9e-313c-43e6-b779-160d6d65e30e
|
| 2901 | 2026-03-11T21:04:05.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::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = multiple_migrations_1
vm_id = df796e9e-313c-43e6-b779-160d6d65e30e
|
| 2902 | 2026-03-11T21:04:08.914Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 3105
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 = df796e9e-313c-43e6-b779-160d6d65e30e
|
| 2903 | 2026-03-11T21:04:08.915Z | 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 = df796e9e-313c-43e6-b779-160d6d65e30e
|
| 2904 | 2026-03-11T21:04:08.915Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = multiple_migrations_1
vm_id = df796e9e-313c-43e6-b779-160d6d65e30e
|
| 2905 | 2026-03-11T21:04:08.947Z | 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_1
vm_id = df796e9e-313c-43e6-b779-160d6d65e30e
|
| 2906 | 2026-03-11T21:04:08.947Z | 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 = df796e9e-313c-43e6-b779-160d6d65e30e
|
| 2907 | 2026-03-11T21:04:08.947Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = multiple_migrations_1
vm_id = df796e9e-313c-43e6-b779-160d6d65e30e
|
| 2908 | 2026-03-11T21:04:08.958Z | 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 = df796e9e-313c-43e6-b779-160d6d65e30e
|
| 2909 | 2026-03-11T21:04:08.958Z | 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 = df796e9e-313c-43e6-b779-160d6d65e30e
|
| 2910 | 2026-03-11T21:04:08.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::multiple_migrations
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = multiple_migrations_1
vm_id = df796e9e-313c-43e6-b779-160d6d65e30e
|
| 2911 | 2026-03-11T21:04:08.991Z | 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_1
vm_id = df796e9e-313c-43e6-b779-160d6d65e30e
|
| 2912 | 2026-03-11T21:04:08.991Z | 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 = df796e9e-313c-43e6-b779-160d6d65e30e
target = phd_framework::test_vm
target_id = f3831277-d393-4042-a725-30940ddb4d44
|
| 2913 | 2026-03-11T21:04:08.991Z | 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 = 85415b42-6c18-4ac1-87b6-2e108b34eea5
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = df796e9e-313c-43e6-b779-160d6d65e30e
target = phd_framework::test_vm
target_id = f3831277-d393-4042-a725-30940ddb4d44
timeout_duration = 45s
|
| 2914 | 2026-03-11T21:04:08.991Z | 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 = df796e9e-313c-43e6-b779-160d6d65e30e
target = phd_framework::test_vm
target_id = f3831277-d393-4042-a725-30940ddb4d44
vm = multiple_migrations_2
vm_id = f3831277-d393-4042-a725-30940ddb4d44
|
| 2915 | 2026-03-11T21:04:09.109Z | 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: f3831277-d393-4042-a725-30940ddb4d44, name: "phd-vm-f3831277-d393-4042-a725-30940ddb4d44", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: a11ed7ae-16b6-4154-80bc-265bd87ea1ca, project_id: d945cf10-5a29-45b1-b76d-2070fee407f8, sled_id: 6a0a01c5-5b38-4696-b732-312e200534ed, sled_serial: "6a0a01c5-5b38-4696-b732-312e200534ed", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 511
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = df796e9e-313c-43e6-b779-160d6d65e30e
target = phd_framework::test_vm
target_id = f3831277-d393-4042-a725-30940ddb4d44
vm = multiple_migrations_2
vm_id = f3831277-d393-4042-a725-30940ddb4d44
|
| 2916 | 2026-03-11T21:04:09.109Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 85415b42-6c18-4ac1-87b6-2e108b34eea5
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = df796e9e-313c-43e6-b779-160d6d65e30e
target = phd_framework::test_vm
target_id = f3831277-d393-4042-a725-30940ddb4d44
|
| 2917 | 2026-03-11T21:04:11.792Z | 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
|
| 2918 | 2026-03-11T21:04:12.025Z | 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 = df796e9e-313c-43e6-b779-160d6d65e30e
target = phd_framework::test_vm
target_id = f3831277-d393-4042-a725-30940ddb4d44
|
| 2919 | 2026-03-11T21:04:12.025Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2916
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 85415b42-6c18-4ac1-87b6-2e108b34eea5
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = df796e9e-313c-43e6-b779-160d6d65e30e
target = phd_framework::test_vm
target_id = f3831277-d393-4042-a725-30940ddb4d44
|
| 2920 | 2026-03-11T21:04:12.025Z | 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 = f3831277-d393-4042-a725-30940ddb4d44
|
| 2921 | 2026-03-11T21:04:12.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::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = multiple_migrations_2
vm_id = f3831277-d393-4042-a725-30940ddb4d44
|
| 2922 | 2026-03-11T21:04:12.037Z | 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_2
vm_id = f3831277-d393-4042-a725-30940ddb4d44
|
| 2923 | 2026-03-11T21:04:12.038Z | 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 = f3831277-d393-4042-a725-30940ddb4d44
|
| 2924 | 2026-03-11T21:04:12.038Z | INFO | phd-runner: [WAIT_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 = f3831277-d393-4042-a725-30940ddb4d44
|
| 2925 | 2026-03-11T21:04:12.071Z | 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_2
vm_id = f3831277-d393-4042-a725-30940ddb4d44
|
| 2926 | 2026-03-11T21:04:12.071Z | 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 = f3831277-d393-4042-a725-30940ddb4d44
|
| 2927 | 2026-03-11T21:04:12.072Z | INFO | phd-runner: [WAIT_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 = f3831277-d393-4042-a725-30940ddb4d44
|
| 2928 | 2026-03-11T21:04:12.081Z | 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::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = f3831277-d393-4042-a725-30940ddb4d44
|
| 2929 | 2026-03-11T21:04:12.082Z | 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 = f3831277-d393-4042-a725-30940ddb4d44
|
| 2930 | 2026-03-11T21:04: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::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = multiple_migrations_2
vm_id = f3831277-d393-4042-a725-30940ddb4d44
|
| 2931 | 2026-03-11T21:04:12.115Z | 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_2
vm_id = f3831277-d393-4042-a725-30940ddb4d44
|
| 2932 | 2026-03-11T21:04:12.115Z | 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 = f3831277-d393-4042-a725-30940ddb4d44
|
| 2933 | 2026-03-11T21:04:12.115Z | 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 = df796e9e-313c-43e6-b779-160d6d65e30e
|
| 2934 | 2026-03-11T21:04:12.115Z | 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 = 1a5dff0d-3d7a-483f-a89b-88ed3d83f2b6
|
| 2935 | 2026-03-11T21:04:12.116Z | 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
|
| 2936 | 2026-03-11T21:04:12.116Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 14032
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2937 | 2026-03-11T21:04:12.116Z | INFO | phd-runner: test phd_tests::migrate::multiple_migrations ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 2938 | 2026-03-11T21:04:12.116Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2939 | 2026-03-11T21:04:12.117Z | 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 = f3831277-d393-4042-a725-30940ddb4d44
|
| 2940 | 2026-03-11T21:04:12.117Z | 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 = df796e9e-313c-43e6-b779-160d6d65e30e
|
| 2941 | 2026-03-11T21:04:12.118Z | 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 = 1a5dff0d-3d7a-483f-a89b-88ed3d83f2b6
|
| 2942 | 2026-03-11T21:04:12.197Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 81
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 = df796e9e-313c-43e6-b779-160d6d65e30e
|
| 2943 | 2026-03-11T21:04:12.197Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 9525
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = 1a5dff0d-3d7a-483f-a89b-88ed3d83f2b6
target = phd_framework::test_vm
target_id = df796e9e-313c-43e6-b779-160d6d65e30e
vm = multiple_migrations_1
vm_id = df796e9e-313c-43e6-b779-160d6d65e30e
|
| 2944 | 2026-03-11T21:04:12.197Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 9525
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = 1a5dff0d-3d7a-483f-a89b-88ed3d83f2b6
target = phd_framework::test_vm
target_id = df796e9e-313c-43e6-b779-160d6d65e30e
|
| 2945 | 2026-03-11T21:04:12.208Z | 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 = f3831277-d393-4042-a725-30940ddb4d44
|
| 2946 | 2026-03-11T21:04:12.246Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 130
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 = 1a5dff0d-3d7a-483f-a89b-88ed3d83f2b6
|
| 2947 | 2026-03-11T21:04:12.246Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 14284
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 = 1a5dff0d-3d7a-483f-a89b-88ed3d83f2b6
|
| 2948 | 2026-03-11T21:04:12.294Z | 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 = f3831277-d393-4042-a725-30940ddb4d44
|
| 2949 | 2026-03-11T21:04:12.294Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-8d3d7345-10a5-4a92-af3b-709064d49a9e"]
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 = f3831277-d393-4042-a725-30940ddb4d44
|
| 2950 | 2026-03-11T21:04:12.324Z | 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 = f3831277-d393-4042-a725-30940ddb4d44
|
| 2951 | 2026-03-11T21:04:12.324Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-efb1407b-0e3f-46a6-8a16-200ff0edf84d"]
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 = f3831277-d393-4042-a725-30940ddb4d44
|
| 2952 | 2026-03-11T21:04:12.344Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 229
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 = f3831277-d393-4042-a725-30940ddb4d44
|
| 2953 | 2026-03-11T21:04:12.345Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 3353
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = df796e9e-313c-43e6-b779-160d6d65e30e
target = phd_framework::test_vm
target_id = f3831277-d393-4042-a725-30940ddb4d44
vm = multiple_migrations_2
vm_id = f3831277-d393-4042-a725-30940ddb4d44
|
| 2954 | 2026-03-11T21:04:12.345Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 3353
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = df796e9e-313c-43e6-b779-160d6d65e30e
target = phd_framework::test_vm
target_id = f3831277-d393-4042-a725-30940ddb4d44
|
| 2955 | 2026-03-11T21:04:12.345Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 14535
file = phd-tests/tests/src/migrate.rs
line = 302
path = phd_tests::migrate::multiple_migrations
target = phd_tests::migrate
|
| 2956 | 2026-03-11T21:04:12.345Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 228
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2957 | 2026-03-11T21:04:12.345Z | 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
|
| 2958 | 2026-03-11T21:04:12.345Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2959 | 2026-03-11T21:04:12.345Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2960 | 2026-03-11T21:04:12.345Z | 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
|
| 2961 | 2026-03-11T21:04:12.345Z | 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
|
| 2962 | 2026-03-11T21:04:12.345Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2963 | 2026-03-11T21:04:12.345Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2964 | 2026-03-11T21:04:12.345Z | 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
|
| 2965 | 2026-03-11T21:04:12.357Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::migration_ensures_instance_metadata
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 50.9M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 2966 | 2026-03-11T21:04:12.357Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-8783b838-2450-4e8a-9317-3b40d784891d"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::zfs
verb = snapshot
|
| 2967 | 2026-03-11T21:04:12.375Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-8783b838-2450-4e8a-9317-3b40d784891d", "phd-artifacts/phd-clone-c6346ff0-b320-40d6-b5f3-5642777b0a8b"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::zfs
verb = clone
|
| 2968 | 2026-03-11T21:04:12.393Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-c6346ff0-b320-40d6-b5f3-5642777b0a8b"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::zfs
verb = list
|
| 2969 | 2026-03-11T21:04:12.404Z | 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-c6346ff0-b320-40d6-b5f3-5642777b0a8b 0B 25.3T 48.9M /phd-artifacts/phd-clone-c6346ff0-b320-40d6-b5f3-5642777b0a8b\n
target = phd_framework::zfs
|
| 2970 | 2026-03-11T21:04:12.404Z | 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
|
| 2971 | 2026-03-11T21:04:12.404Z | 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
|
| 2972 | 2026-03-11T21:04:12.404Z | 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
|
| 2973 | 2026-03-11T21:04:12.404Z | 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
|
| 2974 | 2026-03-11T21:04:12.404Z | 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
|
| 2975 | 2026-03-11T21:04:12.421Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1046
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
|
| 2976 | 2026-03-11T21:04:12.436Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
|
| 2977 | 2026-03-11T21:04:12.436Z | 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
|
| 2978 | 2026-03-11T21:04:12.436Z | 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
|
| 2979 | 2026-03-11T21:04:12.436Z | 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
|
| 2980 | 2026-03-11T21:04:12.437Z | 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
|
| 2981 | 2026-03-11T21:04:12.437Z | 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
|
| 2982 | 2026-03-11T21:04:12.452Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1047
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
|
| 2983 | 2026-03-11T21:04:12.468Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
|
| 2984 | 2026-03-11T21:04:12.468Z | 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 = d2f49e3b-4477-4f2b-be2b-2f4017d8a1dc
|
| 2985 | 2026-03-11T21:04:12.592Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2986 | 2026-03-11T21:04:12.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: d2f49e3b-4477-4f2b-be2b-2f4017d8a1dc, name: "phd-vm-d2f49e3b-4477-4f2b-be2b-2f4017d8a1dc", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 1a4fa56a-f0cd-4306-a102-da5a7aa722d7, project_id: 03e5ccb0-faca-41bd-a870-226fe46447a8, sled_id: e37ea831-8474-4c22-a5bd-7ae5cd227498, sled_serial: "e37ea831-8474-4c22-a5bd-7ae5cd227498", 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 = d2f49e3b-4477-4f2b-be2b-2f4017d8a1dc
|
| 2987 | 2026-03-11T21:04:12.593Z | 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 = d2f49e3b-4477-4f2b-be2b-2f4017d8a1dc
|
| 2988 | 2026-03-11T21:04:12.593Z | 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 = d2f49e3b-4477-4f2b-be2b-2f4017d8a1dc
|
| 2989 | 2026-03-11T21:04:12.594Z | 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::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = d2f49e3b-4477-4f2b-be2b-2f4017d8a1dc
|
| 2990 | 2026-03-11T21:04:12.594Z | 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
|
| 2991 | 2026-03-11T21:04:12.594Z | 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 = d2f49e3b-4477-4f2b-be2b-2f4017d8a1dc
|
| 2992 | 2026-03-11T21:04:12.594Z | 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
|
| 2993 | 2026-03-11T21:04:12.595Z | 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 = d2f49e3b-4477-4f2b-be2b-2f4017d8a1dc
|
| 2994 | 2026-03-11T21:04:12.595Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = d2f49e3b-4477-4f2b-be2b-2f4017d8a1dc
|
| 2995 | 2026-03-11T21:04:17.191Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4596
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 = d2f49e3b-4477-4f2b-be2b-2f4017d8a1dc
|
| 2996 | 2026-03-11T21:04:17.191Z | 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
|
| 2997 | 2026-03-11T21:04:17.191Z | 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
|
| 2998 | 2026-03-11T21:04:17.191Z | 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 = d2f49e3b-4477-4f2b-be2b-2f4017d8a1dc
|
| 2999 | 2026-03-11T21:04:17.191Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = d2f49e3b-4477-4f2b-be2b-2f4017d8a1dc
|
| 3000 | 2026-03-11T21:04:17.220Z | 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::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = d2f49e3b-4477-4f2b-be2b-2f4017d8a1dc
|
| 3001 | 2026-03-11T21:04:17.220Z | 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
|
| 3002 | 2026-03-11T21:04:17.220Z | 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
|
| 3003 | 2026-03-11T21:04:17.220Z | 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 = d2f49e3b-4477-4f2b-be2b-2f4017d8a1dc
|
| 3004 | 2026-03-11T21:04:17.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::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_ensures_instance_metadata_source
vm_id = d2f49e3b-4477-4f2b-be2b-2f4017d8a1dc
|
| 3005 | 2026-03-11T21:04:17.253Z | 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 = d2f49e3b-4477-4f2b-be2b-2f4017d8a1dc
|
| 3006 | 2026-03-11T21:04:17.253Z | 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
|
| 3007 | 2026-03-11T21:04:17.253Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4658
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
|
| 3008 | 2026-03-11T21:04:17.253Z | 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 = d2f49e3b-4477-4f2b-be2b-2f4017d8a1dc
|
| 3009 | 2026-03-11T21:04:17.253Z | 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 = d2f49e3b-4477-4f2b-be2b-2f4017d8a1dc
|
| 3010 | 2026-03-11T21:04:17.256Z | INFO | phd-runner: [GET_SPEC - END]
elapsed_milliseconds = 2
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 = d2f49e3b-4477-4f2b-be2b-2f4017d8a1dc
|
| 3011 | 2026-03-11T21:04:17.256Z | 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 = d2f49e3b-4477-4f2b-be2b-2f4017d8a1dc
target = phd_framework::test_vm
target_id = 52dbee7f-2ec1-401f-af9f-b31c38f5465b
|
| 3012 | 2026-03-11T21:04:17.256Z | 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 = d734166d-bf7f-4a62-9283-5150ece304d5
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = d2f49e3b-4477-4f2b-be2b-2f4017d8a1dc
target = phd_framework::test_vm
target_id = 52dbee7f-2ec1-401f-af9f-b31c38f5465b
timeout_duration = 45s
|
| 3013 | 2026-03-11T21:04:17.256Z | 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 = d2f49e3b-4477-4f2b-be2b-2f4017d8a1dc
target = phd_framework::test_vm
target_id = 52dbee7f-2ec1-401f-af9f-b31c38f5465b
vm = migration_ensures_instance_metadata_target
vm_id = 52dbee7f-2ec1-401f-af9f-b31c38f5465b
|
| 3014 | 2026-03-11T21:04:17.377Z | 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: 52dbee7f-2ec1-401f-af9f-b31c38f5465b, name: "phd-vm-52dbee7f-2ec1-401f-af9f-b31c38f5465b", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 1a4fa56a-f0cd-4306-a102-da5a7aa722d7, project_id: 03e5ccb0-faca-41bd-a870-226fe46447a8, sled_id: b3701327-5a59-4a37-9d3b-8bbaf9108aed, sled_serial: "b3701327-5a59-4a37-9d3b-8bbaf9108aed", 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 = d2f49e3b-4477-4f2b-be2b-2f4017d8a1dc
target = phd_framework::test_vm
target_id = 52dbee7f-2ec1-401f-af9f-b31c38f5465b
vm = migration_ensures_instance_metadata_target
vm_id = 52dbee7f-2ec1-401f-af9f-b31c38f5465b
|
| 3015 | 2026-03-11T21:04:17.377Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = d734166d-bf7f-4a62-9283-5150ece304d5
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = d2f49e3b-4477-4f2b-be2b-2f4017d8a1dc
target = phd_framework::test_vm
target_id = 52dbee7f-2ec1-401f-af9f-b31c38f5465b
|
| 3016 | 2026-03-11T21:04:20.071Z | 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
|
| 3017 | 2026-03-11T21:04:21.992Z | 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 = d2f49e3b-4477-4f2b-be2b-2f4017d8a1dc
target = phd_framework::test_vm
target_id = 52dbee7f-2ec1-401f-af9f-b31c38f5465b
|
| 3018 | 2026-03-11T21:04:21.992Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 4614
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = d734166d-bf7f-4a62-9283-5150ece304d5
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = d2f49e3b-4477-4f2b-be2b-2f4017d8a1dc
target = phd_framework::test_vm
target_id = 52dbee7f-2ec1-401f-af9f-b31c38f5465b
|
| 3019 | 2026-03-11T21:04:21.992Z | 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 = 52dbee7f-2ec1-401f-af9f-b31c38f5465b
|
| 3020 | 2026-03-11T21:04:21.992Z | 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 = 52dbee7f-2ec1-401f-af9f-b31c38f5465b
|
| 3021 | 2026-03-11T21:04:21.994Z | 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 = 52dbee7f-2ec1-401f-af9f-b31c38f5465b
|
| 3022 | 2026-03-11T21:04:21.994Z | 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 = 52dbee7f-2ec1-401f-af9f-b31c38f5465b
|
| 3023 | 2026-03-11T21:04:21.994Z | 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 = d2f49e3b-4477-4f2b-be2b-2f4017d8a1dc
|
| 3024 | 2026-03-11T21:04:21.994Z | 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
|
| 3025 | 2026-03-11T21:04:21.995Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 9402
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3026 | 2026-03-11T21:04:21.995Z | 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
|
| 3027 | 2026-03-11T21:04:21.995Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3028 | 2026-03-11T21:04:21.996Z | 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 = 52dbee7f-2ec1-401f-af9f-b31c38f5465b
|
| 3029 | 2026-03-11T21:04:21.997Z | 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 = d2f49e3b-4477-4f2b-be2b-2f4017d8a1dc
|
| 3030 | 2026-03-11T21:04:22.077Z | 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 = d2f49e3b-4477-4f2b-be2b-2f4017d8a1dc
|
| 3031 | 2026-03-11T21:04:22.077Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 9608
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 = d2f49e3b-4477-4f2b-be2b-2f4017d8a1dc
|
| 3032 | 2026-03-11T21:04:22.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::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 = 52dbee7f-2ec1-401f-af9f-b31c38f5465b
|
| 3033 | 2026-03-11T21:04:22.156Z | 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 = 52dbee7f-2ec1-401f-af9f-b31c38f5465b
|
| 3034 | 2026-03-11T21:04:22.156Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-c6346ff0-b320-40d6-b5f3-5642777b0a8b"]
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 = 52dbee7f-2ec1-401f-af9f-b31c38f5465b
|
| 3035 | 2026-03-11T21:04:22.183Z | 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 = 52dbee7f-2ec1-401f-af9f-b31c38f5465b
|
| 3036 | 2026-03-11T21:04:22.183Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-8783b838-2450-4e8a-9317-3b40d784891d"]
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 = 52dbee7f-2ec1-401f-af9f-b31c38f5465b
|
| 3037 | 2026-03-11T21:04:22.201Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 206
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 = 52dbee7f-2ec1-401f-af9f-b31c38f5465b
|
| 3038 | 2026-03-11T21:04:22.201Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 206
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3039 | 2026-03-11T21:04:22.201Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 4945
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 = d2f49e3b-4477-4f2b-be2b-2f4017d8a1dc
target = phd_framework::test_vm
target_id = 52dbee7f-2ec1-401f-af9f-b31c38f5465b
vm = migration_ensures_instance_metadata_target
vm_id = 52dbee7f-2ec1-401f-af9f-b31c38f5465b
|
| 3040 | 2026-03-11T21:04:22.201Z | 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
|
| 3041 | 2026-03-11T21:04:22.201Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 4945
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 = d2f49e3b-4477-4f2b-be2b-2f4017d8a1dc
target = phd_framework::test_vm
target_id = 52dbee7f-2ec1-401f-af9f-b31c38f5465b
|
| 3042 | 2026-03-11T21:04:22.201Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3043 | 2026-03-11T21:04:22.201Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 9855
file = phd-tests/tests/src/migrate.rs
line = 388
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_tests::migrate
|
| 3044 | 2026-03-11T21:04:22.202Z | 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-11T21:04:22.202Z | 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
|
| 3046 | 2026-03-11T21:04:22.202Z | 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
|
| 3047 | 2026-03-11T21:04:22.202Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3048 | 2026-03-11T21:04:22.202Z | DEBG | phd-runner: [TEST - EVENT] Verified 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-11T21:04:22.202Z | 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
|
| 3050 | 2026-03-11T21:04:22.213Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 51.4M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 3051 | 2026-03-11T21:04:22.213Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-e3e1f93b-ff94-4c10-91e7-b6a5a34eaab0"]
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
|
| 3052 | 2026-03-11T21:04:22.231Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-e3e1f93b-ff94-4c10-91e7-b6a5a34eaab0", "phd-artifacts/phd-clone-85a344e9-2c4a-45e1-bc6b-abc9bcc82585"]
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
|
| 3053 | 2026-03-11T21:04:22.249Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-85a344e9-2c4a-45e1-bc6b-abc9bcc82585"]
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
|
| 3054 | 2026-03-11T21:04:22.261Z | 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-85a344e9-2c4a-45e1-bc6b-abc9bcc82585 0B 25.3T 48.9M /phd-artifacts/phd-clone-85a344e9-2c4a-45e1-bc6b-abc9bcc82585\n
target = phd_framework::zfs
|
| 3055 | 2026-03-11T21:04:22.262Z | 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
|
| 3056 | 2026-03-11T21:04:22.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::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm_name = vm_reaches_destroyed_after_migration_out_source
|
| 3057 | 2026-03-11T21:04:22.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
|
| 3058 | 2026-03-11T21:04:22.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::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
|
| 3059 | 2026-03-11T21:04:22.262Z | 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
|
| 3060 | 2026-03-11T21:04:22.277Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1056
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
|
| 3061 | 2026-03-11T21:04:22.291Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 29
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
|
| 3062 | 2026-03-11T21:04:22.291Z | 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
|
| 3063 | 2026-03-11T21:04:22.291Z | 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
|
| 3064 | 2026-03-11T21:04:22.292Z | 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
|
| 3065 | 2026-03-11T21:04:22.292Z | 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
|
| 3066 | 2026-03-11T21:04:22.292Z | 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
|
| 3067 | 2026-03-11T21:04:22.305Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1057
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
|
| 3068 | 2026-03-11T21:04:22.319Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 27
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
|
| 3069 | 2026-03-11T21:04:22.319Z | 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 = 1f148789-ce83-4307-8ea3-296414fd25d5
|
| 3070 | 2026-03-11T21:04:22.447Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3071 | 2026-03-11T21:04:22.448Z | 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: 1f148789-ce83-4307-8ea3-296414fd25d5, name: "phd-vm-1f148789-ce83-4307-8ea3-296414fd25d5", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: fdc4f457-a7ca-4f8f-8f65-0e77bceecae3, project_id: 0b2edf6a-66c8-4794-a543-4bb95ebe2f3c, sled_id: 2c31c03f-783b-4861-aab6-ef51d5a1ef98, sled_serial: "2c31c03f-783b-4861-aab6-ef51d5a1ef98", 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 = 1f148789-ce83-4307-8ea3-296414fd25d5
|
| 3072 | 2026-03-11T21:04:22.448Z | 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 = 1f148789-ce83-4307-8ea3-296414fd25d5
|
| 3073 | 2026-03-11T21:04:22.448Z | 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 = 1f148789-ce83-4307-8ea3-296414fd25d5
|
| 3074 | 2026-03-11T21:04:22.449Z | 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::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = 1f148789-ce83-4307-8ea3-296414fd25d5
|
| 3075 | 2026-03-11T21:04:22.450Z | 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
|
| 3076 | 2026-03-11T21:04:22.450Z | 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 = 1f148789-ce83-4307-8ea3-296414fd25d5
|
| 3077 | 2026-03-11T21:04:22.450Z | 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
|
| 3078 | 2026-03-11T21:04:22.450Z | 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 = 1f148789-ce83-4307-8ea3-296414fd25d5
|
| 3079 | 2026-03-11T21:04:22.450Z | INFO | phd-runner: [WAIT_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 = 1f148789-ce83-4307-8ea3-296414fd25d5
|
| 3080 | 2026-03-11T21:04:26.825Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4374
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 = 1f148789-ce83-4307-8ea3-296414fd25d5
|
| 3081 | 2026-03-11T21:04:26.825Z | 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
|
| 3082 | 2026-03-11T21:04:26.825Z | 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
|
| 3083 | 2026-03-11T21:04:26.825Z | 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 = 1f148789-ce83-4307-8ea3-296414fd25d5
|
| 3084 | 2026-03-11T21:04:26.825Z | INFO | phd-runner: [WAIT_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 = 1f148789-ce83-4307-8ea3-296414fd25d5
|
| 3085 | 2026-03-11T21:04:26.843Z | 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::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = 1f148789-ce83-4307-8ea3-296414fd25d5
|
| 3086 | 2026-03-11T21:04:26.844Z | 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
|
| 3087 | 2026-03-11T21:04:26.844Z | 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
|
| 3088 | 2026-03-11T21:04:26.844Z | 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 = 1f148789-ce83-4307-8ea3-296414fd25d5
|
| 3089 | 2026-03-11T21:04:26.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::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 = 1f148789-ce83-4307-8ea3-296414fd25d5
|
| 3090 | 2026-03-11T21:04:26.876Z | 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::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = 1f148789-ce83-4307-8ea3-296414fd25d5
|
| 3091 | 2026-03-11T21:04:26.876Z | 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
|
| 3092 | 2026-03-11T21:04:26.876Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4426
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
|
| 3093 | 2026-03-11T21:04:26.876Z | 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 = 1f148789-ce83-4307-8ea3-296414fd25d5
target = phd_framework::test_vm
target_id = c242c563-c6ee-4a4b-a40c-2d156bf3922c
|
| 3094 | 2026-03-11T21:04:26.876Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9000
file = phd-tests/framework/src/test_vm/mod.rs
line = 639
migration_id = 83e5350f-8a87-4947-ac2e-6f8725da179d
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
source = vm_reaches_destroyed_after_migration_out_source
source_id = 1f148789-ce83-4307-8ea3-296414fd25d5
target = phd_framework::test_vm
target_id = c242c563-c6ee-4a4b-a40c-2d156bf3922c
timeout_duration = 45s
|
| 3095 | 2026-03-11T21:04:26.876Z | 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 = 1f148789-ce83-4307-8ea3-296414fd25d5
target = phd_framework::test_vm
target_id = c242c563-c6ee-4a4b-a40c-2d156bf3922c
vm = vm_reaches_destroyed_after_migration_out_target
vm_id = c242c563-c6ee-4a4b-a40c-2d156bf3922c
|
| 3096 | 2026-03-11T21:04:26.996Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: c242c563-c6ee-4a4b-a40c-2d156bf3922c, name: "phd-vm-c242c563-c6ee-4a4b-a40c-2d156bf3922c", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: fdc4f457-a7ca-4f8f-8f65-0e77bceecae3, project_id: 0b2edf6a-66c8-4794-a543-4bb95ebe2f3c, sled_id: 0597bc67-7ec2-4fca-a656-7b4ca9856272, sled_serial: "0597bc67-7ec2-4fca-a656-7b4ca9856272", 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 = 1f148789-ce83-4307-8ea3-296414fd25d5
target = phd_framework::test_vm
target_id = c242c563-c6ee-4a4b-a40c-2d156bf3922c
vm = vm_reaches_destroyed_after_migration_out_target
vm_id = c242c563-c6ee-4a4b-a40c-2d156bf3922c
|
| 3097 | 2026-03-11T21:04:26.997Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 83e5350f-8a87-4947-ac2e-6f8725da179d
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
source = vm_reaches_destroyed_after_migration_out_source
source_id = 1f148789-ce83-4307-8ea3-296414fd25d5
target = phd_framework::test_vm
target_id = c242c563-c6ee-4a4b-a40c-2d156bf3922c
|
| 3098 | 2026-03-11T21:04:29.433Z | 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
|
| 3099 | 2026-03-11T21:04:30.081Z | 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 = 1f148789-ce83-4307-8ea3-296414fd25d5
target = phd_framework::test_vm
target_id = c242c563-c6ee-4a4b-a40c-2d156bf3922c
|
| 3100 | 2026-03-11T21:04:30.081Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3084
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 83e5350f-8a87-4947-ac2e-6f8725da179d
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
source = vm_reaches_destroyed_after_migration_out_source
source_id = 1f148789-ce83-4307-8ea3-296414fd25d5
target = phd_framework::test_vm
target_id = c242c563-c6ee-4a4b-a40c-2d156bf3922c
|
| 3101 | 2026-03-11T21:04:30.081Z | 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 = 1f148789-ce83-4307-8ea3-296414fd25d5
|
| 3102 | 2026-03-11T21:04:30.081Z | 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 = 1f148789-ce83-4307-8ea3-296414fd25d5
|
| 3103 | 2026-03-11T21:04:30.081Z | 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 = 1f148789-ce83-4307-8ea3-296414fd25d5
|
| 3104 | 2026-03-11T21:04:30.081Z | 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 = 1f148789-ce83-4307-8ea3-296414fd25d5
|
| 3105 | 2026-03-11T21:04:30.083Z | 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 = 1f148789-ce83-4307-8ea3-296414fd25d5
|
| 3106 | 2026-03-11T21:04:30.083Z | 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 = 1f148789-ce83-4307-8ea3-296414fd25d5
|
| 3107 | 2026-03-11T21:04:30.083Z | 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 = c242c563-c6ee-4a4b-a40c-2d156bf3922c
|
| 3108 | 2026-03-11T21:04:30.083Z | 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 = 1f148789-ce83-4307-8ea3-296414fd25d5
|
| 3109 | 2026-03-11T21:04:30.083Z | 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
|
| 3110 | 2026-03-11T21:04:30.083Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 7635
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3111 | 2026-03-11T21:04:30.083Z | 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
|
| 3112 | 2026-03-11T21:04:30.084Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3113 | 2026-03-11T21:04:30.085Z | 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 = c242c563-c6ee-4a4b-a40c-2d156bf3922c
|
| 3114 | 2026-03-11T21:04:30.086Z | 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 = 1f148789-ce83-4307-8ea3-296414fd25d5
|
| 3115 | 2026-03-11T21:04:30.174Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 91
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 = 1f148789-ce83-4307-8ea3-296414fd25d5
|
| 3116 | 2026-03-11T21:04:30.175Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 7854
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 = 1f148789-ce83-4307-8ea3-296414fd25d5
|
| 3117 | 2026-03-11T21:04:30.176Z | 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 = c242c563-c6ee-4a4b-a40c-2d156bf3922c
|
| 3118 | 2026-03-11T21:04:30.260Z | 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 = c242c563-c6ee-4a4b-a40c-2d156bf3922c
|
| 3119 | 2026-03-11T21:04:30.260Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-85a344e9-2c4a-45e1-bc6b-abc9bcc82585"]
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 = c242c563-c6ee-4a4b-a40c-2d156bf3922c
|
| 3120 | 2026-03-11T21:04:30.291Z | 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 = c242c563-c6ee-4a4b-a40c-2d156bf3922c
|
| 3121 | 2026-03-11T21:04:30.291Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-e3e1f93b-ff94-4c10-91e7-b6a5a34eaab0"]
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 = c242c563-c6ee-4a4b-a40c-2d156bf3922c
|
| 3122 | 2026-03-11T21:04:30.308Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 225
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 = c242c563-c6ee-4a4b-a40c-2d156bf3922c
|
| 3123 | 2026-03-11T21:04:30.309Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 225
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3124 | 2026-03-11T21:04:30.309Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 3431
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 = 1f148789-ce83-4307-8ea3-296414fd25d5
target = phd_framework::test_vm
target_id = c242c563-c6ee-4a4b-a40c-2d156bf3922c
vm = vm_reaches_destroyed_after_migration_out_target
vm_id = c242c563-c6ee-4a4b-a40c-2d156bf3922c
|
| 3125 | 2026-03-11T21:04:30.309Z | INFO | phd-runner: Starting test phd_tests::hw::lspci_lifecycle_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 3126 | 2026-03-11T21:04:30.309Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3127 | 2026-03-11T21:04:30.309Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 3432
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 = 1f148789-ce83-4307-8ea3-296414fd25d5
target = phd_framework::test_vm
target_id = c242c563-c6ee-4a4b-a40c-2d156bf3922c
|
| 3128 | 2026-03-11T21:04:30.309Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3129 | 2026-03-11T21:04:30.309Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 8106
file = phd-tests/tests/src/migrate.rs
line = 433
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_tests::migrate
|
| 3130 | 2026-03-11T21:04:30.309Z | 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
|
| 3131 | 2026-03-11T21:04:30.309Z | 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
|
| 3132 | 2026-03-11T21:04:30.309Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3133 | 2026-03-11T21:04:30.309Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3134 | 2026-03-11T21:04:30.309Z | 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
|
| 3135 | 2026-03-11T21:04:30.321Z | 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 51.4M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 3136 | 2026-03-11T21:04:30.322Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d50a00ef-4ee0-43bd-a083-734a89cc240c"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::zfs
verb = snapshot
|
| 3137 | 2026-03-11T21:04:30.337Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d50a00ef-4ee0-43bd-a083-734a89cc240c", "phd-artifacts/phd-clone-93450b86-063e-4596-be00-a8dda83fc234"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::zfs
verb = clone
|
| 3138 | 2026-03-11T21:04:30.355Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-93450b86-063e-4596-be00-a8dda83fc234"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::zfs
verb = list
|
| 3139 | 2026-03-11T21:04:30.365Z | 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-93450b86-063e-4596-be00-a8dda83fc234 0B 25.3T 48.9M /phd-artifacts/phd-clone-93450b86-063e-4596-be00-a8dda83fc234\n
target = phd_framework::zfs
|
| 3140 | 2026-03-11T21:04:30.366Z | 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
|
| 3141 | 2026-03-11T21:04:30.366Z | 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
|
| 3142 | 2026-03-11T21:04:30.366Z | 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
|
| 3143 | 2026-03-11T21:04:30.366Z | 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
|
| 3144 | 2026-03-11T21:04:30.366Z | 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
|
| 3145 | 2026-03-11T21:04:30.382Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1066
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm::server
|
| 3146 | 2026-03-11T21:04:30.397Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
|
| 3147 | 2026-03-11T21:04:30.398Z | 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 = 7bd52020-7737-4fce-8f95-561ac1a7482a
|
| 3148 | 2026-03-11T21:04:30.398Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 452
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 7bd52020-7737-4fce-8f95-561ac1a7482a
|
| 3149 | 2026-03-11T21:04:30.960Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3150 | 2026-03-11T21:04:30.961Z | 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: 7bd52020-7737-4fce-8f95-561ac1a7482a, name: "phd-vm-7bd52020-7737-4fce-8f95-561ac1a7482a", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 9371e95c-5b05-4651-ba2b-182663acd9fe, project_id: 4da3efef-bb4c-4cd5-a07f-c89e55e798ce, sled_id: d5e0d8b9-edf8-44aa-82e6-1efdce9868a7, sled_serial: "d5e0d8b9-edf8-44aa-82e6-1efdce9868a7", 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 = 7bd52020-7737-4fce-8f95-561ac1a7482a
|
| 3151 | 2026-03-11T21:04:30.961Z | 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 = 7bd52020-7737-4fce-8f95-561ac1a7482a
|
| 3152 | 2026-03-11T21:04:30.961Z | 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 = 7bd52020-7737-4fce-8f95-561ac1a7482a
|
| 3153 | 2026-03-11T21:04:30.962Z | 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 = 7bd52020-7737-4fce-8f95-561ac1a7482a
|
| 3154 | 2026-03-11T21:04:30.962Z | 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
|
| 3155 | 2026-03-11T21:04:30.962Z | 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 = 7bd52020-7737-4fce-8f95-561ac1a7482a
|
| 3156 | 2026-03-11T21:04:30.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::hw::lspci_lifecycle_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 3157 | 2026-03-11T21:04:30.962Z | 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 = 7bd52020-7737-4fce-8f95-561ac1a7482a
|
| 3158 | 2026-03-11T21:04:30.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::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = lspci_lifecycle_test
vm_id = 7bd52020-7737-4fce-8f95-561ac1a7482a
|
| 3159 | 2026-03-11T21:04:35.323Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4361
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 = 7bd52020-7737-4fce-8f95-561ac1a7482a
|
| 3160 | 2026-03-11T21:04:35.324Z | 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
|
| 3161 | 2026-03-11T21:04:35.324Z | 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
|
| 3162 | 2026-03-11T21:04:35.324Z | 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 = 7bd52020-7737-4fce-8f95-561ac1a7482a
|
| 3163 | 2026-03-11T21:04:35.324Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = lspci_lifecycle_test
vm_id = 7bd52020-7737-4fce-8f95-561ac1a7482a
|
| 3164 | 2026-03-11T21:04:35.342Z | 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
vm_id = 7bd52020-7737-4fce-8f95-561ac1a7482a
|
| 3165 | 2026-03-11T21:04:35.342Z | 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
|
| 3166 | 2026-03-11T21:04:35.343Z | 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
|
| 3167 | 2026-03-11T21:04:35.343Z | 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 = 7bd52020-7737-4fce-8f95-561ac1a7482a
|
| 3168 | 2026-03-11T21:04:35.343Z | INFO | phd-runner: [WAIT_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 = 7bd52020-7737-4fce-8f95-561ac1a7482a
|
| 3169 | 2026-03-11T21:04:35.374Z | 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 = 7bd52020-7737-4fce-8f95-561ac1a7482a
|
| 3170 | 2026-03-11T21:04:35.375Z | 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
|
| 3171 | 2026-03-11T21:04:35.375Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4412
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
|
| 3172 | 2026-03-11T21:04:35.375Z | 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 = 7bd52020-7737-4fce-8f95-561ac1a7482a
|
| 3173 | 2026-03-11T21:04:35.375Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = lspci_lifecycle_test
vm_id = 7bd52020-7737-4fce-8f95-561ac1a7482a
|
| 3174 | 2026-03-11T21:04:35.385Z | 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 = 7bd52020-7737-4fce-8f95-561ac1a7482a
|
| 3175 | 2026-03-11T21:04:35.386Z | 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 = 7bd52020-7737-4fce-8f95-561ac1a7482a
|
| 3176 | 2026-03-11T21:04:35.386Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = lspci_lifecycle_test
vm_id = 7bd52020-7737-4fce-8f95-561ac1a7482a
|
| 3177 | 2026-03-11T21:04:35.419Z | 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
vm_id = 7bd52020-7737-4fce-8f95-561ac1a7482a
|
| 3178 | 2026-03-11T21:04:35.419Z | 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 = 7bd52020-7737-4fce-8f95-561ac1a7482a
|
| 3179 | 2026-03-11T21:04:35.419Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = lspci_lifecycle_test
vm_id = 7bd52020-7737-4fce-8f95-561ac1a7482a
|
| 3180 | 2026-03-11T21:04:35.431Z | 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 = 7bd52020-7737-4fce-8f95-561ac1a7482a
|
| 3181 | 2026-03-11T21:04:35.431Z | 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 = 7bd52020-7737-4fce-8f95-561ac1a7482a
|
| 3182 | 2026-03-11T21:04: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
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = lspci_lifecycle_test
vm_id = 7bd52020-7737-4fce-8f95-561ac1a7482a
|
| 3183 | 2026-03-11T21:04:35.463Z | 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 = 7bd52020-7737-4fce-8f95-561ac1a7482a
|
| 3184 | 2026-03-11T21:04:35.463Z | 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
|
| 3185 | 2026-03-11T21:04:35.463Z | 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 = 7bd52020-7737-4fce-8f95-561ac1a7482a
|
| 3186 | 2026-03-11T21:04:35.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::hw::lspci_lifecycle_test
state = Stop
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 7bd52020-7737-4fce-8f95-561ac1a7482a
|
| 3187 | 2026-03-11T21:04:35.465Z | 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 = 7bd52020-7737-4fce-8f95-561ac1a7482a
|
| 3188 | 2026-03-11T21:04:35.465Z | 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
|
| 3189 | 2026-03-11T21:04:35.465Z | 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
|
| 3190 | 2026-03-11T21:04:35.465Z | 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
|
| 3191 | 2026-03-11T21:04:35.465Z | 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
|
| 3192 | 2026-03-11T21:04:35.465Z | 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
|
| 3193 | 2026-03-11T21:04:35.483Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1067
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm::server
|
| 3194 | 2026-03-11T21:04:35.497Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
|
| 3195 | 2026-03-11T21:04:35.497Z | 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 = b125f9be-b8e5-462b-8791-9f2bfe7fd135
|
| 3196 | 2026-03-11T21:04:35.498Z | 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 = b125f9be-b8e5-462b-8791-9f2bfe7fd135
|
| 3197 | 2026-03-11T21:04:35.498Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial websocket closed
file = phd-tests/framework/src/serial/mod.rs
line = 271
target = phd_framework::serial
|
| 3198 | 2026-03-11T21:04:35.498Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4538
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3199 | 2026-03-11T21:04:35.924Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3200 | 2026-03-11T21:04:35.925Z | 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: b125f9be-b8e5-462b-8791-9f2bfe7fd135, name: "phd-vm-b125f9be-b8e5-462b-8791-9f2bfe7fd135", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 9371e95c-5b05-4651-ba2b-182663acd9fe, project_id: 4da3efef-bb4c-4cd5-a07f-c89e55e798ce, sled_id: 8908db8a-6a65-4280-961a-dd9ec056d430, sled_serial: "8908db8a-6a65-4280-961a-dd9ec056d430", 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 = b125f9be-b8e5-462b-8791-9f2bfe7fd135
|
| 3201 | 2026-03-11T21:04:35.925Z | 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 = b125f9be-b8e5-462b-8791-9f2bfe7fd135
|
| 3202 | 2026-03-11T21:04:35.925Z | 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 = b125f9be-b8e5-462b-8791-9f2bfe7fd135
|
| 3203 | 2026-03-11T21:04:35.926Z | 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_lifecycle_0
vm_id = b125f9be-b8e5-462b-8791-9f2bfe7fd135
|
| 3204 | 2026-03-11T21:04:35.926Z | 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
|
| 3205 | 2026-03-11T21:04:35.926Z | 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 = b125f9be-b8e5-462b-8791-9f2bfe7fd135
|
| 3206 | 2026-03-11T21:04:35.926Z | 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
|
| 3207 | 2026-03-11T21:04:35.926Z | 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 = b125f9be-b8e5-462b-8791-9f2bfe7fd135
|
| 3208 | 2026-03-11T21:04:35.927Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = lspci_lifecycle_test_lifecycle_0
vm_id = b125f9be-b8e5-462b-8791-9f2bfe7fd135
|
| 3209 | 2026-03-11T21:04:40.256Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4329
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 = b125f9be-b8e5-462b-8791-9f2bfe7fd135
|
| 3210 | 2026-03-11T21:04:40.256Z | 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
|
| 3211 | 2026-03-11T21:04:40.256Z | 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
|
| 3212 | 2026-03-11T21:04:40.256Z | 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 = b125f9be-b8e5-462b-8791-9f2bfe7fd135
|
| 3213 | 2026-03-11T21:04:40.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::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = lspci_lifecycle_test_lifecycle_0
vm_id = b125f9be-b8e5-462b-8791-9f2bfe7fd135
|
| 3214 | 2026-03-11T21:04:40.275Z | 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 = b125f9be-b8e5-462b-8791-9f2bfe7fd135
|
| 3215 | 2026-03-11T21:04:40.275Z | 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
|
| 3216 | 2026-03-11T21:04:40.275Z | 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
|
| 3217 | 2026-03-11T21:04:40.275Z | 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 = b125f9be-b8e5-462b-8791-9f2bfe7fd135
|
| 3218 | 2026-03-11T21:04:40.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::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = lspci_lifecycle_test_lifecycle_0
vm_id = b125f9be-b8e5-462b-8791-9f2bfe7fd135
|
| 3219 | 2026-03-11T21:04:40.307Z | 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_lifecycle_0
vm_id = b125f9be-b8e5-462b-8791-9f2bfe7fd135
|
| 3220 | 2026-03-11T21:04:40.307Z | 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
|
| 3221 | 2026-03-11T21:04:40.307Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4380
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
|
| 3222 | 2026-03-11T21:04:40.308Z | 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 = 7bd52020-7737-4fce-8f95-561ac1a7482a
|
| 3223 | 2026-03-11T21:04:40.308Z | 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 = b125f9be-b8e5-462b-8791-9f2bfe7fd135
|
| 3224 | 2026-03-11T21:04:40.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::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = lspci_lifecycle_test_lifecycle_0
vm_id = b125f9be-b8e5-462b-8791-9f2bfe7fd135
|
| 3225 | 2026-03-11T21:04:40.310Z | 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 = 7bd52020-7737-4fce-8f95-561ac1a7482a
|
| 3226 | 2026-03-11T21:04:40.393Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 85
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 = 7bd52020-7737-4fce-8f95-561ac1a7482a
|
| 3227 | 2026-03-11T21:04:40.393Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 9995
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 = 7bd52020-7737-4fce-8f95-561ac1a7482a
|
| 3228 | 2026-03-11T21:04:40.393Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 85
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 = b125f9be-b8e5-462b-8791-9f2bfe7fd135
|
| 3229 | 2026-03-11T21:04:40.394Z | 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 = b125f9be-b8e5-462b-8791-9f2bfe7fd135
|
| 3230 | 2026-03-11T21:04:40.394Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = b125f9be-b8e5-462b-8791-9f2bfe7fd135
|
| 3231 | 2026-03-11T21:04:40.429Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 35
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 = b125f9be-b8e5-462b-8791-9f2bfe7fd135
|
| 3232 | 2026-03-11T21:04:40.429Z | 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 = b125f9be-b8e5-462b-8791-9f2bfe7fd135
|
| 3233 | 2026-03-11T21:04:40.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::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = lspci_lifecycle_test_lifecycle_0
vm_id = b125f9be-b8e5-462b-8791-9f2bfe7fd135
|
| 3234 | 2026-03-11T21:04:40.441Z | 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_lifecycle_0
vm_id = b125f9be-b8e5-462b-8791-9f2bfe7fd135
|
| 3235 | 2026-03-11T21:04:40.441Z | 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 = b125f9be-b8e5-462b-8791-9f2bfe7fd135
|
| 3236 | 2026-03-11T21:04:40.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::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = lspci_lifecycle_test_lifecycle_0
vm_id = b125f9be-b8e5-462b-8791-9f2bfe7fd135
|
| 3237 | 2026-03-11T21:04:40.474Z | 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_lifecycle_0
vm_id = b125f9be-b8e5-462b-8791-9f2bfe7fd135
|
| 3238 | 2026-03-11T21:04:40.474Z | 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 = b125f9be-b8e5-462b-8791-9f2bfe7fd135
|
| 3239 | 2026-03-11T21:04:40.474Z | 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
|
| 3240 | 2026-03-11T21:04:40.474Z | INFO | phd-runner: test phd_tests::hw::lspci_lifecycle_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 3241 | 2026-03-11T21:04:40.474Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4549
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3242 | 2026-03-11T21:04:40.474Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3243 | 2026-03-11T21:04:40.475Z | 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 = b125f9be-b8e5-462b-8791-9f2bfe7fd135
|
| 3244 | 2026-03-11T21:04:40.897Z | 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 = b125f9be-b8e5-462b-8791-9f2bfe7fd135
|
| 3245 | 2026-03-11T21:04:40.984Z | 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 = b125f9be-b8e5-462b-8791-9f2bfe7fd135
|
| 3246 | 2026-03-11T21:04:40.984Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-93450b86-063e-4596-be00-a8dda83fc234"]
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 = b125f9be-b8e5-462b-8791-9f2bfe7fd135
|
| 3247 | 2026-03-11T21:04:41.010Z | 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 = b125f9be-b8e5-462b-8791-9f2bfe7fd135
|
| 3248 | 2026-03-11T21:04:41.010Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d50a00ef-4ee0-43bd-a083-734a89cc240c"]
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 = b125f9be-b8e5-462b-8791-9f2bfe7fd135
|
| 3249 | 2026-03-11T21:04:41.028Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 554
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 = b125f9be-b8e5-462b-8791-9f2bfe7fd135
|
| 3250 | 2026-03-11T21:04:41.028Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 553
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3251 | 2026-03-11T21:04:41.029Z | 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
|
| 3252 | 2026-03-11T21:04:41.029Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3253 | 2026-03-11T21:04:41.029Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3254 | 2026-03-11T21:04:41.029Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5530
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 = b125f9be-b8e5-462b-8791-9f2bfe7fd135
|
| 3255 | 2026-03-11T21:04:41.029Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 10719
file = phd-tests/tests/src/hw.rs
line = 8
path = phd_tests::hw::lspci_lifecycle_test
target = phd_tests::hw
|
| 3256 | 2026-03-11T21:04:41.029Z | 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
|
| 3257 | 2026-03-11T21:04:41.029Z | 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
|
| 3258 | 2026-03-11T21:04:41.029Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3259 | 2026-03-11T21:04:41.029Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3260 | 2026-03-11T21:04:41.029Z | 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
|
| 3261 | 2026-03-11T21:04:41.040Z | 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 51.4M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 3262 | 2026-03-11T21:04:41.040Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-c29b51c2-7020-4c0e-8ff5-23e8f40fc6a0"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::zfs
verb = snapshot
|
| 3263 | 2026-03-11T21:04:41.058Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-c29b51c2-7020-4c0e-8ff5-23e8f40fc6a0", "phd-artifacts/phd-clone-4dc3c5b9-d91c-4ded-a9b7-9c50dde1b559"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::zfs
verb = clone
|
| 3264 | 2026-03-11T21:04:41.074Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-4dc3c5b9-d91c-4ded-a9b7-9c50dde1b559"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::zfs
verb = list
|
| 3265 | 2026-03-11T21:04:41.084Z | 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-4dc3c5b9-d91c-4ded-a9b7-9c50dde1b559 0B 25.3T 48.9M /phd-artifacts/phd-clone-4dc3c5b9-d91c-4ded-a9b7-9c50dde1b559\n
target = phd_framework::zfs
|
| 3266 | 2026-03-11T21:04:41.085Z | 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
|
| 3267 | 2026-03-11T21:04:41.085Z | 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
|
| 3268 | 2026-03-11T21:04:41.085Z | 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
|
| 3269 | 2026-03-11T21:04:41.085Z | 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
|
| 3270 | 2026-03-11T21:04:41.085Z | 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
|
| 3271 | 2026-03-11T21:04:41.102Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1076
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
|
| 3272 | 2026-03-11T21:04:41.116Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 30
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
|
| 3273 | 2026-03-11T21:04:41.116Z | 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
|
| 3274 | 2026-03-11T21:04:41.116Z | 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
|
| 3275 | 2026-03-11T21:04:41.116Z | 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
|
| 3276 | 2026-03-11T21:04:41.116Z | 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
|
| 3277 | 2026-03-11T21:04:41.116Z | 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
|
| 3278 | 2026-03-11T21:04:41.132Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1077
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
|
| 3279 | 2026-03-11T21:04:41.146Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 29
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
|
| 3280 | 2026-03-11T21:04:41.146Z | 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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3281 | 2026-03-11T21:04:41.275Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3282 | 2026-03-11T21:04:41.276Z | 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: 6b1bbed0-a780-45ac-9d03-fc22af74411a, name: "phd-vm-6b1bbed0-a780-45ac-9d03-fc22af74411a", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: be0738ed-1a01-46da-bcb4-b47b6f918d29, project_id: 9adaeec6-00ab-464f-8742-733e61322370, sled_id: fcb99da2-e6dd-49ef-812e-95d9869057c5, sled_serial: "fcb99da2-e6dd-49ef-812e-95d9869057c5", 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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3283 | 2026-03-11T21:04:41.276Z | 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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3284 | 2026-03-11T21:04:41.277Z | 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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3285 | 2026-03-11T21:04:41.278Z | 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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3286 | 2026-03-11T21:04:41.278Z | 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
|
| 3287 | 2026-03-11T21:04:41.278Z | 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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3288 | 2026-03-11T21:04:41.278Z | 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
|
| 3289 | 2026-03-11T21:04:41.278Z | 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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3290 | 2026-03-11T21:04:41.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::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migrate_running_process_source
vm_id = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3291 | 2026-03-11T21:04:45.651Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4372
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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3292 | 2026-03-11T21:04:45.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::migrate::running_process::migrate_running_process
step = WriteStr("root")
target = phd_framework::test_vm
|
| 3293 | 2026-03-11T21:04:45.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::migrate::running_process::migrate_running_process
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3294 | 2026-03-11T21:04:45.651Z | 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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3295 | 2026-03-11T21:04:45.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::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migrate_running_process_source
vm_id = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3296 | 2026-03-11T21:04:45.669Z | 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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3297 | 2026-03-11T21:04:45.669Z | 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
|
| 3298 | 2026-03-11T21:04:45.670Z | 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
|
| 3299 | 2026-03-11T21:04:45.670Z | 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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3300 | 2026-03-11T21:04:45.670Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3301 | 2026-03-11T21:04:45.702Z | 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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3302 | 2026-03-11T21:04:45.702Z | 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
|
| 3303 | 2026-03-11T21:04:45.702Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4424
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
|
| 3304 | 2026-03-11T21:04:45.703Z | 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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3305 | 2026-03-11T21:04:45.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::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process_source
vm_id = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3306 | 2026-03-11T21:04:46.075Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 372
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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3307 | 2026-03-11T21:04:46.075Z | 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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3308 | 2026-03-11T21:04:46.075Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3309 | 2026-03-11T21:04:46.086Z | 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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3310 | 2026-03-11T21:04:46.086Z | 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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3311 | 2026-03-11T21:04:46.086Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3312 | 2026-03-11T21:04:46.097Z | 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::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3313 | 2026-03-11T21:04:46.098Z | 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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3314 | 2026-03-11T21:04:46.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::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process_source
vm_id = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3315 | 2026-03-11T21:04:46.131Z | 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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3316 | 2026-03-11T21:04:46.131Z | 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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3317 | 2026-03-11T21:04:46.131Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3318 | 2026-03-11T21:04:46.142Z | 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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3319 | 2026-03-11T21:04:46.142Z | 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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3320 | 2026-03-11T21:04:46.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::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process_source
vm_id = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3321 | 2026-03-11T21:04:46.175Z | 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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3322 | 2026-03-11T21:04:46.175Z | 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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3323 | 2026-03-11T21:04:46.175Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3324 | 2026-03-11T21:04:46.186Z | 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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3325 | 2026-03-11T21:04:46.186Z | 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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3326 | 2026-03-11T21:04:46.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::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process_source
vm_id = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3327 | 2026-03-11T21:04:46.220Z | 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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3328 | 2026-03-11T21:04:46.220Z | 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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3329 | 2026-03-11T21:04:46.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::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process_source
vm_id = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3330 | 2026-03-11T21:04:46.231Z | 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::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3331 | 2026-03-11T21:04:46.232Z | 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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3332 | 2026-03-11T21:04:46.232Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3333 | 2026-03-11T21:04:46.537Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 304
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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3334 | 2026-03-11T21:04:46.537Z | 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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3335 | 2026-03-11T21:04:46.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::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process_source
vm_id = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3336 | 2026-03-11T21:04:46.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::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3337 | 2026-03-11T21:04:46.548Z | 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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3338 | 2026-03-11T21:04:46.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::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process_source
vm_id = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3339 | 2026-03-11T21:04:46.582Z | 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::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3340 | 2026-03-11T21:04:46.582Z | 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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
target = phd_framework::test_vm
target_id = 6b4cd1a4-67a3-449b-9c41-26ec1fe3a9fb
|
| 3341 | 2026-03-11T21:04:46.582Z | 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 = 4b397ead-7616-4f1b-9b79-4b223f53d556
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 6b1bbed0-a780-45ac-9d03-fc22af74411a
target = phd_framework::test_vm
target_id = 6b4cd1a4-67a3-449b-9c41-26ec1fe3a9fb
timeout_duration = 45s
|
| 3342 | 2026-03-11T21:04:46.582Z | 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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
target = phd_framework::test_vm
target_id = 6b4cd1a4-67a3-449b-9c41-26ec1fe3a9fb
vm = migrate_running_process_target
vm_id = 6b4cd1a4-67a3-449b-9c41-26ec1fe3a9fb
|
| 3343 | 2026-03-11T21:04:46.702Z | 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: 6b4cd1a4-67a3-449b-9c41-26ec1fe3a9fb, name: "phd-vm-6b4cd1a4-67a3-449b-9c41-26ec1fe3a9fb", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: be0738ed-1a01-46da-bcb4-b47b6f918d29, project_id: 9adaeec6-00ab-464f-8742-733e61322370, sled_id: 878e952e-4bb0-4951-a154-97aaa1af9a9f, sled_serial: "878e952e-4bb0-4951-a154-97aaa1af9a9f", 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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
target = phd_framework::test_vm
target_id = 6b4cd1a4-67a3-449b-9c41-26ec1fe3a9fb
vm = migrate_running_process_target
vm_id = 6b4cd1a4-67a3-449b-9c41-26ec1fe3a9fb
|
| 3344 | 2026-03-11T21:04:46.702Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 4b397ead-7616-4f1b-9b79-4b223f53d556
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 6b1bbed0-a780-45ac-9d03-fc22af74411a
target = phd_framework::test_vm
target_id = 6b4cd1a4-67a3-449b-9c41-26ec1fe3a9fb
|
| 3345 | 2026-03-11T21:04:49.118Z | 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
|
| 3346 | 2026-03-11T21:04:50.950Z | 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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
target = phd_framework::test_vm
target_id = 6b4cd1a4-67a3-449b-9c41-26ec1fe3a9fb
|
| 3347 | 2026-03-11T21:04:50.950Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 4247
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 4b397ead-7616-4f1b-9b79-4b223f53d556
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 6b1bbed0-a780-45ac-9d03-fc22af74411a
target = phd_framework::test_vm
target_id = 6b4cd1a4-67a3-449b-9c41-26ec1fe3a9fb
|
| 3348 | 2026-03-11T21:04:50.950Z | 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 = 6b4cd1a4-67a3-449b-9c41-26ec1fe3a9fb
|
| 3349 | 2026-03-11T21:04:50.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::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process_target
vm_id = 6b4cd1a4-67a3-449b-9c41-26ec1fe3a9fb
|
| 3350 | 2026-03-11T21:04:50.961Z | 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::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = 6b4cd1a4-67a3-449b-9c41-26ec1fe3a9fb
|
| 3351 | 2026-03-11T21:04:50.962Z | 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 = 6b4cd1a4-67a3-449b-9c41-26ec1fe3a9fb
|
| 3352 | 2026-03-11T21:04:50.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::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process_target
vm_id = 6b4cd1a4-67a3-449b-9c41-26ec1fe3a9fb
|
| 3353 | 2026-03-11T21:04:51.051Z | 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::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = 6b4cd1a4-67a3-449b-9c41-26ec1fe3a9fb
|
| 3354 | 2026-03-11T21:04:51.051Z | 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 = 6b4cd1a4-67a3-449b-9c41-26ec1fe3a9fb
|
| 3355 | 2026-03-11T21:04:51.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::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process_target
vm_id = 6b4cd1a4-67a3-449b-9c41-26ec1fe3a9fb
|
| 3356 | 2026-03-11T21:04:51.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::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = 6b4cd1a4-67a3-449b-9c41-26ec1fe3a9fb
|
| 3357 | 2026-03-11T21:04:51.062Z | 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 = 6b4cd1a4-67a3-449b-9c41-26ec1fe3a9fb
|
| 3358 | 2026-03-11T21:04:51.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::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process_target
vm_id = 6b4cd1a4-67a3-449b-9c41-26ec1fe3a9fb
|
| 3359 | 2026-03-11T21:04:51.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::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = 6b4cd1a4-67a3-449b-9c41-26ec1fe3a9fb
|
| 3360 | 2026-03-11T21:04:51.095Z | 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 = 6b4cd1a4-67a3-449b-9c41-26ec1fe3a9fb
|
| 3361 | 2026-03-11T21:04:51.095Z | 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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3362 | 2026-03-11T21:04:51.096Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 3363 | 2026-03-11T21:04:51.096Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 9819
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3364 | 2026-03-11T21:04:51.096Z | 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
|
| 3365 | 2026-03-11T21:04:51.096Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3366 | 2026-03-11T21:04:51.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::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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3367 | 2026-03-11T21:04:51.190Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 94
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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3368 | 2026-03-11T21:04:51.190Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 10043
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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
|
| 3369 | 2026-03-11T21:04:51.191Z | 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 = 6b4cd1a4-67a3-449b-9c41-26ec1fe3a9fb
|
| 3370 | 2026-03-11T21:04:51.861Z | 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 = 6b4cd1a4-67a3-449b-9c41-26ec1fe3a9fb
|
| 3371 | 2026-03-11T21:04:51.942Z | 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 = 6b4cd1a4-67a3-449b-9c41-26ec1fe3a9fb
|
| 3372 | 2026-03-11T21:04:51.942Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-4dc3c5b9-d91c-4ded-a9b7-9c50dde1b559"]
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 = 6b4cd1a4-67a3-449b-9c41-26ec1fe3a9fb
|
| 3373 | 2026-03-11T21:04:51.970Z | 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 = 6b4cd1a4-67a3-449b-9c41-26ec1fe3a9fb
|
| 3374 | 2026-03-11T21:04:51.970Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-c29b51c2-7020-4c0e-8ff5-23e8f40fc6a0"]
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 = 6b4cd1a4-67a3-449b-9c41-26ec1fe3a9fb
|
| 3375 | 2026-03-11T21:04:51.989Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 892
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 = 6b4cd1a4-67a3-449b-9c41-26ec1fe3a9fb
|
| 3376 | 2026-03-11T21:04:51.989Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5406
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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
target = phd_framework::test_vm
target_id = 6b4cd1a4-67a3-449b-9c41-26ec1fe3a9fb
vm = migrate_running_process_target
vm_id = 6b4cd1a4-67a3-449b-9c41-26ec1fe3a9fb
|
| 3377 | 2026-03-11T21:04:51.989Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 5406
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 = 6b1bbed0-a780-45ac-9d03-fc22af74411a
target = phd_framework::test_vm
target_id = 6b4cd1a4-67a3-449b-9c41-26ec1fe3a9fb
|
| 3378 | 2026-03-11T21:04:51.989Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 10959
file = phd-tests/tests/src/migrate.rs
line = 116
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_tests::migrate::running_process
|
| 3379 | 2026-03-11T21:04:51.989Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 892
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3380 | 2026-03-11T21:04:51.989Z | 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
|
| 3381 | 2026-03-11T21:04:51.989Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3382 | 2026-03-11T21:04:51.989Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3383 | 2026-03-11T21:04:51.989Z | 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
|
| 3384 | 2026-03-11T21:04:51.989Z | 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
|
| 3385 | 2026-03-11T21:04:51.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
|
| 3386 | 2026-03-11T21:04:51.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
|
| 3387 | 2026-03-11T21:04:51.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::migrate::running_process::import_failure
target = phd_framework::zfs
verb = list
|
| 3388 | 2026-03-11T21:04:52.001Z | 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 51.4M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 3389 | 2026-03-11T21:04:52.001Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-76cc06b5-ef67-401b-b625-4e6aca6ee0ee"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = snapshot
|
| 3390 | 2026-03-11T21:04:52.018Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-76cc06b5-ef67-401b-b625-4e6aca6ee0ee", "phd-artifacts/phd-clone-371e672f-f35f-45bd-b4da-24712f46a5b7"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = clone
|
| 3391 | 2026-03-11T21:04:52.035Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-371e672f-f35f-45bd-b4da-24712f46a5b7"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = list
|
| 3392 | 2026-03-11T21:04:52.047Z | 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-371e672f-f35f-45bd-b4da-24712f46a5b7 0B 25.3T 48.9M /phd-artifacts/phd-clone-371e672f-f35f-45bd-b4da-24712f46a5b7\n
target = phd_framework::zfs
|
| 3393 | 2026-03-11T21:04:52.047Z | 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
|
| 3394 | 2026-03-11T21:04:52.047Z | 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
|
| 3395 | 2026-03-11T21:04:52.048Z | 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
|
| 3396 | 2026-03-11T21:04:52.048Z | 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
|
| 3397 | 2026-03-11T21:04:52.048Z | 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
|
| 3398 | 2026-03-11T21:04:52.063Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1086
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
|
| 3399 | 2026-03-11T21:04:52.078Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 30
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
|
| 3400 | 2026-03-11T21:04:52.078Z | 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
|
| 3401 | 2026-03-11T21:04:52.078Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3402 | 2026-03-11T21:04:52.078Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3403 | 2026-03-11T21:04:52.079Z | 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
|
| 3404 | 2026-03-11T21:04:52.091Z | 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 51.4M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 3405 | 2026-03-11T21:04:52.091Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-abf1d716-5891-437d-a806-f4b1aaa9fcde"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = snapshot
|
| 3406 | 2026-03-11T21:04:52.116Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-abf1d716-5891-437d-a806-f4b1aaa9fcde", "phd-artifacts/phd-clone-fa87a98a-3f44-47d3-9979-0237c6fb79b1"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = clone
|
| 3407 | 2026-03-11T21:04:52.135Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-fa87a98a-3f44-47d3-9979-0237c6fb79b1"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = list
|
| 3408 | 2026-03-11T21:04:52.150Z | 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-fa87a98a-3f44-47d3-9979-0237c6fb79b1 0B 25.3T 48.9M /phd-artifacts/phd-clone-fa87a98a-3f44-47d3-9979-0237c6fb79b1\n
target = phd_framework::zfs
|
| 3409 | 2026-03-11T21:04:52.151Z | 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
|
| 3410 | 2026-03-11T21:04:52.151Z | 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
|
| 3411 | 2026-03-11T21:04:52.151Z | 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
|
| 3412 | 2026-03-11T21:04:52.151Z | 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
|
| 3413 | 2026-03-11T21:04:52.151Z | 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
|
| 3414 | 2026-03-11T21:04:52.168Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1091
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
|
| 3415 | 2026-03-11T21:04:52.184Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
|
| 3416 | 2026-03-11T21:04:52.185Z | 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
|
| 3417 | 2026-03-11T21:04:52.185Z | 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
|
| 3418 | 2026-03-11T21:04:52.185Z | 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
|
| 3419 | 2026-03-11T21:04:52.185Z | 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
|
| 3420 | 2026-03-11T21:04:52.185Z | 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
|
| 3421 | 2026-03-11T21:04:52.201Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1092
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
|
| 3422 | 2026-03-11T21:04:52.216Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
|
| 3423 | 2026-03-11T21:04:52.216Z | 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3424 | 2026-03-11T21:04:52.342Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3425 | 2026-03-11T21:04:52.343Z | 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: 3cd09e9a-4364-473a-9ad7-010a16207d77, name: "phd-vm-3cd09e9a-4364-473a-9ad7-010a16207d77", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: c529aa33-5015-4c29-a5fb-0ada950bc755, project_id: 249767f3-b360-4f5d-bcea-0b265e8b84b0, sled_id: febf2d05-2e4b-4e23-a4fd-0e6a4f0b1874, sled_serial: "febf2d05-2e4b-4e23-a4fd-0e6a4f0b1874", 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3426 | 2026-03-11T21:04:52.343Z | 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3427 | 2026-03-11T21:04:52.343Z | 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3428 | 2026-03-11T21:04:52.344Z | 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3429 | 2026-03-11T21:04:52.344Z | 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
|
| 3430 | 2026-03-11T21:04:52.344Z | 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3431 | 2026-03-11T21:04:52.344Z | 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
|
| 3432 | 2026-03-11T21:04:52.344Z | 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3433 | 2026-03-11T21:04:52.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::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migrate_running_process::import_failure_source
vm_id = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3434 | 2026-03-11T21:04:56.772Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4427
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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3435 | 2026-03-11T21:04:56.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::migrate::running_process::import_failure
step = WriteStr("root")
target = phd_framework::test_vm
|
| 3436 | 2026-03-11T21:04:56.773Z | 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
|
| 3437 | 2026-03-11T21:04:56.773Z | 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3438 | 2026-03-11T21:04:56.773Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3439 | 2026-03-11T21:04:56.790Z | 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::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3440 | 2026-03-11T21:04:56.790Z | 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
|
| 3441 | 2026-03-11T21:04:56.790Z | 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
|
| 3442 | 2026-03-11T21:04:56.790Z | 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3443 | 2026-03-11T21:04:56.790Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3444 | 2026-03-11T21:04:56.823Z | 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3445 | 2026-03-11T21:04:56.824Z | 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
|
| 3446 | 2026-03-11T21:04:56.824Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4479
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
|
| 3447 | 2026-03-11T21:04:56.824Z | 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3448 | 2026-03-11T21:04:56.824Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3449 | 2026-03-11T21:04:57.190Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 366
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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3450 | 2026-03-11T21:04:57.190Z | 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3451 | 2026-03-11T21:04:57.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::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::import_failure_source
vm_id = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3452 | 2026-03-11T21:04:57.201Z | 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3453 | 2026-03-11T21:04:57.201Z | 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3454 | 2026-03-11T21:04: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::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::import_failure_source
vm_id = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3455 | 2026-03-11T21:04: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::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3456 | 2026-03-11T21:04:57.212Z | 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3457 | 2026-03-11T21:04:57.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::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::import_failure_source
vm_id = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3458 | 2026-03-11T21:04:57.245Z | 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3459 | 2026-03-11T21:04:57.245Z | 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3460 | 2026-03-11T21:04: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::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::import_failure_source
vm_id = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3461 | 2026-03-11T21:04:57.256Z | 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3462 | 2026-03-11T21:04:57.256Z | 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3463 | 2026-03-11T21:04: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::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::import_failure_source
vm_id = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3464 | 2026-03-11T21:04:57.289Z | 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3465 | 2026-03-11T21:04:57.290Z | 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3466 | 2026-03-11T21:04:57.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::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::import_failure_source
vm_id = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3467 | 2026-03-11T21:04:57.300Z | 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3468 | 2026-03-11T21:04:57.300Z | 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3469 | 2026-03-11T21:04: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::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::import_failure_source
vm_id = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3470 | 2026-03-11T21:04:57.333Z | 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3471 | 2026-03-11T21:04:57.334Z | 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3472 | 2026-03-11T21:04: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::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::import_failure_source
vm_id = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3473 | 2026-03-11T21:04:57.344Z | 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3474 | 2026-03-11T21:04:57.345Z | 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3475 | 2026-03-11T21:04:57.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::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::import_failure_source
vm_id = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3476 | 2026-03-11T21:04:57.645Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 300
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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3477 | 2026-03-11T21:04:57.645Z | 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3478 | 2026-03-11T21:04:57.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::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::import_failure_source
vm_id = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3479 | 2026-03-11T21:04:57.657Z | 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3480 | 2026-03-11T21:04:57.657Z | 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3481 | 2026-03-11T21:04:57.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::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::import_failure_source
vm_id = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3482 | 2026-03-11T21:04:57.680Z | 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::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3483 | 2026-03-11T21:04:57.680Z | 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
target = phd_framework::test_vm
target_id = 5d67798c-48bf-409d-bba1-e500467dacdb
|
| 3484 | 2026-03-11T21:04:57.680Z | 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 = 56493566-a7b6-4f62-9021-ad7c84d108bb
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 3cd09e9a-4364-473a-9ad7-010a16207d77
target = phd_framework::test_vm
target_id = 5d67798c-48bf-409d-bba1-e500467dacdb
timeout_duration = 45s
|
| 3485 | 2026-03-11T21:04:57.680Z | 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
target = phd_framework::test_vm
target_id = 5d67798c-48bf-409d-bba1-e500467dacdb
vm = migrate_running_process::import_failure_target1
vm_id = 5d67798c-48bf-409d-bba1-e500467dacdb
|
| 3486 | 2026-03-11T21:04:57.803Z | 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: 5d67798c-48bf-409d-bba1-e500467dacdb, name: "phd-vm-5d67798c-48bf-409d-bba1-e500467dacdb", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: b2056223-3f8e-402b-822f-2e1cc4ae01ea, project_id: 3ae8ced7-7412-44a1-b50c-67c69e69ad98, sled_id: 0284c8a4-932f-4197-8e3e-825ae9793b50, sled_serial: "0284c8a4-932f-4197-8e3e-825ae9793b50", 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
target = phd_framework::test_vm
target_id = 5d67798c-48bf-409d-bba1-e500467dacdb
vm = migrate_running_process::import_failure_target1
vm_id = 5d67798c-48bf-409d-bba1-e500467dacdb
|
| 3487 | 2026-03-11T21:04:57.803Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 56493566-a7b6-4f62-9021-ad7c84d108bb
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 3cd09e9a-4364-473a-9ad7-010a16207d77
target = phd_framework::test_vm
target_id = 5d67798c-48bf-409d-bba1-e500467dacdb
|
| 3488 | 2026-03-11T21:05:00.863Z | 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
target = phd_framework::test_vm
target_id = 5d67798c-48bf-409d-bba1-e500467dacdb
|
| 3489 | 2026-03-11T21:05:00.864Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3060
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 56493566-a7b6-4f62-9021-ad7c84d108bb
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 3cd09e9a-4364-473a-9ad7-010a16207d77
target = phd_framework::test_vm
target_id = 5d67798c-48bf-409d-bba1-e500467dacdb
|
| 3490 | 2026-03-11T21:05:00.864Z | 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
|
| 3491 | 2026-03-11T21:05:00.865Z | 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3492 | 2026-03-11T21:05:00.865Z | 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3493 | 2026-03-11T21:05:00.865Z | 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3494 | 2026-03-11T21:05:00.865Z | 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3495 | 2026-03-11T21:05:00.866Z | 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3496 | 2026-03-11T21:05:00.866Z | 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3497 | 2026-03-11T21:05:00.866Z | 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
target = phd_framework::test_vm
target_id = 5d3870c9-b7b9-445c-83a3-16f6cd07f474
|
| 3498 | 2026-03-11T21:05:00.866Z | 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 = c6fd25fd-6f42-445f-9c3a-4361c08b6009
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 3cd09e9a-4364-473a-9ad7-010a16207d77
target = phd_framework::test_vm
target_id = 5d3870c9-b7b9-445c-83a3-16f6cd07f474
timeout_duration = 45s
|
| 3499 | 2026-03-11T21:05:00.866Z | 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
target = phd_framework::test_vm
target_id = 5d3870c9-b7b9-445c-83a3-16f6cd07f474
vm = migrate_running_process::import_failure_target2
vm_id = 5d3870c9-b7b9-445c-83a3-16f6cd07f474
|
| 3500 | 2026-03-11T21:05:00.986Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 5d3870c9-b7b9-445c-83a3-16f6cd07f474, name: "phd-vm-5d3870c9-b7b9-445c-83a3-16f6cd07f474", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: c529aa33-5015-4c29-a5fb-0ada950bc755, project_id: 249767f3-b360-4f5d-bcea-0b265e8b84b0, sled_id: c4f0c9f5-8d86-47ae-903e-e6666692a2c8, sled_serial: "c4f0c9f5-8d86-47ae-903e-e6666692a2c8", 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
target = phd_framework::test_vm
target_id = 5d3870c9-b7b9-445c-83a3-16f6cd07f474
vm = migrate_running_process::import_failure_target2
vm_id = 5d3870c9-b7b9-445c-83a3-16f6cd07f474
|
| 3501 | 2026-03-11T21:05:00.986Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = c6fd25fd-6f42-445f-9c3a-4361c08b6009
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 3cd09e9a-4364-473a-9ad7-010a16207d77
target = phd_framework::test_vm
target_id = 5d3870c9-b7b9-445c-83a3-16f6cd07f474
|
| 3502 | 2026-03-11T21:05:03.415Z | 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
|
| 3503 | 2026-03-11T21:05:03.605Z | 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
target = phd_framework::test_vm
target_id = 5d3870c9-b7b9-445c-83a3-16f6cd07f474
|
| 3504 | 2026-03-11T21:05:03.605Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2619
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = c6fd25fd-6f42-445f-9c3a-4361c08b6009
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 3cd09e9a-4364-473a-9ad7-010a16207d77
target = phd_framework::test_vm
target_id = 5d3870c9-b7b9-445c-83a3-16f6cd07f474
|
| 3505 | 2026-03-11T21:05:03.605Z | 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 = 5d3870c9-b7b9-445c-83a3-16f6cd07f474
|
| 3506 | 2026-03-11T21:05:03.605Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 5d3870c9-b7b9-445c-83a3-16f6cd07f474
|
| 3507 | 2026-03-11T21:05:07.160Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 3554
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 = 5d3870c9-b7b9-445c-83a3-16f6cd07f474
|
| 3508 | 2026-03-11T21:05:07.160Z | 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 = 5d3870c9-b7b9-445c-83a3-16f6cd07f474
|
| 3509 | 2026-03-11T21:05:07.160Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 5d3870c9-b7b9-445c-83a3-16f6cd07f474
|
| 3510 | 2026-03-11T21:05:07.248Z | 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 = 5d3870c9-b7b9-445c-83a3-16f6cd07f474
|
| 3511 | 2026-03-11T21:05:07.248Z | 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 = 5d3870c9-b7b9-445c-83a3-16f6cd07f474
|
| 3512 | 2026-03-11T21:05:07.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::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::import_failure_target2
vm_id = 5d3870c9-b7b9-445c-83a3-16f6cd07f474
|
| 3513 | 2026-03-11T21:05:07.259Z | 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 = 5d3870c9-b7b9-445c-83a3-16f6cd07f474
|
| 3514 | 2026-03-11T21:05:07.259Z | 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 = 5d3870c9-b7b9-445c-83a3-16f6cd07f474
|
| 3515 | 2026-03-11T21:05:07.259Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 5d3870c9-b7b9-445c-83a3-16f6cd07f474
|
| 3516 | 2026-03-11T21:05:07.291Z | 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 = 5d3870c9-b7b9-445c-83a3-16f6cd07f474
|
| 3517 | 2026-03-11T21:05:07.292Z | 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 = 5d3870c9-b7b9-445c-83a3-16f6cd07f474
|
| 3518 | 2026-03-11T21:05:07.292Z | 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 = 5d67798c-48bf-409d-bba1-e500467dacdb
|
| 3519 | 2026-03-11T21:05:07.292Z | 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3520 | 2026-03-11T21:05:07.292Z | 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
|
| 3521 | 2026-03-11T21:05:07.292Z | 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
|
| 3522 | 2026-03-11T21:05:07.292Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 14949
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3523 | 2026-03-11T21:05:07.292Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3524 | 2026-03-11T21:05:07.294Z | 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3525 | 2026-03-11T21:05:07.380Z | 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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3526 | 2026-03-11T21:05:07.380Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 15162
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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
|
| 3527 | 2026-03-11T21:05:07.380Z | 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 = 5d67798c-48bf-409d-bba1-e500467dacdb
|
| 3528 | 2026-03-11T21:05:07.380Z | 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 = 5d3870c9-b7b9-445c-83a3-16f6cd07f474
|
| 3529 | 2026-03-11T21:05:07.382Z | 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 = 5d67798c-48bf-409d-bba1-e500467dacdb
|
| 3530 | 2026-03-11T21:05:07.462Z | 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 = 5d67798c-48bf-409d-bba1-e500467dacdb
|
| 3531 | 2026-03-11T21:05:07.462Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-fa87a98a-3f44-47d3-9979-0237c6fb79b1"]
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 = 5d67798c-48bf-409d-bba1-e500467dacdb
|
| 3532 | 2026-03-11T21:05:07.486Z | 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 = 5d67798c-48bf-409d-bba1-e500467dacdb
|
| 3533 | 2026-03-11T21:05:07.486Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-abf1d716-5891-437d-a806-f4b1aaa9fcde"]
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 = 5d67798c-48bf-409d-bba1-e500467dacdb
|
| 3534 | 2026-03-11T21:05:07.505Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 212
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 = 5d67798c-48bf-409d-bba1-e500467dacdb
|
| 3535 | 2026-03-11T21:05:07.505Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 9824
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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
target = phd_framework::test_vm
target_id = 5d67798c-48bf-409d-bba1-e500467dacdb
vm = migrate_running_process::import_failure_target1
vm_id = 5d67798c-48bf-409d-bba1-e500467dacdb
|
| 3536 | 2026-03-11T21:05:07.505Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 9824
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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
target = phd_framework::test_vm
target_id = 5d67798c-48bf-409d-bba1-e500467dacdb
|
| 3537 | 2026-03-11T21:05:07.759Z | 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 = 5d3870c9-b7b9-445c-83a3-16f6cd07f474
|
| 3538 | 2026-03-11T21:05:07.842Z | 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 = 5d3870c9-b7b9-445c-83a3-16f6cd07f474
|
| 3539 | 2026-03-11T21:05:07.842Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-371e672f-f35f-45bd-b4da-24712f46a5b7"]
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 = 5d3870c9-b7b9-445c-83a3-16f6cd07f474
|
| 3540 | 2026-03-11T21:05:07.867Z | 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 = 5d3870c9-b7b9-445c-83a3-16f6cd07f474
|
| 3541 | 2026-03-11T21:05:07.868Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-76cc06b5-ef67-401b-b625-4e6aca6ee0ee"]
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 = 5d3870c9-b7b9-445c-83a3-16f6cd07f474
|
| 3542 | 2026-03-11T21:05:07.884Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 592
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 = 5d3870c9-b7b9-445c-83a3-16f6cd07f474
|
| 3543 | 2026-03-11T21:05:07.885Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 7018
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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
target = phd_framework::test_vm
target_id = 5d3870c9-b7b9-445c-83a3-16f6cd07f474
vm = migrate_running_process::import_failure_target2
vm_id = 5d3870c9-b7b9-445c-83a3-16f6cd07f474
|
| 3544 | 2026-03-11T21:05:07.885Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 592
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3545 | 2026-03-11T21:05:07.885Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 7018
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 = 3cd09e9a-4364-473a-9ad7-010a16207d77
target = phd_framework::test_vm
target_id = 5d3870c9-b7b9-445c-83a3-16f6cd07f474
|
| 3546 | 2026-03-11T21:05:07.885Z | 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
|
| 3547 | 2026-03-11T21:05:07.885Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 15894
file = phd-tests/tests/src/migrate.rs
line = 136
path = phd_tests::migrate::running_process::import_failure
target = phd_tests::migrate::running_process
|
| 3548 | 2026-03-11T21:05:07.885Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3549 | 2026-03-11T21:05:07.885Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3550 | 2026-03-11T21:05:07.885Z | 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
|
| 3551 | 2026-03-11T21:05:07.885Z | 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
|
| 3552 | 2026-03-11T21:05:07.885Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3553 | 2026-03-11T21:05:07.885Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3554 | 2026-03-11T21:05:07.885Z | 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
|
| 3555 | 2026-03-11T21:05:07.897Z | 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 51.5M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 3556 | 2026-03-11T21:05:07.897Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-96e77b69-4d06-444e-90e5-9cc0f3b29681"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::zfs
verb = snapshot
|
| 3557 | 2026-03-11T21:05:07.915Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-96e77b69-4d06-444e-90e5-9cc0f3b29681", "phd-artifacts/phd-clone-1b3e47a0-a44c-4c94-9687-800d014093ff"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::zfs
verb = clone
|
| 3558 | 2026-03-11T21:05:07.931Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-1b3e47a0-a44c-4c94-9687-800d014093ff"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::zfs
verb = list
|
| 3559 | 2026-03-11T21:05:07.941Z | 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-1b3e47a0-a44c-4c94-9687-800d014093ff 0B 25.3T 48.9M /phd-artifacts/phd-clone-1b3e47a0-a44c-4c94-9687-800d014093ff\n
target = phd_framework::zfs
|
| 3560 | 2026-03-11T21:05:07.942Z | 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
|
| 3561 | 2026-03-11T21:05:07.942Z | 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
|
| 3562 | 2026-03-11T21:05:07.942Z | 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
|
| 3563 | 2026-03-11T21:05:07.942Z | 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
|
| 3564 | 2026-03-11T21:05:07.942Z | 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
|
| 3565 | 2026-03-11T21:05:07.958Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1104
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
|
| 3566 | 2026-03-11T21:05:07.974Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
|
| 3567 | 2026-03-11T21:05:07.974Z | 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
|
| 3568 | 2026-03-11T21:05:07.974Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm_name = migrate_running_process::export_failure_target1
|
| 3569 | 2026-03-11T21:05:07.974Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 3570 | 2026-03-11T21:05:07.974Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 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
|
| 3571 | 2026-03-11T21:05:07.974Z | 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
|
| 3572 | 2026-03-11T21:05:07.988Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1105
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
|
| 3573 | 2026-03-11T21:05:08.003Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 28
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
|
| 3574 | 2026-03-11T21:05:08.003Z | 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
|
| 3575 | 2026-03-11T21:05:08.003Z | 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
|
| 3576 | 2026-03-11T21:05:08.003Z | 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
|
| 3577 | 2026-03-11T21:05:08.003Z | 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
|
| 3578 | 2026-03-11T21:05:08.003Z | 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
|
| 3579 | 2026-03-11T21:05:08.015Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1106
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
|
| 3580 | 2026-03-11T21:05:08.030Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 27
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
|
| 3581 | 2026-03-11T21:05:08.030Z | 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3582 | 2026-03-11T21:05:08.155Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3583 | 2026-03-11T21:05:08.156Z | 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: 0428609f-61fd-40f4-b356-53b2dd13d45a, name: "phd-vm-0428609f-61fd-40f4-b356-53b2dd13d45a", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 52111a16-fa57-4a7e-97c6-e91685f4cac7, project_id: 63d7a465-f18e-4a74-b30b-47df348f9b6d, sled_id: 4e546102-4582-4dbc-9bb6-6a217ee2ca09, sled_serial: "4e546102-4582-4dbc-9bb6-6a217ee2ca09", 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3584 | 2026-03-11T21:05:08.156Z | 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3585 | 2026-03-11T21:05:08.156Z | 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3586 | 2026-03-11T21:05:08.157Z | 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::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3587 | 2026-03-11T21:05:08.158Z | 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
|
| 3588 | 2026-03-11T21:05:08.158Z | 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3589 | 2026-03-11T21:05:08.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::migrate::running_process::export_failure
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 3590 | 2026-03-11T21:05:08.158Z | 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3591 | 2026-03-11T21:05:08.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
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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3592 | 2026-03-11T21:05:12.544Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4386
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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3593 | 2026-03-11T21:05:12.544Z | 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
|
| 3594 | 2026-03-11T21:05:12.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::export_failure
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3595 | 2026-03-11T21:05:12.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::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3596 | 2026-03-11T21:05:12.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::export_failure
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migrate_running_process::export_failure_source
vm_id = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3597 | 2026-03-11T21:05:12.563Z | 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3598 | 2026-03-11T21:05:12.563Z | 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
|
| 3599 | 2026-03-11T21:05:12.564Z | 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
|
| 3600 | 2026-03-11T21:05:12.564Z | 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3601 | 2026-03-11T21:05:12.564Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3602 | 2026-03-11T21:05:12.596Z | 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3603 | 2026-03-11T21:05:12.596Z | 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
|
| 3604 | 2026-03-11T21:05:12.596Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4437
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
|
| 3605 | 2026-03-11T21:05:12.596Z | 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3606 | 2026-03-11T21:05:12.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::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::export_failure_source
vm_id = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3607 | 2026-03-11T21:05:12.727Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 130
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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3608 | 2026-03-11T21:05:12.727Z | 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3609 | 2026-03-11T21:05:12.727Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3610 | 2026-03-11T21:05:12.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::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3611 | 2026-03-11T21:05:12.738Z | 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3612 | 2026-03-11T21:05:12.738Z | INFO | phd-runner: [WAIT_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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3613 | 2026-03-11T21:05:12.748Z | 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3614 | 2026-03-11T21:05:12.749Z | 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3615 | 2026-03-11T21:05:12.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::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::export_failure_source
vm_id = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3616 | 2026-03-11T21:05:12.782Z | 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3617 | 2026-03-11T21:05:12.782Z | 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3618 | 2026-03-11T21:05:12.782Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3619 | 2026-03-11T21:05:12.793Z | 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3620 | 2026-03-11T21:05:12.793Z | 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3621 | 2026-03-11T21:05:12.793Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3622 | 2026-03-11T21:05:12.826Z | 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3623 | 2026-03-11T21:05:12.826Z | 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3624 | 2026-03-11T21:05:12.826Z | INFO | phd-runner: [WAIT_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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3625 | 2026-03-11T21:05:12.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::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3626 | 2026-03-11T21:05:12.837Z | 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3627 | 2026-03-11T21:05:12.837Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3628 | 2026-03-11T21:05:12.869Z | 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3629 | 2026-03-11T21:05:12.869Z | 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3630 | 2026-03-11T21:05:12.870Z | INFO | phd-runner: [WAIT_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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3631 | 2026-03-11T21:05:12.881Z | 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3632 | 2026-03-11T21:05:12.881Z | 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3633 | 2026-03-11T21:05:12.881Z | INFO | phd-runner: [WAIT_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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3634 | 2026-03-11T21:05:13.183Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 301
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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3635 | 2026-03-11T21:05:13.184Z | 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3636 | 2026-03-11T21:05:13.184Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3637 | 2026-03-11T21:05:13.194Z | 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3638 | 2026-03-11T21:05:13.195Z | 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3639 | 2026-03-11T21:05:13.195Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3640 | 2026-03-11T21:05:13.217Z | 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::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3641 | 2026-03-11T21:05:13.217Z | 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
target = phd_framework::test_vm
target_id = 62360aa8-ce7d-46c7-8cfe-de7cd24fdb3f
|
| 3642 | 2026-03-11T21:05:13.218Z | 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 = 6684e996-1b7c-4558-8e0e-24c28107e69b
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = 0428609f-61fd-40f4-b356-53b2dd13d45a
target = phd_framework::test_vm
target_id = 62360aa8-ce7d-46c7-8cfe-de7cd24fdb3f
timeout_duration = 45s
|
| 3643 | 2026-03-11T21:05:13.218Z | 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
target = phd_framework::test_vm
target_id = 62360aa8-ce7d-46c7-8cfe-de7cd24fdb3f
vm = migrate_running_process::export_failure_target1
vm_id = 62360aa8-ce7d-46c7-8cfe-de7cd24fdb3f
|
| 3644 | 2026-03-11T21:05:13.341Z | 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: 62360aa8-ce7d-46c7-8cfe-de7cd24fdb3f, name: "phd-vm-62360aa8-ce7d-46c7-8cfe-de7cd24fdb3f", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 52111a16-fa57-4a7e-97c6-e91685f4cac7, project_id: 63d7a465-f18e-4a74-b30b-47df348f9b6d, sled_id: 62cfa108-4300-4b75-9647-dd5cd2a4d800, sled_serial: "62cfa108-4300-4b75-9647-dd5cd2a4d800", 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
target = phd_framework::test_vm
target_id = 62360aa8-ce7d-46c7-8cfe-de7cd24fdb3f
vm = migrate_running_process::export_failure_target1
vm_id = 62360aa8-ce7d-46c7-8cfe-de7cd24fdb3f
|
| 3645 | 2026-03-11T21:05:13.341Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 6684e996-1b7c-4558-8e0e-24c28107e69b
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = 0428609f-61fd-40f4-b356-53b2dd13d45a
target = phd_framework::test_vm
target_id = 62360aa8-ce7d-46c7-8cfe-de7cd24fdb3f
|
| 3646 | 2026-03-11T21:05:16.423Z | 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
target = phd_framework::test_vm
target_id = 62360aa8-ce7d-46c7-8cfe-de7cd24fdb3f
|
| 3647 | 2026-03-11T21:05:16.423Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3081
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 6684e996-1b7c-4558-8e0e-24c28107e69b
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = 0428609f-61fd-40f4-b356-53b2dd13d45a
target = phd_framework::test_vm
target_id = 62360aa8-ce7d-46c7-8cfe-de7cd24fdb3f
|
| 3648 | 2026-03-11T21:05:16.423Z | 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
|
| 3649 | 2026-03-11T21:05:16.424Z | 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3650 | 2026-03-11T21:05:16.424Z | 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3651 | 2026-03-11T21:05:16.424Z | 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3652 | 2026-03-11T21:05:16.424Z | 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3653 | 2026-03-11T21:05:16.425Z | 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3654 | 2026-03-11T21:05:16.425Z | 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3655 | 2026-03-11T21:05:16.425Z | 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
target = phd_framework::test_vm
target_id = 01ddb033-47b2-480d-aad9-34a66406eb33
|
| 3656 | 2026-03-11T21:05:16.425Z | 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 = d650ed6d-54fa-4813-8b2e-18e9a8b5ab83
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = 0428609f-61fd-40f4-b356-53b2dd13d45a
target = phd_framework::test_vm
target_id = 01ddb033-47b2-480d-aad9-34a66406eb33
timeout_duration = 45s
|
| 3657 | 2026-03-11T21:05:16.425Z | 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
target = phd_framework::test_vm
target_id = 01ddb033-47b2-480d-aad9-34a66406eb33
vm = migrate_running_process::export_failure_target2
vm_id = 01ddb033-47b2-480d-aad9-34a66406eb33
|
| 3658 | 2026-03-11T21:05:16.542Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 01ddb033-47b2-480d-aad9-34a66406eb33, name: "phd-vm-01ddb033-47b2-480d-aad9-34a66406eb33", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 52111a16-fa57-4a7e-97c6-e91685f4cac7, project_id: 63d7a465-f18e-4a74-b30b-47df348f9b6d, sled_id: c85f3ea9-50d5-42e3-95ed-d45fefd88712, sled_serial: "c85f3ea9-50d5-42e3-95ed-d45fefd88712", 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
target = phd_framework::test_vm
target_id = 01ddb033-47b2-480d-aad9-34a66406eb33
vm = migrate_running_process::export_failure_target2
vm_id = 01ddb033-47b2-480d-aad9-34a66406eb33
|
| 3659 | 2026-03-11T21:05:16.543Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = d650ed6d-54fa-4813-8b2e-18e9a8b5ab83
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = 0428609f-61fd-40f4-b356-53b2dd13d45a
target = phd_framework::test_vm
target_id = 01ddb033-47b2-480d-aad9-34a66406eb33
|
| 3660 | 2026-03-11T21:05:18.908Z | 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
|
| 3661 | 2026-03-11T21:05:19.393Z | 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
target = phd_framework::test_vm
target_id = 01ddb033-47b2-480d-aad9-34a66406eb33
|
| 3662 | 2026-03-11T21:05:19.393Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2849
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = d650ed6d-54fa-4813-8b2e-18e9a8b5ab83
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = 0428609f-61fd-40f4-b356-53b2dd13d45a
target = phd_framework::test_vm
target_id = 01ddb033-47b2-480d-aad9-34a66406eb33
|
| 3663 | 2026-03-11T21:05:19.393Z | 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 = 01ddb033-47b2-480d-aad9-34a66406eb33
|
| 3664 | 2026-03-11T21:05:19.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
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 = 01ddb033-47b2-480d-aad9-34a66406eb33
|
| 3665 | 2026-03-11T21:05:19.404Z | 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 = 01ddb033-47b2-480d-aad9-34a66406eb33
|
| 3666 | 2026-03-11T21:05:19.404Z | 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 = 01ddb033-47b2-480d-aad9-34a66406eb33
|
| 3667 | 2026-03-11T21:05:19.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::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::export_failure_target2
vm_id = 01ddb033-47b2-480d-aad9-34a66406eb33
|
| 3668 | 2026-03-11T21:05:19.493Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 89
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 = 01ddb033-47b2-480d-aad9-34a66406eb33
|
| 3669 | 2026-03-11T21:05:19.494Z | 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 = 01ddb033-47b2-480d-aad9-34a66406eb33
|
| 3670 | 2026-03-11T21:05:19.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::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::export_failure_target2
vm_id = 01ddb033-47b2-480d-aad9-34a66406eb33
|
| 3671 | 2026-03-11T21:05:19.504Z | 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 = 01ddb033-47b2-480d-aad9-34a66406eb33
|
| 3672 | 2026-03-11T21:05:19.504Z | 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 = 01ddb033-47b2-480d-aad9-34a66406eb33
|
| 3673 | 2026-03-11T21:05:19.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::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::export_failure_target2
vm_id = 01ddb033-47b2-480d-aad9-34a66406eb33
|
| 3674 | 2026-03-11T21:05:19.537Z | 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 = 01ddb033-47b2-480d-aad9-34a66406eb33
|
| 3675 | 2026-03-11T21:05:19.538Z | 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 = 01ddb033-47b2-480d-aad9-34a66406eb33
|
| 3676 | 2026-03-11T21:05:19.538Z | 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 = 62360aa8-ce7d-46c7-8cfe-de7cd24fdb3f
|
| 3677 | 2026-03-11T21:05:19.538Z | 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3678 | 2026-03-11T21:05:19.538Z | 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
|
| 3679 | 2026-03-11T21:05:19.538Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 11381
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3680 | 2026-03-11T21:05:19.538Z | 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
|
| 3681 | 2026-03-11T21:05:19.539Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3682 | 2026-03-11T21:05:19.540Z | 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 = 01ddb033-47b2-480d-aad9-34a66406eb33
|
| 3683 | 2026-03-11T21:05:19.540Z | 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 = 62360aa8-ce7d-46c7-8cfe-de7cd24fdb3f
|
| 3684 | 2026-03-11T21:05:19.540Z | 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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3685 | 2026-03-11T21:05:19.543Z | 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 = 62360aa8-ce7d-46c7-8cfe-de7cd24fdb3f
|
| 3686 | 2026-03-11T21:05:19.633Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 94
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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3687 | 2026-03-11T21:05:19.633Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 11601
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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
|
| 3688 | 2026-03-11T21:05:19.676Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 138
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 = 62360aa8-ce7d-46c7-8cfe-de7cd24fdb3f
|
| 3689 | 2026-03-11T21:05:19.676Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6457
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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
target = phd_framework::test_vm
target_id = 62360aa8-ce7d-46c7-8cfe-de7cd24fdb3f
vm = migrate_running_process::export_failure_target1
vm_id = 62360aa8-ce7d-46c7-8cfe-de7cd24fdb3f
|
| 3690 | 2026-03-11T21:05:19.676Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 6458
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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
target = phd_framework::test_vm
target_id = 62360aa8-ce7d-46c7-8cfe-de7cd24fdb3f
|
| 3691 | 2026-03-11T21:05:19.911Z | 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 = 01ddb033-47b2-480d-aad9-34a66406eb33
|
| 3692 | 2026-03-11T21:05:19.995Z | 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 = 01ddb033-47b2-480d-aad9-34a66406eb33
|
| 3693 | 2026-03-11T21:05:19.995Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-1b3e47a0-a44c-4c94-9687-800d014093ff"]
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 = 01ddb033-47b2-480d-aad9-34a66406eb33
|
| 3694 | 2026-03-11T21:05:20.022Z | 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 = 01ddb033-47b2-480d-aad9-34a66406eb33
|
| 3695 | 2026-03-11T21:05:20.022Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-96e77b69-4d06-444e-90e5-9cc0f3b29681"]
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 = 01ddb033-47b2-480d-aad9-34a66406eb33
|
| 3696 | 2026-03-11T21:05:20.041Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 502
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 = 01ddb033-47b2-480d-aad9-34a66406eb33
|
| 3697 | 2026-03-11T21:05:20.041Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 502
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3698 | 2026-03-11T21:05:20.041Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 3615
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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
target = phd_framework::test_vm
target_id = 01ddb033-47b2-480d-aad9-34a66406eb33
vm = migrate_running_process::export_failure_target2
vm_id = 01ddb033-47b2-480d-aad9-34a66406eb33
|
| 3699 | 2026-03-11T21:05:20.041Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 3615
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 = 0428609f-61fd-40f4-b356-53b2dd13d45a
target = phd_framework::test_vm
target_id = 01ddb033-47b2-480d-aad9-34a66406eb33
|
| 3700 | 2026-03-11T21:05:20.041Z | 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
|
| 3701 | 2026-03-11T21:05:20.041Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 12155
file = phd-tests/tests/src/migrate.rs
line = 206
path = phd_tests::migrate::running_process::export_failure
target = phd_tests::migrate::running_process
|
| 3702 | 2026-03-11T21:05:20.041Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3703 | 2026-03-11T21:05:20.041Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3704 | 2026-03-11T21:05:20.041Z | 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
|
| 3705 | 2026-03-11T21:05:20.042Z | 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
|
| 3706 | 2026-03-11T21:05:20.042Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3707 | 2026-03-11T21:05:20.042Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3708 | 2026-03-11T21:05:20.042Z | 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
|
| 3709 | 2026-03-11T21:05:20.053Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 51.4M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 3710 | 2026-03-11T21:05:20.054Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-9bb2b964-99c6-43f2-97c9-46e993dd9938"]
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
|
| 3711 | 2026-03-11T21:05:20.071Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-9bb2b964-99c6-43f2-97c9-46e993dd9938", "phd-artifacts/phd-clone-04361cad-1216-49fc-a438-712df2e6646c"]
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
|
| 3712 | 2026-03-11T21:05:20.088Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-04361cad-1216-49fc-a438-712df2e6646c"]
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
|
| 3713 | 2026-03-11T21:05:20.099Z | 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-04361cad-1216-49fc-a438-712df2e6646c 0B 25.3T 48.9M /phd-artifacts/phd-clone-04361cad-1216-49fc-a438-712df2e6646c\n
target = phd_framework::zfs
|
| 3714 | 2026-03-11T21:05:20.100Z | 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
|
| 3715 | 2026-03-11T21:05:20.100Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm_name = cpuid_instance_spec_round_trip_test
|
| 3716 | 2026-03-11T21:05:20.100Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 3717 | 2026-03-11T21:05:20.100Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 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
|
| 3718 | 2026-03-11T21:05:20.100Z | 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
|
| 3719 | 2026-03-11T21:05:20.116Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1116
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
|
| 3720 | 2026-03-11T21:05:20.132Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 31
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
|
| 3721 | 2026-03-11T21:05:20.132Z | 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 = 21b6e61e-151d-4fbb-a08a-fb0010415cc6
|
| 3722 | 2026-03-11T21:05:20.132Z | 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 = 21b6e61e-151d-4fbb-a08a-fb0010415cc6
|
| 3723 | 2026-03-11T21:05:20.818Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3724 | 2026-03-11T21:05:20.819Z | 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: 21b6e61e-151d-4fbb-a08a-fb0010415cc6, name: "phd-vm-21b6e61e-151d-4fbb-a08a-fb0010415cc6", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 6ba4265a-1296-4def-87c4-491174560ce0, project_id: e62ec47f-7707-4d2d-8f2f-82d79c53ebf1, sled_id: 672592a9-6bb5-4f78-b4fa-b357391246e8, sled_serial: "672592a9-6bb5-4f78-b4fa-b357391246e8", 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 = 21b6e61e-151d-4fbb-a08a-fb0010415cc6
|
| 3725 | 2026-03-11T21:05:20.819Z | 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 = 21b6e61e-151d-4fbb-a08a-fb0010415cc6
|
| 3726 | 2026-03-11T21:05:20.819Z | 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 = 21b6e61e-151d-4fbb-a08a-fb0010415cc6
|
| 3727 | 2026-03-11T21:05:20.820Z | 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 = 21b6e61e-151d-4fbb-a08a-fb0010415cc6
|
| 3728 | 2026-03-11T21:05:20.820Z | 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 = 21b6e61e-151d-4fbb-a08a-fb0010415cc6
|
| 3729 | 2026-03-11T21:05:20.820Z | 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 = 21b6e61e-151d-4fbb-a08a-fb0010415cc6
|
| 3730 | 2026-03-11T21:05:20.821Z | 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 = 21b6e61e-151d-4fbb-a08a-fb0010415cc6
|
| 3731 | 2026-03-11T21:05:20.821Z | 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 = 21b6e61e-151d-4fbb-a08a-fb0010415cc6
|
| 3732 | 2026-03-11T21:05:20.821Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 3733 | 2026-03-11T21:05:20.821Z | 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
|
| 3734 | 2026-03-11T21:05:20.821Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 3
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3735 | 2026-03-11T21:05:20.822Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3736 | 2026-03-11T21:05:20.823Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 21b6e61e-151d-4fbb-a08a-fb0010415cc6
|
| 3737 | 2026-03-11T21:05:21.456Z | 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 = 21b6e61e-151d-4fbb-a08a-fb0010415cc6
|
| 3738 | 2026-03-11T21:05:21.542Z | 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 = 21b6e61e-151d-4fbb-a08a-fb0010415cc6
|
| 3739 | 2026-03-11T21:05:21.542Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-04361cad-1216-49fc-a438-712df2e6646c"]
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 = 21b6e61e-151d-4fbb-a08a-fb0010415cc6
|
| 3740 | 2026-03-11T21:05:21.574Z | 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 = 21b6e61e-151d-4fbb-a08a-fb0010415cc6
|
| 3741 | 2026-03-11T21:05:21.574Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-9bb2b964-99c6-43f2-97c9-46e993dd9938"]
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 = 21b6e61e-151d-4fbb-a08a-fb0010415cc6
|
| 3742 | 2026-03-11T21:05:21.595Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 773
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 = 21b6e61e-151d-4fbb-a08a-fb0010415cc6
|
| 3743 | 2026-03-11T21:05:21.595Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 773
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3744 | 2026-03-11T21:05:21.595Z | INFO | phd-runner: Starting test phd_tests::cpuid::cpuid_boot_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 3745 | 2026-03-11T21:05:21.595Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3746 | 2026-03-11T21:05:21.595Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 1462
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 = 21b6e61e-151d-4fbb-a08a-fb0010415cc6
|
| 3747 | 2026-03-11T21:05:21.595Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3748 | 2026-03-11T21:05:21.595Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 1553
file = phd-tests/tests/src/cpuid.rs
line = 24
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_tests::cpuid
|
| 3749 | 2026-03-11T21:05:21.595Z | 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
|
| 3750 | 2026-03-11T21:05:21.598Z | 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
|
| 3751 | 2026-03-11T21:05:21.598Z | 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
|
| 3752 | 2026-03-11T21:05:21.598Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3753 | 2026-03-11T21:05:21.598Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3754 | 2026-03-11T21:05:21.599Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::zfs
verb = list
|
| 3755 | 2026-03-11T21:05:21.609Z | 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 52.0M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 3756 | 2026-03-11T21:05:21.609Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-8264a5cf-9fe8-443c-9a86-d910fbc1dcca"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::zfs
verb = snapshot
|
| 3757 | 2026-03-11T21:05:21.627Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-8264a5cf-9fe8-443c-9a86-d910fbc1dcca", "phd-artifacts/phd-clone-18e94f88-1a70-4f0a-8733-b31986867171"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::zfs
verb = clone
|
| 3758 | 2026-03-11T21:05:21.645Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-18e94f88-1a70-4f0a-8733-b31986867171"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::zfs
verb = list
|
| 3759 | 2026-03-11T21:05:21.655Z | 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-18e94f88-1a70-4f0a-8733-b31986867171 0B 25.3T 48.9M /phd-artifacts/phd-clone-18e94f88-1a70-4f0a-8733-b31986867171\n
target = phd_framework::zfs
|
| 3760 | 2026-03-11T21:05:21.655Z | 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
|
| 3761 | 2026-03-11T21:05:21.655Z | 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
|
| 3762 | 2026-03-11T21:05:21.656Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 3763 | 2026-03-11T21:05:21.656Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 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
|
| 3764 | 2026-03-11T21:05:21.656Z | 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
|
| 3765 | 2026-03-11T21:05:21.672Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1124
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm::server
|
| 3766 | 2026-03-11T21:05:21.688Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
|
| 3767 | 2026-03-11T21:05:21.688Z | 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 = 6124aa5b-4db1-44aa-9a16-ae9b72484baa
|
| 3768 | 2026-03-11T21:05:21.689Z | 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 = 6124aa5b-4db1-44aa-9a16-ae9b72484baa
|
| 3769 | 2026-03-11T21:05:22.400Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3770 | 2026-03-11T21:05:22.400Z | 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: 6124aa5b-4db1-44aa-9a16-ae9b72484baa, name: "phd-vm-6124aa5b-4db1-44aa-9a16-ae9b72484baa", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 75d68c37-8e41-4c31-9db5-888486dd6951, project_id: 1fdddbc4-09bd-4615-8f48-831db8fa0d6e, sled_id: b213ea84-9683-4149-8b04-547ea658b0ba, sled_serial: "b213ea84-9683-4149-8b04-547ea658b0ba", 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 = 6124aa5b-4db1-44aa-9a16-ae9b72484baa
|
| 3771 | 2026-03-11T21:05:22.400Z | 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 = 6124aa5b-4db1-44aa-9a16-ae9b72484baa
|
| 3772 | 2026-03-11T21:05:22.401Z | 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 = 6124aa5b-4db1-44aa-9a16-ae9b72484baa
|
| 3773 | 2026-03-11T21:05:22.401Z | 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 = 6124aa5b-4db1-44aa-9a16-ae9b72484baa
|
| 3774 | 2026-03-11T21:05:22.402Z | 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
|
| 3775 | 2026-03-11T21:05:22.402Z | 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 = 6124aa5b-4db1-44aa-9a16-ae9b72484baa
|
| 3776 | 2026-03-11T21:05:22.402Z | 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
|
| 3777 | 2026-03-11T21:05:22.402Z | 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 = 6124aa5b-4db1-44aa-9a16-ae9b72484baa
|
| 3778 | 2026-03-11T21:05:22.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::cpuid::cpuid_boot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = cpuid_boot_test
vm_id = 6124aa5b-4db1-44aa-9a16-ae9b72484baa
|
| 3779 | 2026-03-11T21:05:26.788Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4386
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 = 6124aa5b-4db1-44aa-9a16-ae9b72484baa
|
| 3780 | 2026-03-11T21:05:26.788Z | 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
|
| 3781 | 2026-03-11T21:05:26.788Z | 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
|
| 3782 | 2026-03-11T21:05:26.788Z | 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 = 6124aa5b-4db1-44aa-9a16-ae9b72484baa
|
| 3783 | 2026-03-11T21:05:26.789Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = cpuid_boot_test
vm_id = 6124aa5b-4db1-44aa-9a16-ae9b72484baa
|
| 3784 | 2026-03-11T21:05:26.807Z | 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_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 6124aa5b-4db1-44aa-9a16-ae9b72484baa
|
| 3785 | 2026-03-11T21:05:26.807Z | 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
|
| 3786 | 2026-03-11T21:05:26.807Z | 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
|
| 3787 | 2026-03-11T21:05:26.807Z | 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 = 6124aa5b-4db1-44aa-9a16-ae9b72484baa
|
| 3788 | 2026-03-11T21:05:26.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::cpuid::cpuid_boot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = cpuid_boot_test
vm_id = 6124aa5b-4db1-44aa-9a16-ae9b72484baa
|
| 3789 | 2026-03-11T21:05:26.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::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 6124aa5b-4db1-44aa-9a16-ae9b72484baa
|
| 3790 | 2026-03-11T21:05:26.840Z | 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
|
| 3791 | 2026-03-11T21:05:26.840Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4438
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
|
| 3792 | 2026-03-11T21:05:26.841Z | 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 = 6124aa5b-4db1-44aa-9a16-ae9b72484baa
|
| 3793 | 2026-03-11T21:05:26.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::cpuid::cpuid_boot_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = cpuid_boot_test
vm_id = 6124aa5b-4db1-44aa-9a16-ae9b72484baa
|
| 3794 | 2026-03-11T21:05:26.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::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 6124aa5b-4db1-44aa-9a16-ae9b72484baa
|
| 3795 | 2026-03-11T21:05:26.851Z | 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 = 6124aa5b-4db1-44aa-9a16-ae9b72484baa
|
| 3796 | 2026-03-11T21:05:26.851Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = cpuid_boot_test
vm_id = 6124aa5b-4db1-44aa-9a16-ae9b72484baa
|
| 3797 | 2026-03-11T21:05:26.994Z | 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 = 6124aa5b-4db1-44aa-9a16-ae9b72484baa
|
| 3798 | 2026-03-11T21:05:26.994Z | 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 = 6124aa5b-4db1-44aa-9a16-ae9b72484baa
|
| 3799 | 2026-03-11T21:05:26.994Z | INFO | phd-runner: [WAIT_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 = 6124aa5b-4db1-44aa-9a16-ae9b72484baa
|
| 3800 | 2026-03-11T21:05:27.005Z | 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 = 6124aa5b-4db1-44aa-9a16-ae9b72484baa
|
| 3801 | 2026-03-11T21:05:27.005Z | 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 = 6124aa5b-4db1-44aa-9a16-ae9b72484baa
|
| 3802 | 2026-03-11T21:05:27.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::cpuid::cpuid_boot_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = cpuid_boot_test
vm_id = 6124aa5b-4db1-44aa-9a16-ae9b72484baa
|
| 3803 | 2026-03-11T21:05:27.027Z | 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::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 6124aa5b-4db1-44aa-9a16-ae9b72484baa
|
| 3804 | 2026-03-11T21:05:27.028Z | 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.425\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.85\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.425\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.81\nTLB size: 2560 4K pages\nclflush size: 64\ncache_alignment: 64\naddress sizes: 48 bits physical, 48 bits virtual\npower management:
file = phd-tests/tests/src/cpuid.rs
line = 98
path = phd_tests::cpuid::cpuid_boot_test
target = phd_tests::cpuid
|
| 3805 | 2026-03-11T21:05:27.028Z | 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 = 6124aa5b-4db1-44aa-9a16-ae9b72484baa
|
| 3806 | 2026-03-11T21:05:27.028Z | 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
|
| 3807 | 2026-03-11T21:05:27.028Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4628
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3808 | 2026-03-11T21:05:27.028Z | INFO | phd-runner: test phd_tests::cpuid::cpuid_boot_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 3809 | 2026-03-11T21:05:27.029Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3810 | 2026-03-11T21:05:27.030Z | 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 = 6124aa5b-4db1-44aa-9a16-ae9b72484baa
|
| 3811 | 2026-03-11T21:05:27.779Z | 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 = 6124aa5b-4db1-44aa-9a16-ae9b72484baa
|
| 3812 | 2026-03-11T21:05:27.869Z | 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 = 6124aa5b-4db1-44aa-9a16-ae9b72484baa
|
| 3813 | 2026-03-11T21:05:27.869Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-18e94f88-1a70-4f0a-8733-b31986867171"]
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 = 6124aa5b-4db1-44aa-9a16-ae9b72484baa
|
| 3814 | 2026-03-11T21:05:27.901Z | 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 = 6124aa5b-4db1-44aa-9a16-ae9b72484baa
|
| 3815 | 2026-03-11T21:05:27.901Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-8264a5cf-9fe8-443c-9a86-d910fbc1dcca"]
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 = 6124aa5b-4db1-44aa-9a16-ae9b72484baa
|
| 3816 | 2026-03-11T21:05:27.919Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 890
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 = 6124aa5b-4db1-44aa-9a16-ae9b72484baa
|
| 3817 | 2026-03-11T21:05:27.919Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6230
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 = 6124aa5b-4db1-44aa-9a16-ae9b72484baa
|
| 3818 | 2026-03-11T21:05:27.919Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 890
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3819 | 2026-03-11T21:05:27.919Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 6323
file = phd-tests/tests/src/cpuid.rs
line = 141
path = phd_tests::cpuid::cpuid_boot_test
target = phd_tests::cpuid
|
| 3820 | 2026-03-11T21:05:27.919Z | 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
|
| 3821 | 2026-03-11T21:05:27.919Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3822 | 2026-03-11T21:05:27.919Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3823 | 2026-03-11T21:05:27.920Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/cpuid.rs
line = 147
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_tests::cpuid
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 3824 | 2026-03-11T21:05:27.922Z | 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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_tests::cpuid
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 3825 | 2026-03-11T21:05:27.923Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::artifacts::store
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 3826 | 2026-03-11T21:05:27.923Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::artifacts::store
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 3827 | 2026-03-11T21:05:27.923Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::artifacts::store
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 3828 | 2026-03-11T21:05:27.923Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
verb = list
|
| 3829 | 2026-03-11T21:05:27.934Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 52.2M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 3830 | 2026-03-11T21:05:27.934Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2640017c-bf2f-4ffe-bf4b-8b88b2070847"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
verb = snapshot
|
| 3831 | 2026-03-11T21:05:27.950Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2640017c-bf2f-4ffe-bf4b-8b88b2070847", "phd-artifacts/phd-clone-53bc9cbf-4be6-45c8-9f2d-e91abe38d492"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
verb = clone
|
| 3832 | 2026-03-11T21:05:27.969Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-53bc9cbf-4be6-45c8-9f2d-e91abe38d492"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
verb = list
|
| 3833 | 2026-03-11T21:05:27.981Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-53bc9cbf-4be6-45c8-9f2d-e91abe38d492 0B 25.3T 48.9M /phd-artifacts/phd-clone-53bc9cbf-4be6-45c8-9f2d-e91abe38d492\n
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 3834 | 2026-03-11T21:05:27.981Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 3835 | 2026-03-11T21:05:27.981Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm_name = cpuid_boot_test
|
| 3836 | 2026-03-11T21:05:27.981Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = /work/phd-test/propolis-server
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::artifacts::store
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 3837 | 2026-03-11T21:05:27.981Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm::server
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 3838 | 2026-03-11T21:05:27.982Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
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
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 3839 | 2026-03-11T21:05:27.998Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1132
file = phd-tests/framework/src/test_vm/server.rs
line = 122
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm::server
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 3840 | 2026-03-11T21:05:28.014Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 3841 | 2026-03-11T21:05:28.014Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test
vm_id = 55d84b3a-91d9-4c81-a4c0-873598fadfd7
|
| 3842 | 2026-03-11T21:05:28.015Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test
vm_id = 55d84b3a-91d9-4c81-a4c0-873598fadfd7
|
| 3843 | 2026-03-11T21:05:28.798Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3844 | 2026-03-11T21:05:28.799Z | 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: 55d84b3a-91d9-4c81-a4c0-873598fadfd7, name: "phd-vm-55d84b3a-91d9-4c81-a4c0-873598fadfd7", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 3f5a91a9-88f4-4e26-810d-558efa8efa89, project_id: 9bda4f57-7d4c-4812-9482-caaa090bf579, sled_id: aeadfbd9-f4bc-4fe2-9e16-0841d40aa086, sled_serial: "aeadfbd9-f4bc-4fe2-9e16-0841d40aa086", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test
vm_id = 55d84b3a-91d9-4c81-a4c0-873598fadfd7
|
| 3845 | 2026-03-11T21:05:28.799Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test
vm_id = 55d84b3a-91d9-4c81-a4c0-873598fadfd7
|
| 3846 | 2026-03-11T21:05:28.799Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
state = Run
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test
vm_id = 55d84b3a-91d9-4c81-a4c0-873598fadfd7
|
| 3847 | 2026-03-11T21:05:28.800Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test
vm_id = 55d84b3a-91d9-4c81-a4c0-873598fadfd7
|
| 3848 | 2026-03-11T21:05:28.800Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 3849 | 2026-03-11T21:05:28.800Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = 300s
vm = cpuid_boot_test
vm_id = 55d84b3a-91d9-4c81-a4c0-873598fadfd7
|
| 3850 | 2026-03-11T21:05:28.800Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 3851 | 2026-03-11T21:05:28.800Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test
vm_id = 55d84b3a-91d9-4c81-a4c0-873598fadfd7
|
| 3852 | 2026-03-11T21:05:28.800Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = CallerTimeout
vm = cpuid_boot_test
vm_id = 55d84b3a-91d9-4c81-a4c0-873598fadfd7
|
| 3853 | 2026-03-11T21:05:33.270Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4469
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test
vm_id = 55d84b3a-91d9-4c81-a4c0-873598fadfd7
|
| 3854 | 2026-03-11T21:05:33.270Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
step = WriteStr("root")
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 3855 | 2026-03-11T21:05:33.270Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 3856 | 2026-03-11T21:05:33.270Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test
vm_id = 55d84b3a-91d9-4c81-a4c0-873598fadfd7
|
| 3857 | 2026-03-11T21:05:33.270Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = CallerTimeout
vm = cpuid_boot_test
vm_id = 55d84b3a-91d9-4c81-a4c0-873598fadfd7
|
| 3858 | 2026-03-11T21:05:33.289Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 19
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test
vm_id = 55d84b3a-91d9-4c81-a4c0-873598fadfd7
|
| 3859 | 2026-03-11T21:05:33.289Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 3860 | 2026-03-11T21:05:33.290Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 3861 | 2026-03-11T21:05:33.290Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test
vm_id = 55d84b3a-91d9-4c81-a4c0-873598fadfd7
|
| 3862 | 2026-03-11T21:05:33.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = CallerTimeout
vm = cpuid_boot_test
vm_id = 55d84b3a-91d9-4c81-a4c0-873598fadfd7
|
| 3863 | 2026-03-11T21:05:33.322Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test
vm_id = 55d84b3a-91d9-4c81-a4c0-873598fadfd7
|
| 3864 | 2026-03-11T21:05:33.322Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 3865 | 2026-03-11T21:05:33.322Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4521
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 3866 | 2026-03-11T21:05:33.322Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test
vm_id = 55d84b3a-91d9-4c81-a4c0-873598fadfd7
|
| 3867 | 2026-03-11T21:05:33.322Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(15s)
vm = cpuid_boot_test
vm_id = 55d84b3a-91d9-4c81-a4c0-873598fadfd7
|
| 3868 | 2026-03-11T21:05:33.333Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test
vm_id = 55d84b3a-91d9-4c81-a4c0-873598fadfd7
|
| 3869 | 2026-03-11T21:05:33.333Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test
vm_id = 55d84b3a-91d9-4c81-a4c0-873598fadfd7
|
| 3870 | 2026-03-11T21:05:33.333Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(300s)
vm = cpuid_boot_test
vm_id = 55d84b3a-91d9-4c81-a4c0-873598fadfd7
|
| 3871 | 2026-03-11T21:05:33.477Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 143
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test
vm_id = 55d84b3a-91d9-4c81-a4c0-873598fadfd7
|
| 3872 | 2026-03-11T21:05:33.477Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test
vm_id = 55d84b3a-91d9-4c81-a4c0-873598fadfd7
|
| 3873 | 2026-03-11T21:05:33.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(15s)
vm = cpuid_boot_test
vm_id = 55d84b3a-91d9-4c81-a4c0-873598fadfd7
|
| 3874 | 2026-03-11T21:05:33.487Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test
vm_id = 55d84b3a-91d9-4c81-a4c0-873598fadfd7
|
| 3875 | 2026-03-11T21:05:33.488Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test
vm_id = 55d84b3a-91d9-4c81-a4c0-873598fadfd7
|
| 3876 | 2026-03-11T21:05:33.488Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(300s)
vm = cpuid_boot_test
vm_id = 55d84b3a-91d9-4c81-a4c0-873598fadfd7
|
| 3877 | 2026-03-11T21:05:33.521Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test
vm_id = 55d84b3a-91d9-4c81-a4c0-873598fadfd7
|
| 3878 | 2026-03-11T21:05:33.521Z | 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.272\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.54\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.272\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.58\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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_tests::cpuid
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 3879 | 2026-03-11T21:05:33.521Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 3880 | 2026-03-11T21:05:33.521Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm_name = cpuid_boot_test_migration_target
|
| 3881 | 2026-03-11T21:05:33.521Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = /work/phd-test/propolis-server
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::artifacts::store
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 3882 | 2026-03-11T21:05:33.521Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm::server
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 3883 | 2026-03-11T21:05:33.521Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
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
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 3884 | 2026-03-11T21:05:33.539Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1133
file = phd-tests/framework/src/test_vm/server.rs
line = 122
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm::server
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 3885 | 2026-03-11T21:05:33.554Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 3886 | 2026-03-11T21:05:33.554Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = 55d84b3a-91d9-4c81-a4c0-873598fadfd7
target = phd_framework::test_vm
target_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
|
| 3887 | 2026-03-11T21:05:33.554Z | 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 = c0878189-e2f8-4791-933e-65c02098ff42
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = 55d84b3a-91d9-4c81-a4c0-873598fadfd7
target = phd_framework::test_vm
target_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
timeout_duration = 45s
|
| 3888 | 2026-03-11T21:05:33.555Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = 55d84b3a-91d9-4c81-a4c0-873598fadfd7
target = phd_framework::test_vm
target_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
vm = cpuid_boot_test_migration_target
vm_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
|
| 3889 | 2026-03-11T21:05:33.555Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = 55d84b3a-91d9-4c81-a4c0-873598fadfd7
target = phd_framework::test_vm
target_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
vm = cpuid_boot_test_migration_target
vm_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
|
| 3890 | 2026-03-11T21:05:34.345Z | 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: 9f63d51c-dba5-4209-8b41-05bb3c04863b, name: "phd-vm-9f63d51c-dba5-4209-8b41-05bb3c04863b", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 3f5a91a9-88f4-4e26-810d-558efa8efa89, project_id: 9bda4f57-7d4c-4812-9482-caaa090bf579, sled_id: 69b551a9-bfab-4930-9f07-4b6a968316a2, sled_serial: "69b551a9-bfab-4930-9f07-4b6a968316a2", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 511
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = 55d84b3a-91d9-4c81-a4c0-873598fadfd7
target = phd_framework::test_vm
target_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
vm = cpuid_boot_test_migration_target
vm_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
|
| 3891 | 2026-03-11T21:05:34.346Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = c0878189-e2f8-4791-933e-65c02098ff42
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = 55d84b3a-91d9-4c81-a4c0-873598fadfd7
target = phd_framework::test_vm
target_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
|
| 3892 | 2026-03-11T21:05:36.762Z | 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
|
| 3893 | 2026-03-11T21:05:37.570Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 673
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = 55d84b3a-91d9-4c81-a4c0-873598fadfd7
target = phd_framework::test_vm
target_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
|
| 3894 | 2026-03-11T21:05:37.570Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3224
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = c0878189-e2f8-4791-933e-65c02098ff42
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = 55d84b3a-91d9-4c81-a4c0-873598fadfd7
target = phd_framework::test_vm
target_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
|
| 3895 | 2026-03-11T21:05:37.570Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test_migration_target
vm_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
|
| 3896 | 2026-03-11T21:05:37.570Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
state = Reboot
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test_migration_target
vm_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
|
| 3897 | 2026-03-11T21:05:37.571Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test_migration_target
vm_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
|
| 3898 | 2026-03-11T21:05:37.571Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 3899 | 2026-03-11T21:05:37.571Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = 300s
vm = cpuid_boot_test_migration_target
vm_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
|
| 3900 | 2026-03-11T21:05:37.571Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 3901 | 2026-03-11T21:05:37.571Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test_migration_target
vm_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
|
| 3902 | 2026-03-11T21:05:37.571Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = CallerTimeout
vm = cpuid_boot_test_migration_target
vm_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
|
| 3903 | 2026-03-11T21:05:41.748Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4176
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test_migration_target
vm_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
|
| 3904 | 2026-03-11T21:05:41.748Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
step = WriteStr("root")
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 3905 | 2026-03-11T21:05:41.748Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 3906 | 2026-03-11T21:05:41.748Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test_migration_target
vm_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
|
| 3907 | 2026-03-11T21:05:41.748Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = CallerTimeout
vm = cpuid_boot_test_migration_target
vm_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
|
| 3908 | 2026-03-11T21:05:41.767Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test_migration_target
vm_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
|
| 3909 | 2026-03-11T21:05:41.767Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 3910 | 2026-03-11T21:05:41.767Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 3911 | 2026-03-11T21:05:41.767Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test_migration_target
vm_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
|
| 3912 | 2026-03-11T21:05:41.767Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = CallerTimeout
vm = cpuid_boot_test_migration_target
vm_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
|
| 3913 | 2026-03-11T21:05:41.800Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test_migration_target
vm_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
|
| 3914 | 2026-03-11T21:05:41.800Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 3915 | 2026-03-11T21:05:41.800Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4228
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 3916 | 2026-03-11T21:05:41.801Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test_migration_target
vm_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
|
| 3917 | 2026-03-11T21:05:41.801Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(15s)
vm = cpuid_boot_test_migration_target
vm_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
|
| 3918 | 2026-03-11T21:05:41.811Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test_migration_target
vm_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
|
| 3919 | 2026-03-11T21:05:41.811Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test_migration_target
vm_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
|
| 3920 | 2026-03-11T21:05:41.811Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(300s)
vm = cpuid_boot_test_migration_target
vm_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
|
| 3921 | 2026-03-11T21:05:41.943Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 131
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test_migration_target
vm_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
|
| 3922 | 2026-03-11T21:05:41.943Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test_migration_target
vm_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
|
| 3923 | 2026-03-11T21:05:41.943Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(15s)
vm = cpuid_boot_test_migration_target
vm_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
|
| 3924 | 2026-03-11T21:05:41.954Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test_migration_target
vm_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
|
| 3925 | 2026-03-11T21:05:41.955Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test_migration_target
vm_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
|
| 3926 | 2026-03-11T21:05:41.955Z | INFO | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = Explicit(300s)
vm = cpuid_boot_test_migration_target
vm_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
|
| 3927 | 2026-03-11T21:05:41.988Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test_migration_target
vm_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
|
| 3928 | 2026-03-11T21:05:41.988Z | 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.318\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.63\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.318\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.21\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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_tests::cpuid
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 3929 | 2026-03-11T21:05:41.988Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test_migration_target
vm_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
|
| 3930 | 2026-03-11T21:05:41.989Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test
vm_id = 55d84b3a-91d9-4c81-a4c0-873598fadfd7
|
| 3931 | 2026-03-11T21:05:41.989Z | 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
|
| 3932 | 2026-03-11T21:05:41.989Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 13189
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3933 | 2026-03-11T21:05:41.989Z | 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
|
| 3934 | 2026-03-11T21:05:41.989Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3935 | 2026-03-11T21:05:41.990Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
self.address = 127.0.0.1:9000
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm::server
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test
vm_id = 55d84b3a-91d9-4c81-a4c0-873598fadfd7
|
| 3936 | 2026-03-11T21:05:42.082Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 92
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test
vm_id = 55d84b3a-91d9-4c81-a4c0-873598fadfd7
|
| 3937 | 2026-03-11T21:05:42.082Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 14066
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test
vm_id = 55d84b3a-91d9-4c81-a4c0-873598fadfd7
|
| 3938 | 2026-03-11T21:05:42.082Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test_migration_target
vm_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
|
| 3939 | 2026-03-11T21:05:42.805Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
self.address = 127.0.0.1:9002
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm::server
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test_migration_target
vm_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
|
| 3940 | 2026-03-11T21:05:42.891Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test_migration_target
vm_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
|
| 3941 | 2026-03-11T21:05:42.891Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-53bc9cbf-4be6-45c8-9f2d-e91abe38d492"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
verb = destroy
vm = cpuid_boot_test_migration_target
vm_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
|
| 3942 | 2026-03-11T21:05:42.920Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test_migration_target
vm_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
|
| 3943 | 2026-03-11T21:05:42.920Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2640017c-bf2f-4ffe-bf4b-8b88b2070847"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
verb = destroy
vm = cpuid_boot_test_migration_target
vm_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
|
| 3944 | 2026-03-11T21:05:42.939Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 949
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = cpuid_boot_test_migration_target
vm_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
|
| 3945 | 2026-03-11T21:05:42.939Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 949
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3946 | 2026-03-11T21:05:42.939Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 9383
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = 55d84b3a-91d9-4c81-a4c0-873598fadfd7
target = phd_framework::test_vm
target_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
vm = cpuid_boot_test_migration_target
vm_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
|
| 3947 | 2026-03-11T21:05:42.939Z | 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
|
| 3948 | 2026-03-11T21:05:42.939Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 9383
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = 55d84b3a-91d9-4c81-a4c0-873598fadfd7
target = phd_framework::test_vm
target_id = 9f63d51c-dba5-4209-8b41-05bb3c04863b
|
| 3949 | 2026-03-11T21:05:42.939Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3950 | 2026-03-11T21:05:42.939Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 15017
file = phd-tests/tests/src/cpuid.rs
line = 147
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_tests::cpuid
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 3951 | 2026-03-11T21:05:42.939Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3952 | 2026-03-11T21:05:42.939Z | 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
|
| 3953 | 2026-03-11T21:05:42.942Z | 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
|
| 3954 | 2026-03-11T21:05:42.942Z | 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
|
| 3955 | 2026-03-11T21:05:42.942Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3956 | 2026-03-11T21:05:42.942Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3957 | 2026-03-11T21:05:42.943Z | 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
|
| 3958 | 2026-03-11T21:05:42.954Z | 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 53.0M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 3959 | 2026-03-11T21:05:42.954Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-196ba956-8955-4d18-a587-9ef48c01bbc3"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::zfs
verb = snapshot
|
| 3960 | 2026-03-11T21:05:42.972Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-196ba956-8955-4d18-a587-9ef48c01bbc3", "phd-artifacts/phd-clone-70e20733-c6f9-4cdf-bf2a-fdaece0ae2f6"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::zfs
verb = clone
|
| 3961 | 2026-03-11T21:05:42.989Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-70e20733-c6f9-4cdf-bf2a-fdaece0ae2f6"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::zfs
verb = list
|
| 3962 | 2026-03-11T21:05:43.000Z | 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-70e20733-c6f9-4cdf-bf2a-fdaece0ae2f6 0B 25.3T 48.9M /phd-artifacts/phd-clone-70e20733-c6f9-4cdf-bf2a-fdaece0ae2f6\n
target = phd_framework::zfs
|
| 3963 | 2026-03-11T21:05:43.001Z | 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
|
| 3964 | 2026-03-11T21:05:43.001Z | 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
|
| 3965 | 2026-03-11T21:05:43.001Z | 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
|
| 3966 | 2026-03-11T21:05:43.001Z | 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
|
| 3967 | 2026-03-11T21:05:43.001Z | 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
|
| 3968 | 2026-03-11T21:05:43.018Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1142
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
|
| 3969 | 2026-03-11T21:05:43.034Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
|
| 3970 | 2026-03-11T21:05:43.034Z | 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 = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 3971 | 2026-03-11T21:05:43.034Z | 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 = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 3972 | 2026-03-11T21:05:43.534Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3973 | 2026-03-11T21:05:43.535Z | 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: abc0d02e-542f-4cce-a942-abbc972330ac, name: "phd-vm-abc0d02e-542f-4cce-a942-abbc972330ac", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 9049bebc-d802-4659-9623-ba9f34f75169, project_id: f945cb82-8f5a-471b-bb3d-46996228f790, sled_id: 8414c8e2-33e5-4712-9476-93f096b91f75, sled_serial: "8414c8e2-33e5-4712-9476-93f096b91f75", 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 = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 3974 | 2026-03-11T21:05:43.535Z | 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 = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 3975 | 2026-03-11T21:05:43.535Z | 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 = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 3976 | 2026-03-11T21:05:43.536Z | 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::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 3977 | 2026-03-11T21:05:43.536Z | 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
|
| 3978 | 2026-03-11T21:05:43.536Z | 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 = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 3979 | 2026-03-11T21:05:43.536Z | 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
|
| 3980 | 2026-03-11T21:05:43.536Z | 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 = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 3981 | 2026-03-11T21:05:43.536Z | INFO | phd-runner: [WAIT_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 = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 3982 | 2026-03-11T21:05:47.916Z | 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 = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 3983 | 2026-03-11T21:05:47.916Z | 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
|
| 3984 | 2026-03-11T21:05:47.916Z | 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
|
| 3985 | 2026-03-11T21:05:47.916Z | 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 = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 3986 | 2026-03-11T21:05:47.916Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_cpu_topo_test
vm_id = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 3987 | 2026-03-11T21:05:47.934Z | 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 = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 3988 | 2026-03-11T21:05:47.934Z | 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
|
| 3989 | 2026-03-11T21:05:47.935Z | 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
|
| 3990 | 2026-03-11T21:05:47.935Z | 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 = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 3991 | 2026-03-11T21:05:47.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
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_cpu_topo_test
vm_id = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 3992 | 2026-03-11T21:05:47.968Z | 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 = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 3993 | 2026-03-11T21:05:47.968Z | 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
|
| 3994 | 2026-03-11T21:05:47.968Z | 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
|
| 3995 | 2026-03-11T21:05:47.968Z | 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 = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 3996 | 2026-03-11T21:05:47.968Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 3997 | 2026-03-11T21:05:47.979Z | 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 = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 3998 | 2026-03-11T21:05:47.979Z | 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 = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 3999 | 2026-03-11T21:05:47.979Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 4000 | 2026-03-11T21:05:48.025Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 45
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 = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 4001 | 2026-03-11T21:05:48.025Z | 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 = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 4002 | 2026-03-11T21:05:48.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::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_cpu_topo_test
vm_id = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 4003 | 2026-03-11T21:05:48.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::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 4004 | 2026-03-11T21:05:48.036Z | 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 = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 4005 | 2026-03-11T21:05:48.036Z | INFO | phd-runner: [WAIT_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 = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 4006 | 2026-03-11T21:05:48.069Z | 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::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 4007 | 2026-03-11T21:05:48.069Z | 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 = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 4008 | 2026-03-11T21:05:48.069Z | 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 = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 4009 | 2026-03-11T21:05:48.071Z | 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 = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 4010 | 2026-03-11T21:05:48.071Z | 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 = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 4011 | 2026-03-11T21:05:48.071Z | INFO | phd-runner: [WAIT_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 = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 4012 | 2026-03-11T21:05:48.079Z | 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 = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 4013 | 2026-03-11T21:05:48.080Z | 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 = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 4014 | 2026-03-11T21:05:48.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::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_cpu_topo_test
vm_id = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 4015 | 2026-03-11T21:05:48.113Z | 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::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 4016 | 2026-03-11T21:05:48.113Z | 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 = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 4017 | 2026-03-11T21:05:48.113Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 4018 | 2026-03-11T21:05:48.124Z | 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 = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 4019 | 2026-03-11T21:05:48.124Z | 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 = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 4020 | 2026-03-11T21:05:48.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::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_cpu_topo_test
vm_id = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 4021 | 2026-03-11T21:05:48.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::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 4022 | 2026-03-11T21:05:48.157Z | 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 = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 4023 | 2026-03-11T21:05:48.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::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_cpu_topo_test
vm_id = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 4024 | 2026-03-11T21:05:48.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::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 4025 | 2026-03-11T21:05:48.168Z | 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 = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 4026 | 2026-03-11T21:05:48.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::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_cpu_topo_test
vm_id = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 4027 | 2026-03-11T21:05:48.191Z | 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 = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 4028 | 2026-03-11T21:05:48.191Z | 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 = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 4029 | 2026-03-11T21:05:48.191Z | 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
|
| 4030 | 2026-03-11T21:05:48.192Z | 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
|
| 4031 | 2026-03-11T21:05:48.192Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4657
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4032 | 2026-03-11T21:05:48.192Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4033 | 2026-03-11T21:05:48.193Z | 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 = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 4034 | 2026-03-11T21:05:48.201Z | 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 = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 4035 | 2026-03-11T21:05:48.288Z | 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 = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 4036 | 2026-03-11T21:05:48.288Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-70e20733-c6f9-4cdf-bf2a-fdaece0ae2f6"]
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 = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 4037 | 2026-03-11T21:05:48.317Z | 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 = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 4038 | 2026-03-11T21:05:48.317Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-196ba956-8955-4d18-a587-9ef48c01bbc3"]
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 = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 4039 | 2026-03-11T21:05:48.336Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 144
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 = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 4040 | 2026-03-11T21:05:48.336Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 144
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4041 | 2026-03-11T21:05:48.336Z | 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
|
| 4042 | 2026-03-11T21:05:48.336Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5301
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 = abc0d02e-542f-4cce-a942-abbc972330ac
|
| 4043 | 2026-03-11T21:05:48.336Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 5396
file = phd-tests/tests/src/cpuid.rs
line = 279
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_tests::cpuid
|
| 4044 | 2026-03-11T21:05:48.336Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4045 | 2026-03-11T21:05:48.336Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4046 | 2026-03-11T21:05:48.336Z | 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
|
| 4047 | 2026-03-11T21:05:48.337Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 4048 | 2026-03-11T21:05:48.337Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4049 | 2026-03-11T21:05:48.337Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4050 | 2026-03-11T21:05:48.337Z | 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
|
| 4051 | 2026-03-11T21:05:48.348Z | 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 52.6M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 4052 | 2026-03-11T21:05:48.348Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-cfa7adc5-ff9b-4e59-b973-047d4a752608"]
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
|
| 4053 | 2026-03-11T21:05:48.365Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-cfa7adc5-ff9b-4e59-b973-047d4a752608", "phd-artifacts/phd-clone-54e0ad58-7661-4ff3-a632-97f68c72ca38"]
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
|
| 4054 | 2026-03-11T21:05:48.382Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-54e0ad58-7661-4ff3-a632-97f68c72ca38"]
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
|
| 4055 | 2026-03-11T21:05:48.393Z | 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-54e0ad58-7661-4ff3-a632-97f68c72ca38 0B 25.3T 48.9M /phd-artifacts/phd-clone-54e0ad58-7661-4ff3-a632-97f68c72ca38\n
target = phd_framework::zfs
|
| 4056 | 2026-03-11T21:05:48.394Z | 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
|
| 4057 | 2026-03-11T21:05:48.394Z | 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
|
| 4058 | 2026-03-11T21:05:48.394Z | 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
|
| 4059 | 2026-03-11T21:05:48.394Z | 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
|
| 4060 | 2026-03-11T21:05:48.394Z | 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
|
| 4061 | 2026-03-11T21:05:48.410Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1150
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
|
| 4062 | 2026-03-11T21:05:48.426Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 32
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
|
| 4063 | 2026-03-11T21:05:48.426Z | 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 = 29abf0e4-66b6-4142-b61f-41f73cc0d70c
|
| 4064 | 2026-03-11T21:05:48.427Z | 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 = 29abf0e4-66b6-4142-b61f-41f73cc0d70c
|
| 4065 | 2026-03-11T21:05:49.167Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4066 | 2026-03-11T21:05:49.168Z | 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: 29abf0e4-66b6-4142-b61f-41f73cc0d70c, name: "phd-vm-29abf0e4-66b6-4142-b61f-41f73cc0d70c", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 7e6cd58e-1b20-4633-af82-2bd3b67cf79e, project_id: 6485e590-6026-4652-b328-8f204452a313, sled_id: 0430b38b-bcb4-44b8-bac7-fd7e76d3a6ac, sled_serial: "0430b38b-bcb4-44b8-bac7-fd7e76d3a6ac", 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 = 29abf0e4-66b6-4142-b61f-41f73cc0d70c
|
| 4067 | 2026-03-11T21:05:49.169Z | 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 = 29abf0e4-66b6-4142-b61f-41f73cc0d70c
|
| 4068 | 2026-03-11T21:05:49.169Z | 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 = 29abf0e4-66b6-4142-b61f-41f73cc0d70c
|
| 4069 | 2026-03-11T21:05:49.170Z | 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 = 29abf0e4-66b6-4142-b61f-41f73cc0d70c
|
| 4070 | 2026-03-11T21:05:49.170Z | 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 = 29abf0e4-66b6-4142-b61f-41f73cc0d70c
|
| 4071 | 2026-03-11T21:05:49.170Z | 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 = 29abf0e4-66b6-4142-b61f-41f73cc0d70c
|
| 4072 | 2026-03-11T21:05:49.171Z | 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 = 29abf0e4-66b6-4142-b61f-41f73cc0d70c
|
| 4073 | 2026-03-11T21:05:49.171Z | 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 = 29abf0e4-66b6-4142-b61f-41f73cc0d70c
|
| 4074 | 2026-03-11T21:05:49.171Z | 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 = 29abf0e4-66b6-4142-b61f-41f73cc0d70c
|
| 4075 | 2026-03-11T21:05:49.171Z | 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 = 29abf0e4-66b6-4142-b61f-41f73cc0d70c
|
| 4076 | 2026-03-11T21:05:49.171Z | 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 = 29abf0e4-66b6-4142-b61f-41f73cc0d70c
|
| 4077 | 2026-03-11T21:05:49.172Z | 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 = 29abf0e4-66b6-4142-b61f-41f73cc0d70c
|
| 4078 | 2026-03-11T21:05:49.172Z | 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_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = 29abf0e4-66b6-4142-b61f-41f73cc0d70c
|
| 4079 | 2026-03-11T21:05:49.172Z | 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 = 29abf0e4-66b6-4142-b61f-41f73cc0d70c
|
| 4080 | 2026-03-11T21:05:49.172Z | 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 = 29abf0e4-66b6-4142-b61f-41f73cc0d70c
|
| 4081 | 2026-03-11T21:05:49.173Z | 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 = 29abf0e4-66b6-4142-b61f-41f73cc0d70c
|
| 4082 | 2026-03-11T21:05:49.173Z | 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 = 29abf0e4-66b6-4142-b61f-41f73cc0d70c
|
| 4083 | 2026-03-11T21:05:49.173Z | 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 = 29abf0e4-66b6-4142-b61f-41f73cc0d70c
|
| 4084 | 2026-03-11T21:05:49.173Z | 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 = 29abf0e4-66b6-4142-b61f-41f73cc0d70c
|
| 4085 | 2026-03-11T21:05:49.173Z | 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 = 29abf0e4-66b6-4142-b61f-41f73cc0d70c
|
| 4086 | 2026-03-11T21:05:49.175Z | 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 = 29abf0e4-66b6-4142-b61f-41f73cc0d70c
|
| 4087 | 2026-03-11T21:05:49.177Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial websocket closed
file = phd-tests/framework/src/serial/mod.rs
line = 271
target = phd_framework::serial
|
| 4088 | 2026-03-11T21:05:49.177Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4089 | 2026-03-11T21:05:49.823Z | 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 = 29abf0e4-66b6-4142-b61f-41f73cc0d70c
|
| 4090 | 2026-03-11T21:05:49.823Z | 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 = 29abf0e4-66b6-4142-b61f-41f73cc0d70c
|
| 4091 | 2026-03-11T21:05:49.825Z | 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 = 29abf0e4-66b6-4142-b61f-41f73cc0d70c
|
| 4092 | 2026-03-11T21:05:49.825Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 651
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 = 29abf0e4-66b6-4142-b61f-41f73cc0d70c
|
| 4093 | 2026-03-11T21:05:49.825Z | 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 = 29abf0e4-66b6-4142-b61f-41f73cc0d70c
|
| 4094 | 2026-03-11T21:05:49.825Z | 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
|
| 4095 | 2026-03-11T21:05:49.825Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4096 | 2026-03-11T21:05:49.826Z | 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 = 29abf0e4-66b6-4142-b61f-41f73cc0d70c
|
| 4097 | 2026-03-11T21:05:49.911Z | 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 = 29abf0e4-66b6-4142-b61f-41f73cc0d70c
|
| 4098 | 2026-03-11T21:05:49.911Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-54e0ad58-7661-4ff3-a632-97f68c72ca38"]
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 = 29abf0e4-66b6-4142-b61f-41f73cc0d70c
|
| 4099 | 2026-03-11T21:05:49.941Z | 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 = 29abf0e4-66b6-4142-b61f-41f73cc0d70c
|
| 4100 | 2026-03-11T21:05:49.941Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-cfa7adc5-ff9b-4e59-b973-047d4a752608"]
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 = 29abf0e4-66b6-4142-b61f-41f73cc0d70c
|
| 4101 | 2026-03-11T21:05:49.959Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 133
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 = 29abf0e4-66b6-4142-b61f-41f73cc0d70c
|
| 4102 | 2026-03-11T21:05:49.959Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 133
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4103 | 2026-03-11T21:05:49.959Z | 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
|
| 4104 | 2026-03-11T21:05:49.959Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4105 | 2026-03-11T21:05:49.959Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 1532
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 = 29abf0e4-66b6-4142-b61f-41f73cc0d70c
|
| 4106 | 2026-03-11T21:05:49.959Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4107 | 2026-03-11T21:05:49.959Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 1622
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
|
| 4108 | 2026-03-11T21:05:49.959Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/server_state_machine.rs
line = 32
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_tests::server_state_machine
|
| 4109 | 2026-03-11T21:05:49.959Z | 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
|
| 4110 | 2026-03-11T21:05:49.959Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4111 | 2026-03-11T21:05:49.959Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4112 | 2026-03-11T21:05:49.959Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::zfs
verb = list
|
| 4113 | 2026-03-11T21:05:49.969Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::server_state_machine::instance_stop_unstarted_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 52.3M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 4114 | 2026-03-11T21:05:49.969Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-33e5c854-b986-4d22-8bac-f0f8e06f9f09"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::zfs
verb = snapshot
|
| 4115 | 2026-03-11T21:05:49.986Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-33e5c854-b986-4d22-8bac-f0f8e06f9f09", "phd-artifacts/phd-clone-7c83900c-518a-43ed-bce2-00ff94af2030"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::zfs
verb = clone
|
| 4116 | 2026-03-11T21:05:50.003Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-7c83900c-518a-43ed-bce2-00ff94af2030"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::zfs
verb = list
|
| 4117 | 2026-03-11T21:05:50.015Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::server_state_machine::instance_stop_unstarted_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-7c83900c-518a-43ed-bce2-00ff94af2030 0B 25.3T 48.9M /phd-artifacts/phd-clone-7c83900c-518a-43ed-bce2-00ff94af2030\n
target = phd_framework::zfs
|
| 4118 | 2026-03-11T21:05:50.015Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::test_vm
|
| 4119 | 2026-03-11T21:05:50.015Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::test_vm
vm_name = instance_stop_unstarted_test
|
| 4120 | 2026-03-11T21:05:50.016Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 4121 | 2026-03-11T21:05:50.016Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 64
path = phd_tests::server_state_machine::instance_stop_unstarted_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 4122 | 2026-03-11T21:05:50.016Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::server_state_machine::instance_stop_unstarted_test
stderr_path = "/tmp/propolis-phd/phd_tests::server_state_machine::instance_stop_unstarted_test/instance_stop_unstarted_test.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::server_state_machine::instance_stop_unstarted_test/instance_stop_unstarted_test.stdout.log"
target = phd_framework::log_config
|
| 4123 | 2026-03-11T21:05:50.031Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1158
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::test_vm::server
|
| 4124 | 2026-03-11T21:05:50.047Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::test_vm
|
| 4125 | 2026-03-11T21:05:50.047Z | 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_unstarted_test
target = phd_framework::test_vm
vm = instance_stop_unstarted_test
vm_id = 1f1358d5-9ad6-4a0d-8957-ad7d99702da8
|
| 4126 | 2026-03-11T21:05:50.047Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 452
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::test_vm
vm = instance_stop_unstarted_test
vm_id = 1f1358d5-9ad6-4a0d-8957-ad7d99702da8
|
| 4127 | 2026-03-11T21:05:50.726Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4128 | 2026-03-11T21:05:50.727Z | 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: 1f1358d5-9ad6-4a0d-8957-ad7d99702da8, name: "phd-vm-1f1358d5-9ad6-4a0d-8957-ad7d99702da8", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 0401ba53-30dd-4a28-b621-599e1eeea7ae, project_id: f581e5ad-e7c6-4074-a11f-debbed4c8a19, sled_id: c1c59091-6268-4651-8a30-1b3f222b0ae3, sled_serial: "c1c59091-6268-4651-8a30-1b3f222b0ae3", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::test_vm
vm = instance_stop_unstarted_test
vm_id = 1f1358d5-9ad6-4a0d-8957-ad7d99702da8
|
| 4129 | 2026-03-11T21:05:50.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_unstarted_test
target = phd_framework::test_vm
vm = instance_stop_unstarted_test
vm_id = 1f1358d5-9ad6-4a0d-8957-ad7d99702da8
|
| 4130 | 2026-03-11T21:05:50.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_unstarted_test
target = phd_framework::test_vm
vm = instance_stop_unstarted_test
vm_id = 1f1358d5-9ad6-4a0d-8957-ad7d99702da8
|
| 4131 | 2026-03-11T21:05:50.728Z | 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_stop_unstarted_test
target = phd_framework::test_vm
vm = instance_stop_unstarted_test
vm_id = 1f1358d5-9ad6-4a0d-8957-ad7d99702da8
|
| 4132 | 2026-03-11T21:05:50.728Z | 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_unstarted_test
target = phd_framework::test_vm
vm = instance_stop_unstarted_test
vm_id = 1f1358d5-9ad6-4a0d-8957-ad7d99702da8
|
| 4133 | 2026-03-11T21:05:50.728Z | 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_unstarted_test
state = Stop
target = phd_framework::test_vm
vm = instance_stop_unstarted_test
vm_id = 1f1358d5-9ad6-4a0d-8957-ad7d99702da8
|
| 4134 | 2026-03-11T21:05:50.729Z | 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_unstarted_test
target = phd_framework::test_vm
vm = instance_stop_unstarted_test
vm_id = 1f1358d5-9ad6-4a0d-8957-ad7d99702da8
|
| 4135 | 2026-03-11T21:05:50.729Z | 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_unstarted_test
target = phd_framework::test_vm
vm = instance_stop_unstarted_test
vm_id = 1f1358d5-9ad6-4a0d-8957-ad7d99702da8
|
| 4136 | 2026-03-11T21:05:50.729Z | 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_unstarted_test
target = phd_framework::test_vm
vm = instance_stop_unstarted_test
vm_id = 1f1358d5-9ad6-4a0d-8957-ad7d99702da8
|
| 4137 | 2026-03-11T21:05:50.729Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::test_vm
vm = instance_stop_unstarted_test
vm_id = 1f1358d5-9ad6-4a0d-8957-ad7d99702da8
|
| 4138 | 2026-03-11T21:05:50.729Z | 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_unstarted_test
target = phd_framework::test_vm
vm = instance_stop_unstarted_test
vm_id = 1f1358d5-9ad6-4a0d-8957-ad7d99702da8
|
| 4139 | 2026-03-11T21:05:50.730Z | 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_unstarted_test
target = phd_framework::test_vm
vm = instance_stop_unstarted_test
vm_id = 1f1358d5-9ad6-4a0d-8957-ad7d99702da8
|
| 4140 | 2026-03-11T21:05:50.733Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial websocket closed
file = phd-tests/framework/src/serial/mod.rs
line = 271
target = phd_framework::serial
|
| 4141 | 2026-03-11T21:05:50.733Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 6
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4142 | 2026-03-11T21:05:51.040Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::test_vm
vm = instance_stop_unstarted_test
vm_id = 1f1358d5-9ad6-4a0d-8957-ad7d99702da8
|
| 4143 | 2026-03-11T21:05:51.040Z | 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_unstarted_test
target = phd_framework::test_vm
vm = instance_stop_unstarted_test
vm_id = 1f1358d5-9ad6-4a0d-8957-ad7d99702da8
|
| 4144 | 2026-03-11T21:05:51.042Z | 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_unstarted_test
target = phd_framework::test_vm
vm = instance_stop_unstarted_test
vm_id = 1f1358d5-9ad6-4a0d-8957-ad7d99702da8
|
| 4145 | 2026-03-11T21:05:51.042Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 312
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::test_vm
vm = instance_stop_unstarted_test
vm_id = 1f1358d5-9ad6-4a0d-8957-ad7d99702da8
|
| 4146 | 2026-03-11T21:05:51.042Z | 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_unstarted_test
target = phd_framework::test_vm
vm = instance_stop_unstarted_test
vm_id = 1f1358d5-9ad6-4a0d-8957-ad7d99702da8
|
| 4147 | 2026-03-11T21:05:51.042Z | 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
|
| 4148 | 2026-03-11T21:05:51.042Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4149 | 2026-03-11T21:05:51.043Z | 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_unstarted_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = instance_stop_unstarted_test
vm_id = 1f1358d5-9ad6-4a0d-8957-ad7d99702da8
|
| 4150 | 2026-03-11T21:05:51.130Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::zfs
vm = instance_stop_unstarted_test
vm_id = 1f1358d5-9ad6-4a0d-8957-ad7d99702da8
|
| 4151 | 2026-03-11T21:05:51.130Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-7c83900c-518a-43ed-bce2-00ff94af2030"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::zfs
verb = destroy
vm = instance_stop_unstarted_test
vm_id = 1f1358d5-9ad6-4a0d-8957-ad7d99702da8
|
| 4152 | 2026-03-11T21:05:51.164Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::zfs
vm = instance_stop_unstarted_test
vm_id = 1f1358d5-9ad6-4a0d-8957-ad7d99702da8
|
| 4153 | 2026-03-11T21:05:51.164Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-33e5c854-b986-4d22-8bac-f0f8e06f9f09"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::zfs
verb = destroy
vm = instance_stop_unstarted_test
vm_id = 1f1358d5-9ad6-4a0d-8957-ad7d99702da8
|
| 4154 | 2026-03-11T21:05:51.182Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 140
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::test_vm
vm = instance_stop_unstarted_test
vm_id = 1f1358d5-9ad6-4a0d-8957-ad7d99702da8
|
| 4155 | 2026-03-11T21:05:51.183Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 1135
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::test_vm
vm = instance_stop_unstarted_test
vm_id = 1f1358d5-9ad6-4a0d-8957-ad7d99702da8
|
| 4156 | 2026-03-11T21:05:51.183Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 1223
file = phd-tests/tests/src/server_state_machine.rs
line = 32
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_tests::server_state_machine
|
| 4157 | 2026-03-11T21:05:51.183Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 140
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4158 | 2026-03-11T21:05:51.183Z | 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
|
| 4159 | 2026-03-11T21:05:51.183Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4160 | 2026-03-11T21:05:51.183Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4161 | 2026-03-11T21:05:51.183Z | 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
|
| 4162 | 2026-03-11T21:05:51.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
|
| 4163 | 2026-03-11T21:05:51.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
|
| 4164 | 2026-03-11T21:05:51.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
|
| 4165 | 2026-03-11T21:05:51.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::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::zfs
verb = list
|
| 4166 | 2026-03-11T21:05:51.194Z | 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 52.3M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 4167 | 2026-03-11T21:05:51.194Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-084d0f11-914d-4150-b1d8-9cb47484ad58"]
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
|
| 4168 | 2026-03-11T21:05:51.211Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-084d0f11-914d-4150-b1d8-9cb47484ad58", "phd-artifacts/phd-clone-51ee5748-f4cd-4f3b-a3fc-9b9cb9629c29"]
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
|
| 4169 | 2026-03-11T21:05:51.227Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-51ee5748-f4cd-4f3b-a3fc-9b9cb9629c29"]
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
|
| 4170 | 2026-03-11T21:05:51.241Z | 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-51ee5748-f4cd-4f3b-a3fc-9b9cb9629c29 0B 25.3T 48.9M /phd-artifacts/phd-clone-51ee5748-f4cd-4f3b-a3fc-9b9cb9629c29\n
target = phd_framework::zfs
|
| 4171 | 2026-03-11T21:05:51.242Z | 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
|
| 4172 | 2026-03-11T21:05:51.242Z | 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
|
| 4173 | 2026-03-11T21:05:51.242Z | 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
|
| 4174 | 2026-03-11T21:05:51.242Z | 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
|
| 4175 | 2026-03-11T21:05:51.242Z | 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
|
| 4176 | 2026-03-11T21:05:51.264Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1166
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
|
| 4177 | 2026-03-11T21:05:51.280Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 38
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
|
| 4178 | 2026-03-11T21:05:51.280Z | 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 = 0e865e71-5ebd-4dbf-b38f-15579f68b0df
|
| 4179 | 2026-03-11T21:05:51.281Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1: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 = 0e865e71-5ebd-4dbf-b38f-15579f68b0df
|
| 4180 | 2026-03-11T21:05:51.703Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4181 | 2026-03-11T21:05:51.704Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 0e865e71-5ebd-4dbf-b38f-15579f68b0df, name: "phd-vm-0e865e71-5ebd-4dbf-b38f-15579f68b0df", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 930f5146-f7ed-4a17-882a-7d1bebce9bf2, project_id: 2d7849ef-760a-4c5e-a2ad-973e362f79a3, sled_id: b6c0cc4a-24e9-49ec-868a-941d7d0e2e25, sled_serial: "b6c0cc4a-24e9-49ec-868a-941d7d0e2e25", 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 = 0e865e71-5ebd-4dbf-b38f-15579f68b0df
|
| 4182 | 2026-03-11T21:05:51.704Z | 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 = 0e865e71-5ebd-4dbf-b38f-15579f68b0df
|
| 4183 | 2026-03-11T21:05:51.704Z | 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 = 0e865e71-5ebd-4dbf-b38f-15579f68b0df
|
| 4184 | 2026-03-11T21:05:51.705Z | 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 = 0e865e71-5ebd-4dbf-b38f-15579f68b0df
|
| 4185 | 2026-03-11T21:05:51.706Z | 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 = 0e865e71-5ebd-4dbf-b38f-15579f68b0df
|
| 4186 | 2026-03-11T21:05:51.706Z | 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 = 0e865e71-5ebd-4dbf-b38f-15579f68b0df
|
| 4187 | 2026-03-11T21:05:51.707Z | 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 = 0e865e71-5ebd-4dbf-b38f-15579f68b0df
|
| 4188 | 2026-03-11T21:05:51.707Z | 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 = 0e865e71-5ebd-4dbf-b38f-15579f68b0df
|
| 4189 | 2026-03-11T21:05:51.707Z | 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 = 0e865e71-5ebd-4dbf-b38f-15579f68b0df
|
| 4190 | 2026-03-11T21:05:51.707Z | 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 = 0e865e71-5ebd-4dbf-b38f-15579f68b0df
|
| 4191 | 2026-03-11T21:05:51.707Z | 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 = 0e865e71-5ebd-4dbf-b38f-15579f68b0df
|
| 4192 | 2026-03-11T21:05:51.711Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial websocket closed
file = phd-tests/framework/src/serial/mod.rs
line = 271
target = phd_framework::serial
|
| 4193 | 2026-03-11T21:05:51.711Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 7
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4194 | 2026-03-11T21:05:51.712Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 4
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 = 0e865e71-5ebd-4dbf-b38f-15579f68b0df
|
| 4195 | 2026-03-11T21:05:51.712Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 4
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 = 0e865e71-5ebd-4dbf-b38f-15579f68b0df
|
| 4196 | 2026-03-11T21:05:51.712Z | 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 = 0e865e71-5ebd-4dbf-b38f-15579f68b0df
|
| 4197 | 2026-03-11T21:05:51.712Z | 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 = 0e865e71-5ebd-4dbf-b38f-15579f68b0df
|
| 4198 | 2026-03-11T21:05:51.713Z | 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 = 0e865e71-5ebd-4dbf-b38f-15579f68b0df
|
| 4199 | 2026-03-11T21:05:51.713Z | 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 = 0e865e71-5ebd-4dbf-b38f-15579f68b0df
|
| 4200 | 2026-03-11T21:05:51.713Z | 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 = 0e865e71-5ebd-4dbf-b38f-15579f68b0df
|
| 4201 | 2026-03-11T21:05:51.714Z | 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 = 0e865e71-5ebd-4dbf-b38f-15579f68b0df
|
| 4202 | 2026-03-11T21:05:51.714Z | 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 = 0e865e71-5ebd-4dbf-b38f-15579f68b0df
|
| 4203 | 2026-03-11T21:05:51.714Z | 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 = 0e865e71-5ebd-4dbf-b38f-15579f68b0df
|
| 4204 | 2026-03-11T21:05:51.715Z | 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 = 0e865e71-5ebd-4dbf-b38f-15579f68b0df
|
| 4205 | 2026-03-11T21:05:51.715Z | 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 = 0e865e71-5ebd-4dbf-b38f-15579f68b0df
|
| 4206 | 2026-03-11T21:05:51.715Z | 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
|
| 4207 | 2026-03-11T21:05:51.715Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4208 | 2026-03-11T21:05:51.716Z | 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 = 0e865e71-5ebd-4dbf-b38f-15579f68b0df
|
| 4209 | 2026-03-11T21:05:51.797Z | 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 = 0e865e71-5ebd-4dbf-b38f-15579f68b0df
|
| 4210 | 2026-03-11T21:05:51.797Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-51ee5748-f4cd-4f3b-a3fc-9b9cb9629c29"]
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 = 0e865e71-5ebd-4dbf-b38f-15579f68b0df
|
| 4211 | 2026-03-11T21:05:51.828Z | 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 = 0e865e71-5ebd-4dbf-b38f-15579f68b0df
|
| 4212 | 2026-03-11T21:05:51.828Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-084d0f11-914d-4150-b1d8-9cb47484ad58"]
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 = 0e865e71-5ebd-4dbf-b38f-15579f68b0df
|
| 4213 | 2026-03-11T21:05:51.848Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 132
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 = 0e865e71-5ebd-4dbf-b38f-15579f68b0df
|
| 4214 | 2026-03-11T21:05:51.848Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 132
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4215 | 2026-03-11T21:05:51.848Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 567
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 = 0e865e71-5ebd-4dbf-b38f-15579f68b0df
|
| 4216 | 2026-03-11T21:05:51.848Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 665
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
|
| 4217 | 2026-03-11T21:05:51.848Z | 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
|
| 4218 | 2026-03-11T21:05:51.848Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4219 | 2026-03-11T21:05:51.848Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4220 | 2026-03-11T21:05:51.848Z | 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
|
| 4221 | 2026-03-11T21:05:51.849Z | 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
|
| 4222 | 2026-03-11T21:05:51.849Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4223 | 2026-03-11T21:05:51.849Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4224 | 2026-03-11T21:05:51.849Z | 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
|
| 4225 | 2026-03-11T21:05:51.860Z | 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 51.9M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 4226 | 2026-03-11T21:05:51.860Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5b4626d0-88fe-44c7-9a80-3a6c4fa1fe46"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::zfs
verb = snapshot
|
| 4227 | 2026-03-11T21:05:51.877Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5b4626d0-88fe-44c7-9a80-3a6c4fa1fe46", "phd-artifacts/phd-clone-389f8c4e-d57a-4b0f-93ee-0fd529596c7d"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::zfs
verb = clone
|
| 4228 | 2026-03-11T21:05:51.895Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-389f8c4e-d57a-4b0f-93ee-0fd529596c7d"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::zfs
verb = list
|
| 4229 | 2026-03-11T21:05:51.905Z | 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-389f8c4e-d57a-4b0f-93ee-0fd529596c7d 0B 25.3T 48.9M /phd-artifacts/phd-clone-389f8c4e-d57a-4b0f-93ee-0fd529596c7d\n
target = phd_framework::zfs
|
| 4230 | 2026-03-11T21:05:51.906Z | 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
|
| 4231 | 2026-03-11T21:05:51.906Z | 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
|
| 4232 | 2026-03-11T21:05:51.906Z | 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
|
| 4233 | 2026-03-11T21:05:51.906Z | 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
|
| 4234 | 2026-03-11T21:05:51.906Z | 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
|
| 4235 | 2026-03-11T21:05:51.922Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1174
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
|
| 4236 | 2026-03-11T21:05:51.937Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 30
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
|
| 4237 | 2026-03-11T21:05:51.937Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4238 | 2026-03-11T21:05:51.937Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4239 | 2026-03-11T21:05:51.937Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4240 | 2026-03-11T21:05:51.937Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4241 | 2026-03-11T21:05:51.938Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4242 | 2026-03-11T21:05:52.432Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4243 | 2026-03-11T21:05:52.433Z | 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: fd2f77e4-ad97-4c3f-bbf8-46278ba6c852, name: "phd-vm-fd2f77e4-ad97-4c3f-bbf8-46278ba6c852", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: a075da19-38a9-4ed5-a369-fb9258ae48b0, project_id: 298f3034-b345-4670-8ff0-f3930269bdc1, sled_id: 73adb37b-0e11-4e9d-abaf-21ed9002c088, sled_serial: "73adb37b-0e11-4e9d-abaf-21ed9002c088", 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4244 | 2026-03-11T21:05:52.433Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4245 | 2026-03-11T21:05:52.433Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4246 | 2026-03-11T21:05:52.434Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4247 | 2026-03-11T21:05:52.434Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4248 | 2026-03-11T21:05:52.434Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4249 | 2026-03-11T21:05:52.434Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4250 | 2026-03-11T21:05:52.435Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4251 | 2026-03-11T21:05:52.436Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4252 | 2026-03-11T21:05:52.436Z | 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_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4253 | 2026-03-11T21:05:52.436Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4254 | 2026-03-11T21:05:52.436Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4255 | 2026-03-11T21:05:52.436Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4256 | 2026-03-11T21:05:52.437Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4257 | 2026-03-11T21:05:52.437Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4258 | 2026-03-11T21:05:52.437Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4259 | 2026-03-11T21:05:52.437Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4260 | 2026-03-11T21:05:52.440Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4261 | 2026-03-11T21:05:52.440Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4262 | 2026-03-11T21:05:52.440Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4263 | 2026-03-11T21:05:52.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::server_state_machine::instance_reset_test
state = Reboot
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4264 | 2026-03-11T21:05:52.441Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4265 | 2026-03-11T21:05:52.441Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4266 | 2026-03-11T21:05:52.441Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4267 | 2026-03-11T21:05:52.442Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4268 | 2026-03-11T21:05:52.442Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4269 | 2026-03-11T21:05:52.442Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4270 | 2026-03-11T21:05:52.443Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4271 | 2026-03-11T21:05:52.443Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4272 | 2026-03-11T21:05:52.443Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4273 | 2026-03-11T21:05:52.444Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4274 | 2026-03-11T21:05:52.444Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4275 | 2026-03-11T21:05:52.444Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4276 | 2026-03-11T21:05:52.444Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4277 | 2026-03-11T21:05:52.445Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4278 | 2026-03-11T21:05:52.445Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4279 | 2026-03-11T21:05:52.445Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4280 | 2026-03-11T21:05:52.445Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4281 | 2026-03-11T21:05:52.445Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4282 | 2026-03-11T21:05:52.446Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4283 | 2026-03-11T21:05:52.446Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4284 | 2026-03-11T21:05:52.446Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4285 | 2026-03-11T21:05:52.447Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4286 | 2026-03-11T21:05:52.447Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4287 | 2026-03-11T21:05:52.447Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4288 | 2026-03-11T21:05:52.448Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4289 | 2026-03-11T21:05:52.448Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4290 | 2026-03-11T21:05:52.448Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4291 | 2026-03-11T21:05:52.449Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4292 | 2026-03-11T21:05:52.449Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4293 | 2026-03-11T21:05:52.449Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4294 | 2026-03-11T21:05:52.449Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4295 | 2026-03-11T21:05:52.449Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4296 | 2026-03-11T21:05:52.452Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4297 | 2026-03-11T21:05:52.452Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4298 | 2026-03-11T21:05:52.452Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4299 | 2026-03-11T21:05:52.452Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4300 | 2026-03-11T21:05:52.453Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4301 | 2026-03-11T21:05:52.453Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4302 | 2026-03-11T21:05:52.453Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4303 | 2026-03-11T21:05:52.453Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4304 | 2026-03-11T21:05:52.453Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4305 | 2026-03-11T21:05:52.454Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4306 | 2026-03-11T21:05:52.457Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial websocket closed
file = phd-tests/framework/src/serial/mod.rs
line = 271
target = phd_framework::serial
|
| 4307 | 2026-03-11T21:05:52.457Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 24
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4308 | 2026-03-11T21:05:52.750Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4309 | 2026-03-11T21:05:52.750Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4310 | 2026-03-11T21:05:52.751Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4311 | 2026-03-11T21:05:52.751Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 298
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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4312 | 2026-03-11T21:05:52.751Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4313 | 2026-03-11T21:05:52.751Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4314 | 2026-03-11T21:05:52.752Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4315 | 2026-03-11T21:05:52.752Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4316 | 2026-03-11T21:05:52.753Z | 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
|
| 4317 | 2026-03-11T21:05:52.753Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4318 | 2026-03-11T21:05:52.753Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4319 | 2026-03-11T21:05:52.834Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4320 | 2026-03-11T21:05:52.834Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-389f8c4e-d57a-4b0f-93ee-0fd529596c7d"]
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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4321 | 2026-03-11T21:05:52.869Z | 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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4322 | 2026-03-11T21:05:52.869Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5b4626d0-88fe-44c7-9a80-3a6c4fa1fe46"]
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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4323 | 2026-03-11T21:05:52.889Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 136
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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4324 | 2026-03-11T21:05:52.889Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 136
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4325 | 2026-03-11T21:05:52.889Z | 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
|
| 4326 | 2026-03-11T21:05:52.889Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4327 | 2026-03-11T21:05:52.889Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 951
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 = fd2f77e4-ad97-4c3f-bbf8-46278ba6c852
|
| 4328 | 2026-03-11T21:05:52.889Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4329 | 2026-03-11T21:05:52.889Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 1040
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
|
| 4330 | 2026-03-11T21:05:52.889Z | 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
|
| 4331 | 2026-03-11T21:05:52.889Z | 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
|
| 4332 | 2026-03-11T21:05:52.889Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4333 | 2026-03-11T21:05:52.889Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4334 | 2026-03-11T21:05:52.890Z | 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
|
| 4335 | 2026-03-11T21:05:52.900Z | 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 51.5M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 4336 | 2026-03-11T21:05:52.900Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-149b314b-02d6-4662-84f1-e1bd91b377cd"]
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
|
| 4337 | 2026-03-11T21:05:52.917Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-149b314b-02d6-4662-84f1-e1bd91b377cd", "phd-artifacts/phd-clone-01e50b44-cab9-4001-a101-4ccbf35750e0"]
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
|
| 4338 | 2026-03-11T21:05:52.934Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-01e50b44-cab9-4001-a101-4ccbf35750e0"]
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
|
| 4339 | 2026-03-11T21:05:52.946Z | 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-01e50b44-cab9-4001-a101-4ccbf35750e0 0B 25.3T 48.9M /phd-artifacts/phd-clone-01e50b44-cab9-4001-a101-4ccbf35750e0\n
target = phd_framework::zfs
|
| 4340 | 2026-03-11T21:05:52.947Z | 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
|
| 4341 | 2026-03-11T21:05:52.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::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm_name = instance_reset_requires_running_test
|
| 4342 | 2026-03-11T21:05:52.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
|
| 4343 | 2026-03-11T21:05:52.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::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
|
| 4344 | 2026-03-11T21:05:52.947Z | 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
|
| 4345 | 2026-03-11T21:05:52.963Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1182
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
|
| 4346 | 2026-03-11T21:05:52.978Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 31
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
|
| 4347 | 2026-03-11T21:05:52.979Z | 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 = 216f789b-31b3-4e6b-bb51-9567a42a83e4
|
| 4348 | 2026-03-11T21:05:52.979Z | 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 = 216f789b-31b3-4e6b-bb51-9567a42a83e4
|
| 4349 | 2026-03-11T21:05:52.979Z | 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 = 216f789b-31b3-4e6b-bb51-9567a42a83e4
|
| 4350 | 2026-03-11T21:05:52.979Z | 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 = 216f789b-31b3-4e6b-bb51-9567a42a83e4
|
| 4351 | 2026-03-11T21:05:52.980Z | 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 = 216f789b-31b3-4e6b-bb51-9567a42a83e4
|
| 4352 | 2026-03-11T21:05:53.569Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4353 | 2026-03-11T21:05:53.570Z | 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: 216f789b-31b3-4e6b-bb51-9567a42a83e4, name: "phd-vm-216f789b-31b3-4e6b-bb51-9567a42a83e4", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 7d4a5c33-f7e9-45b3-80cd-c114fb9dab9b, project_id: 5fdfa979-a296-46cf-aac5-5e68142b316c, sled_id: e70f9e27-260d-45dd-aaa2-8f86149b0474, sled_serial: "e70f9e27-260d-45dd-aaa2-8f86149b0474", 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 = 216f789b-31b3-4e6b-bb51-9567a42a83e4
|
| 4354 | 2026-03-11T21:05:53.570Z | 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 = 216f789b-31b3-4e6b-bb51-9567a42a83e4
|
| 4355 | 2026-03-11T21:05:53.570Z | 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 = 216f789b-31b3-4e6b-bb51-9567a42a83e4
|
| 4356 | 2026-03-11T21:05:53.571Z | 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 = 216f789b-31b3-4e6b-bb51-9567a42a83e4
|
| 4357 | 2026-03-11T21:05:53.571Z | 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 = 216f789b-31b3-4e6b-bb51-9567a42a83e4
|
| 4358 | 2026-03-11T21:05:53.571Z | 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 = 216f789b-31b3-4e6b-bb51-9567a42a83e4
|
| 4359 | 2026-03-11T21:05:53.571Z | 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 = 216f789b-31b3-4e6b-bb51-9567a42a83e4
|
| 4360 | 2026-03-11T21:05:53.571Z | 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 = 216f789b-31b3-4e6b-bb51-9567a42a83e4
|
| 4361 | 2026-03-11T21:05:53.572Z | 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 = 216f789b-31b3-4e6b-bb51-9567a42a83e4
|
| 4362 | 2026-03-11T21:05:53.572Z | 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 = 216f789b-31b3-4e6b-bb51-9567a42a83e4
|
| 4363 | 2026-03-11T21:05:53.572Z | 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 = 216f789b-31b3-4e6b-bb51-9567a42a83e4
|
| 4364 | 2026-03-11T21:05:53.572Z | 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
|
| 4365 | 2026-03-11T21:05:53.573Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 3
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4366 | 2026-03-11T21:05:53.573Z | 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
|
| 4367 | 2026-03-11T21:05:53.573Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4368 | 2026-03-11T21:05:53.574Z | 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 = 216f789b-31b3-4e6b-bb51-9567a42a83e4
|
| 4369 | 2026-03-11T21:05:54.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::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 = 216f789b-31b3-4e6b-bb51-9567a42a83e4
|
| 4370 | 2026-03-11T21:05:54.170Z | 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 = 216f789b-31b3-4e6b-bb51-9567a42a83e4
|
| 4371 | 2026-03-11T21:05:54.170Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-01e50b44-cab9-4001-a101-4ccbf35750e0"]
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 = 216f789b-31b3-4e6b-bb51-9567a42a83e4
|
| 4372 | 2026-03-11T21:05:54.205Z | 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 = 216f789b-31b3-4e6b-bb51-9567a42a83e4
|
| 4373 | 2026-03-11T21:05:54.205Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-149b314b-02d6-4662-84f1-e1bd91b377cd"]
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 = 216f789b-31b3-4e6b-bb51-9567a42a83e4
|
| 4374 | 2026-03-11T21:05:54.225Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 651
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 = 216f789b-31b3-4e6b-bb51-9567a42a83e4
|
| 4375 | 2026-03-11T21:05:54.225Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 652
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4376 | 2026-03-11T21:05:54.225Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 1245
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 = 216f789b-31b3-4e6b-bb51-9567a42a83e4
|
| 4377 | 2026-03-11T21:05:54.225Z | 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
|
| 4378 | 2026-03-11T21:05:54.225Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 1335
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
|
| 4379 | 2026-03-11T21:05:54.225Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4380 | 2026-03-11T21:05:54.225Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4381 | 2026-03-11T21:05:54.225Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/server_state_machine.rs
line = 113
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_tests::server_state_machine
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4382 | 2026-03-11T21:05:54.225Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::artifacts::store
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4383 | 2026-03-11T21:05:54.226Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::artifacts::store
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4384 | 2026-03-11T21:05:54.226Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::artifacts::store
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4385 | 2026-03-11T21:05:54.226Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
verb = list
|
| 4386 | 2026-03-11T21:05:54.237Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 50.7M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4387 | 2026-03-11T21:05:54.237Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-6d952e19-bc56-497c-8bef-4d4d3b360a3e"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
verb = snapshot
|
| 4388 | 2026-03-11T21:05:54.253Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-6d952e19-bc56-497c-8bef-4d4d3b360a3e", "phd-artifacts/phd-clone-0efcfbc1-9e27-4336-b686-08dec97e45b8"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
verb = clone
|
| 4389 | 2026-03-11T21:05:54.274Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-0efcfbc1-9e27-4336-b686-08dec97e45b8"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
verb = list
|
| 4390 | 2026-03-11T21:05:54.286Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-0efcfbc1-9e27-4336-b686-08dec97e45b8 0B 25.3T 48.9M /phd-artifacts/phd-clone-0efcfbc1-9e27-4336-b686-08dec97e45b8\n
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4391 | 2026-03-11T21:05:54.286Z | 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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::artifacts::store
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4392 | 2026-03-11T21:05:54.287Z | DEBG | phd-runner: [TEST - EVENT] Downloading file from Buildomat...
file = phd-tests/framework/src/artifacts/buildomat.rs
line = 215
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::artifacts::buildomat
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout = 600s
uri = https://buildomat.eng.oxide.computer/public/file/oxidecomputer/crucible/nightly-image/7103cd3a3d7b0112d2949dd135db06fef0c156bb/crucible-nightly.tar.gz
|
| 4393 | 2026-03-11T21:06:00.664Z | 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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::artifacts::store
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
untar_path = target/release/crucible-downstairs
|
| 4394 | 2026-03-11T21:06:00.665Z | DEBG | phd-runner: [TEST - EVENT] Extracting gzipped tarball...
file = phd-tests/framework/src/artifacts/store.rs
line = 514
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::artifacts::store
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4395 | 2026-03-11T21:06:08.293Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/3c45843a-be17-4c26-b176-642b65c0042b_9000", "--encrypted", "--uuid", "3c45843a-be17-4c26-b176-642b65c0042b", "--extent-size", "131072", "--extent-count", "16"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::disk::crucible
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4396 | 2026-03-11T21:06:08.327Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/3c45843a-be17-4c26-b176-642b65c0042b_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:08.313385988Z","hostname":"BRM42220010","pid":1190}\n{"msg":"UUID: 3c45843a-be17-4c26-b176-642b65c0042b","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:08.322753803Z","hostname":"BRM42220010","pid":1190}\n{"msg":"Blocks per extent:131072 Total Extents: 16","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:08.322764276Z","hostname":"BRM42220010","pid":1190}\n
target = phd_framework::disk::crucible
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4397 | 2026-03-11T21:06:08.327Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/3c45843a-be17-4c26-b176-642b65c0042b_9001", "--encrypted", "--uuid", "3c45843a-be17-4c26-b176-642b65c0042b", "--extent-size", "131072", "--extent-count", "16"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::disk::crucible
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4398 | 2026-03-11T21:06:08.353Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/3c45843a-be17-4c26-b176-642b65c0042b_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:08.339720025Z","hostname":"BRM42220010","pid":1191}\n{"msg":"UUID: 3c45843a-be17-4c26-b176-642b65c0042b","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:08.35021519Z","hostname":"BRM42220010","pid":1191}\n{"msg":"Blocks per extent:131072 Total Extents: 16","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:08.350236751Z","hostname":"BRM42220010","pid":1191}\n
target = phd_framework::disk::crucible
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4399 | 2026-03-11T21:06:08.353Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/3c45843a-be17-4c26-b176-642b65c0042b_9002", "--encrypted", "--uuid", "3c45843a-be17-4c26-b176-642b65c0042b", "--extent-size", "131072", "--extent-count", "16"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::disk::crucible
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4400 | 2026-03-11T21:06:08.379Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/3c45843a-be17-4c26-b176-642b65c0042b_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:08.364113951Z","hostname":"BRM42220010","pid":1192}\n{"msg":"UUID: 3c45843a-be17-4c26-b176-642b65c0042b","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:08.374804952Z","hostname":"BRM42220010","pid":1192}\n{"msg":"Blocks per extent:131072 Total Extents: 16","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:08.374831985Z","hostname":"BRM42220010","pid":1192}\n
target = phd_framework::disk::crucible
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4401 | 2026-03-11T21:06:08.379Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
stderr_path = "/tmp/propolis-phd/phd_tests::server_state_machine::stop_while_blocked_on_start_test/crucible_3c45843a-be17-4c26-b176-642b65c0042b_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::server_state_machine::stop_while_blocked_on_start_test/crucible_3c45843a-be17-4c26-b176-642b65c0042b_9000.stdout.log"
target = phd_framework::log_config
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4402 | 2026-03-11T21:06:08.379Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/3c45843a-be17-4c26-b176-642b65c0042b_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::disk::crucible
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4403 | 2026-03-11T21:06:08.379Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/3c45843a-be17-4c26-b176-642b65c0042b_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::disk::crucible
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4404 | 2026-03-11T21:06:08.382Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
stderr_path = "/tmp/propolis-phd/phd_tests::server_state_machine::stop_while_blocked_on_start_test/crucible_3c45843a-be17-4c26-b176-642b65c0042b_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::server_state_machine::stop_while_blocked_on_start_test/crucible_3c45843a-be17-4c26-b176-642b65c0042b_9001.stdout.log"
target = phd_framework::log_config
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4405 | 2026-03-11T21:06:08.382Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/3c45843a-be17-4c26-b176-642b65c0042b_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::disk::crucible
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4406 | 2026-03-11T21:06:08.382Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/3c45843a-be17-4c26-b176-642b65c0042b_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::disk::crucible
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4407 | 2026-03-11T21:06:08.384Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
stderr_path = "/tmp/propolis-phd/phd_tests::server_state_machine::stop_while_blocked_on_start_test/crucible_3c45843a-be17-4c26-b176-642b65c0042b_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::server_state_machine::stop_while_blocked_on_start_test/crucible_3c45843a-be17-4c26-b176-642b65c0042b_9002.stdout.log"
target = phd_framework::log_config
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4408 | 2026-03-11T21:06:08.384Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/3c45843a-be17-4c26-b176-642b65c0042b_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::disk::crucible
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4409 | 2026-03-11T21:06:08.384Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/3c45843a-be17-4c26-b176-642b65c0042b_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::disk::crucible
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4410 | 2026-03-11T21:06:08.386Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::disk::crucible
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4411 | 2026-03-11T21:06:08.386Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4412 | 2026-03-11T21:06:08.386Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm_name = stop_while_blocked_on_start_test
|
| 4413 | 2026-03-11T21:06:08.386Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = /work/phd-test/propolis-server
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::artifacts::store
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4414 | 2026-03-11T21:06:08.386Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
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"
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm::server
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4415 | 2026-03-11T21:06:08.386Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
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
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4416 | 2026-03-11T21:06:08.450Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1196
file = phd-tests/framework/src/test_vm/server.rs
line = 122
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm::server
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4417 | 2026-03-11T21:06:08.465Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 79
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4418 | 2026-03-11T21:06:08.465Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = stop_while_blocked_on_start_test
vm_id = be06afe3-d7ab-4658-bffe-ef854a3297ff
|
| 4419 | 2026-03-11T21:06:08.466Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = stop_while_blocked_on_start_test
vm_id = be06afe3-d7ab-4658-bffe-ef854a3297ff
|
| 4420 | 2026-03-11T21:06:09.067Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4421 | 2026-03-11T21:06:09.068Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: be06afe3-d7ab-4658-bffe-ef854a3297ff, name: "phd-vm-be06afe3-d7ab-4658-bffe-ef854a3297ff", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 25207fb5-da57-406c-bbac-7a48714b781d, project_id: 0e6ebec9-3dae-493b-927c-009d32f3cb67, sled_id: cbb2dc14-9394-4d82-9cbd-3e345684147a, sled_serial: "cbb2dc14-9394-4d82-9cbd-3e345684147a", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = stop_while_blocked_on_start_test
vm_id = be06afe3-d7ab-4658-bffe-ef854a3297ff
|
| 4422 | 2026-03-11T21:06:09.068Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = stop_while_blocked_on_start_test
vm_id = be06afe3-d7ab-4658-bffe-ef854a3297ff
|
| 4423 | 2026-03-11T21:06:09.068Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
state = Run
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = stop_while_blocked_on_start_test
vm_id = be06afe3-d7ab-4658-bffe-ef854a3297ff
|
| 4424 | 2026-03-11T21:06:09.069Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = stop_while_blocked_on_start_test
vm_id = be06afe3-d7ab-4658-bffe-ef854a3297ff
|
| 4425 | 2026-03-11T21:06:09.069Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = stop_while_blocked_on_start_test
vm_id = be06afe3-d7ab-4658-bffe-ef854a3297ff
|
| 4426 | 2026-03-11T21:06:09.069Z | 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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = stop_while_blocked_on_start_test
vm_id = be06afe3-d7ab-4658-bffe-ef854a3297ff
|
| 4427 | 2026-03-11T21:06:09.069Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = stop_while_blocked_on_start_test
vm_id = be06afe3-d7ab-4658-bffe-ef854a3297ff
|
| 4428 | 2026-03-11T21:06:09.069Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 584
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = stop_while_blocked_on_start_test
vm_id = be06afe3-d7ab-4658-bffe-ef854a3297ff
|
| 4429 | 2026-03-11T21:06:09.071Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = stop_while_blocked_on_start_test
vm_id = be06afe3-d7ab-4658-bffe-ef854a3297ff
|
| 4430 | 2026-03-11T21:06:09.071Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = stop_while_blocked_on_start_test
vm_id = be06afe3-d7ab-4658-bffe-ef854a3297ff
|
| 4431 | 2026-03-11T21:06:09.071Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = stop_while_blocked_on_start_test
vm_id = be06afe3-d7ab-4658-bffe-ef854a3297ff
|
| 4432 | 2026-03-11T21:06:09.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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
state = Stop
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = stop_while_blocked_on_start_test
vm_id = be06afe3-d7ab-4658-bffe-ef854a3297ff
|
| 4433 | 2026-03-11T21:06:09.072Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = stop_while_blocked_on_start_test
vm_id = be06afe3-d7ab-4658-bffe-ef854a3297ff
|
| 4434 | 2026-03-11T21:06:09.072Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = stop_while_blocked_on_start_test
vm_id = be06afe3-d7ab-4658-bffe-ef854a3297ff
|
| 4435 | 2026-03-11T21:06:09.072Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = stop_while_blocked_on_start_test
vm_id = be06afe3-d7ab-4658-bffe-ef854a3297ff
|
| 4436 | 2026-03-11T21:06:09.072Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = stop_while_blocked_on_start_test
vm_id = be06afe3-d7ab-4658-bffe-ef854a3297ff
|
| 4437 | 2026-03-11T21:06:09.072Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 584
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = stop_while_blocked_on_start_test
vm_id = be06afe3-d7ab-4658-bffe-ef854a3297ff
|
| 4438 | 2026-03-11T21:06:09.077Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial websocket closed
file = phd-tests/framework/src/serial/mod.rs
line = 271
target = phd_framework::serial
|
| 4439 | 2026-03-11T21:06:09.078Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4440 | 2026-03-11T21:06:09.079Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 6
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = stop_while_blocked_on_start_test
vm_id = be06afe3-d7ab-4658-bffe-ef854a3297ff
|
| 4441 | 2026-03-11T21:06:09.079Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 6
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = stop_while_blocked_on_start_test
vm_id = be06afe3-d7ab-4658-bffe-ef854a3297ff
|
| 4442 | 2026-03-11T21:06:09.079Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = stop_while_blocked_on_start_test
vm_id = be06afe3-d7ab-4658-bffe-ef854a3297ff
|
| 4443 | 2026-03-11T21:06:09.079Z | 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
|
| 4444 | 2026-03-11T21:06:09.079Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4445 | 2026-03-11T21:06:09.080Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
self.address = 127.0.0.1:9003
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm::server
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = stop_while_blocked_on_start_test
vm_id = be06afe3-d7ab-4658-bffe-ef854a3297ff
|
| 4446 | 2026-03-11T21:06:09.167Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = stop_while_blocked_on_start_test
vm_id = be06afe3-d7ab-4658-bffe-ef854a3297ff
|
| 4447 | 2026-03-11T21:06:09.167Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-0efcfbc1-9e27-4336-b686-08dec97e45b8"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
verb = destroy
vm = stop_while_blocked_on_start_test
vm_id = be06afe3-d7ab-4658-bffe-ef854a3297ff
|
| 4448 | 2026-03-11T21:06:09.199Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = stop_while_blocked_on_start_test
vm_id = be06afe3-d7ab-4658-bffe-ef854a3297ff
|
| 4449 | 2026-03-11T21:06:09.199Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-6d952e19-bc56-497c-8bef-4d4d3b360a3e"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::zfs
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
verb = destroy
vm = stop_while_blocked_on_start_test
vm_id = be06afe3-d7ab-4658-bffe-ef854a3297ff
|
| 4450 | 2026-03-11T21:06:09.218Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
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/3c45843a-be17-4c26-b176-642b65c0042b_9000" } }
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::disk::crucible
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = stop_while_blocked_on_start_test
vm_id = be06afe3-d7ab-4658-bffe-ef854a3297ff
|
| 4451 | 2026-03-11T21:06:09.224Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
self.path = "/tmp/propolis-phd/3c45843a-be17-4c26-b176-642b65c0042b_9000"
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::disk::crucible
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = stop_while_blocked_on_start_test
vm_id = be06afe3-d7ab-4658-bffe-ef854a3297ff
|
| 4452 | 2026-03-11T21:06:09.228Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
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/3c45843a-be17-4c26-b176-642b65c0042b_9001" } }
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::disk::crucible
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = stop_while_blocked_on_start_test
vm_id = be06afe3-d7ab-4658-bffe-ef854a3297ff
|
| 4453 | 2026-03-11T21:06:09.233Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
self.path = "/tmp/propolis-phd/3c45843a-be17-4c26-b176-642b65c0042b_9001"
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::disk::crucible
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = stop_while_blocked_on_start_test
vm_id = be06afe3-d7ab-4658-bffe-ef854a3297ff
|
| 4454 | 2026-03-11T21:06:09.234Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
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/3c45843a-be17-4c26-b176-642b65c0042b_9002" } }
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::disk::crucible
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = stop_while_blocked_on_start_test
vm_id = be06afe3-d7ab-4658-bffe-ef854a3297ff
|
| 4455 | 2026-03-11T21:06:09.240Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
self.path = "/tmp/propolis-phd/3c45843a-be17-4c26-b176-642b65c0042b_9002"
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::disk::crucible
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = stop_while_blocked_on_start_test
vm_id = be06afe3-d7ab-4658-bffe-ef854a3297ff
|
| 4456 | 2026-03-11T21:06:09.242Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 162
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = stop_while_blocked_on_start_test
vm_id = be06afe3-d7ab-4658-bffe-ef854a3297ff
|
| 4457 | 2026-03-11T21:06:09.242Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 162
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4458 | 2026-03-11T21:06:09.242Z | INFO | phd-runner: Starting test phd_tests::crucible::migrate::smoke_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 4459 | 2026-03-11T21:06:09.242Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4460 | 2026-03-11T21:06:09.242Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 776
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = stop_while_blocked_on_start_test
vm_id = be06afe3-d7ab-4658-bffe-ef854a3297ff
|
| 4461 | 2026-03-11T21:06:09.242Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4462 | 2026-03-11T21:06:09.242Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 15015
file = phd-tests/tests/src/server_state_machine.rs
line = 113
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_tests::server_state_machine
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4463 | 2026-03-11T21:06:09.242Z | 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
|
| 4464 | 2026-03-11T21:06:09.242Z | 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
|
| 4465 | 2026-03-11T21:06:09.243Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4466 | 2026-03-11T21:06:09.243Z | 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
|
| 4467 | 2026-03-11T21:06:09.243Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4468 | 2026-03-11T21:06:09.243Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/bb372da8-0460-4812-bbc4-4d590fa877a1_9000", "--encrypted", "--uuid", "bb372da8-0460-4812-bbc4-4d590fa877a1", "--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
|
| 4469 | 2026-03-11T21:06:09.362Z | 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/bb372da8-0460-4812-bbc4-4d590fa877a1_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:09.254917798Z","hostname":"BRM42220010","pid":1200}\n{"msg":"UUID: bb372da8-0460-4812-bbc4-4d590fa877a1","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:09.357229998Z","hostname":"BRM42220010","pid":1200}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:09.357256639Z","hostname":"BRM42220010","pid":1200}\n
target = phd_framework::disk::crucible
|
| 4470 | 2026-03-11T21:06:09.362Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/bb372da8-0460-4812-bbc4-4d590fa877a1_9001", "--encrypted", "--uuid", "bb372da8-0460-4812-bbc4-4d590fa877a1", "--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
|
| 4471 | 2026-03-11T21:06:09.479Z | 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/bb372da8-0460-4812-bbc4-4d590fa877a1_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:09.374621421Z","hostname":"BRM42220010","pid":1201}\n{"msg":"UUID: bb372da8-0460-4812-bbc4-4d590fa877a1","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:09.473329527Z","hostname":"BRM42220010","pid":1201}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:09.473346378Z","hostname":"BRM42220010","pid":1201}\n
target = phd_framework::disk::crucible
|
| 4472 | 2026-03-11T21:06:09.479Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/bb372da8-0460-4812-bbc4-4d590fa877a1_9002", "--encrypted", "--uuid", "bb372da8-0460-4812-bbc4-4d590fa877a1", "--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
|
| 4473 | 2026-03-11T21:06:09.579Z | 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/bb372da8-0460-4812-bbc4-4d590fa877a1_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:09.49186273Z","hostname":"BRM42220010","pid":1202}\n{"msg":"UUID: bb372da8-0460-4812-bbc4-4d590fa877a1","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:09.57395278Z","hostname":"BRM42220010","pid":1202}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:09.573976205Z","hostname":"BRM42220010","pid":1202}\n
target = phd_framework::disk::crucible
|
| 4474 | 2026-03-11T21:06:09.579Z | 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_bb372da8-0460-4812-bbc4-4d590fa877a1_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::migrate::smoke_test/crucible_bb372da8-0460-4812-bbc4-4d590fa877a1_9000.stdout.log"
target = phd_framework::log_config
|
| 4475 | 2026-03-11T21:06:09.579Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/bb372da8-0460-4812-bbc4-4d590fa877a1_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::disk::crucible
|
| 4476 | 2026-03-11T21:06:09.580Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/bb372da8-0460-4812-bbc4-4d590fa877a1_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::disk::crucible
|
| 4477 | 2026-03-11T21:06:09.582Z | 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_bb372da8-0460-4812-bbc4-4d590fa877a1_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::migrate::smoke_test/crucible_bb372da8-0460-4812-bbc4-4d590fa877a1_9001.stdout.log"
target = phd_framework::log_config
|
| 4478 | 2026-03-11T21:06:09.582Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/bb372da8-0460-4812-bbc4-4d590fa877a1_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::disk::crucible
|
| 4479 | 2026-03-11T21:06:09.582Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/bb372da8-0460-4812-bbc4-4d590fa877a1_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::disk::crucible
|
| 4480 | 2026-03-11T21:06:09.584Z | 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_bb372da8-0460-4812-bbc4-4d590fa877a1_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::migrate::smoke_test/crucible_bb372da8-0460-4812-bbc4-4d590fa877a1_9002.stdout.log"
target = phd_framework::log_config
|
| 4481 | 2026-03-11T21:06:09.584Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/bb372da8-0460-4812-bbc4-4d590fa877a1_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::disk::crucible
|
| 4482 | 2026-03-11T21:06:09.584Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/bb372da8-0460-4812-bbc4-4d590fa877a1_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::disk::crucible
|
| 4483 | 2026-03-11T21:06:09.586Z | 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
|
| 4484 | 2026-03-11T21:06:09.586Z | 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
|
| 4485 | 2026-03-11T21:06:09.586Z | 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
|
| 4486 | 2026-03-11T21:06:09.586Z | 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
|
| 4487 | 2026-03-11T21:06:09.586Z | 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
|
| 4488 | 2026-03-11T21:06:09.619Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1206
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm::server
|
| 4489 | 2026-03-11T21:06:09.634Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 47
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
|
| 4490 | 2026-03-11T21:06:09.634Z | 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 = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4491 | 2026-03-11T21:06:09.635Z | 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 = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4492 | 2026-03-11T21:06:10.119Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::serial
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4493 | 2026-03-11T21:06:10.120Z | 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: 69e577c9-38c7-4d12-90e0-247bab263184, name: "phd-vm-69e577c9-38c7-4d12-90e0-247bab263184", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 6238e383-d94b-401c-b8f9-43d5f91991d0, project_id: 3c7e00e6-8ecb-4155-8d28-92190728b505, sled_id: b9937606-ffb0-48a9-b547-bcd488561ef6, sled_serial: "b9937606-ffb0-48a9-b547-bcd488561ef6", 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 = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4494 | 2026-03-11T21:06:10.120Z | 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 = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4495 | 2026-03-11T21:06:10.121Z | 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 = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4496 | 2026-03-11T21:06:10.121Z | 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::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4497 | 2026-03-11T21:06:10.121Z | 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
|
| 4498 | 2026-03-11T21:06:10.121Z | 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 = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4499 | 2026-03-11T21:06:10.122Z | 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
|
| 4500 | 2026-03-11T21:06:10.122Z | 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 = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4501 | 2026-03-11T21:06:10.122Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_migrate_smoke_source
vm_id = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4502 | 2026-03-11T21:06:15.124Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 5002
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 = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4503 | 2026-03-11T21:06:15.125Z | 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
|
| 4504 | 2026-03-11T21:06:15.125Z | 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
|
| 4505 | 2026-03-11T21:06:15.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 = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4506 | 2026-03-11T21:06:15.125Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_migrate_smoke_source
vm_id = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4507 | 2026-03-11T21:06:15.143Z | 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::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4508 | 2026-03-11T21:06:15.143Z | 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
|
| 4509 | 2026-03-11T21:06:15.144Z | 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
|
| 4510 | 2026-03-11T21:06:15.144Z | 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 = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4511 | 2026-03-11T21:06:15.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::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_migrate_smoke_source
vm_id = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4512 | 2026-03-11T21:06:15.176Z | 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::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4513 | 2026-03-11T21:06:15.176Z | 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
|
| 4514 | 2026-03-11T21:06:15.176Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 5054
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
|
| 4515 | 2026-03-11T21:06:15.176Z | 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 = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4516 | 2026-03-11T21:06:15.176Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_migrate_smoke_source
vm_id = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4517 | 2026-03-11T21:06:15.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::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4518 | 2026-03-11T21:06:15.187Z | 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 = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4519 | 2026-03-11T21:06:15.187Z | INFO | phd-runner: [WAIT_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 = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4520 | 2026-03-11T21:06:15.219Z | 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 = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4521 | 2026-03-11T21:06:15.219Z | 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 = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4522 | 2026-03-11T21:06:15.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::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_migrate_smoke_source
vm_id = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4523 | 2026-03-11T21:06:15.231Z | 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 = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4524 | 2026-03-11T21:06:15.231Z | 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 = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4525 | 2026-03-11T21:06:15.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::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_migrate_smoke_source
vm_id = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4526 | 2026-03-11T21:06:15.253Z | 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 = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4527 | 2026-03-11T21:06:15.253Z | 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 = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4528 | 2026-03-11T21:06:15.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::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_migrate_smoke_source
vm_id = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4529 | 2026-03-11T21:06:15.265Z | 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 = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4530 | 2026-03-11T21:06:15.265Z | 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 = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4531 | 2026-03-11T21:06:15.265Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_migrate_smoke_source
vm_id = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4532 | 2026-03-11T21:06:15.297Z | 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::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4533 | 2026-03-11T21:06:15.298Z | 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 = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4534 | 2026-03-11T21:06:15.298Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_migrate_smoke_source
vm_id = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4535 | 2026-03-11T21:06:15.309Z | 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 = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4536 | 2026-03-11T21:06:15.309Z | 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 = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4537 | 2026-03-11T21:06:15.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::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_migrate_smoke_source
vm_id = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4538 | 2026-03-11T21:06:15.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::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4539 | 2026-03-11T21:06:15.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::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4540 | 2026-03-11T21:06:15.343Z | INFO | phd-runner: [WAIT_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 = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4541 | 2026-03-11T21:06:15.353Z | 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 = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4542 | 2026-03-11T21:06:15.354Z | 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 = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4543 | 2026-03-11T21:06:15.354Z | INFO | phd-runner: [WAIT_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 = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4544 | 2026-03-11T21:06:15.387Z | 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 = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4545 | 2026-03-11T21:06:15.387Z | 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 = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4546 | 2026-03-11T21:06:15.387Z | INFO | phd-runner: [WAIT_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 = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4547 | 2026-03-11T21:06:15.397Z | 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 = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4548 | 2026-03-11T21:06:15.398Z | 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 = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4549 | 2026-03-11T21:06:15.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::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_migrate_smoke_source
vm_id = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4550 | 2026-03-11T21:06:15.431Z | 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::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4551 | 2026-03-11T21:06:15.431Z | 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
|
| 4552 | 2026-03-11T21:06:15.431Z | 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
|
| 4553 | 2026-03-11T21:06:15.431Z | 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
|
| 4554 | 2026-03-11T21:06:15.431Z | 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
|
| 4555 | 2026-03-11T21:06:15.432Z | 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
|
| 4556 | 2026-03-11T21:06:15.463Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1207
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm::server
|
| 4557 | 2026-03-11T21:06:15.478Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 46
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
|
| 4558 | 2026-03-11T21:06:15.478Z | 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 = 69e577c9-38c7-4d12-90e0-247bab263184
target = phd_framework::test_vm
target_id = 9b503dcd-1ea8-4cd1-878d-7e4d7cf9d15e
|
| 4559 | 2026-03-11T21:06:15.478Z | 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 = 178ce2db-bba5-4a5f-b944-5ab49205e67d
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 69e577c9-38c7-4d12-90e0-247bab263184
target = phd_framework::test_vm
target_id = 9b503dcd-1ea8-4cd1-878d-7e4d7cf9d15e
timeout_duration = 45s
|
| 4560 | 2026-03-11T21:06:15.478Z | 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 = 69e577c9-38c7-4d12-90e0-247bab263184
target = phd_framework::test_vm
target_id = 9b503dcd-1ea8-4cd1-878d-7e4d7cf9d15e
vm = crucible_migrate_smoke_target
vm_id = 9b503dcd-1ea8-4cd1-878d-7e4d7cf9d15e
|
| 4561 | 2026-03-11T21:06:15.479Z | 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 = 69e577c9-38c7-4d12-90e0-247bab263184
target = phd_framework::test_vm
target_id = 9b503dcd-1ea8-4cd1-878d-7e4d7cf9d15e
vm = crucible_migrate_smoke_target
vm_id = 9b503dcd-1ea8-4cd1-878d-7e4d7cf9d15e
|
| 4562 | 2026-03-11T21:06:16.282Z | 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: 9b503dcd-1ea8-4cd1-878d-7e4d7cf9d15e, name: "phd-vm-9b503dcd-1ea8-4cd1-878d-7e4d7cf9d15e", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 6238e383-d94b-401c-b8f9-43d5f91991d0, project_id: 3c7e00e6-8ecb-4155-8d28-92190728b505, sled_id: 36b8fe4f-a658-4f83-89ed-02c6677725d7, sled_serial: "36b8fe4f-a658-4f83-89ed-02c6677725d7", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 511
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 69e577c9-38c7-4d12-90e0-247bab263184
target = phd_framework::test_vm
target_id = 9b503dcd-1ea8-4cd1-878d-7e4d7cf9d15e
vm = crucible_migrate_smoke_target
vm_id = 9b503dcd-1ea8-4cd1-878d-7e4d7cf9d15e
|
| 4563 | 2026-03-11T21:06:16.283Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 178ce2db-bba5-4a5f-b944-5ab49205e67d
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 69e577c9-38c7-4d12-90e0-247bab263184
target = phd_framework::test_vm
target_id = 9b503dcd-1ea8-4cd1-878d-7e4d7cf9d15e
|
| 4564 | 2026-03-11T21:06:18.696Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_lifecycle_test
s = {"Migrating":{"destination":"127.0.0.1:9005","from_start":7847}}
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::serial
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4565 | 2026-03-11T21:06:19.609Z | 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 = 69e577c9-38c7-4d12-90e0-247bab263184
target = phd_framework::test_vm
target_id = 9b503dcd-1ea8-4cd1-878d-7e4d7cf9d15e
|
| 4566 | 2026-03-11T21:06:19.609Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3326
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 178ce2db-bba5-4a5f-b944-5ab49205e67d
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 69e577c9-38c7-4d12-90e0-247bab263184
target = phd_framework::test_vm
target_id = 9b503dcd-1ea8-4cd1-878d-7e4d7cf9d15e
|
| 4567 | 2026-03-11T21:06:19.609Z | 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 = 9b503dcd-1ea8-4cd1-878d-7e4d7cf9d15e
|
| 4568 | 2026-03-11T21:06:19.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::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_migrate_smoke_target
vm_id = 9b503dcd-1ea8-4cd1-878d-7e4d7cf9d15e
|
| 4569 | 2026-03-11T21:06:19.621Z | 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 = 9b503dcd-1ea8-4cd1-878d-7e4d7cf9d15e
|
| 4570 | 2026-03-11T21:06:19.621Z | 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 = 9b503dcd-1ea8-4cd1-878d-7e4d7cf9d15e
|
| 4571 | 2026-03-11T21:06:19.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::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_migrate_smoke_target
vm_id = 9b503dcd-1ea8-4cd1-878d-7e4d7cf9d15e
|
| 4572 | 2026-03-11T21:06:19.654Z | 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::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_target
vm_id = 9b503dcd-1ea8-4cd1-878d-7e4d7cf9d15e
|
| 4573 | 2026-03-11T21:06:19.655Z | 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 = 9b503dcd-1ea8-4cd1-878d-7e4d7cf9d15e
|
| 4574 | 2026-03-11T21:06:19.655Z | INFO | phd-runner: [WAIT_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 = 9b503dcd-1ea8-4cd1-878d-7e4d7cf9d15e
|
| 4575 | 2026-03-11T21:06:19.666Z | 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 = 9b503dcd-1ea8-4cd1-878d-7e4d7cf9d15e
|
| 4576 | 2026-03-11T21:06:19.666Z | 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 = 9b503dcd-1ea8-4cd1-878d-7e4d7cf9d15e
|
| 4577 | 2026-03-11T21:06:19.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::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_migrate_smoke_target
vm_id = 9b503dcd-1ea8-4cd1-878d-7e4d7cf9d15e
|
| 4578 | 2026-03-11T21:06:19.700Z | 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::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_target
vm_id = 9b503dcd-1ea8-4cd1-878d-7e4d7cf9d15e
|
| 4579 | 2026-03-11T21:06:19.700Z | 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 = 9b503dcd-1ea8-4cd1-878d-7e4d7cf9d15e
|
| 4580 | 2026-03-11T21:06:19.700Z | 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 = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4581 | 2026-03-11T21:06:19.700Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::serial
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4582 | 2026-03-11T21:06:19.701Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 9580
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::serial
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4583 | 2026-03-11T21:06:19.701Z | INFO | phd-runner: test phd_tests::crucible::migrate::smoke_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 4584 | 2026-03-11T21:06:19.701Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4585 | 2026-03-11T21:06:19.702Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_target
vm_id = 9b503dcd-1ea8-4cd1-878d-7e4d7cf9d15e
|
| 4586 | 2026-03-11T21:06:19.702Z | 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 = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4587 | 2026-03-11T21:06:19.788Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 87
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 = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4588 | 2026-03-11T21:06:19.788Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 10153
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 = 69e577c9-38c7-4d12-90e0-247bab263184
|
| 4589 | 2026-03-11T21:06:19.789Z | 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 = 9b503dcd-1ea8-4cd1-878d-7e4d7cf9d15e
|
| 4590 | 2026-03-11T21:06:19.862Z | 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/bb372da8-0460-4812-bbc4-4d590fa877a1_9000" } }
target = phd_framework::disk::crucible
vm = crucible_migrate_smoke_target
vm_id = 9b503dcd-1ea8-4cd1-878d-7e4d7cf9d15e
|
| 4591 | 2026-03-11T21:06:19.870Z | 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/bb372da8-0460-4812-bbc4-4d590fa877a1_9000"
target = phd_framework::disk::crucible
vm = crucible_migrate_smoke_target
vm_id = 9b503dcd-1ea8-4cd1-878d-7e4d7cf9d15e
|
| 4592 | 2026-03-11T21:06:19.881Z | 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/bb372da8-0460-4812-bbc4-4d590fa877a1_9001" } }
target = phd_framework::disk::crucible
vm = crucible_migrate_smoke_target
vm_id = 9b503dcd-1ea8-4cd1-878d-7e4d7cf9d15e
|
| 4593 | 2026-03-11T21:06:19.889Z | 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/bb372da8-0460-4812-bbc4-4d590fa877a1_9001"
target = phd_framework::disk::crucible
vm = crucible_migrate_smoke_target
vm_id = 9b503dcd-1ea8-4cd1-878d-7e4d7cf9d15e
|
| 4594 | 2026-03-11T21:06:19.901Z | 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/bb372da8-0460-4812-bbc4-4d590fa877a1_9002" } }
target = phd_framework::disk::crucible
vm = crucible_migrate_smoke_target
vm_id = 9b503dcd-1ea8-4cd1-878d-7e4d7cf9d15e
|
| 4595 | 2026-03-11T21:06:19.910Z | 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/bb372da8-0460-4812-bbc4-4d590fa877a1_9002"
target = phd_framework::disk::crucible
vm = crucible_migrate_smoke_target
vm_id = 9b503dcd-1ea8-4cd1-878d-7e4d7cf9d15e
|
| 4596 | 2026-03-11T21:06:19.922Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 221
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 = 9b503dcd-1ea8-4cd1-878d-7e4d7cf9d15e
|
| 4597 | 2026-03-11T21:06:19.922Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 4444
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 = 69e577c9-38c7-4d12-90e0-247bab263184
target = phd_framework::test_vm
target_id = 9b503dcd-1ea8-4cd1-878d-7e4d7cf9d15e
vm = crucible_migrate_smoke_target
vm_id = 9b503dcd-1ea8-4cd1-878d-7e4d7cf9d15e
|
| 4598 | 2026-03-11T21:06:19.922Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 221
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4599 | 2026-03-11T21:06:19.922Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 4444
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 = 69e577c9-38c7-4d12-90e0-247bab263184
target = phd_framework::test_vm
target_id = 9b503dcd-1ea8-4cd1-878d-7e4d7cf9d15e
|
| 4600 | 2026-03-11T21:06:19.923Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 10679
file = phd-tests/tests/src/crucible/migrate.rs
line = 10
path = phd_tests::crucible::migrate::smoke_test
target = phd_tests::crucible::migrate
|
| 4601 | 2026-03-11T21:06:19.923Z | INFO | phd-runner: Starting test phd_tests::crucible::migrate::load_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 4602 | 2026-03-11T21:06:19.923Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4603 | 2026-03-11T21:06:19.923Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4604 | 2026-03-11T21:06:19.923Z | 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
|
| 4605 | 2026-03-11T21:06:19.923Z | 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
|
| 4606 | 2026-03-11T21:06:19.923Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4607 | 2026-03-11T21:06:19.923Z | 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
|
| 4608 | 2026-03-11T21:06:19.923Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4609 | 2026-03-11T21:06:19.923Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/5d3a9508-84cf-4645-9832-e8ed1598b77f_9000", "--encrypted", "--uuid", "5d3a9508-84cf-4645-9832-e8ed1598b77f", "--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
|
| 4610 | 2026-03-11T21:06:20.037Z | 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/5d3a9508-84cf-4645-9832-e8ed1598b77f_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:19.935856852Z","hostname":"BRM42220010","pid":1210}\n{"msg":"UUID: 5d3a9508-84cf-4645-9832-e8ed1598b77f","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:20.032329122Z","hostname":"BRM42220010","pid":1210}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:20.032359089Z","hostname":"BRM42220010","pid":1210}\n
target = phd_framework::disk::crucible
|
| 4611 | 2026-03-11T21:06:20.037Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/5d3a9508-84cf-4645-9832-e8ed1598b77f_9001", "--encrypted", "--uuid", "5d3a9508-84cf-4645-9832-e8ed1598b77f", "--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
|
| 4612 | 2026-03-11T21:06:20.147Z | 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/5d3a9508-84cf-4645-9832-e8ed1598b77f_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:20.048683784Z","hostname":"BRM42220010","pid":1211}\n{"msg":"UUID: 5d3a9508-84cf-4645-9832-e8ed1598b77f","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:20.142414626Z","hostname":"BRM42220010","pid":1211}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:20.142432881Z","hostname":"BRM42220010","pid":1211}\n
target = phd_framework::disk::crucible
|
| 4613 | 2026-03-11T21:06:20.147Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/5d3a9508-84cf-4645-9832-e8ed1598b77f_9002", "--encrypted", "--uuid", "5d3a9508-84cf-4645-9832-e8ed1598b77f", "--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
|
| 4614 | 2026-03-11T21:06:20.255Z | 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/5d3a9508-84cf-4645-9832-e8ed1598b77f_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:20.1600953Z","hostname":"BRM42220010","pid":1212}\n{"msg":"UUID: 5d3a9508-84cf-4645-9832-e8ed1598b77f","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:20.248855459Z","hostname":"BRM42220010","pid":1212}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:20.248867261Z","hostname":"BRM42220010","pid":1212}\n
target = phd_framework::disk::crucible
|
| 4615 | 2026-03-11T21:06:20.256Z | 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_5d3a9508-84cf-4645-9832-e8ed1598b77f_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::migrate::load_test/crucible_5d3a9508-84cf-4645-9832-e8ed1598b77f_9000.stdout.log"
target = phd_framework::log_config
|
| 4616 | 2026-03-11T21:06:20.256Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/5d3a9508-84cf-4645-9832-e8ed1598b77f_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::migrate::load_test
target = phd_framework::disk::crucible
|
| 4617 | 2026-03-11T21:06:20.256Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/5d3a9508-84cf-4645-9832-e8ed1598b77f_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::migrate::load_test
target = phd_framework::disk::crucible
|
| 4618 | 2026-03-11T21:06:20.258Z | 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_5d3a9508-84cf-4645-9832-e8ed1598b77f_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::migrate::load_test/crucible_5d3a9508-84cf-4645-9832-e8ed1598b77f_9001.stdout.log"
target = phd_framework::log_config
|
| 4619 | 2026-03-11T21:06:20.258Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/5d3a9508-84cf-4645-9832-e8ed1598b77f_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::migrate::load_test
target = phd_framework::disk::crucible
|
| 4620 | 2026-03-11T21:06:20.258Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/5d3a9508-84cf-4645-9832-e8ed1598b77f_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::migrate::load_test
target = phd_framework::disk::crucible
|
| 4621 | 2026-03-11T21:06:20.260Z | 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_5d3a9508-84cf-4645-9832-e8ed1598b77f_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::migrate::load_test/crucible_5d3a9508-84cf-4645-9832-e8ed1598b77f_9002.stdout.log"
target = phd_framework::log_config
|
| 4622 | 2026-03-11T21:06:20.260Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/5d3a9508-84cf-4645-9832-e8ed1598b77f_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::migrate::load_test
target = phd_framework::disk::crucible
|
| 4623 | 2026-03-11T21:06:20.260Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/5d3a9508-84cf-4645-9832-e8ed1598b77f_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::migrate::load_test
target = phd_framework::disk::crucible
|
| 4624 | 2026-03-11T21:06:20.263Z | 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
|
| 4625 | 2026-03-11T21:06:20.263Z | 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
|
| 4626 | 2026-03-11T21:06:20.263Z | 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
|
| 4627 | 2026-03-11T21:06:20.263Z | 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
|
| 4628 | 2026-03-11T21:06:20.263Z | 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
|
| 4629 | 2026-03-11T21:06:20.296Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1216
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm::server
|
| 4630 | 2026-03-11T21:06:20.312Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 48
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
|
| 4631 | 2026-03-11T21:06:20.312Z | 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 = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4632 | 2026-03-11T21:06:20.313Z | 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 = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4633 | 2026-03-11T21:06:20.959Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4634 | 2026-03-11T21:06:20.960Z | 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: 541c1409-443e-4344-b9c2-d582b00a5f40, name: "phd-vm-541c1409-443e-4344-b9c2-d582b00a5f40", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 9f0def04-edd0-47e3-ba8b-4ec47c41d4db, project_id: 278ee2b4-361b-4030-9dcc-d4f0b5aabf72, sled_id: a846dadc-9a56-474f-96d0-e5a697413918, sled_serial: "a846dadc-9a56-474f-96d0-e5a697413918", 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 = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4635 | 2026-03-11T21:06:20.960Z | 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 = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4636 | 2026-03-11T21:06:20.960Z | 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 = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4637 | 2026-03-11T21:06:20.961Z | 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 = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4638 | 2026-03-11T21:06:20.961Z | 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
|
| 4639 | 2026-03-11T21:06:20.961Z | 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 = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4640 | 2026-03-11T21:06:20.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::crucible::migrate::load_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 4641 | 2026-03-11T21:06:20.961Z | 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 = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4642 | 2026-03-11T21:06:20.961Z | INFO | phd-runner: [WAIT_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 = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4643 | 2026-03-11T21:06:25.934Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4972
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 = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4644 | 2026-03-11T21:06:25.934Z | 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
|
| 4645 | 2026-03-11T21:06:25.935Z | 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
|
| 4646 | 2026-03-11T21:06:25.935Z | 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 = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4647 | 2026-03-11T21:06:25.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
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_load_test_source
vm_id = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4648 | 2026-03-11T21:06:25.953Z | 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::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4649 | 2026-03-11T21:06:25.953Z | 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
|
| 4650 | 2026-03-11T21:06:25.953Z | 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
|
| 4651 | 2026-03-11T21:06:25.953Z | 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 = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4652 | 2026-03-11T21:06:25.954Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_load_test_source
vm_id = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4653 | 2026-03-11T21:06:25.986Z | 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 = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4654 | 2026-03-11T21:06:25.986Z | 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
|
| 4655 | 2026-03-11T21:06:25.986Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 5024
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
|
| 4656 | 2026-03-11T21:06:25.986Z | 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
|
| 4657 | 2026-03-11T21:06:25.986Z | 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
|
| 4658 | 2026-03-11T21:06:25.986Z | 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
|
| 4659 | 2026-03-11T21:06:25.986Z | 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
|
| 4660 | 2026-03-11T21:06:25.986Z | 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
|
| 4661 | 2026-03-11T21:06:26.017Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1217
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm::server
|
| 4662 | 2026-03-11T21:06:26.031Z | 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
|
| 4663 | 2026-03-11T21:06:26.031Z | 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 = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4664 | 2026-03-11T21:06:26.031Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_source
vm_id = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4665 | 2026-03-11T21:06:26.053Z | 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::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4666 | 2026-03-11T21:06:26.053Z | 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 = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4667 | 2026-03-11T21:06:26.053Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_source
vm_id = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4668 | 2026-03-11T21:06:26.340Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 287
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 = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4669 | 2026-03-11T21:06:26.340Z | 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 = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4670 | 2026-03-11T21:06:26.341Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_source
vm_id = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4671 | 2026-03-11T21:06:26.351Z | 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 = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4672 | 2026-03-11T21:06:26.351Z | 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 = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4673 | 2026-03-11T21:06:26.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::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_source
vm_id = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4674 | 2026-03-11T21:06:26.385Z | 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 = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4675 | 2026-03-11T21:06:26.385Z | 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 = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4676 | 2026-03-11T21:06:26.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::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_source
vm_id = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4677 | 2026-03-11T21:06:26.396Z | 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 = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4678 | 2026-03-11T21:06:26.396Z | 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 = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4679 | 2026-03-11T21:06:26.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::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_source
vm_id = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4680 | 2026-03-11T21:06:26.659Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 262
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 = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4681 | 2026-03-11T21:06:26.659Z | 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 = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4682 | 2026-03-11T21:06:26.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::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_source
vm_id = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4683 | 2026-03-11T21:06:26.670Z | 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 = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4684 | 2026-03-11T21:06:26.671Z | 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 = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4685 | 2026-03-11T21:06:26.671Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_source
vm_id = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4686 | 2026-03-11T21:06:26.704Z | 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 = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4687 | 2026-03-11T21:06:26.704Z | INFO | phd-runner: [TEST - EVENT] Generated SHA256 checksum: 5d1d1026b1f14c4d4ab304127a757708e204fcdfbaeb250aa60d818344277c46
file = phd-tests/tests/src/crucible/migrate.rs
line = 72
path = phd_tests::crucible::migrate::load_test
target = phd_tests::crucible::migrate
|
| 4688 | 2026-03-11T21:06:26.704Z | 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 = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4689 | 2026-03-11T21:06:26.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::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_source
vm_id = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4690 | 2026-03-11T21:06:26.715Z | 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 = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4691 | 2026-03-11T21:06:26.715Z | 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 = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4692 | 2026-03-11T21:06:26.715Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_source
vm_id = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4693 | 2026-03-11T21:06:26.748Z | 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 = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4694 | 2026-03-11T21:06:26.748Z | 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 = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4695 | 2026-03-11T21:06:26.748Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_source
vm_id = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4696 | 2026-03-11T21:06:26.758Z | 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 = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4697 | 2026-03-11T21:06:26.759Z | 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 = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4698 | 2026-03-11T21:06:26.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::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_source
vm_id = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4699 | 2026-03-11T21:06:26.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::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4700 | 2026-03-11T21:06:26.792Z | 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 = 541c1409-443e-4344-b9c2-d582b00a5f40
target = phd_framework::test_vm
target_id = 5c61621a-b040-4e76-a961-2b2fdd90fb51
|
| 4701 | 2026-03-11T21:06:26.792Z | 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 = fe62ec41-68e4-44bc-b994-2a210427ba5e
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = 541c1409-443e-4344-b9c2-d582b00a5f40
target = phd_framework::test_vm
target_id = 5c61621a-b040-4e76-a961-2b2fdd90fb51
timeout_duration = 45s
|
| 4702 | 2026-03-11T21:06:26.792Z | 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 = 541c1409-443e-4344-b9c2-d582b00a5f40
target = phd_framework::test_vm
target_id = 5c61621a-b040-4e76-a961-2b2fdd90fb51
vm = crucible_load_test_target
vm_id = 5c61621a-b040-4e76-a961-2b2fdd90fb51
|
| 4703 | 2026-03-11T21:06:26.918Z | 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: 5c61621a-b040-4e76-a961-2b2fdd90fb51, name: "phd-vm-5c61621a-b040-4e76-a961-2b2fdd90fb51", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 9f0def04-edd0-47e3-ba8b-4ec47c41d4db, project_id: 278ee2b4-361b-4030-9dcc-d4f0b5aabf72, sled_id: a3f790fc-d1cf-43dd-ae2b-59d5bbaefa79, sled_serial: "a3f790fc-d1cf-43dd-ae2b-59d5bbaefa79", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 511
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = 541c1409-443e-4344-b9c2-d582b00a5f40
target = phd_framework::test_vm
target_id = 5c61621a-b040-4e76-a961-2b2fdd90fb51
vm = crucible_load_test_target
vm_id = 5c61621a-b040-4e76-a961-2b2fdd90fb51
|
| 4704 | 2026-03-11T21:06:26.918Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = fe62ec41-68e4-44bc-b994-2a210427ba5e
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = 541c1409-443e-4344-b9c2-d582b00a5f40
target = phd_framework::test_vm
target_id = 5c61621a-b040-4e76-a961-2b2fdd90fb51
|
| 4705 | 2026-03-11T21:06:30.714Z | 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
|
| 4706 | 2026-03-11T21:06:32.104Z | 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 = 541c1409-443e-4344-b9c2-d582b00a5f40
target = phd_framework::test_vm
target_id = 5c61621a-b040-4e76-a961-2b2fdd90fb51
|
| 4707 | 2026-03-11T21:06:32.104Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 5185
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = fe62ec41-68e4-44bc-b994-2a210427ba5e
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = 541c1409-443e-4344-b9c2-d582b00a5f40
target = phd_framework::test_vm
target_id = 5c61621a-b040-4e76-a961-2b2fdd90fb51
|
| 4708 | 2026-03-11T21:06:32.104Z | 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 = 5c61621a-b040-4e76-a961-2b2fdd90fb51
|
| 4709 | 2026-03-11T21:06:32.104Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_target
vm_id = 5c61621a-b040-4e76-a961-2b2fdd90fb51
|
| 4710 | 2026-03-11T21:06:32.115Z | 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 = 5c61621a-b040-4e76-a961-2b2fdd90fb51
|
| 4711 | 2026-03-11T21:06:32.115Z | 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 = 5c61621a-b040-4e76-a961-2b2fdd90fb51
|
| 4712 | 2026-03-11T21:06:32.115Z | INFO | phd-runner: [WAIT_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 = 5c61621a-b040-4e76-a961-2b2fdd90fb51
|
| 4713 | 2026-03-11T21:06:32.148Z | 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 = 5c61621a-b040-4e76-a961-2b2fdd90fb51
|
| 4714 | 2026-03-11T21:06:32.148Z | 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 = 5c61621a-b040-4e76-a961-2b2fdd90fb51
|
| 4715 | 2026-03-11T21:06:32.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::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_target
vm_id = 5c61621a-b040-4e76-a961-2b2fdd90fb51
|
| 4716 | 2026-03-11T21:06:32.159Z | 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 = 5c61621a-b040-4e76-a961-2b2fdd90fb51
|
| 4717 | 2026-03-11T21:06:32.159Z | 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 = 5c61621a-b040-4e76-a961-2b2fdd90fb51
|
| 4718 | 2026-03-11T21:06:32.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::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_target
vm_id = 5c61621a-b040-4e76-a961-2b2fdd90fb51
|
| 4719 | 2026-03-11T21:06:32.192Z | 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 = 5c61621a-b040-4e76-a961-2b2fdd90fb51
|
| 4720 | 2026-03-11T21:06:32.193Z | 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 = 5c61621a-b040-4e76-a961-2b2fdd90fb51
|
| 4721 | 2026-03-11T21:06:32.193Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_target
vm_id = 5c61621a-b040-4e76-a961-2b2fdd90fb51
|
| 4722 | 2026-03-11T21:06:32.204Z | 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_target
vm_id = 5c61621a-b040-4e76-a961-2b2fdd90fb51
|
| 4723 | 2026-03-11T21:06:32.205Z | 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 = 5c61621a-b040-4e76-a961-2b2fdd90fb51
|
| 4724 | 2026-03-11T21:06:32.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::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_target
vm_id = 5c61621a-b040-4e76-a961-2b2fdd90fb51
|
| 4725 | 2026-03-11T21:06:32.470Z | 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_target
vm_id = 5c61621a-b040-4e76-a961-2b2fdd90fb51
|
| 4726 | 2026-03-11T21:06:32.470Z | 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 = 5c61621a-b040-4e76-a961-2b2fdd90fb51
|
| 4727 | 2026-03-11T21:06:32.470Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_target
vm_id = 5c61621a-b040-4e76-a961-2b2fdd90fb51
|
| 4728 | 2026-03-11T21:06:32.481Z | 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 = 5c61621a-b040-4e76-a961-2b2fdd90fb51
|
| 4729 | 2026-03-11T21:06:32.481Z | 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 = 5c61621a-b040-4e76-a961-2b2fdd90fb51
|
| 4730 | 2026-03-11T21:06:32.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::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_target
vm_id = 5c61621a-b040-4e76-a961-2b2fdd90fb51
|
| 4731 | 2026-03-11T21:06:32.515Z | 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::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 5c61621a-b040-4e76-a961-2b2fdd90fb51
|
| 4732 | 2026-03-11T21:06:32.515Z | 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 = 5c61621a-b040-4e76-a961-2b2fdd90fb51
|
| 4733 | 2026-03-11T21:06:32.515Z | 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 = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4734 | 2026-03-11T21:06:32.516Z | 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
|
| 4735 | 2026-03-11T21:06:32.516Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 11555
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4736 | 2026-03-11T21:06:32.516Z | INFO | phd-runner: test phd_tests::crucible::migrate::load_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 4737 | 2026-03-11T21:06:32.516Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4738 | 2026-03-11T21:06:32.517Z | 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 = 5c61621a-b040-4e76-a961-2b2fdd90fb51
|
| 4739 | 2026-03-11T21:06:32.518Z | 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 = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4740 | 2026-03-11T21:06:32.602Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 86
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 = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4741 | 2026-03-11T21:06:32.602Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 12289
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 = 541c1409-443e-4344-b9c2-d582b00a5f40
|
| 4742 | 2026-03-11T21:06:32.604Z | 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 = 5c61621a-b040-4e76-a961-2b2fdd90fb51
|
| 4743 | 2026-03-11T21:06:32.687Z | 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/5d3a9508-84cf-4645-9832-e8ed1598b77f_9000" } }
target = phd_framework::disk::crucible
vm = crucible_load_test_target
vm_id = 5c61621a-b040-4e76-a961-2b2fdd90fb51
|
| 4744 | 2026-03-11T21:06:32.695Z | 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/5d3a9508-84cf-4645-9832-e8ed1598b77f_9000"
target = phd_framework::disk::crucible
vm = crucible_load_test_target
vm_id = 5c61621a-b040-4e76-a961-2b2fdd90fb51
|
| 4745 | 2026-03-11T21:06:32.708Z | 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/5d3a9508-84cf-4645-9832-e8ed1598b77f_9001" } }
target = phd_framework::disk::crucible
vm = crucible_load_test_target
vm_id = 5c61621a-b040-4e76-a961-2b2fdd90fb51
|
| 4746 | 2026-03-11T21:06:32.716Z | 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/5d3a9508-84cf-4645-9832-e8ed1598b77f_9001"
target = phd_framework::disk::crucible
vm = crucible_load_test_target
vm_id = 5c61621a-b040-4e76-a961-2b2fdd90fb51
|
| 4747 | 2026-03-11T21:06:32.729Z | 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/5d3a9508-84cf-4645-9832-e8ed1598b77f_9002" } }
target = phd_framework::disk::crucible
vm = crucible_load_test_target
vm_id = 5c61621a-b040-4e76-a961-2b2fdd90fb51
|
| 4748 | 2026-03-11T21:06:32.740Z | 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/5d3a9508-84cf-4645-9832-e8ed1598b77f_9002"
target = phd_framework::disk::crucible
vm = crucible_load_test_target
vm_id = 5c61621a-b040-4e76-a961-2b2fdd90fb51
|
| 4749 | 2026-03-11T21:06:32.755Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 239
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 = 5c61621a-b040-4e76-a961-2b2fdd90fb51
|
| 4750 | 2026-03-11T21:06:32.755Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 239
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4751 | 2026-03-11T21:06:32.755Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5962
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 = 541c1409-443e-4344-b9c2-d582b00a5f40
target = phd_framework::test_vm
target_id = 5c61621a-b040-4e76-a961-2b2fdd90fb51
vm = crucible_load_test_target
vm_id = 5c61621a-b040-4e76-a961-2b2fdd90fb51
|
| 4752 | 2026-03-11T21:06:32.755Z | INFO | phd-runner: Starting test phd_tests::crucible::smoke::boot_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 4753 | 2026-03-11T21:06:32.755Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 5963
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 = 541c1409-443e-4344-b9c2-d582b00a5f40
target = phd_framework::test_vm
target_id = 5c61621a-b040-4e76-a961-2b2fdd90fb51
|
| 4754 | 2026-03-11T21:06:32.756Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 12831
file = phd-tests/tests/src/crucible/migrate.rs
line = 40
path = phd_tests::crucible::migrate::load_test
target = phd_tests::crucible::migrate
|
| 4755 | 2026-03-11T21:06:32.756Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4756 | 2026-03-11T21:06:32.756Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4757 | 2026-03-11T21:06:32.756Z | 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
|
| 4758 | 2026-03-11T21:06:32.756Z | 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
|
| 4759 | 2026-03-11T21:06:32.756Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4760 | 2026-03-11T21:06:32.756Z | 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
|
| 4761 | 2026-03-11T21:06:32.756Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4762 | 2026-03-11T21:06:32.756Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/9e7b2d30-6464-4012-95e9-701fcfdcd560_9000", "--encrypted", "--uuid", "9e7b2d30-6464-4012-95e9-701fcfdcd560", "--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
|
| 4763 | 2026-03-11T21:06:32.868Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
path = phd_tests::crucible::smoke::boot_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/9e7b2d30-6464-4012-95e9-701fcfdcd560_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:32.768613963Z","hostname":"BRM42220010","pid":1220}\n{"msg":"UUID: 9e7b2d30-6464-4012-95e9-701fcfdcd560","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:32.862630548Z","hostname":"BRM42220010","pid":1220}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:32.862653071Z","hostname":"BRM42220010","pid":1220}\n
target = phd_framework::disk::crucible
|
| 4764 | 2026-03-11T21:06:32.869Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/9e7b2d30-6464-4012-95e9-701fcfdcd560_9001", "--encrypted", "--uuid", "9e7b2d30-6464-4012-95e9-701fcfdcd560", "--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
|
| 4765 | 2026-03-11T21:06:32.980Z | 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/9e7b2d30-6464-4012-95e9-701fcfdcd560_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:32.881423219Z","hostname":"BRM42220010","pid":1221}\n{"msg":"UUID: 9e7b2d30-6464-4012-95e9-701fcfdcd560","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:32.975082386Z","hostname":"BRM42220010","pid":1221}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:32.975096634Z","hostname":"BRM42220010","pid":1221}\n
target = phd_framework::disk::crucible
|
| 4766 | 2026-03-11T21:06:32.980Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/9e7b2d30-6464-4012-95e9-701fcfdcd560_9002", "--encrypted", "--uuid", "9e7b2d30-6464-4012-95e9-701fcfdcd560", "--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
|
| 4767 | 2026-03-11T21:06:33.093Z | 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/9e7b2d30-6464-4012-95e9-701fcfdcd560_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:32.992760607Z","hostname":"BRM42220010","pid":1222}\n{"msg":"UUID: 9e7b2d30-6464-4012-95e9-701fcfdcd560","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:33.08745352Z","hostname":"BRM42220010","pid":1222}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:33.087479469Z","hostname":"BRM42220010","pid":1222}\n
target = phd_framework::disk::crucible
|
| 4768 | 2026-03-11T21:06:33.093Z | 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_9e7b2d30-6464-4012-95e9-701fcfdcd560_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::boot_test/crucible_9e7b2d30-6464-4012-95e9-701fcfdcd560_9000.stdout.log"
target = phd_framework::log_config
|
| 4769 | 2026-03-11T21:06:33.093Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/9e7b2d30-6464-4012-95e9-701fcfdcd560_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
| 4770 | 2026-03-11T21:06:33.093Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/9e7b2d30-6464-4012-95e9-701fcfdcd560_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
| 4771 | 2026-03-11T21:06:33.095Z | 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_9e7b2d30-6464-4012-95e9-701fcfdcd560_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::boot_test/crucible_9e7b2d30-6464-4012-95e9-701fcfdcd560_9001.stdout.log"
target = phd_framework::log_config
|
| 4772 | 2026-03-11T21:06:33.095Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/9e7b2d30-6464-4012-95e9-701fcfdcd560_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
| 4773 | 2026-03-11T21:06:33.096Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/9e7b2d30-6464-4012-95e9-701fcfdcd560_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
| 4774 | 2026-03-11T21:06:33.098Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::crucible::smoke::boot_test
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::boot_test/crucible_9e7b2d30-6464-4012-95e9-701fcfdcd560_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::boot_test/crucible_9e7b2d30-6464-4012-95e9-701fcfdcd560_9002.stdout.log"
target = phd_framework::log_config
|
| 4775 | 2026-03-11T21:06:33.098Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/9e7b2d30-6464-4012-95e9-701fcfdcd560_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
| 4776 | 2026-03-11T21:06:33.098Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/9e7b2d30-6464-4012-95e9-701fcfdcd560_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
| 4777 | 2026-03-11T21:06:33.100Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
|
| 4778 | 2026-03-11T21:06:33.100Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm_name = crucible_boot_test
|
| 4779 | 2026-03-11T21:06:33.100Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 4780 | 2026-03-11T21:06:33.100Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 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
|
| 4781 | 2026-03-11T21:06:33.100Z | 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
|
| 4782 | 2026-03-11T21:06:33.131Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1226
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm::server
|
| 4783 | 2026-03-11T21:06:33.147Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 46
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
|
| 4784 | 2026-03-11T21:06:33.147Z | 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 = a9e9b08a-4aa3-4249-b943-6a1fcbec6d8c
|
| 4785 | 2026-03-11T21:06:33.147Z | 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 = a9e9b08a-4aa3-4249-b943-6a1fcbec6d8c
|
| 4786 | 2026-03-11T21:06:33.744Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::serial
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4787 | 2026-03-11T21:06:33.745Z | 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: a9e9b08a-4aa3-4249-b943-6a1fcbec6d8c, name: "phd-vm-a9e9b08a-4aa3-4249-b943-6a1fcbec6d8c", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 5e07ddae-0c4c-4ad3-8770-c78f94785ba6, project_id: e5a062b3-6d5f-4774-9cf3-49a59b4150b0, sled_id: f0ab85a0-5110-447c-80ba-931025f576a9, sled_serial: "f0ab85a0-5110-447c-80ba-931025f576a9", 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 = a9e9b08a-4aa3-4249-b943-6a1fcbec6d8c
|
| 4788 | 2026-03-11T21:06:33.745Z | 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 = a9e9b08a-4aa3-4249-b943-6a1fcbec6d8c
|
| 4789 | 2026-03-11T21:06:33.745Z | 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 = a9e9b08a-4aa3-4249-b943-6a1fcbec6d8c
|
| 4790 | 2026-03-11T21:06:33.746Z | 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::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = a9e9b08a-4aa3-4249-b943-6a1fcbec6d8c
|
| 4791 | 2026-03-11T21:06:33.746Z | 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
|
| 4792 | 2026-03-11T21:06:33.747Z | 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 = a9e9b08a-4aa3-4249-b943-6a1fcbec6d8c
|
| 4793 | 2026-03-11T21:06:33.747Z | 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
|
| 4794 | 2026-03-11T21:06:33.747Z | 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 = a9e9b08a-4aa3-4249-b943-6a1fcbec6d8c
|
| 4795 | 2026-03-11T21:06:33.747Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_boot_test
vm_id = a9e9b08a-4aa3-4249-b943-6a1fcbec6d8c
|
| 4796 | 2026-03-11T21:06:38.881Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 5133
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 = a9e9b08a-4aa3-4249-b943-6a1fcbec6d8c
|
| 4797 | 2026-03-11T21:06:38.881Z | 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
|
| 4798 | 2026-03-11T21:06:38.881Z | 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
|
| 4799 | 2026-03-11T21:06:38.881Z | 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 = a9e9b08a-4aa3-4249-b943-6a1fcbec6d8c
|
| 4800 | 2026-03-11T21:06:38.881Z | INFO | phd-runner: [WAIT_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 = a9e9b08a-4aa3-4249-b943-6a1fcbec6d8c
|
| 4801 | 2026-03-11T21:06:38.910Z | 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::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = a9e9b08a-4aa3-4249-b943-6a1fcbec6d8c
|
| 4802 | 2026-03-11T21:06:38.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::crucible::smoke::boot_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 4803 | 2026-03-11T21:06:38.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::crucible::smoke::boot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4804 | 2026-03-11T21:06:38.910Z | 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 = a9e9b08a-4aa3-4249-b943-6a1fcbec6d8c
|
| 4805 | 2026-03-11T21:06:38.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::crucible::smoke::boot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_boot_test
vm_id = a9e9b08a-4aa3-4249-b943-6a1fcbec6d8c
|
| 4806 | 2026-03-11T21:06:38.943Z | 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 = a9e9b08a-4aa3-4249-b943-6a1fcbec6d8c
|
| 4807 | 2026-03-11T21:06:38.943Z | 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
|
| 4808 | 2026-03-11T21:06:38.943Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 5196
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
|
| 4809 | 2026-03-11T21:06:38.943Z | 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 = a9e9b08a-4aa3-4249-b943-6a1fcbec6d8c
|
| 4810 | 2026-03-11T21:06:38.944Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::serial
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4811 | 2026-03-11T21:06:38.944Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 5199
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::serial
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4812 | 2026-03-11T21:06:38.944Z | INFO | phd-runner: test phd_tests::crucible::smoke::boot_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 4813 | 2026-03-11T21:06:38.944Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4814 | 2026-03-11T21:06:38.945Z | 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 = a9e9b08a-4aa3-4249-b943-6a1fcbec6d8c
|
| 4815 | 2026-03-11T21:06:39.305Z | 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 = a9e9b08a-4aa3-4249-b943-6a1fcbec6d8c
|
| 4816 | 2026-03-11T21:06:39.392Z | 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/9e7b2d30-6464-4012-95e9-701fcfdcd560_9000" } }
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = a9e9b08a-4aa3-4249-b943-6a1fcbec6d8c
|
| 4817 | 2026-03-11T21:06:39.399Z | 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/9e7b2d30-6464-4012-95e9-701fcfdcd560_9000"
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = a9e9b08a-4aa3-4249-b943-6a1fcbec6d8c
|
| 4818 | 2026-03-11T21:06:39.410Z | 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/9e7b2d30-6464-4012-95e9-701fcfdcd560_9001" } }
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = a9e9b08a-4aa3-4249-b943-6a1fcbec6d8c
|
| 4819 | 2026-03-11T21:06:39.418Z | 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/9e7b2d30-6464-4012-95e9-701fcfdcd560_9001"
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = a9e9b08a-4aa3-4249-b943-6a1fcbec6d8c
|
| 4820 | 2026-03-11T21:06:39.430Z | 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/9e7b2d30-6464-4012-95e9-701fcfdcd560_9002" } }
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = a9e9b08a-4aa3-4249-b943-6a1fcbec6d8c
|
| 4821 | 2026-03-11T21:06:39.438Z | 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/9e7b2d30-6464-4012-95e9-701fcfdcd560_9002"
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = a9e9b08a-4aa3-4249-b943-6a1fcbec6d8c
|
| 4822 | 2026-03-11T21:06:39.449Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 505
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 = a9e9b08a-4aa3-4249-b943-6a1fcbec6d8c
|
| 4823 | 2026-03-11T21:06:39.449Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 505
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4824 | 2026-03-11T21:06:39.450Z | 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
|
| 4825 | 2026-03-11T21:06:39.450Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4826 | 2026-03-11T21:06:39.450Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4827 | 2026-03-11T21:06:39.450Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6302
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 = a9e9b08a-4aa3-4249-b943-6a1fcbec6d8c
|
| 4828 | 2026-03-11T21:06:39.450Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 6693
file = phd-tests/tests/src/crucible/smoke.rs
line = 14
path = phd_tests::crucible::smoke::boot_test
target = phd_tests::crucible::smoke
|
| 4829 | 2026-03-11T21:06:39.450Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/crucible/smoke.rs
line = 23
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_tests::crucible::smoke
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4830 | 2026-03-11T21:06:39.450Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::artifacts::store
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4831 | 2026-03-11T21:06:39.450Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::artifacts::store
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4832 | 2026-03-11T21:06:39.450Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = /phd-artifacts/83f2c87f64388d17001352694bce6416dc5ed0dc4d84bf02f5099d6724522ee4/crucible-downstairs
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::artifacts::store
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4833 | 2026-03-11T21:06:39.450Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::artifacts::store
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4834 | 2026-03-11T21:06:39.451Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/a2ed55f8-1818-47db-9f9e-9009ef36bfa4_9000", "--encrypted", "--uuid", "a2ed55f8-1818-47db-9f9e-9009ef36bfa4", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::disk::crucible
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4835 | 2026-03-11T21:06:39.551Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/a2ed55f8-1818-47db-9f9e-9009ef36bfa4_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:39.462392116Z","hostname":"BRM42220010","pid":1228}\n{"msg":"UUID: a2ed55f8-1818-47db-9f9e-9009ef36bfa4","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:39.54532145Z","hostname":"BRM42220010","pid":1228}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:39.545345376Z","hostname":"BRM42220010","pid":1228}\n
target = phd_framework::disk::crucible
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4836 | 2026-03-11T21:06:39.551Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/a2ed55f8-1818-47db-9f9e-9009ef36bfa4_9001", "--encrypted", "--uuid", "a2ed55f8-1818-47db-9f9e-9009ef36bfa4", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::disk::crucible
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4837 | 2026-03-11T21:06:39.657Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/a2ed55f8-1818-47db-9f9e-9009ef36bfa4_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:39.563342824Z","hostname":"BRM42220010","pid":1229}\n{"msg":"UUID: a2ed55f8-1818-47db-9f9e-9009ef36bfa4","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:39.651947445Z","hostname":"BRM42220010","pid":1229}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:39.651958987Z","hostname":"BRM42220010","pid":1229}\n
target = phd_framework::disk::crucible
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4838 | 2026-03-11T21:06:39.657Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/a2ed55f8-1818-47db-9f9e-9009ef36bfa4_9002", "--encrypted", "--uuid", "a2ed55f8-1818-47db-9f9e-9009ef36bfa4", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::disk::crucible
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4839 | 2026-03-11T21:06:39.765Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/a2ed55f8-1818-47db-9f9e-9009ef36bfa4_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:39.669304184Z","hostname":"BRM42220010","pid":1230}\n{"msg":"UUID: a2ed55f8-1818-47db-9f9e-9009ef36bfa4","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:39.759394101Z","hostname":"BRM42220010","pid":1230}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:39.759416153Z","hostname":"BRM42220010","pid":1230}\n
target = phd_framework::disk::crucible
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4840 | 2026-03-11T21:06:39.765Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::api_reboot_test/crucible_a2ed55f8-1818-47db-9f9e-9009ef36bfa4_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::api_reboot_test/crucible_a2ed55f8-1818-47db-9f9e-9009ef36bfa4_9000.stdout.log"
target = phd_framework::log_config
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4841 | 2026-03-11T21:06:39.765Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/a2ed55f8-1818-47db-9f9e-9009ef36bfa4_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::disk::crucible
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4842 | 2026-03-11T21:06:39.765Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/a2ed55f8-1818-47db-9f9e-9009ef36bfa4_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::disk::crucible
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4843 | 2026-03-11T21:06:39.768Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::api_reboot_test/crucible_a2ed55f8-1818-47db-9f9e-9009ef36bfa4_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::api_reboot_test/crucible_a2ed55f8-1818-47db-9f9e-9009ef36bfa4_9001.stdout.log"
target = phd_framework::log_config
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4844 | 2026-03-11T21:06:39.768Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/a2ed55f8-1818-47db-9f9e-9009ef36bfa4_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::disk::crucible
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4845 | 2026-03-11T21:06:39.768Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/a2ed55f8-1818-47db-9f9e-9009ef36bfa4_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::disk::crucible
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4846 | 2026-03-11T21:06:39.770Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::api_reboot_test/crucible_a2ed55f8-1818-47db-9f9e-9009ef36bfa4_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::api_reboot_test/crucible_a2ed55f8-1818-47db-9f9e-9009ef36bfa4_9002.stdout.log"
target = phd_framework::log_config
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4847 | 2026-03-11T21:06:39.770Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/a2ed55f8-1818-47db-9f9e-9009ef36bfa4_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::disk::crucible
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4848 | 2026-03-11T21:06:39.770Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/a2ed55f8-1818-47db-9f9e-9009ef36bfa4_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::disk::crucible
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4849 | 2026-03-11T21:06:39.772Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4850 | 2026-03-11T21:06:39.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm_name = crucible_guest_reboot_test
|
| 4851 | 2026-03-11T21:06:39.772Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = /work/phd-test/propolis-server
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::artifacts::store
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4852 | 2026-03-11T21:06:39.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
server_addr = 127.0.0.1:9003
server_path = "/work/phd-test/propolis-server"
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm::server
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4853 | 2026-03-11T21:06:39.772Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
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
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4854 | 2026-03-11T21:06:39.805Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1234
file = phd-tests/framework/src/test_vm/server.rs
line = 122
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm::server
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4855 | 2026-03-11T21:06:39.820Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 48
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4856 | 2026-03-11T21:06:39.820Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = crucible_guest_reboot_test
vm_id = edc0ea49-5ee4-409d-956e-977a4a786808
|
| 4857 | 2026-03-11T21:06:39.821Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9003/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 452
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = crucible_guest_reboot_test
vm_id = edc0ea49-5ee4-409d-956e-977a4a786808
|
| 4858 | 2026-03-11T21:06:40.627Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4859 | 2026-03-11T21:06:40.628Z | 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: edc0ea49-5ee4-409d-956e-977a4a786808, name: "phd-vm-edc0ea49-5ee4-409d-956e-977a4a786808", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 402c511d-544c-4fca-b144-8a3eed63ea63, project_id: bcdcc667-de96-44f6-bf31-996087fb77d3, sled_id: b00ceaed-bb24-42f0-840c-ebf66724609a, sled_serial: "b00ceaed-bb24-42f0-840c-ebf66724609a", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = crucible_guest_reboot_test
vm_id = edc0ea49-5ee4-409d-956e-977a4a786808
|
| 4860 | 2026-03-11T21:06:40.628Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = crucible_guest_reboot_test
vm_id = edc0ea49-5ee4-409d-956e-977a4a786808
|
| 4861 | 2026-03-11T21:06:40.628Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
state = Run
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = crucible_guest_reboot_test
vm_id = edc0ea49-5ee4-409d-956e-977a4a786808
|
| 4862 | 2026-03-11T21:06:40.630Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = crucible_guest_reboot_test
vm_id = edc0ea49-5ee4-409d-956e-977a4a786808
|
| 4863 | 2026-03-11T21:06:40.630Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4864 | 2026-03-11T21:06:40.630Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = 300s
vm = crucible_guest_reboot_test
vm_id = edc0ea49-5ee4-409d-956e-977a4a786808
|
| 4865 | 2026-03-11T21:06:40.630Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4866 | 2026-03-11T21:06:40.630Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = crucible_guest_reboot_test
vm_id = edc0ea49-5ee4-409d-956e-977a4a786808
|
| 4867 | 2026-03-11T21:06:40.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = edc0ea49-5ee4-409d-956e-977a4a786808
|
| 4868 | 2026-03-11T21:06:45.704Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 5073
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = crucible_guest_reboot_test
vm_id = edc0ea49-5ee4-409d-956e-977a4a786808
|
| 4869 | 2026-03-11T21:06:45.704Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
step = WriteStr("root")
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4870 | 2026-03-11T21:06:45.704Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4871 | 2026-03-11T21:06:45.704Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = crucible_guest_reboot_test
vm_id = edc0ea49-5ee4-409d-956e-977a4a786808
|
| 4872 | 2026-03-11T21:06:45.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = edc0ea49-5ee4-409d-956e-977a4a786808
|
| 4873 | 2026-03-11T21:06:45.734Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 29
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = crucible_guest_reboot_test
vm_id = edc0ea49-5ee4-409d-956e-977a4a786808
|
| 4874 | 2026-03-11T21:06:45.734Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4875 | 2026-03-11T21:06:45.734Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4876 | 2026-03-11T21:06:45.734Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = crucible_guest_reboot_test
vm_id = edc0ea49-5ee4-409d-956e-977a4a786808
|
| 4877 | 2026-03-11T21:06:45.734Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = edc0ea49-5ee4-409d-956e-977a4a786808
|
| 4878 | 2026-03-11T21:06:45.767Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = crucible_guest_reboot_test
vm_id = edc0ea49-5ee4-409d-956e-977a4a786808
|
| 4879 | 2026-03-11T21:06:45.767Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4880 | 2026-03-11T21:06:45.768Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 5137
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4881 | 2026-03-11T21:06:45.768Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = crucible_guest_reboot_test
vm_id = edc0ea49-5ee4-409d-956e-977a4a786808
|
| 4882 | 2026-03-11T21:06:45.768Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
state = Reboot
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = crucible_guest_reboot_test
vm_id = edc0ea49-5ee4-409d-956e-977a4a786808
|
| 4883 | 2026-03-11T21:06:45.769Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = crucible_guest_reboot_test
vm_id = edc0ea49-5ee4-409d-956e-977a4a786808
|
| 4884 | 2026-03-11T21:06:45.769Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4885 | 2026-03-11T21:06:45.770Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = 300s
vm = crucible_guest_reboot_test
vm_id = edc0ea49-5ee4-409d-956e-977a4a786808
|
| 4886 | 2026-03-11T21:06:45.770Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4887 | 2026-03-11T21:06:45.770Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = crucible_guest_reboot_test
vm_id = edc0ea49-5ee4-409d-956e-977a4a786808
|
| 4888 | 2026-03-11T21:06:45.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = edc0ea49-5ee4-409d-956e-977a4a786808
|
| 4889 | 2026-03-11T21:06:50.472Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4702
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = crucible_guest_reboot_test
vm_id = edc0ea49-5ee4-409d-956e-977a4a786808
|
| 4890 | 2026-03-11T21:06:50.473Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
step = WriteStr("root")
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4891 | 2026-03-11T21:06:50.473Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4892 | 2026-03-11T21:06:50.473Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = crucible_guest_reboot_test
vm_id = edc0ea49-5ee4-409d-956e-977a4a786808
|
| 4893 | 2026-03-11T21:06:50.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
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = edc0ea49-5ee4-409d-956e-977a4a786808
|
| 4894 | 2026-03-11T21:06:50.491Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = crucible_guest_reboot_test
vm_id = edc0ea49-5ee4-409d-956e-977a4a786808
|
| 4895 | 2026-03-11T21:06:50.491Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4896 | 2026-03-11T21:06:50.491Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4897 | 2026-03-11T21:06:50.491Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = crucible_guest_reboot_test
vm_id = edc0ea49-5ee4-409d-956e-977a4a786808
|
| 4898 | 2026-03-11T21:06:50.492Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = edc0ea49-5ee4-409d-956e-977a4a786808
|
| 4899 | 2026-03-11T21:06:50.523Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = crucible_guest_reboot_test
vm_id = edc0ea49-5ee4-409d-956e-977a4a786808
|
| 4900 | 2026-03-11T21:06:50.523Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4901 | 2026-03-11T21:06:50.524Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4753
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4902 | 2026-03-11T21:06:50.524Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = crucible_guest_reboot_test
vm_id = edc0ea49-5ee4-409d-956e-977a4a786808
|
| 4903 | 2026-03-11T21:06:50.524Z | 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
|
| 4904 | 2026-03-11T21:06:50.524Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 9896
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4905 | 2026-03-11T21:06:50.524Z | 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
|
| 4906 | 2026-03-11T21:06:50.524Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4907 | 2026-03-11T21:06:50.526Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = crucible_guest_reboot_test
vm_id = edc0ea49-5ee4-409d-956e-977a4a786808
|
| 4908 | 2026-03-11T21:06:50.975Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
self.address = 127.0.0.1:9003
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm::server
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = crucible_guest_reboot_test
vm_id = edc0ea49-5ee4-409d-956e-977a4a786808
|
| 4909 | 2026-03-11T21:06:51.063Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
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/a2ed55f8-1818-47db-9f9e-9009ef36bfa4_9000" } }
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::disk::crucible
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = crucible_guest_reboot_test
vm_id = edc0ea49-5ee4-409d-956e-977a4a786808
|
| 4910 | 2026-03-11T21:06:51.071Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
self.path = "/tmp/propolis-phd/a2ed55f8-1818-47db-9f9e-9009ef36bfa4_9000"
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::disk::crucible
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = crucible_guest_reboot_test
vm_id = edc0ea49-5ee4-409d-956e-977a4a786808
|
| 4911 | 2026-03-11T21:06:51.082Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
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/a2ed55f8-1818-47db-9f9e-9009ef36bfa4_9001" } }
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::disk::crucible
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = crucible_guest_reboot_test
vm_id = edc0ea49-5ee4-409d-956e-977a4a786808
|
| 4912 | 2026-03-11T21:06:51.089Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
self.path = "/tmp/propolis-phd/a2ed55f8-1818-47db-9f9e-9009ef36bfa4_9001"
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::disk::crucible
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = crucible_guest_reboot_test
vm_id = edc0ea49-5ee4-409d-956e-977a4a786808
|
| 4913 | 2026-03-11T21:06:51.101Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
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/a2ed55f8-1818-47db-9f9e-9009ef36bfa4_9002" } }
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::disk::crucible
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = crucible_guest_reboot_test
vm_id = edc0ea49-5ee4-409d-956e-977a4a786808
|
| 4914 | 2026-03-11T21:06:51.109Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
self.path = "/tmp/propolis-phd/a2ed55f8-1818-47db-9f9e-9009ef36bfa4_9002"
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::disk::crucible
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = crucible_guest_reboot_test
vm_id = edc0ea49-5ee4-409d-956e-977a4a786808
|
| 4915 | 2026-03-11T21:06:51.120Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 596
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = crucible_guest_reboot_test
vm_id = edc0ea49-5ee4-409d-956e-977a4a786808
|
| 4916 | 2026-03-11T21:06:51.120Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 11299
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::test_vm
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
vm = crucible_guest_reboot_test
vm_id = edc0ea49-5ee4-409d-956e-977a4a786808
|
| 4917 | 2026-03-11T21:06:51.121Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 11669
file = phd-tests/tests/src/crucible/smoke.rs
line = 23
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::crucible::smoke::api_reboot_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_tests::crucible::smoke
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 4918 | 2026-03-11T21:06:51.121Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 596
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4919 | 2026-03-11T21:06:51.121Z | 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
|
| 4920 | 2026-03-11T21:06:51.121Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4921 | 2026-03-11T21:06:51.121Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4922 | 2026-03-11T21:06:51.121Z | 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
|
| 4923 | 2026-03-11T21:06:51.121Z | 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
|
| 4924 | 2026-03-11T21:06:51.121Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4925 | 2026-03-11T21:06:51.122Z | 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
|
| 4926 | 2026-03-11T21:06:51.122Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4927 | 2026-03-11T21:06:51.122Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/4fed7b8d-9ca3-4f7f-a015-fabb383d5647_9000", "--encrypted", "--uuid", "4fed7b8d-9ca3-4f7f-a015-fabb383d5647", "--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
|
| 4928 | 2026-03-11T21:06:51.237Z | 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/4fed7b8d-9ca3-4f7f-a015-fabb383d5647_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:51.133617763Z","hostname":"BRM42220010","pid":1236}\n{"msg":"UUID: 4fed7b8d-9ca3-4f7f-a015-fabb383d5647","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:51.231751271Z","hostname":"BRM42220010","pid":1236}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:51.231769536Z","hostname":"BRM42220010","pid":1236}\n
target = phd_framework::disk::crucible
|
| 4929 | 2026-03-11T21:06:51.237Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/4fed7b8d-9ca3-4f7f-a015-fabb383d5647_9001", "--encrypted", "--uuid", "4fed7b8d-9ca3-4f7f-a015-fabb383d5647", "--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
|
| 4930 | 2026-03-11T21:06:51.346Z | 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/4fed7b8d-9ca3-4f7f-a015-fabb383d5647_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:51.248904144Z","hostname":"BRM42220010","pid":1237}\n{"msg":"UUID: 4fed7b8d-9ca3-4f7f-a015-fabb383d5647","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:51.34101265Z","hostname":"BRM42220010","pid":1237}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:51.341034562Z","hostname":"BRM42220010","pid":1237}\n
target = phd_framework::disk::crucible
|
| 4931 | 2026-03-11T21:06:51.346Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/4fed7b8d-9ca3-4f7f-a015-fabb383d5647_9002", "--encrypted", "--uuid", "4fed7b8d-9ca3-4f7f-a015-fabb383d5647", "--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
|
| 4932 | 2026-03-11T21:06:51.457Z | 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/4fed7b8d-9ca3-4f7f-a015-fabb383d5647_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:51.357469537Z","hostname":"BRM42220010","pid":1238}\n{"msg":"UUID: 4fed7b8d-9ca3-4f7f-a015-fabb383d5647","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:51.451961229Z","hostname":"BRM42220010","pid":1238}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:06:51.451981838Z","hostname":"BRM42220010","pid":1238}\n
target = phd_framework::disk::crucible
|
| 4933 | 2026-03-11T21:06:51.457Z | 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_4fed7b8d-9ca3-4f7f-a015-fabb383d5647_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::guest_reboot_test/crucible_4fed7b8d-9ca3-4f7f-a015-fabb383d5647_9000.stdout.log"
target = phd_framework::log_config
|
| 4934 | 2026-03-11T21:06:51.457Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/4fed7b8d-9ca3-4f7f-a015-fabb383d5647_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
| 4935 | 2026-03-11T21:06:51.457Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/4fed7b8d-9ca3-4f7f-a015-fabb383d5647_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
| 4936 | 2026-03-11T21:06:51.459Z | 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_4fed7b8d-9ca3-4f7f-a015-fabb383d5647_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::guest_reboot_test/crucible_4fed7b8d-9ca3-4f7f-a015-fabb383d5647_9001.stdout.log"
target = phd_framework::log_config
|
| 4937 | 2026-03-11T21:06:51.459Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/4fed7b8d-9ca3-4f7f-a015-fabb383d5647_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
| 4938 | 2026-03-11T21:06:51.460Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/4fed7b8d-9ca3-4f7f-a015-fabb383d5647_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
| 4939 | 2026-03-11T21:06:51.461Z | 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_4fed7b8d-9ca3-4f7f-a015-fabb383d5647_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::guest_reboot_test/crucible_4fed7b8d-9ca3-4f7f-a015-fabb383d5647_9002.stdout.log"
target = phd_framework::log_config
|
| 4940 | 2026-03-11T21:06:51.462Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/4fed7b8d-9ca3-4f7f-a015-fabb383d5647_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
| 4941 | 2026-03-11T21:06:51.462Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/4fed7b8d-9ca3-4f7f-a015-fabb383d5647_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
| 4942 | 2026-03-11T21:06:51.464Z | 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
|
| 4943 | 2026-03-11T21:06:51.464Z | 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
|
| 4944 | 2026-03-11T21:06:51.464Z | 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
|
| 4945 | 2026-03-11T21:06:51.464Z | 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
|
| 4946 | 2026-03-11T21:06:51.464Z | 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
|
| 4947 | 2026-03-11T21:06:51.494Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1242
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
|
| 4948 | 2026-03-11T21:06:51.509Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 45
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 4949 | 2026-03-11T21:06:51.509Z | 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 = 8de4c03c-0a6c-4805-a4cf-3ab079270ad2
|
| 4950 | 2026-03-11T21:06:51.510Z | 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 = 8de4c03c-0a6c-4805-a4cf-3ab079270ad2
|
| 4951 | 2026-03-11T21:06:52.041Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4952 | 2026-03-11T21:06:52.043Z | 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: 8de4c03c-0a6c-4805-a4cf-3ab079270ad2, name: "phd-vm-8de4c03c-0a6c-4805-a4cf-3ab079270ad2", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 7e86779c-92c8-4b2f-9443-cd96cd6bac20, project_id: f61a7f4c-d434-4dfa-afd9-49ed11a60de5, sled_id: 05c7f424-dde6-4ee3-868e-5e34a3a940ae, sled_serial: "05c7f424-dde6-4ee3-868e-5e34a3a940ae", 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 = 8de4c03c-0a6c-4805-a4cf-3ab079270ad2
|
| 4953 | 2026-03-11T21:06:52.043Z | 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 = 8de4c03c-0a6c-4805-a4cf-3ab079270ad2
|
| 4954 | 2026-03-11T21:06:52.043Z | 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 = 8de4c03c-0a6c-4805-a4cf-3ab079270ad2
|
| 4955 | 2026-03-11T21:06:52.044Z | 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::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 8de4c03c-0a6c-4805-a4cf-3ab079270ad2
|
| 4956 | 2026-03-11T21:06:52.044Z | 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
|
| 4957 | 2026-03-11T21:06:52.044Z | 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 = 8de4c03c-0a6c-4805-a4cf-3ab079270ad2
|
| 4958 | 2026-03-11T21:06:52.044Z | 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
|
| 4959 | 2026-03-11T21:06:52.044Z | 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 = 8de4c03c-0a6c-4805-a4cf-3ab079270ad2
|
| 4960 | 2026-03-11T21:06:52.044Z | INFO | phd-runner: [WAIT_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 = 8de4c03c-0a6c-4805-a4cf-3ab079270ad2
|
| 4961 | 2026-03-11T21:06:57.155Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 5110
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 = 8de4c03c-0a6c-4805-a4cf-3ab079270ad2
|
| 4962 | 2026-03-11T21:06:57.155Z | 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
|
| 4963 | 2026-03-11T21:06:57.155Z | 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
|
| 4964 | 2026-03-11T21:06:57.155Z | 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 = 8de4c03c-0a6c-4805-a4cf-3ab079270ad2
|
| 4965 | 2026-03-11T21:06:57.155Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 8de4c03c-0a6c-4805-a4cf-3ab079270ad2
|
| 4966 | 2026-03-11T21:06:57.173Z | 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::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 8de4c03c-0a6c-4805-a4cf-3ab079270ad2
|
| 4967 | 2026-03-11T21:06:57.173Z | 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
|
| 4968 | 2026-03-11T21:06:57.173Z | 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
|
| 4969 | 2026-03-11T21:06:57.173Z | 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 = 8de4c03c-0a6c-4805-a4cf-3ab079270ad2
|
| 4970 | 2026-03-11T21:06:57.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::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 8de4c03c-0a6c-4805-a4cf-3ab079270ad2
|
| 4971 | 2026-03-11T21:06:57.206Z | 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 = 8de4c03c-0a6c-4805-a4cf-3ab079270ad2
|
| 4972 | 2026-03-11T21:06:57.206Z | 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
|
| 4973 | 2026-03-11T21:06:57.206Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 5162
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 4974 | 2026-03-11T21:06:57.207Z | 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 = 8de4c03c-0a6c-4805-a4cf-3ab079270ad2
|
| 4975 | 2026-03-11T21:06:57.207Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 8de4c03c-0a6c-4805-a4cf-3ab079270ad2
|
| 4976 | 2026-03-11T21:06:57.218Z | 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 = 8de4c03c-0a6c-4805-a4cf-3ab079270ad2
|
| 4977 | 2026-03-11T21:06:57.218Z | 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
|
| 4978 | 2026-03-11T21:06:57.219Z | 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 = 8de4c03c-0a6c-4805-a4cf-3ab079270ad2
|
| 4979 | 2026-03-11T21:06:57.219Z | 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
|
| 4980 | 2026-03-11T21:06:57.219Z | 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 = 8de4c03c-0a6c-4805-a4cf-3ab079270ad2
|
| 4981 | 2026-03-11T21:06:57.219Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 8de4c03c-0a6c-4805-a4cf-3ab079270ad2
|
| 4982 | 2026-03-11T21:07:04.354Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 7134
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 = 8de4c03c-0a6c-4805-a4cf-3ab079270ad2
|
| 4983 | 2026-03-11T21:07:04.354Z | 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
|
| 4984 | 2026-03-11T21:07:04.354Z | 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
|
| 4985 | 2026-03-11T21:07:04.354Z | 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 = 8de4c03c-0a6c-4805-a4cf-3ab079270ad2
|
| 4986 | 2026-03-11T21:07:04.354Z | INFO | phd-runner: [WAIT_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 = 8de4c03c-0a6c-4805-a4cf-3ab079270ad2
|
| 4987 | 2026-03-11T21:07:04.372Z | 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 = 8de4c03c-0a6c-4805-a4cf-3ab079270ad2
|
| 4988 | 2026-03-11T21:07:04.372Z | 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
|
| 4989 | 2026-03-11T21:07:04.373Z | 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
|
| 4990 | 2026-03-11T21:07:04.373Z | 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 = 8de4c03c-0a6c-4805-a4cf-3ab079270ad2
|
| 4991 | 2026-03-11T21:07:04.373Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 8de4c03c-0a6c-4805-a4cf-3ab079270ad2
|
| 4992 | 2026-03-11T21:07:04.405Z | 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::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 8de4c03c-0a6c-4805-a4cf-3ab079270ad2
|
| 4993 | 2026-03-11T21:07:04.405Z | 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
|
| 4994 | 2026-03-11T21:07:04.405Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 7186
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 4995 | 2026-03-11T21:07:04.405Z | 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 = 8de4c03c-0a6c-4805-a4cf-3ab079270ad2
|
| 4996 | 2026-03-11T21:07:04.405Z | 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
|
| 4997 | 2026-03-11T21:07:04.405Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 12363
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4998 | 2026-03-11T21:07:04.406Z | 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
|
| 4999 | 2026-03-11T21:07:04.406Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 5000 | 2026-03-11T21:07:04.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::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 8de4c03c-0a6c-4805-a4cf-3ab079270ad2
|
| 5001 | 2026-03-11T21:07:04.896Z | 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 = 8de4c03c-0a6c-4805-a4cf-3ab079270ad2
|
| 5002 | 2026-03-11T21:07:04.985Z | 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/4fed7b8d-9ca3-4f7f-a015-fabb383d5647_9000" } }
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 8de4c03c-0a6c-4805-a4cf-3ab079270ad2
|
| 5003 | 2026-03-11T21:07:04.993Z | 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/4fed7b8d-9ca3-4f7f-a015-fabb383d5647_9000"
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 8de4c03c-0a6c-4805-a4cf-3ab079270ad2
|
| 5004 | 2026-03-11T21:07:05.005Z | 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/4fed7b8d-9ca3-4f7f-a015-fabb383d5647_9001" } }
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 8de4c03c-0a6c-4805-a4cf-3ab079270ad2
|
| 5005 | 2026-03-11T21:07:05.013Z | 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/4fed7b8d-9ca3-4f7f-a015-fabb383d5647_9001"
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 8de4c03c-0a6c-4805-a4cf-3ab079270ad2
|
| 5006 | 2026-03-11T21:07:05.024Z | 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/4fed7b8d-9ca3-4f7f-a015-fabb383d5647_9002" } }
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 8de4c03c-0a6c-4805-a4cf-3ab079270ad2
|
| 5007 | 2026-03-11T21:07:05.032Z | 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/4fed7b8d-9ca3-4f7f-a015-fabb383d5647_9002"
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 8de4c03c-0a6c-4805-a4cf-3ab079270ad2
|
| 5008 | 2026-03-11T21:07:05.044Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 638
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 = 8de4c03c-0a6c-4805-a4cf-3ab079270ad2
|
| 5009 | 2026-03-11T21:07:05.044Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 13533
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 = 8de4c03c-0a6c-4805-a4cf-3ab079270ad2
|
| 5010 | 2026-03-11T21:07:05.044Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 13921
file = phd-tests/tests/src/crucible/smoke.rs
line = 35
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_tests::crucible::smoke
|
| 5011 | 2026-03-11T21:07:05.044Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 638
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 5012 | 2026-03-11T21:07:05.044Z | 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
|
| 5013 | 2026-03-11T21:07:05.044Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 5014 | 2026-03-11T21:07:05.044Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 5015 | 2026-03-11T21:07:05.044Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/crucible/smoke.rs
line = 47
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_tests::crucible::smoke
|
| 5016 | 2026-03-11T21:07:05.045Z | 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
|
| 5017 | 2026-03-11T21:07:05.045Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 5018 | 2026-03-11T21:07:05.045Z | 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
|
| 5019 | 2026-03-11T21:07:05.045Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 5020 | 2026-03-11T21:07:05.045Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/3fad3b4d-d4f8-40f7-951e-49a840b6324e_9000", "--encrypted", "--uuid", "3fad3b4d-d4f8-40f7-951e-49a840b6324e", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
| 5021 | 2026-03-11T21:07:05.152Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
path = phd_tests::crucible::smoke::shutdown_persistence_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/3fad3b4d-d4f8-40f7-951e-49a840b6324e_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:07:05.056723694Z","hostname":"BRM42220010","pid":1244}\n{"msg":"UUID: 3fad3b4d-d4f8-40f7-951e-49a840b6324e","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:07:05.147627941Z","hostname":"BRM42220010","pid":1244}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:07:05.147650143Z","hostname":"BRM42220010","pid":1244}\n
target = phd_framework::disk::crucible
|
| 5022 | 2026-03-11T21:07:05.153Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/3fad3b4d-d4f8-40f7-951e-49a840b6324e_9001", "--encrypted", "--uuid", "3fad3b4d-d4f8-40f7-951e-49a840b6324e", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
| 5023 | 2026-03-11T21:07:05.258Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
path = phd_tests::crucible::smoke::shutdown_persistence_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/3fad3b4d-d4f8-40f7-951e-49a840b6324e_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:07:05.165725559Z","hostname":"BRM42220010","pid":1245}\n{"msg":"UUID: 3fad3b4d-d4f8-40f7-951e-49a840b6324e","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:07:05.253207465Z","hostname":"BRM42220010","pid":1245}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:07:05.253228986Z","hostname":"BRM42220010","pid":1245}\n
target = phd_framework::disk::crucible
|
| 5024 | 2026-03-11T21:07:05.258Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/3fad3b4d-d4f8-40f7-951e-49a840b6324e_9002", "--encrypted", "--uuid", "3fad3b4d-d4f8-40f7-951e-49a840b6324e", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
| 5025 | 2026-03-11T21:07:05.368Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
path = phd_tests::crucible::smoke::shutdown_persistence_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/3fad3b4d-d4f8-40f7-951e-49a840b6324e_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:07:05.270701505Z","hostname":"BRM42220010","pid":1246}\n{"msg":"UUID: 3fad3b4d-d4f8-40f7-951e-49a840b6324e","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:07:05.363274767Z","hostname":"BRM42220010","pid":1246}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:07:05.363289134Z","hostname":"BRM42220010","pid":1246}\n
target = phd_framework::disk::crucible
|
| 5026 | 2026-03-11T21:07:05.368Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::crucible::smoke::shutdown_persistence_test
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::shutdown_persistence_test/crucible_3fad3b4d-d4f8-40f7-951e-49a840b6324e_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::shutdown_persistence_test/crucible_3fad3b4d-d4f8-40f7-951e-49a840b6324e_9000.stdout.log"
target = phd_framework::log_config
|
| 5027 | 2026-03-11T21:07:05.368Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/3fad3b4d-d4f8-40f7-951e-49a840b6324e_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
| 5028 | 2026-03-11T21:07:05.368Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/3fad3b4d-d4f8-40f7-951e-49a840b6324e_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
| 5029 | 2026-03-11T21:07:05.371Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::crucible::smoke::shutdown_persistence_test
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::shutdown_persistence_test/crucible_3fad3b4d-d4f8-40f7-951e-49a840b6324e_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::shutdown_persistence_test/crucible_3fad3b4d-d4f8-40f7-951e-49a840b6324e_9001.stdout.log"
target = phd_framework::log_config
|
| 5030 | 2026-03-11T21:07:05.371Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/3fad3b4d-d4f8-40f7-951e-49a840b6324e_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
| 5031 | 2026-03-11T21:07:05.371Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/3fad3b4d-d4f8-40f7-951e-49a840b6324e_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
| 5032 | 2026-03-11T21:07:05.373Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::crucible::smoke::shutdown_persistence_test
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::shutdown_persistence_test/crucible_3fad3b4d-d4f8-40f7-951e-49a840b6324e_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::shutdown_persistence_test/crucible_3fad3b4d-d4f8-40f7-951e-49a840b6324e_9002.stdout.log"
target = phd_framework::log_config
|
| 5033 | 2026-03-11T21:07:05.373Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/3fad3b4d-d4f8-40f7-951e-49a840b6324e_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
| 5034 | 2026-03-11T21:07:05.373Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/3fad3b4d-d4f8-40f7-951e-49a840b6324e_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
| 5035 | 2026-03-11T21:07:05.375Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::test_vm
|
| 5036 | 2026-03-11T21:07:05.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::crucible::smoke::shutdown_persistence_test
target = phd_framework::test_vm
vm_name = crucible_shutdown_persistence_test
|
| 5037 | 2026-03-11T21:07:05.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
|
| 5038 | 2026-03-11T21:07:05.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::crucible::smoke::shutdown_persistence_test
server_addr = 127.0.0.1:9003
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 5039 | 2026-03-11T21:07:05.375Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::crucible::smoke::shutdown_persistence_test
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::shutdown_persistence_test/crucible_shutdown_persistence_test.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::shutdown_persistence_test/crucible_shutdown_persistence_test.stdout.log"
target = phd_framework::log_config
|
| 5040 | 2026-03-11T21:07:05.407Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1250
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::test_vm::server
|
| 5041 | 2026-03-11T21:07:05.424Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 49
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::test_vm
|
| 5042 | 2026-03-11T21:07:05.425Z | DEBG | phd-runner: [TEST - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
path = phd_tests::crucible::smoke::shutdown_persistence_test
self.address = 127.0.0.1:9003
target = phd_framework::test_vm::server
|
| 5043 | 2026-03-11T21:07:05.437Z | INFO | phd-runner: [TEST - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
path = phd_tests::crucible::smoke::shutdown_persistence_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9000, vcr_address_override: None, data_dir: DataDirectory { path: "/tmp/propolis-phd/3fad3b4d-d4f8-40f7-951e-49a840b6324e_9000" } }
target = phd_framework::disk::crucible
|
| 5044 | 2026-03-11T21:07:05.444Z | INFO | phd-runner: [TEST - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::smoke::shutdown_persistence_test
self.path = "/tmp/propolis-phd/3fad3b4d-d4f8-40f7-951e-49a840b6324e_9000"
target = phd_framework::disk::crucible
|
| 5045 | 2026-03-11T21:07:05.453Z | INFO | phd-runner: [TEST - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
path = phd_tests::crucible::smoke::shutdown_persistence_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9001, vcr_address_override: None, data_dir: DataDirectory { path: "/tmp/propolis-phd/3fad3b4d-d4f8-40f7-951e-49a840b6324e_9001" } }
target = phd_framework::disk::crucible
|
| 5046 | 2026-03-11T21:07:05.459Z | INFO | phd-runner: [TEST - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::smoke::shutdown_persistence_test
self.path = "/tmp/propolis-phd/3fad3b4d-d4f8-40f7-951e-49a840b6324e_9001"
target = phd_framework::disk::crucible
|
| 5047 | 2026-03-11T21:07:05.468Z | INFO | phd-runner: [TEST - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
path = phd_tests::crucible::smoke::shutdown_persistence_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9002, vcr_address_override: None, data_dir: DataDirectory { path: "/tmp/propolis-phd/3fad3b4d-d4f8-40f7-951e-49a840b6324e_9002" } }
target = phd_framework::disk::crucible
|
| 5048 | 2026-03-11T21:07:05.476Z | INFO | phd-runner: [TEST - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::smoke::shutdown_persistence_test
self.path = "/tmp/propolis-phd/3fad3b4d-d4f8-40f7-951e-49a840b6324e_9002"
target = phd_framework::disk::crucible
|
| 5049 | 2026-03-11T21:07:05.485Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 440
file = phd-tests/tests/src/crucible/smoke.rs
line = 47
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_tests::crucible::smoke
|
| 5050 | 2026-03-11T21:07:05.485Z | 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
|
| 5051 | 2026-03-11T21:07:05.485Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 5052 | 2026-03-11T21:07:05.485Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 5053 | 2026-03-11T21:07:05.486Z | 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
|
| 5054 | 2026-03-11T21:07:05.486Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 5055 | 2026-03-11T21:07:05.486Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 5056 | 2026-03-11T21:07:05.486Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/crucible/smoke.rs
line = 91
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_tests::crucible::smoke
|
| 5057 | 2026-03-11T21:07:05.486Z | 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
|
| 5058 | 2026-03-11T21:07:05.486Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 5059 | 2026-03-11T21:07:05.486Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 5060 | 2026-03-11T21:07:05.486Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::zfs
verb = list
|
| 5061 | 2026-03-11T21:07:05.498Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 229M 25.3T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 5062 | 2026-03-11T21:07:05.498Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-52050ca9-92ac-4c36-849b-6ec88ba24158"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::zfs
verb = snapshot
|
| 5063 | 2026-03-11T21:07:05.517Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-52050ca9-92ac-4c36-849b-6ec88ba24158", "phd-artifacts/phd-clone-64ab080d-1710-4ac4-9a8d-b43da23000da"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::zfs
verb = clone
|
| 5064 | 2026-03-11T21:07:05.534Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-64ab080d-1710-4ac4-9a8d-b43da23000da"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::zfs
verb = list
|
| 5065 | 2026-03-11T21:07:05.546Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-64ab080d-1710-4ac4-9a8d-b43da23000da 0B 25.3T 227M /phd-artifacts/phd-clone-64ab080d-1710-4ac4-9a8d-b43da23000da\n
target = phd_framework::zfs
|
| 5066 | 2026-03-11T21:07:05.547Z | 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
|
| 5067 | 2026-03-11T21:07:05.547Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/064c26ad-35df-4aae-a8d9-47108c525655_9000", "--encrypted", "--uuid", "064c26ad-35df-4aae-a8d9-47108c525655", "--extent-size", "131072", "--extent-count", "16"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::disk::crucible
|
| 5068 | 2026-03-11T21:07:05.573Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/064c26ad-35df-4aae-a8d9-47108c525655_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:07:05.558177908Z","hostname":"BRM42220010","pid":1256}\n{"msg":"UUID: 064c26ad-35df-4aae-a8d9-47108c525655","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:07:05.569776294Z","hostname":"BRM42220010","pid":1256}\n{"msg":"Blocks per extent:131072 Total Extents: 16","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:07:05.569792996Z","hostname":"BRM42220010","pid":1256}\n
target = phd_framework::disk::crucible
|
| 5069 | 2026-03-11T21:07:05.573Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/064c26ad-35df-4aae-a8d9-47108c525655_9001", "--encrypted", "--uuid", "064c26ad-35df-4aae-a8d9-47108c525655", "--extent-size", "131072", "--extent-count", "16"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::disk::crucible
|
| 5070 | 2026-03-11T21:07:05.599Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/064c26ad-35df-4aae-a8d9-47108c525655_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:07:05.583840549Z","hostname":"BRM42220010","pid":1257}\n{"msg":"UUID: 064c26ad-35df-4aae-a8d9-47108c525655","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:07:05.595162757Z","hostname":"BRM42220010","pid":1257}\n{"msg":"Blocks per extent:131072 Total Extents: 16","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:07:05.595176814Z","hostname":"BRM42220010","pid":1257}\n
target = phd_framework::disk::crucible
|
| 5071 | 2026-03-11T21:07:05.599Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/064c26ad-35df-4aae-a8d9-47108c525655_9002", "--encrypted", "--uuid", "064c26ad-35df-4aae-a8d9-47108c525655", "--extent-size", "131072", "--extent-count", "16"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::disk::crucible
|
| 5072 | 2026-03-11T21:07:05.627Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/064c26ad-35df-4aae-a8d9-47108c525655_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:07:05.611423072Z","hostname":"BRM42220010","pid":1258}\n{"msg":"UUID: 064c26ad-35df-4aae-a8d9-47108c525655","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:07:05.622664958Z","hostname":"BRM42220010","pid":1258}\n{"msg":"Blocks per extent:131072 Total Extents: 16","v":0,"name":"crucible","level":30,"time":"2026-03-11T21:07:05.622689324Z","hostname":"BRM42220010","pid":1258}\n
target = phd_framework::disk::crucible
|
| 5073 | 2026-03-11T21:07:05.627Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::vcr_replace_during_start_test/crucible_064c26ad-35df-4aae-a8d9-47108c525655_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::vcr_replace_during_start_test/crucible_064c26ad-35df-4aae-a8d9-47108c525655_9000.stdout.log"
target = phd_framework::log_config
|
| 5074 | 2026-03-11T21:07:05.627Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/064c26ad-35df-4aae-a8d9-47108c525655_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::disk::crucible
|
| 5075 | 2026-03-11T21:07:05.627Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/064c26ad-35df-4aae-a8d9-47108c525655_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::disk::crucible
|
| 5076 | 2026-03-11T21:07:05.629Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::vcr_replace_during_start_test/crucible_064c26ad-35df-4aae-a8d9-47108c525655_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::vcr_replace_during_start_test/crucible_064c26ad-35df-4aae-a8d9-47108c525655_9001.stdout.log"
target = phd_framework::log_config
|
| 5077 | 2026-03-11T21:07:05.629Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/064c26ad-35df-4aae-a8d9-47108c525655_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::disk::crucible
|
| 5078 | 2026-03-11T21:07:05.629Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/064c26ad-35df-4aae-a8d9-47108c525655_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::disk::crucible
|
| 5079 | 2026-03-11T21:07:05.631Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::vcr_replace_during_start_test/crucible_064c26ad-35df-4aae-a8d9-47108c525655_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::vcr_replace_during_start_test/crucible_064c26ad-35df-4aae-a8d9-47108c525655_9002.stdout.log"
target = phd_framework::log_config
|
| 5080 | 2026-03-11T21:07:05.631Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/064c26ad-35df-4aae-a8d9-47108c525655_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::disk::crucible
|
| 5081 | 2026-03-11T21:07:05.631Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/064c26ad-35df-4aae-a8d9-47108c525655_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::disk::crucible
|
| 5082 | 2026-03-11T21:07:05.633Z | INFO | phd-runner: [TEST - EVENT] enabling vcr black hole
disk = vcr-replacement-target
file = phd-tests/framework/src/disk/crucible.rs
line = 130
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::disk::crucible
|
| 5083 | 2026-03-11T21:07:05.633Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
|
| 5084 | 2026-03-11T21:07:05.633Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm_name = crucible_vcr_replace_during_start_test
|
| 5085 | 2026-03-11T21:07:05.633Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 5086 | 2026-03-11T21:07:05.633Z | 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::vcr_replace_during_start_test
server_addr = 127.0.0.1:9003
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 5087 | 2026-03-11T21:07:05.633Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::vcr_replace_during_start_test/crucible_vcr_replace_during_start_test.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::vcr_replace_during_start_test/crucible_vcr_replace_during_start_test.stdout.log"
target = phd_framework::log_config
|
| 5088 | 2026-03-11T21:07:05.664Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1262
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm::server
|
| 5089 | 2026-03-11T21:07:05.679Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 45
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
|
| 5090 | 2026-03-11T21:07:05.679Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5091 | 2026-03-11T21:07:05.680Z | 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::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5092 | 2026-03-11T21:07:06.387Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::serial
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 5093 | 2026-03-11T21:07:06.388Z | 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: c8ef8f65-706c-45de-94b6-fa0b63e0658b, name: "phd-vm-c8ef8f65-706c-45de-94b6-fa0b63e0658b", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: a01a1131-983d-499e-a75e-11acd6abeb95, project_id: 46351a0b-a2ad-46fb-8b48-f84f030244cd, sled_id: f636513c-1c63-48df-9f76-ca008f9b6805, sled_serial: "f636513c-1c63-48df-9f76-ca008f9b6805", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5094 | 2026-03-11T21:07:06.388Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5095 | 2026-03-11T21:07:06.388Z | 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::vcr_replace_during_start_test
state = Run
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5096 | 2026-03-11T21:07:06.389Z | 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::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5097 | 2026-03-11T21:07:06.389Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5098 | 2026-03-11T21:07:06.389Z | 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::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5099 | 2026-03-11T21:07:06.389Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5100 | 2026-03-11T21:07:06.389Z | 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::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5101 | 2026-03-11T21:07:06.390Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5102 | 2026-03-11T21:07:06.805Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5103 | 2026-03-11T21:07:06.805Z | 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::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5104 | 2026-03-11T21:07:06.807Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5105 | 2026-03-11T21:07:07.769Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5106 | 2026-03-11T21:07:07.769Z | 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::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5107 | 2026-03-11T21:07:07.771Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5108 | 2026-03-11T21:07:09.414Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5109 | 2026-03-11T21:07:09.414Z | 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::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5110 | 2026-03-11T21:07:09.415Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5111 | 2026-03-11T21:07:09.415Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 3026
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5112 | 2026-03-11T21:07:09.415Z | INFO | phd-runner: [TEST - EVENT] disabling vcr black hole
disk = vcr-replacement-target
file = phd-tests/framework/src/disk/crucible.rs
line = 153
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::disk::crucible
|
| 5113 | 2026-03-11T21:07:09.416Z | 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
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vcr = Volume { id: 0f8b7bee-0aa3-473a-82bb-d1f9ecdf2f6a, block_size: 512, sub_volumes: [Region { block_size: 512, blocks_per_extent: 131072, extent_count: 16, opts: CrucibleOpts { id: 0f8b7bee-0aa3-473a-82bb-d1f9ecdf2f6a, target: [127.0.0.1:9000, 127.0.0.1:9001, 127.0.0.1:9002], lossy: false, flush_timeout: None, key: Some("7p1rUpegdgtuqvjJ6y0tDNlqb6IwNtdK71Ac5WgGwE8="), cert_pem: None, key_pem: None, root_cert_pem: None, control: None, read_only: false }, generation: 2 }], read_only_parent: None }
|
| 5114 | 2026-03-11T21:07:09.418Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
|
| 5115 | 2026-03-11T21:07:09.418Z | 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::vcr_replace_during_start_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5116 | 2026-03-11T21:07:09.418Z | 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::vcr_replace_during_start_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 5117 | 2026-03-11T21:07:09.418Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5118 | 2026-03-11T21:07:09.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::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5119 | 2026-03-11T21:07:23.878Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 14459
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5120 | 2026-03-11T21:07:23.879Z | 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::vcr_replace_during_start_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 5121 | 2026-03-11T21:07:23.879Z | 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::vcr_replace_during_start_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 5122 | 2026-03-11T21:07:23.879Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5123 | 2026-03-11T21:07:23.879Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5124 | 2026-03-11T21:07:23.897Z | 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::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5125 | 2026-03-11T21:07:23.897Z | 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::vcr_replace_during_start_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 5126 | 2026-03-11T21:07:23.897Z | 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::vcr_replace_during_start_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 5127 | 2026-03-11T21:07:23.897Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5128 | 2026-03-11T21:07:23.898Z | INFO | phd-runner: [WAIT_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::vcr_replace_during_start_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5129 | 2026-03-11T21:07:23.930Z | 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::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5130 | 2026-03-11T21:07:23.930Z | 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::vcr_replace_during_start_test
target = phd_framework::test_vm
|
| 5131 | 2026-03-11T21:07:23.930Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 14510
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
|
| 5132 | 2026-03-11T21:07:23.930Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5133 | 2026-03-11T21:07:23.930Z | 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::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5134 | 2026-03-11T21:07:23.931Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5135 | 2026-03-11T21:07:23.931Z | 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
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vcr = Volume { id: 0f8b7bee-0aa3-473a-82bb-d1f9ecdf2f6a, block_size: 512, sub_volumes: [Region { block_size: 512, blocks_per_extent: 131072, extent_count: 16, opts: CrucibleOpts { id: 0f8b7bee-0aa3-473a-82bb-d1f9ecdf2f6a, target: [127.0.0.1:9000, 127.0.0.1:9001, 127.0.0.1:9002], lossy: false, flush_timeout: None, key: Some("7p1rUpegdgtuqvjJ6y0tDNlqb6IwNtdK71Ac5WgGwE8="), cert_pem: None, key_pem: None, root_cert_pem: None, control: None, read_only: false }, generation: 3 }], read_only_parent: None }
|
| 5136 | 2026-03-11T21:07:23.933Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5137 | 2026-03-11T21:07:23.933Z | 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 = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::serial
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 5138 | 2026-03-11T21:07:23.933Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 17544
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = c7c54fd1-469e-4c5d-96de-167630f4af1a
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 64d7e66b-4743-45a3-b31a-d769c5c5e1c8
target = phd_framework::serial
target_id = e8fa3ec1-d404-4a8e-9b47-3767f73f033b
|
| 5139 | 2026-03-11T21:07:23.933Z | 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
|
| 5140 | 2026-03-11T21:07:23.933Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 5141 | 2026-03-11T21:07:23.935Z | 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::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5142 | 2026-03-11T21:07:24.234Z | 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::vcr_replace_during_start_test
self.address = 127.0.0.1:9003
target = phd_framework::test_vm::server
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5143 | 2026-03-11T21:07:24.325Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::zfs
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5144 | 2026-03-11T21:07:24.325Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-64ab080d-1710-4ac4-9a8d-b43da23000da"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::zfs
verb = destroy
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5145 | 2026-03-11T21:07:24.350Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::zfs
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5146 | 2026-03-11T21:07:24.350Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-52050ca9-92ac-4c36-849b-6ec88ba24158"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::zfs
verb = destroy
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5147 | 2026-03-11T21:07:24.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::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/064c26ad-35df-4aae-a8d9-47108c525655_9000" } }
target = phd_framework::disk::crucible
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5148 | 2026-03-11T21:07:24.375Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
self.path = "/tmp/propolis-phd/064c26ad-35df-4aae-a8d9-47108c525655_9000"
target = phd_framework::disk::crucible
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5149 | 2026-03-11T21:07:24.376Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
path = phd_tests::crucible::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/064c26ad-35df-4aae-a8d9-47108c525655_9001" } }
target = phd_framework::disk::crucible
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5150 | 2026-03-11T21:07:24.382Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
self.path = "/tmp/propolis-phd/064c26ad-35df-4aae-a8d9-47108c525655_9001"
target = phd_framework::disk::crucible
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5151 | 2026-03-11T21:07:24.383Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9002, vcr_address_override: None, data_dir: DataDirectory { path: "/tmp/propolis-phd/064c26ad-35df-4aae-a8d9-47108c525655_9002" } }
target = phd_framework::disk::crucible
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5152 | 2026-03-11T21:07:24.388Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
self.path = "/tmp/propolis-phd/064c26ad-35df-4aae-a8d9-47108c525655_9002"
target = phd_framework::disk::crucible
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5153 | 2026-03-11T21:07:24.389Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 456
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5154 | 2026-03-11T21:07:24.390Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 455
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 5155 | 2026-03-11T21:07:24.390Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 18708
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = c8ef8f65-706c-45de-94b6-fa0b63e0658b
|
| 5156 | 2026-03-11T21:07:24.390Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 18902
file = phd-tests/tests/src/crucible/smoke.rs
line = 91
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_tests::crucible::smoke
|
| 5157 | 2026-03-11T21:07:24.390Z | INFO | phd-runner: [EXECUTION_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 35
target = phd_runner::fixtures
|
| 5158 | 2026-03-11T21:07:24.390Z | INFO | phd-runner: [EXECUTION_CLEANUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 35
target = phd_runner::fixtures
|
| 5159 | | test result: ok. 42 passed; 0 failed; 2 skipped; 0 not run; finished in 477.10s |
| 5160 | | |
| 5161 | 2026-03-11T21:07:24.390Z | DEBG | phd-runner: phd_runner
exit_code = 0
file = phd-tests/runner/src/main.rs
line = 41
target = phd_runner
|