| 1 | 2026-03-13T19:59:03.516Z | 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-13T19:59:03.549Z | 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: 185, tv_nsec: 405346192 }, 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-13T19:59:03.549Z | 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-13T19:59:03.552Z | 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-13T19:59:03.554Z | 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-13T19:59:03.763Z | 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-13T19:59:03.766Z | INFO | phd-runner: [EXECUTION_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 25
target = phd_runner::fixtures
|
| 8 | 2026-03-13T19:59:03.766Z | 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-13T19:59:03.766Z | INFO | phd-runner: Running 44 test(s)
file = phd-tests/runner/src/execute.rs
line = 82
target = phd_runner::execute
|
| 10 | 2026-03-13T19:59:03.766Z | 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-13T19:59:03.766Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 12 | 2026-03-13T19:59:03.766Z | 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-13T19:59:03.767Z | 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-13T19:59:03.769Z | 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-13T19:59:03.770Z | 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-13T19:59:04.209Z | 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-13T19:59:04.222Z | 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-13T19:59:10.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
|
| 19 | 2026-03-13T19:59:10.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::framework::multiline_serial_test
target = phd_framework::zfs
verb = list
|
| 20 | 2026-03-13T19:59:10.862Z | 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.08M 25.3T 1.91M /phd-artifacts\n
target = phd_framework::zfs
|
| 21 | 2026-03-13T19:59:10.863Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-c3f3766e-b95d-42a1-a9d2-028e6bb9d4a6"]
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-13T19:59:10.885Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-c3f3766e-b95d-42a1-a9d2-028e6bb9d4a6", "phd-artifacts/phd-clone-0ecc43d1-31fe-4dcc-b071-42097ed68910"]
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-13T19:59:10.907Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-0ecc43d1-31fe-4dcc-b071-42097ed68910"]
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-13T19:59:10.918Z | 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-0ecc43d1-31fe-4dcc-b071-42097ed68910 0B 25.3T 48.9M /phd-artifacts/phd-clone-0ecc43d1-31fe-4dcc-b071-42097ed68910\n
target = phd_framework::zfs
|
| 25 | 2026-03-13T19:59:10.920Z | 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-13T19:59:10.920Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = 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-13T19:59:10.920Z | 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-13T19:59:10.920Z | 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-13T19:59:10.921Z | INFO | phd-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-13T19:59:10.921Z | 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-13T19:59:10.959Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 834
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-13T19:59:10.974Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 53
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-13T19:59:10.974Z | 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 = 4902572b-a272-4a6d-a8f6-0e92fc9752db
|
| 34 | 2026-03-13T19:59:10.976Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 452
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 4902572b-a272-4a6d-a8f6-0e92fc9752db
|
| 35 | 2026-03-13T19:59:11.557Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 36 | 2026-03-13T19:59:11.560Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 4902572b-a272-4a6d-a8f6-0e92fc9752db, name: "phd-vm-4902572b-a272-4a6d-a8f6-0e92fc9752db", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 451d772c-94d7-400c-802d-7fc2c2370884, project_id: 4f36c1f5-6c93-4615-86ec-fcecc473e622, sled_id: c0f4df6e-63ee-4b2e-9cdf-31fa33653e54, sled_serial: "c0f4df6e-63ee-4b2e-9cdf-31fa33653e54", 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 = 4902572b-a272-4a6d-a8f6-0e92fc9752db
|
| 37 | 2026-03-13T19:59:11.560Z | 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 = 4902572b-a272-4a6d-a8f6-0e92fc9752db
|
| 38 | 2026-03-13T19:59:11.561Z | 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 = 4902572b-a272-4a6d-a8f6-0e92fc9752db
|
| 39 | 2026-03-13T19:59:11.562Z | 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 = 4902572b-a272-4a6d-a8f6-0e92fc9752db
|
| 40 | 2026-03-13T19:59:11.562Z | 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-13T19:59:11.562Z | 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 = 4902572b-a272-4a6d-a8f6-0e92fc9752db
|
| 42 | 2026-03-13T19:59:11.562Z | DEBG | phd-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-13T19:59:11.562Z | 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 = 4902572b-a272-4a6d-a8f6-0e92fc9752db
|
| 44 | 2026-03-13T19:59:11.562Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = multiline_test
vm_id = 4902572b-a272-4a6d-a8f6-0e92fc9752db
|
| 45 | 2026-03-13T19:59:16.015Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4452
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 = 4902572b-a272-4a6d-a8f6-0e92fc9752db
|
| 46 | 2026-03-13T19:59:16.015Z | DEBG | phd-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-13T19:59:16.016Z | DEBG | phd-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-13T19:59:16.016Z | 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 = 4902572b-a272-4a6d-a8f6-0e92fc9752db
|
| 49 | 2026-03-13T19:59:16.016Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = multiline_test
vm_id = 4902572b-a272-4a6d-a8f6-0e92fc9752db
|
| 50 | 2026-03-13T19:59:16.044Z | 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::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 4902572b-a272-4a6d-a8f6-0e92fc9752db
|
| 51 | 2026-03-13T19:59:16.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::framework::multiline_serial_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 52 | 2026-03-13T19:59:16.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::framework::multiline_serial_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 53 | 2026-03-13T19:59:16.044Z | 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 = 4902572b-a272-4a6d-a8f6-0e92fc9752db
|
| 54 | 2026-03-13T19:59:16.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::framework::multiline_serial_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = multiline_test
vm_id = 4902572b-a272-4a6d-a8f6-0e92fc9752db
|
| 55 | 2026-03-13T19:59:16.078Z | 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 = 4902572b-a272-4a6d-a8f6-0e92fc9752db
|
| 56 | 2026-03-13T19:59:16.078Z | 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-13T19:59:16.078Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4515
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-13T19:59:16.078Z | 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 = 4902572b-a272-4a6d-a8f6-0e92fc9752db
|
| 59 | 2026-03-13T19:59:16.079Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = multiline_test
vm_id = 4902572b-a272-4a6d-a8f6-0e92fc9752db
|
| 60 | 2026-03-13T19:59:16.111Z | 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 = 4902572b-a272-4a6d-a8f6-0e92fc9752db
|
| 61 | 2026-03-13T19:59:16.112Z | 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 = 4902572b-a272-4a6d-a8f6-0e92fc9752db
|
| 62 | 2026-03-13T19:59:16.112Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = multiline_test
vm_id = 4902572b-a272-4a6d-a8f6-0e92fc9752db
|
| 63 | 2026-03-13T19:59:16.122Z | INFO | 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 = 4902572b-a272-4a6d-a8f6-0e92fc9752db
|
| 64 | 2026-03-13T19:59:16.123Z | 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 = 4902572b-a272-4a6d-a8f6-0e92fc9752db
|
| 65 | 2026-03-13T19:59:16.123Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = multiline_test
vm_id = 4902572b-a272-4a6d-a8f6-0e92fc9752db
|
| 66 | 2026-03-13T19:59:16.133Z | INFO | 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 = 4902572b-a272-4a6d-a8f6-0e92fc9752db
|
| 67 | 2026-03-13T19:59:16.133Z | 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 = 4902572b-a272-4a6d-a8f6-0e92fc9752db
|
| 68 | 2026-03-13T19:59:16.134Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = multiline_test
vm_id = 4902572b-a272-4a6d-a8f6-0e92fc9752db
|
| 69 | 2026-03-13T19:59:16.167Z | 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 = 4902572b-a272-4a6d-a8f6-0e92fc9752db
|
| 70 | 2026-03-13T19:59:16.167Z | 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 = 4902572b-a272-4a6d-a8f6-0e92fc9752db
|
| 71 | 2026-03-13T19:59:16.168Z | 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-13T19:59:16.168Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4610
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 73 | 2026-03-13T19:59:16.168Z | 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-13T19:59:16.168Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 75 | 2026-03-13T19:59:16.169Z | 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 = 4902572b-a272-4a6d-a8f6-0e92fc9752db
|
| 76 | 2026-03-13T19:59:16.720Z | 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 = 4902572b-a272-4a6d-a8f6-0e92fc9752db
|
| 77 | 2026-03-13T19:59:16.795Z | 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 = 4902572b-a272-4a6d-a8f6-0e92fc9752db
|
| 78 | 2026-03-13T19:59:16.795Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-0ecc43d1-31fe-4dcc-b071-42097ed68910"]
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 = 4902572b-a272-4a6d-a8f6-0e92fc9752db
|
| 79 | 2026-03-13T19:59:16.820Z | 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 = 4902572b-a272-4a6d-a8f6-0e92fc9752db
|
| 80 | 2026-03-13T19:59:16.821Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-c3f3766e-b95d-42a1-a9d2-028e6bb9d4a6"]
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 = 4902572b-a272-4a6d-a8f6-0e92fc9752db
|
| 81 | 2026-03-13T19:59:16.838Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 670
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 = 4902572b-a272-4a6d-a8f6-0e92fc9752db
|
| 82 | 2026-03-13T19:59:16.839Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5865
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 = 4902572b-a272-4a6d-a8f6-0e92fc9752db
|
| 83 | 2026-03-13T19:59:16.839Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 13071
file = phd-tests/tests/src/framework.rs
line = 10
path = phd_tests::framework::multiline_serial_test
target = phd_tests::framework
|
| 84 | 2026-03-13T19:59:16.839Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 671
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 85 | 2026-03-13T19:59:16.839Z | 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-13T19:59:16.839Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 87 | 2026-03-13T19:59:16.840Z | 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-13T19:59:16.840Z | 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-13T19:59:16.840Z | DEBG | phd-runner: [TEST - EVENT] Verified 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-13T19:59:16.840Z | 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-13T19:59:16.840Z | DEBG | phd-runner: [TEST - EVENT] Verified 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-13T19:59:16.840Z | DEBG | phd-runner: [TEST - EVENT] Verified 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-13T19:59:16.840Z | 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-13T19:59:16.852Z | 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.5M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 95 | 2026-03-13T19:59:16.852Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-eba4ad79-004c-4c56-ae54-2955be6dc221"]
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-13T19:59:16.869Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-eba4ad79-004c-4c56-ae54-2955be6dc221", "phd-artifacts/phd-clone-4fc43a48-640f-40ac-a068-acf2e19ab456"]
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-13T19:59:16.890Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-4fc43a48-640f-40ac-a068-acf2e19ab456"]
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-13T19:59:16.901Z | 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-4fc43a48-640f-40ac-a068-acf2e19ab456 0B 25.3T 48.9M /phd-artifacts/phd-clone-4fc43a48-640f-40ac-a068-acf2e19ab456\n
target = phd_framework::zfs
|
| 99 | 2026-03-13T19:59:16.902Z | 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-13T19:59:16.902Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = 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-13T19:59:16.902Z | 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-13T19:59:16.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::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-13T19:59:16.902Z | 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-13T19:59:16.919Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 842
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-13T19:59:16.934Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 31
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-13T19:59:16.934Z | 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 = c1f4516a-5452-44b4-9313-0c2a61503110
|
| 107 | 2026-03-13T19:59:16.934Z | 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 = c1f4516a-5452-44b4-9313-0c2a61503110
|
| 108 | 2026-03-13T19:59:17.549Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 109 | 2026-03-13T19:59:17.550Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: c1f4516a-5452-44b4-9313-0c2a61503110, name: "phd-vm-c1f4516a-5452-44b4-9313-0c2a61503110", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: fd4dfac4-19a3-4597-95c0-d5882028601e, project_id: abbc78de-c7dc-4ec7-a7a4-8d2e92cb89fa, sled_id: 69e83c22-de54-4134-9af0-f5dc0bb344d0, sled_serial: "69e83c22-de54-4134-9af0-f5dc0bb344d0", 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 = c1f4516a-5452-44b4-9313-0c2a61503110
|
| 110 | 2026-03-13T19:59:17.551Z | 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 = c1f4516a-5452-44b4-9313-0c2a61503110
|
| 111 | 2026-03-13T19:59:17.551Z | 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 = c1f4516a-5452-44b4-9313-0c2a61503110
|
| 112 | 2026-03-13T19:59:17.552Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = c1f4516a-5452-44b4-9313-0c2a61503110
|
| 113 | 2026-03-13T19:59:17.552Z | 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-13T19:59:17.552Z | 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 = c1f4516a-5452-44b4-9313-0c2a61503110
|
| 115 | 2026-03-13T19:59:17.552Z | DEBG | phd-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-13T19:59:17.552Z | 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 = c1f4516a-5452-44b4-9313-0c2a61503110
|
| 117 | 2026-03-13T19:59:17.552Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = long_line_serial_test
vm_id = c1f4516a-5452-44b4-9313-0c2a61503110
|
| 118 | 2026-03-13T19:59:21.998Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4446
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 = c1f4516a-5452-44b4-9313-0c2a61503110
|
| 119 | 2026-03-13T19:59:21.998Z | DEBG | phd-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-13T19:59:21.999Z | DEBG | phd-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-13T19:59:21.999Z | 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 = c1f4516a-5452-44b4-9313-0c2a61503110
|
| 122 | 2026-03-13T19:59:21.999Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = long_line_serial_test
vm_id = c1f4516a-5452-44b4-9313-0c2a61503110
|
| 123 | 2026-03-13T19:59:22.026Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 27
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = c1f4516a-5452-44b4-9313-0c2a61503110
|
| 124 | 2026-03-13T19:59:22.026Z | DEBG | phd-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-13T19:59:22.027Z | DEBG | phd-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-13T19:59:22.027Z | 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 = c1f4516a-5452-44b4-9313-0c2a61503110
|
| 127 | 2026-03-13T19:59:22.027Z | INFO | phd-runner: [WAIT_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 = c1f4516a-5452-44b4-9313-0c2a61503110
|
| 128 | 2026-03-13T19:59:22.060Z | 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::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = c1f4516a-5452-44b4-9313-0c2a61503110
|
| 129 | 2026-03-13T19:59:22.060Z | 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-13T19:59:22.060Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4508
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-13T19:59:22.061Z | 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 = c1f4516a-5452-44b4-9313-0c2a61503110
|
| 132 | 2026-03-13T19:59:22.061Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = long_line_serial_test
vm_id = c1f4516a-5452-44b4-9313-0c2a61503110
|
| 133 | 2026-03-13T19:59:22.137Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 76
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 = c1f4516a-5452-44b4-9313-0c2a61503110
|
| 134 | 2026-03-13T19:59:22.137Z | 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 = c1f4516a-5452-44b4-9313-0c2a61503110
|
| 135 | 2026-03-13T19:59:22.137Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = c1f4516a-5452-44b4-9313-0c2a61503110
|
| 136 | 2026-03-13T19:59:22.181Z | 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::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = c1f4516a-5452-44b4-9313-0c2a61503110
|
| 137 | 2026-03-13T19:59:22.182Z | 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 = c1f4516a-5452-44b4-9313-0c2a61503110
|
| 138 | 2026-03-13T19:59:22.182Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = long_line_serial_test
vm_id = c1f4516a-5452-44b4-9313-0c2a61503110
|
| 139 | 2026-03-13T19:59:22.192Z | INFO | 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::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = c1f4516a-5452-44b4-9313-0c2a61503110
|
| 140 | 2026-03-13T19:59:22.193Z | 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 = c1f4516a-5452-44b4-9313-0c2a61503110
|
| 141 | 2026-03-13T19:59:22.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::framework::long_line_serial_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = long_line_serial_test
vm_id = c1f4516a-5452-44b4-9313-0c2a61503110
|
| 142 | 2026-03-13T19:59:22.226Z | 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 = c1f4516a-5452-44b4-9313-0c2a61503110
|
| 143 | 2026-03-13T19:59:22.226Z | 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 = c1f4516a-5452-44b4-9313-0c2a61503110
|
| 144 | 2026-03-13T19:59:22.226Z | 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-13T19:59:22.226Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4677
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 146 | 2026-03-13T19:59:22.226Z | 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-13T19:59:22.226Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 148 | 2026-03-13T19:59:22.227Z | 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 = c1f4516a-5452-44b4-9313-0c2a61503110
|
| 149 | 2026-03-13T19:59:22.662Z | 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 = c1f4516a-5452-44b4-9313-0c2a61503110
|
| 150 | 2026-03-13T19:59:22.740Z | 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 = c1f4516a-5452-44b4-9313-0c2a61503110
|
| 151 | 2026-03-13T19:59:22.740Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-4fc43a48-640f-40ac-a068-acf2e19ab456"]
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 = c1f4516a-5452-44b4-9313-0c2a61503110
|
| 152 | 2026-03-13T19:59:22.767Z | 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 = c1f4516a-5452-44b4-9313-0c2a61503110
|
| 153 | 2026-03-13T19:59:22.767Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-eba4ad79-004c-4c56-ae54-2955be6dc221"]
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 = c1f4516a-5452-44b4-9313-0c2a61503110
|
| 154 | 2026-03-13T19:59:22.786Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 562
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 = c1f4516a-5452-44b4-9313-0c2a61503110
|
| 155 | 2026-03-13T19:59:22.786Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 562
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 156 | 2026-03-13T19:59:22.786Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5855
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 = c1f4516a-5452-44b4-9313-0c2a61503110
|
| 157 | 2026-03-13T19:59:22.786Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 5949
file = phd-tests/tests/src/framework.rs
line = 20
path = phd_tests::framework::long_line_serial_test
target = phd_tests::framework
|
| 158 | 2026-03-13T19:59:22.787Z | 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-13T19:59:22.787Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 160 | 2026-03-13T19:59:22.787Z | 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-13T19:59:22.787Z | 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-13T19:59:22.787Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 163 | 2026-03-13T19:59:22.787Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 164 | 2026-03-13T19:59:22.787Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 165 | 2026-03-13T19:59:22.787Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::nproc_test
target = phd_framework::zfs
verb = list
|
| 166 | 2026-03-13T19:59:22.799Z | 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 49.9M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 167 | 2026-03-13T19:59:22.800Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d2bf00a3-ac0c-4456-8096-9247fccbbbca"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::nproc_test
target = phd_framework::zfs
verb = snapshot
|
| 168 | 2026-03-13T19:59:22.822Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d2bf00a3-ac0c-4456-8096-9247fccbbbca", "phd-artifacts/phd-clone-ab3ec9e7-acd3-4421-8400-c61bc8189871"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::nproc_test
target = phd_framework::zfs
verb = clone
|
| 169 | 2026-03-13T19:59:22.839Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-ab3ec9e7-acd3-4421-8400-c61bc8189871"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::nproc_test
target = phd_framework::zfs
verb = list
|
| 170 | 2026-03-13T19:59:22.852Z | 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-ab3ec9e7-acd3-4421-8400-c61bc8189871 0B 25.3T 48.9M /phd-artifacts/phd-clone-ab3ec9e7-acd3-4421-8400-c61bc8189871\n
target = phd_framework::zfs
|
| 171 | 2026-03-13T19:59:22.852Z | 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-13T19:59:22.852Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = 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-13T19:59:22.852Z | 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-13T19:59:22.853Z | INFO | phd-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-13T19:59:22.853Z | 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-13T19:59:22.869Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 850
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-13T19:59:22.884Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 31
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-13T19:59:22.884Z | 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 = 17619053-3718-4a38-abe9-0d0b8c60c718
|
| 179 | 2026-03-13T19:59:22.885Z | 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 = 17619053-3718-4a38-abe9-0d0b8c60c718
|
| 180 | 2026-03-13T19:59:23.323Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 181 | 2026-03-13T19:59:23.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: 17619053-3718-4a38-abe9-0d0b8c60c718, name: "phd-vm-17619053-3718-4a38-abe9-0d0b8c60c718", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 6a5ccf2b-94a5-4cb1-9ec9-fc5cf6e1bcd2, project_id: ede85b53-364d-4297-8cbd-7a6b7279444e, sled_id: dd867451-6f5c-469d-9a51-da520304836e, sled_serial: "dd867451-6f5c-469d-9a51-da520304836e", 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 = 17619053-3718-4a38-abe9-0d0b8c60c718
|
| 182 | 2026-03-13T19:59:23.325Z | 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 = 17619053-3718-4a38-abe9-0d0b8c60c718
|
| 183 | 2026-03-13T19:59:23.325Z | 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 = 17619053-3718-4a38-abe9-0d0b8c60c718
|
| 184 | 2026-03-13T19:59:23.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::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 17619053-3718-4a38-abe9-0d0b8c60c718
|
| 185 | 2026-03-13T19:59:23.326Z | 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-13T19:59:23.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::nproc_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = nproc_test
vm_id = 17619053-3718-4a38-abe9-0d0b8c60c718
|
| 187 | 2026-03-13T19:59:23.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::nproc_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 188 | 2026-03-13T19:59:23.326Z | 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 = 17619053-3718-4a38-abe9-0d0b8c60c718
|
| 189 | 2026-03-13T19:59:23.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::nproc_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = nproc_test
vm_id = 17619053-3718-4a38-abe9-0d0b8c60c718
|
| 190 | 2026-03-13T19:59:28.590Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 5266
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 = 17619053-3718-4a38-abe9-0d0b8c60c718
|
| 191 | 2026-03-13T19:59:28.590Z | DEBG | phd-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-13T19:59:28.590Z | DEBG | phd-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-13T19:59:28.590Z | 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 = 17619053-3718-4a38-abe9-0d0b8c60c718
|
| 194 | 2026-03-13T19:59:28.590Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = nproc_test
vm_id = 17619053-3718-4a38-abe9-0d0b8c60c718
|
| 195 | 2026-03-13T19:59:28.608Z | 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::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 17619053-3718-4a38-abe9-0d0b8c60c718
|
| 196 | 2026-03-13T19:59:28.608Z | DEBG | phd-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-13T19:59:28.608Z | DEBG | phd-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-13T19:59:28.609Z | 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 = 17619053-3718-4a38-abe9-0d0b8c60c718
|
| 199 | 2026-03-13T19:59:28.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::smoke::nproc_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = nproc_test
vm_id = 17619053-3718-4a38-abe9-0d0b8c60c718
|
| 200 | 2026-03-13T19:59:28.642Z | 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 = 17619053-3718-4a38-abe9-0d0b8c60c718
|
| 201 | 2026-03-13T19:59:28.642Z | 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-13T19:59:28.642Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 5318
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-13T19:59:28.642Z | 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 = 17619053-3718-4a38-abe9-0d0b8c60c718
|
| 204 | 2026-03-13T19:59:28.642Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = nproc_test
vm_id = 17619053-3718-4a38-abe9-0d0b8c60c718
|
| 205 | 2026-03-13T19:59:28.653Z | 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::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 17619053-3718-4a38-abe9-0d0b8c60c718
|
| 206 | 2026-03-13T19:59:28.654Z | 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 = 17619053-3718-4a38-abe9-0d0b8c60c718
|
| 207 | 2026-03-13T19:59:28.654Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = nproc_test
vm_id = 17619053-3718-4a38-abe9-0d0b8c60c718
|
| 208 | 2026-03-13T19:59:28.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::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 17619053-3718-4a38-abe9-0d0b8c60c718
|
| 209 | 2026-03-13T19:59:28.686Z | 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 = 17619053-3718-4a38-abe9-0d0b8c60c718
|
| 210 | 2026-03-13T19:59:28.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::smoke::nproc_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = nproc_test
vm_id = 17619053-3718-4a38-abe9-0d0b8c60c718
|
| 211 | 2026-03-13T19:59:28.698Z | 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::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 17619053-3718-4a38-abe9-0d0b8c60c718
|
| 212 | 2026-03-13T19:59:28.698Z | 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 = 17619053-3718-4a38-abe9-0d0b8c60c718
|
| 213 | 2026-03-13T19:59:28.698Z | INFO | phd-runner: [WAIT_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 = 17619053-3718-4a38-abe9-0d0b8c60c718
|
| 214 | 2026-03-13T19:59:28.731Z | 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 = 17619053-3718-4a38-abe9-0d0b8c60c718
|
| 215 | 2026-03-13T19:59:28.731Z | 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 = 17619053-3718-4a38-abe9-0d0b8c60c718
|
| 216 | 2026-03-13T19:59:28.732Z | 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-13T19:59:28.732Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 5410
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 218 | 2026-03-13T19:59:28.732Z | 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-13T19:59:28.732Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 220 | 2026-03-13T19:59:28.733Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 17619053-3718-4a38-abe9-0d0b8c60c718
|
| 221 | 2026-03-13T19:59:29.374Z | 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 = 17619053-3718-4a38-abe9-0d0b8c60c718
|
| 222 | 2026-03-13T19:59:29.453Z | 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 = 17619053-3718-4a38-abe9-0d0b8c60c718
|
| 223 | 2026-03-13T19:59:29.453Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-ab3ec9e7-acd3-4421-8400-c61bc8189871"]
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 = 17619053-3718-4a38-abe9-0d0b8c60c718
|
| 224 | 2026-03-13T19:59:29.479Z | 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 = 17619053-3718-4a38-abe9-0d0b8c60c718
|
| 225 | 2026-03-13T19:59:29.479Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d2bf00a3-ac0c-4456-8096-9247fccbbbca"]
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 = 17619053-3718-4a38-abe9-0d0b8c60c718
|
| 226 | 2026-03-13T19:59:29.498Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 766
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 = 17619053-3718-4a38-abe9-0d0b8c60c718
|
| 227 | 2026-03-13T19:59:29.498Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6618
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 = 17619053-3718-4a38-abe9-0d0b8c60c718
|
| 228 | 2026-03-13T19:59:29.499Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 6715
file = phd-tests/tests/src/smoke.rs
line = 8
path = phd_tests::smoke::nproc_test
target = phd_tests::smoke
|
| 229 | 2026-03-13T19:59:29.499Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 766
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 230 | 2026-03-13T19:59:29.499Z | 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-13T19:59:29.499Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 232 | 2026-03-13T19:59:29.499Z | 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-13T19:59:29.499Z | 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-13T19:59:29.499Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 235 | 2026-03-13T19:59:29.499Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 236 | 2026-03-13T19:59:29.499Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 237 | 2026-03-13T19:59:29.499Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::api_reboot_test
target = phd_framework::zfs
verb = list
|
| 238 | 2026-03-13T19:59:29.511Z | 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-13T19:59:29.511Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-9eeb7c5b-b1fb-46b4-9bbf-804e45f01c1d"]
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-13T19:59:29.528Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-9eeb7c5b-b1fb-46b4-9bbf-804e45f01c1d", "phd-artifacts/phd-clone-284c4b25-9e9e-414a-a2cf-2fd35efd156c"]
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-13T19:59:29.547Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-284c4b25-9e9e-414a-a2cf-2fd35efd156c"]
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-13T19:59:29.558Z | 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-284c4b25-9e9e-414a-a2cf-2fd35efd156c 0B 25.3T 48.9M /phd-artifacts/phd-clone-284c4b25-9e9e-414a-a2cf-2fd35efd156c\n
target = phd_framework::zfs
|
| 243 | 2026-03-13T19:59:29.559Z | 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-13T19:59:29.559Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm_name = api_reboot_test
|
| 245 | 2026-03-13T19:59:29.559Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 246 | 2026-03-13T19:59:29.559Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 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-13T19:59:29.559Z | 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-13T19:59:29.576Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 858
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-13T19:59:29.591Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 31
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-13T19:59:29.591Z | 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 = 4fd156f0-e4db-40d2-b234-785bb4c0f346
|
| 251 | 2026-03-13T19:59:29.591Z | 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 = 4fd156f0-e4db-40d2-b234-785bb4c0f346
|
| 252 | 2026-03-13T19:59:30.267Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 253 | 2026-03-13T19:59:30.268Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 4fd156f0-e4db-40d2-b234-785bb4c0f346, name: "phd-vm-4fd156f0-e4db-40d2-b234-785bb4c0f346", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: f6eccb89-70d0-4b60-831b-e695e9edd73c, project_id: ae9566e5-602e-4bda-8b86-784efe8e19e9, sled_id: 103a4fc3-0510-40b2-81cc-31b7e34a1bb5, sled_serial: "103a4fc3-0510-40b2-81cc-31b7e34a1bb5", 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 = 4fd156f0-e4db-40d2-b234-785bb4c0f346
|
| 254 | 2026-03-13T19:59:30.268Z | 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 = 4fd156f0-e4db-40d2-b234-785bb4c0f346
|
| 255 | 2026-03-13T19:59:30.268Z | 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 = 4fd156f0-e4db-40d2-b234-785bb4c0f346
|
| 256 | 2026-03-13T19:59:30.269Z | 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::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 4fd156f0-e4db-40d2-b234-785bb4c0f346
|
| 257 | 2026-03-13T19:59:30.270Z | 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-13T19:59:30.270Z | 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 = 4fd156f0-e4db-40d2-b234-785bb4c0f346
|
| 259 | 2026-03-13T19:59:30.270Z | DEBG | phd-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-13T19:59:30.270Z | 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 = 4fd156f0-e4db-40d2-b234-785bb4c0f346
|
| 261 | 2026-03-13T19:59:30.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
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = api_reboot_test
vm_id = 4fd156f0-e4db-40d2-b234-785bb4c0f346
|
| 262 | 2026-03-13T19:59:34.777Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4506
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 = 4fd156f0-e4db-40d2-b234-785bb4c0f346
|
| 263 | 2026-03-13T19:59:34.777Z | DEBG | phd-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-13T19:59:34.777Z | DEBG | phd-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-13T19:59:34.777Z | 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 = 4fd156f0-e4db-40d2-b234-785bb4c0f346
|
| 266 | 2026-03-13T19:59:34.777Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = api_reboot_test
vm_id = 4fd156f0-e4db-40d2-b234-785bb4c0f346
|
| 267 | 2026-03-13T19:59:34.795Z | 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 = 4fd156f0-e4db-40d2-b234-785bb4c0f346
|
| 268 | 2026-03-13T19:59:34.795Z | DEBG | phd-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-13T19:59:34.795Z | DEBG | phd-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-13T19:59:34.796Z | 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 = 4fd156f0-e4db-40d2-b234-785bb4c0f346
|
| 271 | 2026-03-13T19:59:34.796Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = api_reboot_test
vm_id = 4fd156f0-e4db-40d2-b234-785bb4c0f346
|
| 272 | 2026-03-13T19:59:34.829Z | 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::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 4fd156f0-e4db-40d2-b234-785bb4c0f346
|
| 273 | 2026-03-13T19:59:34.829Z | 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-13T19:59:34.829Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4559
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-13T19:59:34.829Z | 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 = 4fd156f0-e4db-40d2-b234-785bb4c0f346
|
| 276 | 2026-03-13T19:59:34.829Z | 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 = 4fd156f0-e4db-40d2-b234-785bb4c0f346
|
| 277 | 2026-03-13T19:59:34.831Z | 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 = 4fd156f0-e4db-40d2-b234-785bb4c0f346
|
| 278 | 2026-03-13T19:59:34.831Z | 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-13T19:59:34.831Z | 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 = 4fd156f0-e4db-40d2-b234-785bb4c0f346
|
| 280 | 2026-03-13T19:59:34.831Z | DEBG | phd-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-13T19:59:34.831Z | 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 = 4fd156f0-e4db-40d2-b234-785bb4c0f346
|
| 282 | 2026-03-13T19:59:34.831Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = api_reboot_test
vm_id = 4fd156f0-e4db-40d2-b234-785bb4c0f346
|
| 283 | 2026-03-13T19:59:39.069Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4238
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 = 4fd156f0-e4db-40d2-b234-785bb4c0f346
|
| 284 | 2026-03-13T19:59:39.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::smoke::api_reboot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 285 | 2026-03-13T19:59:39.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::smoke::api_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 286 | 2026-03-13T19:59:39.069Z | 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 = 4fd156f0-e4db-40d2-b234-785bb4c0f346
|
| 287 | 2026-03-13T19:59:39.069Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = api_reboot_test
vm_id = 4fd156f0-e4db-40d2-b234-785bb4c0f346
|
| 288 | 2026-03-13T19:59:39.089Z | 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::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 4fd156f0-e4db-40d2-b234-785bb4c0f346
|
| 289 | 2026-03-13T19:59:39.089Z | DEBG | phd-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-13T19:59:39.089Z | DEBG | phd-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-13T19:59:39.089Z | 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 = 4fd156f0-e4db-40d2-b234-785bb4c0f346
|
| 292 | 2026-03-13T19:59:39.089Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = api_reboot_test
vm_id = 4fd156f0-e4db-40d2-b234-785bb4c0f346
|
| 293 | 2026-03-13T19:59:39.121Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 4fd156f0-e4db-40d2-b234-785bb4c0f346
|
| 294 | 2026-03-13T19:59:39.121Z | 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-13T19:59:39.121Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4290
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-13T19:59:39.121Z | 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 = 4fd156f0-e4db-40d2-b234-785bb4c0f346
|
| 297 | 2026-03-13T19:59:39.121Z | 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-13T19:59:39.122Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 8854
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 299 | 2026-03-13T19:59:39.122Z | 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-13T19:59:39.122Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 301 | 2026-03-13T19:59:39.123Z | 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 = 4fd156f0-e4db-40d2-b234-785bb4c0f346
|
| 302 | 2026-03-13T19:59:39.653Z | 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 = 4fd156f0-e4db-40d2-b234-785bb4c0f346
|
| 303 | 2026-03-13T19:59:39.735Z | 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 = 4fd156f0-e4db-40d2-b234-785bb4c0f346
|
| 304 | 2026-03-13T19:59:39.735Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-284c4b25-9e9e-414a-a2cf-2fd35efd156c"]
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 = 4fd156f0-e4db-40d2-b234-785bb4c0f346
|
| 305 | 2026-03-13T19:59:39.760Z | 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 = 4fd156f0-e4db-40d2-b234-785bb4c0f346
|
| 306 | 2026-03-13T19:59:39.760Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-9eeb7c5b-b1fb-46b4-9bbf-804e45f01c1d"]
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 = 4fd156f0-e4db-40d2-b234-785bb4c0f346
|
| 307 | 2026-03-13T19:59:39.778Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 656
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 = 4fd156f0-e4db-40d2-b234-785bb4c0f346
|
| 308 | 2026-03-13T19:59:39.778Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 656
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 309 | 2026-03-13T19:59:39.778Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 10187
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 = 4fd156f0-e4db-40d2-b234-785bb4c0f346
|
| 310 | 2026-03-13T19:59:39.778Z | INFO | phd-runner: Starting test phd_tests::smoke::guest_reboot_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 311 | 2026-03-13T19:59:39.778Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 10279
file = phd-tests/tests/src/smoke.rs
line = 19
path = phd_tests::smoke::api_reboot_test
target = phd_tests::smoke
|
| 312 | 2026-03-13T19:59:39.778Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 313 | 2026-03-13T19:59:39.778Z | 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-13T19:59:39.778Z | 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-13T19:59:39.779Z | 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-13T19:59:39.779Z | DEBG | phd-runner: [TEST - EVENT] Verified 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-13T19:59:39.779Z | DEBG | phd-runner: [TEST - EVENT] Verified 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-13T19:59:39.779Z | 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-13T19:59:39.791Z | 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.4M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 320 | 2026-03-13T19:59:39.791Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2d4e829e-b83a-4918-8f9f-6e8c482dea97"]
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-13T19:59:39.814Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2d4e829e-b83a-4918-8f9f-6e8c482dea97", "phd-artifacts/phd-clone-33f519ae-b355-4bf4-b9aa-14706a213839"]
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-13T19:59:39.831Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-33f519ae-b355-4bf4-b9aa-14706a213839"]
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-13T19:59:39.841Z | 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-33f519ae-b355-4bf4-b9aa-14706a213839 0B 25.3T 48.9M /phd-artifacts/phd-clone-33f519ae-b355-4bf4-b9aa-14706a213839\n
target = phd_framework::zfs
|
| 324 | 2026-03-13T19:59:39.842Z | 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-13T19:59:39.842Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = 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-13T19:59:39.842Z | 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-13T19:59:39.842Z | INFO | phd-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-13T19:59:39.842Z | 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-13T19:59:39.859Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 866
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-13T19:59:39.874Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 31
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-13T19:59:39.874Z | 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 = 8783cbe5-f704-403b-a444-16c72eb9660f
|
| 332 | 2026-03-13T19:59:39.874Z | 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 = 8783cbe5-f704-403b-a444-16c72eb9660f
|
| 333 | 2026-03-13T19:59:40.570Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 334 | 2026-03-13T19:59:40.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: 8783cbe5-f704-403b-a444-16c72eb9660f, name: "phd-vm-8783cbe5-f704-403b-a444-16c72eb9660f", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 2543546b-4f08-4640-802b-f7e570e5afd4, project_id: d954c6f3-2e57-4306-8133-d358c7f4f1bd, sled_id: b1a8e703-e6b5-4e8a-a187-2c693e56a088, sled_serial: "b1a8e703-e6b5-4e8a-a187-2c693e56a088", 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 = 8783cbe5-f704-403b-a444-16c72eb9660f
|
| 335 | 2026-03-13T19:59:40.571Z | 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 = 8783cbe5-f704-403b-a444-16c72eb9660f
|
| 336 | 2026-03-13T19:59:40.571Z | 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 = 8783cbe5-f704-403b-a444-16c72eb9660f
|
| 337 | 2026-03-13T19:59:40.571Z | 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 = 8783cbe5-f704-403b-a444-16c72eb9660f
|
| 338 | 2026-03-13T19:59:40.572Z | 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-13T19:59:40.572Z | 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 = 8783cbe5-f704-403b-a444-16c72eb9660f
|
| 340 | 2026-03-13T19:59:40.572Z | DEBG | phd-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-13T19:59:40.572Z | 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 = 8783cbe5-f704-403b-a444-16c72eb9660f
|
| 342 | 2026-03-13T19:59:40.572Z | INFO | phd-runner: [WAIT_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 = 8783cbe5-f704-403b-a444-16c72eb9660f
|
| 343 | 2026-03-13T19:59:45.060Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4488
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 = 8783cbe5-f704-403b-a444-16c72eb9660f
|
| 344 | 2026-03-13T19:59:45.061Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::smoke::guest_reboot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 345 | 2026-03-13T19:59:45.061Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::smoke::guest_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 346 | 2026-03-13T19:59:45.061Z | 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 = 8783cbe5-f704-403b-a444-16c72eb9660f
|
| 347 | 2026-03-13T19:59:45.061Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_reboot_test
vm_id = 8783cbe5-f704-403b-a444-16c72eb9660f
|
| 348 | 2026-03-13T19:59:45.079Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 8783cbe5-f704-403b-a444-16c72eb9660f
|
| 349 | 2026-03-13T19:59:45.079Z | DEBG | phd-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-13T19:59:45.079Z | DEBG | phd-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-13T19:59:45.079Z | 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 = 8783cbe5-f704-403b-a444-16c72eb9660f
|
| 352 | 2026-03-13T19:59:45.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::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_reboot_test
vm_id = 8783cbe5-f704-403b-a444-16c72eb9660f
|
| 353 | 2026-03-13T19:59:45.111Z | 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 = 8783cbe5-f704-403b-a444-16c72eb9660f
|
| 354 | 2026-03-13T19:59:45.111Z | 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-13T19:59:45.111Z | 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-13T19:59:45.112Z | 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 = 8783cbe5-f704-403b-a444-16c72eb9660f
|
| 357 | 2026-03-13T19:59:45.112Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_reboot_test
vm_id = 8783cbe5-f704-403b-a444-16c72eb9660f
|
| 358 | 2026-03-13T19:59:45.122Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 8783cbe5-f704-403b-a444-16c72eb9660f
|
| 359 | 2026-03-13T19:59:45.122Z | 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-13T19:59:45.122Z | 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 = 8783cbe5-f704-403b-a444-16c72eb9660f
|
| 361 | 2026-03-13T19:59:45.123Z | DEBG | phd-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-13T19:59:45.123Z | 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 = 8783cbe5-f704-403b-a444-16c72eb9660f
|
| 363 | 2026-03-13T19:59:45.123Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_reboot_test
vm_id = 8783cbe5-f704-403b-a444-16c72eb9660f
|
| 364 | 2026-03-13T19:59:51.779Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 6655
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 = 8783cbe5-f704-403b-a444-16c72eb9660f
|
| 365 | 2026-03-13T19:59:51.779Z | DEBG | phd-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-13T19:59:51.779Z | DEBG | phd-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-13T19:59:51.779Z | 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 = 8783cbe5-f704-403b-a444-16c72eb9660f
|
| 368 | 2026-03-13T19:59:51.779Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_reboot_test
vm_id = 8783cbe5-f704-403b-a444-16c72eb9660f
|
| 369 | 2026-03-13T19:59:51.797Z | 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 = 8783cbe5-f704-403b-a444-16c72eb9660f
|
| 370 | 2026-03-13T19:59:51.797Z | DEBG | phd-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-13T19:59:51.797Z | DEBG | phd-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-13T19:59:51.797Z | 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 = 8783cbe5-f704-403b-a444-16c72eb9660f
|
| 373 | 2026-03-13T19:59:51.797Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_reboot_test
vm_id = 8783cbe5-f704-403b-a444-16c72eb9660f
|
| 374 | 2026-03-13T19:59:51.829Z | 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 = 8783cbe5-f704-403b-a444-16c72eb9660f
|
| 375 | 2026-03-13T19:59:51.829Z | 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-13T19:59:51.829Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 6707
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-13T19:59:51.830Z | 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 = 8783cbe5-f704-403b-a444-16c72eb9660f
|
| 378 | 2026-03-13T19:59:51.830Z | 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-13T19:59:51.830Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 11260
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 380 | 2026-03-13T19:59:51.830Z | INFO | phd-runner: test phd_tests::smoke::guest_reboot_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 381 | 2026-03-13T19:59:51.830Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 382 | 2026-03-13T19:59:51.832Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 8783cbe5-f704-403b-a444-16c72eb9660f
|
| 383 | 2026-03-13T19:59:52.404Z | 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 = 8783cbe5-f704-403b-a444-16c72eb9660f
|
| 384 | 2026-03-13T19:59:52.484Z | 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 = 8783cbe5-f704-403b-a444-16c72eb9660f
|
| 385 | 2026-03-13T19:59:52.484Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-33f519ae-b355-4bf4-b9aa-14706a213839"]
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 = 8783cbe5-f704-403b-a444-16c72eb9660f
|
| 386 | 2026-03-13T19:59:52.513Z | 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 = 8783cbe5-f704-403b-a444-16c72eb9660f
|
| 387 | 2026-03-13T19:59:52.513Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2d4e829e-b83a-4918-8f9f-6e8c482dea97"]
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 = 8783cbe5-f704-403b-a444-16c72eb9660f
|
| 388 | 2026-03-13T19:59:52.533Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 702
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 = 8783cbe5-f704-403b-a444-16c72eb9660f
|
| 389 | 2026-03-13T19:59:52.533Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 702
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 390 | 2026-03-13T19:59:52.533Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 12658
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 = 8783cbe5-f704-403b-a444-16c72eb9660f
|
| 391 | 2026-03-13T19:59:52.533Z | 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
|
| 392 | 2026-03-13T19:59:52.533Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 12754
file = phd-tests/tests/src/smoke.rs
line = 28
path = phd_tests::smoke::guest_reboot_test
target = phd_tests::smoke
|
| 393 | 2026-03-13T19:59:52.533Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 394 | 2026-03-13T19:59:52.533Z | 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-13T19:59:52.533Z | 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-13T19:59:52.533Z | 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-13T19:59:52.533Z | DEBG | phd-runner: [TEST - EVENT] Verified 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-13T19:59:52.533Z | DEBG | phd-runner: [TEST - EVENT] Verified 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-13T19:59:52.534Z | 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-13T19:59:52.545Z | 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.6M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 401 | 2026-03-13T19:59:52.545Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d096caad-3ea9-45c2-9572-d990a0440908"]
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-13T19:59:52.563Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d096caad-3ea9-45c2-9572-d990a0440908", "phd-artifacts/phd-clone-7f52480a-5d0f-4b65-b5bb-11c01e3d7a16"]
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-13T19:59:52.585Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-7f52480a-5d0f-4b65-b5bb-11c01e3d7a16"]
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-13T19:59:52.597Z | 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-7f52480a-5d0f-4b65-b5bb-11c01e3d7a16 0B 25.3T 48.9M /phd-artifacts/phd-clone-7f52480a-5d0f-4b65-b5bb-11c01e3d7a16\n
target = phd_framework::zfs
|
| 405 | 2026-03-13T19:59:52.598Z | 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-13T19:59:52.598Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = 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-13T19:59:52.598Z | 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-13T19:59:52.598Z | INFO | phd-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-13T19:59:52.598Z | 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-13T19:59:52.615Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 874
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-13T19:59:52.630Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 31
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-13T19:59:52.630Z | 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 = 005883da-aa13-4a5f-91cd-9aca0ead5d0f
|
| 413 | 2026-03-13T19:59:52.630Z | 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 = 005883da-aa13-4a5f-91cd-9aca0ead5d0f
|
| 414 | 2026-03-13T19:59:53.361Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 415 | 2026-03-13T19:59:53.362Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 005883da-aa13-4a5f-91cd-9aca0ead5d0f, name: "phd-vm-005883da-aa13-4a5f-91cd-9aca0ead5d0f", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 343bba74-1509-49ed-84ab-68252c21e767, project_id: c3b9b098-6877-44a0-9564-cab74d6700b1, sled_id: fa385793-8a3e-456a-9670-61fd5748aece, sled_serial: "fa385793-8a3e-456a-9670-61fd5748aece", 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 = 005883da-aa13-4a5f-91cd-9aca0ead5d0f
|
| 416 | 2026-03-13T19:59:53.362Z | 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 = 005883da-aa13-4a5f-91cd-9aca0ead5d0f
|
| 417 | 2026-03-13T19:59:53.363Z | 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 = 005883da-aa13-4a5f-91cd-9aca0ead5d0f
|
| 418 | 2026-03-13T19:59:53.364Z | 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 = 005883da-aa13-4a5f-91cd-9aca0ead5d0f
|
| 419 | 2026-03-13T19:59:53.364Z | 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 = 005883da-aa13-4a5f-91cd-9aca0ead5d0f
|
| 420 | 2026-03-13T19:59:53.364Z | 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 = 005883da-aa13-4a5f-91cd-9aca0ead5d0f
|
| 421 | 2026-03-13T19:59:53.368Z | 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 = 005883da-aa13-4a5f-91cd-9aca0ead5d0f
|
| 422 | 2026-03-13T19:59:53.368Z | 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 = 005883da-aa13-4a5f-91cd-9aca0ead5d0f
|
| 423 | 2026-03-13T19:59:53.368Z | 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-13T19:59:53.368Z | 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-13T19:59:53.368Z | 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-13T19:59:53.368Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 427 | 2026-03-13T19:59:53.370Z | 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 = 005883da-aa13-4a5f-91cd-9aca0ead5d0f
|
| 428 | 2026-03-13T19:59:53.854Z | 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 = 005883da-aa13-4a5f-91cd-9aca0ead5d0f
|
| 429 | 2026-03-13T19:59:54.104Z | 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 = 005883da-aa13-4a5f-91cd-9aca0ead5d0f
|
| 430 | 2026-03-13T19:59:54.105Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-7f52480a-5d0f-4b65-b5bb-11c01e3d7a16"]
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 = 005883da-aa13-4a5f-91cd-9aca0ead5d0f
|
| 431 | 2026-03-13T19:59:54.139Z | 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 = 005883da-aa13-4a5f-91cd-9aca0ead5d0f
|
| 432 | 2026-03-13T19:59:54.139Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d096caad-3ea9-45c2-9572-d990a0440908"]
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 = 005883da-aa13-4a5f-91cd-9aca0ead5d0f
|
| 433 | 2026-03-13T19:59:54.159Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 790
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 = 005883da-aa13-4a5f-91cd-9aca0ead5d0f
|
| 434 | 2026-03-13T19:59:54.159Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 1529
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 = 005883da-aa13-4a5f-91cd-9aca0ead5d0f
|
| 435 | 2026-03-13T19:59:54.159Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 790
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 436 | 2026-03-13T19:59:54.159Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 1626
file = phd-tests/tests/src/smoke.rs
line = 37
path = phd_tests::smoke::instance_spec_get_test
target = phd_tests::smoke
|
| 437 | 2026-03-13T19:59:54.159Z | 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-13T19:59:54.159Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 439 | 2026-03-13T19:59:54.159Z | 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-13T19:59:54.160Z | 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-13T19:59:54.160Z | 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-13T19:59:54.160Z | DEBG | phd-runner: [TEST - EVENT] Verified 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-13T19:59:54.160Z | DEBG | phd-runner: [TEST - EVENT] Verified 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-13T19:59:54.160Z | 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-13T19:59:54.170Z | 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.7M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 446 | 2026-03-13T19:59:54.170Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-e005fc28-d2b3-47c5-8200-537a5ba5cc23"]
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-13T19:59:54.188Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-e005fc28-d2b3-47c5-8200-537a5ba5cc23", "phd-artifacts/phd-clone-4cdd77fb-5908-43a7-bb99-8448c0d491ba"]
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-13T19:59:54.206Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-4cdd77fb-5908-43a7-bb99-8448c0d491ba"]
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-13T19:59:54.217Z | 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-4cdd77fb-5908-43a7-bb99-8448c0d491ba 0B 25.3T 48.9M /phd-artifacts/phd-clone-4cdd77fb-5908-43a7-bb99-8448c0d491ba\n
target = phd_framework::zfs
|
| 450 | 2026-03-13T19:59:54.218Z | DEBG | phd-runner: [TEST - EVENT] Verified 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-13T19:59:54.218Z | 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-13T19:59:54.229Z | 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
|
| 453 | 2026-03-13T19:59:54.229Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-12935e85-e893-4e08-b7ff-c9cb10f5d572"]
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-13T19:59:54.249Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-12935e85-e893-4e08-b7ff-c9cb10f5d572", "phd-artifacts/phd-clone-662ea9dd-85d2-4748-91b4-507547e9f924"]
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-13T19:59:54.267Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-662ea9dd-85d2-4748-91b4-507547e9f924"]
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-13T19:59:54.278Z | 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-662ea9dd-85d2-4748-91b4-507547e9f924 0B 25.3T 48.9M /phd-artifacts/phd-clone-662ea9dd-85d2-4748-91b4-507547e9f924\n
target = phd_framework::zfs
|
| 457 | 2026-03-13T19:59:54.278Z | 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-13T19:59:54.279Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = 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-13T19:59:54.279Z | 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-13T19:59:54.279Z | INFO | phd-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-13T19:59:54.279Z | 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-13T19:59:54.294Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 886
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-13T19:59:54.309Z | 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
|
| 464 | 2026-03-13T19:59:54.309Z | 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 = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 465 | 2026-03-13T19:59:54.310Z | 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 = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 466 | 2026-03-13T19:59:54.939Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 467 | 2026-03-13T19:59:54.940Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 1b877e0e-fe30-428a-b237-41004e7aa55b, name: "phd-vm-1b877e0e-fe30-428a-b237-41004e7aa55b", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: df4a20e2-c53f-47a0-ad9b-3d86db6bf844, project_id: a3669ea6-9357-4c63-bc74-5b85c13b014d, sled_id: 85b85dce-034f-42f2-946c-145b77ecfe6a, sled_serial: "85b85dce-034f-42f2-946c-145b77ecfe6a", 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 = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 468 | 2026-03-13T19:59:54.940Z | 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 = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 469 | 2026-03-13T19:59:54.941Z | 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 = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 470 | 2026-03-13T19:59:54.942Z | 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 = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 471 | 2026-03-13T19:59:54.942Z | 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-13T19:59:54.942Z | 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 = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 473 | 2026-03-13T19:59:54.942Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::configurable_boot_order
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 474 | 2026-03-13T19:59:54.942Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 475 | 2026-03-13T19:59:54.942Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = configurable_boot_order
vm_id = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 476 | 2026-03-13T19:59:59.480Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4537
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 477 | 2026-03-13T19:59:59.480Z | DEBG | phd-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-13T19:59:59.480Z | DEBG | phd-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-13T19:59:59.480Z | 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 = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 480 | 2026-03-13T19:59:59.480Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = configurable_boot_order
vm_id = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 481 | 2026-03-13T19:59:59.509Z | 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::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 482 | 2026-03-13T19:59:59.509Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::configurable_boot_order
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 483 | 2026-03-13T19:59:59.509Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::configurable_boot_order
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 484 | 2026-03-13T19:59:59.509Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 485 | 2026-03-13T19:59:59.509Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = configurable_boot_order
vm_id = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 486 | 2026-03-13T19:59:59.542Z | 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 = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 487 | 2026-03-13T19:59:59.542Z | 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-13T19:59:59.542Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4600
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-13T19:59:59.542Z | 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 = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 490 | 2026-03-13T19:59:59.543Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = configurable_boot_order
vm_id = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 491 | 2026-03-13T19:59:59.553Z | INFO | 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 = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 492 | 2026-03-13T19:59:59.553Z | 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 = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 493 | 2026-03-13T19:59:59.553Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 494 | 2026-03-13T19:59:59.586Z | 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 = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 495 | 2026-03-13T19:59:59.586Z | 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 = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 496 | 2026-03-13T19:59:59.586Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = configurable_boot_order
vm_id = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 497 | 2026-03-13T19:59:59.597Z | INFO | 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 = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 498 | 2026-03-13T19:59:59.597Z | 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 = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 499 | 2026-03-13T19:59:59.597Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = configurable_boot_order
vm_id = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 500 | 2026-03-13T19:59:59.629Z | 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 = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 501 | 2026-03-13T19:59:59.630Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 502 | 2026-03-13T19:59:59.630Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = configurable_boot_order
vm_id = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 503 | 2026-03-13T19:59:59.641Z | INFO | 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 = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 504 | 2026-03-13T19:59:59.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::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 505 | 2026-03-13T19:59:59.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::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = configurable_boot_order
vm_id = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 506 | 2026-03-13T19:59:59.696Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 54
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 507 | 2026-03-13T19:59:59.696Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 508 | 2026-03-13T19:59:59.696Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = configurable_boot_order
vm_id = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 509 | 2026-03-13T19:59:59.707Z | INFO | 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 = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 510 | 2026-03-13T19:59:59.707Z | 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 = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 511 | 2026-03-13T19:59:59.707Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = configurable_boot_order
vm_id = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 512 | 2026-03-13T19:59:59.739Z | 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 = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 513 | 2026-03-13T19:59:59.741Z | 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-13T19:59:59.741Z | DEBG | phd-runner: [TEST - EVENT] Verified 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-13T19:59:59.741Z | DEBG | phd-runner: [TEST - EVENT] Verified 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-13T19:59:59.741Z | 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-13T19:59:59.752Z | 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.8M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 518 | 2026-03-13T19:59:59.752Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-c60134b3-732a-4513-8489-ac4f3502a5a2"]
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-13T19:59:59.770Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-c60134b3-732a-4513-8489-ac4f3502a5a2", "phd-artifacts/phd-clone-0854528d-51ac-457f-aaa4-27c98930b0fb"]
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-13T19:59:59.788Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-0854528d-51ac-457f-aaa4-27c98930b0fb"]
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-13T19:59:59.799Z | 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-0854528d-51ac-457f-aaa4-27c98930b0fb 0B 25.3T 48.9M /phd-artifacts/phd-clone-0854528d-51ac-457f-aaa4-27c98930b0fb\n
target = phd_framework::zfs
|
| 522 | 2026-03-13T19:59:59.800Z | DEBG | phd-runner: [TEST - EVENT] Verified 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-13T19:59:59.800Z | 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-13T19:59:59.811Z | 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.0M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 525 | 2026-03-13T19:59:59.811Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-3241b47d-45cf-4f87-b86f-41fa0d50d0cb"]
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-13T19:59:59.832Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-3241b47d-45cf-4f87-b86f-41fa0d50d0cb", "phd-artifacts/phd-clone-63c1f2db-34cd-4717-ad94-599442daa2a3"]
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-13T19:59:59.853Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-63c1f2db-34cd-4717-ad94-599442daa2a3"]
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-13T19:59:59.865Z | 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-63c1f2db-34cd-4717-ad94-599442daa2a3 0B 25.3T 48.9M /phd-artifacts/phd-clone-63c1f2db-34cd-4717-ad94-599442daa2a3\n
target = phd_framework::zfs
|
| 529 | 2026-03-13T19:59:59.866Z | 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-13T19:59:59.866Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = 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-13T19:59:59.866Z | 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-13T19:59:59.866Z | INFO | phd-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-13T19:59:59.866Z | 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-13T19:59:59.882Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 895
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-13T19:59:59.897Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 31
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-13T19:59:59.897Z | 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 = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 537 | 2026-03-13T19:59:59.898Z | 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 = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 538 | 2026-03-13T20:00:00.636Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 539 | 2026-03-13T20:00:00.636Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: d9bdc88b-0519-49bc-8fde-29cbeb435ae5, name: "phd-vm-d9bdc88b-0519-49bc-8fde-29cbeb435ae5", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 1aa5993d-f769-4243-ad5d-3b36f580490c, project_id: 643bfc34-a923-4e6d-93a0-e56443984da5, sled_id: 60f4704d-8e12-4d04-9913-32729b991f89, sled_serial: "60f4704d-8e12-4d04-9913-32729b991f89", 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 = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 540 | 2026-03-13T20:00:00.637Z | 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 = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 541 | 2026-03-13T20:00:00.637Z | 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 = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 542 | 2026-03-13T20:00:00.638Z | 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 = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 543 | 2026-03-13T20:00:00.638Z | 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-13T20:00:00.638Z | 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 = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 545 | 2026-03-13T20:00:00.638Z | DEBG | phd-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-13T20:00:00.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::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 547 | 2026-03-13T20:00:00.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::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = configurable_boot_order
vm_id = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 548 | 2026-03-13T20:00:05.148Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4509
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 = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 549 | 2026-03-13T20:00:05.148Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::configurable_boot_order
step = WriteStr("root")
target = phd_framework::test_vm
|
| 550 | 2026-03-13T20:00:05.148Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::configurable_boot_order
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 551 | 2026-03-13T20:00:05.148Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 552 | 2026-03-13T20:00:05.148Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = configurable_boot_order
vm_id = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 553 | 2026-03-13T20:00:05.167Z | 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 = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 554 | 2026-03-13T20:00:05.167Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::configurable_boot_order
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 555 | 2026-03-13T20:00:05.167Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::configurable_boot_order
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 556 | 2026-03-13T20:00:05.167Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 557 | 2026-03-13T20:00:05.167Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = configurable_boot_order
vm_id = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 558 | 2026-03-13T20:00:05.200Z | 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 = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 559 | 2026-03-13T20:00:05.200Z | 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-13T20:00:05.200Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4562
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-13T20:00:05.201Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 562 | 2026-03-13T20:00:05.201Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = configurable_boot_order
vm_id = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 563 | 2026-03-13T20:00:05.211Z | INFO | 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 = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 564 | 2026-03-13T20:00:05.211Z | 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 = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 565 | 2026-03-13T20:00:05.211Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = configurable_boot_order
vm_id = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 566 | 2026-03-13T20:00:05.244Z | 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 = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 567 | 2026-03-13T20:00:05.244Z | 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 = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 568 | 2026-03-13T20:00:05.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::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = configurable_boot_order
vm_id = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 569 | 2026-03-13T20:00:05.256Z | 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 = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 570 | 2026-03-13T20:00:05.256Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 571 | 2026-03-13T20:00:05.256Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = configurable_boot_order
vm_id = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 572 | 2026-03-13T20:00:05.289Z | 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 = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 573 | 2026-03-13T20:00:05.289Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 574 | 2026-03-13T20:00:05.289Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = configurable_boot_order
vm_id = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 575 | 2026-03-13T20:00:05.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::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 576 | 2026-03-13T20:00:05.300Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 577 | 2026-03-13T20:00:05.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 = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 578 | 2026-03-13T20:00:05.344Z | 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 = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 579 | 2026-03-13T20:00:05.344Z | 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 = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 580 | 2026-03-13T20:00:05.345Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = configurable_boot_order
vm_id = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 581 | 2026-03-13T20:00:05.355Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 582 | 2026-03-13T20:00:05.355Z | 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 = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 583 | 2026-03-13T20:00:05.355Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = configurable_boot_order
vm_id = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 584 | 2026-03-13T20:00:05.388Z | 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 = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 585 | 2026-03-13T20:00:05.388Z | 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 = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 586 | 2026-03-13T20:00:05.388Z | 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 = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 587 | 2026-03-13T20:00:05.389Z | 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-13T20:00:05.389Z | 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-13T20:00:05.389Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 10449
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 590 | 2026-03-13T20:00:05.389Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4753
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 591 | 2026-03-13T20:00:05.389Z | 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
|
| 592 | 2026-03-13T20:00:05.389Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 593 | 2026-03-13T20:00:05.390Z | 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 = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 594 | 2026-03-13T20:00:05.391Z | 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 = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 595 | 2026-03-13T20:00:05.960Z | 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 = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 596 | 2026-03-13T20:00:06.038Z | 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 = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 597 | 2026-03-13T20:00:06.039Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-0854528d-51ac-457f-aaa4-27c98930b0fb"]
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 = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 598 | 2026-03-13T20:00:06.064Z | 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 = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 599 | 2026-03-13T20:00:06.064Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-c60134b3-732a-4513-8489-ac4f3502a5a2"]
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 = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 600 | 2026-03-13T20:00:06.084Z | 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 = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 601 | 2026-03-13T20:00:06.084Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-63c1f2db-34cd-4717-ad94-599442daa2a3"]
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 = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 602 | 2026-03-13T20:00:06.109Z | 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 = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 603 | 2026-03-13T20:00:06.109Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-3241b47d-45cf-4f87-b86f-41fa0d50d0cb"]
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 = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 604 | 2026-03-13T20:00:06.125Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 736
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 = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 605 | 2026-03-13T20:00:06.125Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6227
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 = d9bdc88b-0519-49bc-8fde-29cbeb435ae5
|
| 606 | 2026-03-13T20:00:06.126Z | 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 = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 607 | 2026-03-13T20:00:06.204Z | 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 = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 608 | 2026-03-13T20:00:06.204Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-4cdd77fb-5908-43a7-bb99-8448c0d491ba"]
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 = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 609 | 2026-03-13T20:00:06.232Z | 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 = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 610 | 2026-03-13T20:00:06.232Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-e005fc28-d2b3-47c5-8200-537a5ba5cc23"]
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 = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 611 | 2026-03-13T20:00:06.249Z | 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 = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 612 | 2026-03-13T20:00:06.249Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-662ea9dd-85d2-4748-91b4-507547e9f924"]
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 = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 613 | 2026-03-13T20:00:06.277Z | 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 = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 614 | 2026-03-13T20:00:06.277Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-12935e85-e893-4e08-b7ff-c9cb10f5d572"]
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 = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 615 | 2026-03-13T20:00:06.295Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 905
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 = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 616 | 2026-03-13T20:00:06.295Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 11985
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 = 1b877e0e-fe30-428a-b237-41004e7aa55b
|
| 617 | 2026-03-13T20:00:06.295Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 12135
file = phd-tests/tests/src/boot_order.rs
line = 51
path = phd_tests::boot_order::configurable_boot_order
target = phd_tests::boot_order
|
| 618 | 2026-03-13T20:00:06.295Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 905
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 619 | 2026-03-13T20:00:06.295Z | 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-13T20:00:06.295Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 621 | 2026-03-13T20:00:06.295Z | 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-13T20:00:06.296Z | 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-13T20:00:06.296Z | 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-13T20:00:06.296Z | DEBG | phd-runner: [TEST - EVENT] Verified 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-13T20:00:06.296Z | DEBG | phd-runner: [TEST - EVENT] Verified 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-13T20:00:06.296Z | 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-13T20:00:06.306Z | 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 52M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 628 | 2026-03-13T20:00:06.306Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-7e08baa4-2288-41f3-aecb-29f7df309ffb"]
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-13T20:00:06.323Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-7e08baa4-2288-41f3-aecb-29f7df309ffb", "phd-artifacts/phd-clone-cb14fbad-54c9-43fa-bcfb-57415dfa0480"]
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-13T20:00:06.344Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-cb14fbad-54c9-43fa-bcfb-57415dfa0480"]
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-13T20:00:06.354Z | 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-cb14fbad-54c9-43fa-bcfb-57415dfa0480 0B 25.3T 48.9M /phd-artifacts/phd-clone-cb14fbad-54c9-43fa-bcfb-57415dfa0480\n
target = phd_framework::zfs
|
| 632 | 2026-03-13T20:00:06.358Z | 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-13T20:00:06.358Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = 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-13T20:00:06.358Z | 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-13T20:00:06.358Z | INFO | phd-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-13T20:00:06.358Z | 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-13T20:00:06.374Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 910
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-13T20:00:06.389Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 31
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-13T20:00:06.389Z | 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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 640 | 2026-03-13T20:00:06.391Z | 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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 641 | 2026-03-13T20:00:07.149Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 642 | 2026-03-13T20:00:07.150Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: a96a8528-e946-4f10-9fb9-9fa00c3ab2ba, name: "phd-vm-a96a8528-e946-4f10-9fb9-9fa00c3ab2ba", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 8ab9d403-8774-4990-bc44-39d1ee72b6ec, project_id: 17ba2515-4bec-430e-8b87-8bd448eb5f8c, sled_id: b6fec43e-b946-4eea-9b45-7c23759c522b, sled_serial: "b6fec43e-b946-4eea-9b45-7c23759c522b", 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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 643 | 2026-03-13T20:00:07.150Z | 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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 644 | 2026-03-13T20:00:07.150Z | 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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 645 | 2026-03-13T20:00:07.151Z | 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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 646 | 2026-03-13T20:00:07.152Z | 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-13T20:00:07.152Z | 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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 648 | 2026-03-13T20:00:07.152Z | DEBG | phd-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-13T20:00:07.152Z | 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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 650 | 2026-03-13T20:00:07.152Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 651 | 2026-03-13T20:00:11.663Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4511
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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 652 | 2026-03-13T20:00:11.663Z | DEBG | phd-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-13T20:00:11.663Z | DEBG | phd-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-13T20:00:11.663Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 655 | 2026-03-13T20:00:11.663Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 656 | 2026-03-13T20:00:11.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::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 657 | 2026-03-13T20:00:11.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::unbootable_disk_skipped
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 658 | 2026-03-13T20:00:11.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::unbootable_disk_skipped
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 659 | 2026-03-13T20:00:11.682Z | 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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 660 | 2026-03-13T20:00:11.682Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 661 | 2026-03-13T20:00:11.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::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 662 | 2026-03-13T20:00:11.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::unbootable_disk_skipped
target = phd_framework::test_vm
|
| 663 | 2026-03-13T20:00:11.715Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4563
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-13T20:00:11.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::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 665 | 2026-03-13T20:00:11.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::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 666 | 2026-03-13T20:00:11.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::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 667 | 2026-03-13T20:00:11.727Z | 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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 668 | 2026-03-13T20:00:11.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::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 669 | 2026-03-13T20:00:11.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::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 670 | 2026-03-13T20:00:11.761Z | 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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 671 | 2026-03-13T20:00:11.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::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 672 | 2026-03-13T20:00:11.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::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 673 | 2026-03-13T20:00:11.772Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 674 | 2026-03-13T20:00:11.772Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 675 | 2026-03-13T20:00:11.795Z | 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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 676 | 2026-03-13T20:00:11.795Z | 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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 677 | 2026-03-13T20:00:11.795Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 678 | 2026-03-13T20:00:11.806Z | INFO | 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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 679 | 2026-03-13T20:00:11.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::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 680 | 2026-03-13T20:00:11.806Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 681 | 2026-03-13T20:00:11.851Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 44
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 682 | 2026-03-13T20:00:11.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::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 683 | 2026-03-13T20:00:11.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::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 684 | 2026-03-13T20:00:11.862Z | INFO | 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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 685 | 2026-03-13T20:00:11.862Z | 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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 686 | 2026-03-13T20:00:11.862Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 687 | 2026-03-13T20:00:11.885Z | 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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 688 | 2026-03-13T20:00:11.885Z | 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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 689 | 2026-03-13T20:00:11.885Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 690 | 2026-03-13T20:00:11.896Z | INFO | 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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 691 | 2026-03-13T20:00:11.896Z | 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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 692 | 2026-03-13T20:00:11.896Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 693 | 2026-03-13T20:00:11.929Z | 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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 694 | 2026-03-13T20:00:11.929Z | 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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 695 | 2026-03-13T20:00:11.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::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 696 | 2026-03-13T20:00:11.940Z | INFO | 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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 697 | 2026-03-13T20:00:11.940Z | 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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 698 | 2026-03-13T20:00:11.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::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 699 | 2026-03-13T20:00:11.962Z | 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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 700 | 2026-03-13T20:00:11.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::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 701 | 2026-03-13T20:00:11.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::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 702 | 2026-03-13T20:00:11.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::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 703 | 2026-03-13T20:00:11.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::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 704 | 2026-03-13T20:00:11.974Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 705 | 2026-03-13T20:00:12.028Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 54
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 706 | 2026-03-13T20:00:12.028Z | 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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 707 | 2026-03-13T20:00:12.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
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 708 | 2026-03-13T20:00:12.039Z | INFO | 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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 709 | 2026-03-13T20:00:12.039Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 710 | 2026-03-13T20:00:12.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::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 711 | 2026-03-13T20:00:12.061Z | 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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 712 | 2026-03-13T20:00:12.062Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 713 | 2026-03-13T20:00:12.062Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 714 | 2026-03-13T20:00:12.072Z | INFO | 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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 715 | 2026-03-13T20:00:12.072Z | 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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 716 | 2026-03-13T20:00: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::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 717 | 2026-03-13T20:00:12.127Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 54
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 718 | 2026-03-13T20:00:12.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::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 719 | 2026-03-13T20:00:12.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::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 720 | 2026-03-13T20:00:12.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::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 721 | 2026-03-13T20:00:12.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::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 722 | 2026-03-13T20:00:12.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::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 723 | 2026-03-13T20:00:12.161Z | 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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 724 | 2026-03-13T20:00:12.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::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 725 | 2026-03-13T20:00:12.162Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 726 | 2026-03-13T20:00:12.173Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 727 | 2026-03-13T20:00:12.173Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 728 | 2026-03-13T20:00:12.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::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 729 | 2026-03-13T20:00:12.218Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 44
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 730 | 2026-03-13T20:00:12.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::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 731 | 2026-03-13T20:00:12.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::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 732 | 2026-03-13T20:00:12.228Z | INFO | 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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 733 | 2026-03-13T20:00:12.229Z | 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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 734 | 2026-03-13T20:00:12.229Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 735 | 2026-03-13T20:00:12.251Z | 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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 736 | 2026-03-13T20:00:12.252Z | 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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 737 | 2026-03-13T20:00:12.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::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 738 | 2026-03-13T20:00:12.262Z | INFO | 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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 739 | 2026-03-13T20:00:12.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::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 740 | 2026-03-13T20:00:12.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::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 741 | 2026-03-13T20:00:12.317Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 54
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 742 | 2026-03-13T20:00:12.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::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 743 | 2026-03-13T20:00:12.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::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 744 | 2026-03-13T20:00:12.328Z | INFO | 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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 745 | 2026-03-13T20:00:12.328Z | 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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 746 | 2026-03-13T20:00:12.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::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 747 | 2026-03-13T20:00:12.361Z | 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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 748 | 2026-03-13T20:00:12.361Z | 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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 749 | 2026-03-13T20:00:12.362Z | 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-13T20:00:12.362Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 5212
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 751 | 2026-03-13T20:00:12.362Z | 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-13T20:00:12.362Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 753 | 2026-03-13T20:00:12.363Z | 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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 754 | 2026-03-13T20:00:12.891Z | 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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 755 | 2026-03-13T20:00:12.970Z | 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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 756 | 2026-03-13T20:00:12.970Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-cb14fbad-54c9-43fa-bcfb-57415dfa0480"]
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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 757 | 2026-03-13T20:00:13.000Z | 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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 758 | 2026-03-13T20:00:13.000Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-7e08baa4-2288-41f3-aecb-29f7df309ffb"]
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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 759 | 2026-03-13T20:00:13.018Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 656
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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 760 | 2026-03-13T20:00:13.019Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6629
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 = a96a8528-e946-4f10-9fb9-9fa00c3ab2ba
|
| 761 | 2026-03-13T20:00:13.019Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 6723
file = phd-tests/tests/src/boot_order.rs
line = 117
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_tests::boot_order
|
| 762 | 2026-03-13T20:00:13.019Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 656
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 763 | 2026-03-13T20:00:13.019Z | 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
|
| 764 | 2026-03-13T20:00:13.019Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 765 | 2026-03-13T20:00:13.019Z | 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-13T20:00:13.019Z | 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-13T20:00:13.019Z | 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-13T20:00:13.020Z | DEBG | phd-runner: [TEST - EVENT] Verified 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-13T20:00:13.020Z | DEBG | phd-runner: [TEST - EVENT] Verified 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-13T20:00:13.020Z | 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-13T20:00:13.031Z | 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.1M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 772 | 2026-03-13T20:00:13.031Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-33a99583-8de5-406f-b346-716fed7374d1"]
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-13T20:00:13.048Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-33a99583-8de5-406f-b346-716fed7374d1", "phd-artifacts/phd-clone-fd517f47-f478-4d15-8a4f-d092c6e26b21"]
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-13T20:00:13.063Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-fd517f47-f478-4d15-8a4f-d092c6e26b21"]
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-13T20:00:13.074Z | 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-fd517f47-f478-4d15-8a4f-d092c6e26b21 0B 25.3T 48.9M /phd-artifacts/phd-clone-fd517f47-f478-4d15-8a4f-d092c6e26b21\n
target = phd_framework::zfs
|
| 776 | 2026-03-13T20:00:13.075Z | 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-13T20:00:13.075Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = 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-13T20:00:13.075Z | 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-13T20:00:13.076Z | INFO | phd-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-13T20:00:13.076Z | 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-13T20:00:13.091Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 918
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-13T20:00:13.106Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 30
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-13T20:00:13.106Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 784 | 2026-03-13T20:00:13.108Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 785 | 2026-03-13T20:00:13.711Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 786 | 2026-03-13T20:00:13.713Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: c8c5682b-51a0-4f39-8aba-1d13d307e0f1, name: "phd-vm-c8c5682b-51a0-4f39-8aba-1d13d307e0f1", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 6a560a26-3f41-44ed-8642-2dd288e918aa, project_id: e0ac10d8-a0f9-4c65-a712-d3afe9502ea1, sled_id: c3ca7cfd-2218-4c5e-b9f2-c9aad6dcf647, sled_serial: "c3ca7cfd-2218-4c5e-b9f2-c9aad6dcf647", 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 787 | 2026-03-13T20:00:13.713Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 788 | 2026-03-13T20:00:13.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::boot_order::guest_can_adjust_boot_order
state = Run
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 789 | 2026-03-13T20:00:13.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 790 | 2026-03-13T20:00:13.714Z | 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-13T20:00:13.714Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 792 | 2026-03-13T20:00:13.714Z | DEBG | phd-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-13T20:00:13.714Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 794 | 2026-03-13T20:00:13.714Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 795 | 2026-03-13T20:00:18.215Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4500
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 796 | 2026-03-13T20:00:18.215Z | DEBG | phd-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-13T20:00:18.215Z | DEBG | phd-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-13T20:00:18.216Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 799 | 2026-03-13T20:00:18.216Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 800 | 2026-03-13T20:00:18.234Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 801 | 2026-03-13T20:00:18.234Z | DEBG | phd-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-13T20:00:18.234Z | DEBG | phd-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-13T20:00:18.234Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 804 | 2026-03-13T20:00:18.235Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 805 | 2026-03-13T20:00:18.267Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 806 | 2026-03-13T20:00:18.267Z | 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-13T20:00:18.268Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4553
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-13T20:00:18.268Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 809 | 2026-03-13T20:00:18.268Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 810 | 2026-03-13T20:00:18.278Z | INFO | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 811 | 2026-03-13T20:00:18.279Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 812 | 2026-03-13T20:00:18.279Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 813 | 2026-03-13T20:00:18.312Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 814 | 2026-03-13T20:00:18.312Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 815 | 2026-03-13T20:00:18.313Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 816 | 2026-03-13T20:00:18.323Z | INFO | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 817 | 2026-03-13T20:00:18.324Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 818 | 2026-03-13T20:00:18.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 819 | 2026-03-13T20:00:18.356Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 820 | 2026-03-13T20:00:18.357Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 821 | 2026-03-13T20:00:18.357Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 822 | 2026-03-13T20:00:18.368Z | INFO | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 823 | 2026-03-13T20:00:18.368Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 824 | 2026-03-13T20:00:18.368Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 825 | 2026-03-13T20:00:18.401Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 826 | 2026-03-13T20:00:18.402Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 827 | 2026-03-13T20:00: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
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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 828 | 2026-03-13T20:00:18.412Z | INFO | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 829 | 2026-03-13T20:00:18.413Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 830 | 2026-03-13T20:00:18.413Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 831 | 2026-03-13T20:00:18.445Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 832 | 2026-03-13T20:00:18.446Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 833 | 2026-03-13T20:00: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
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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 834 | 2026-03-13T20:00:18.456Z | INFO | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 835 | 2026-03-13T20:00:18.457Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 836 | 2026-03-13T20:00:18.457Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 837 | 2026-03-13T20:00:18.490Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 838 | 2026-03-13T20:00:18.490Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 839 | 2026-03-13T20:00:18.490Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 840 | 2026-03-13T20:00:18.502Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 841 | 2026-03-13T20:00:18.502Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 842 | 2026-03-13T20:00:18.502Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 843 | 2026-03-13T20:00:18.534Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 844 | 2026-03-13T20:00:18.534Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 845 | 2026-03-13T20:00:18.534Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 846 | 2026-03-13T20:00:18.545Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 847 | 2026-03-13T20:00:18.545Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 848 | 2026-03-13T20:00:18.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 849 | 2026-03-13T20:00:18.579Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 850 | 2026-03-13T20:00:18.579Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 851 | 2026-03-13T20:00:18.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 852 | 2026-03-13T20:00:18.589Z | INFO | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 853 | 2026-03-13T20:00:18.590Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 854 | 2026-03-13T20:00:18.590Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 855 | 2026-03-13T20:00:18.623Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 856 | 2026-03-13T20:00:18.625Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 857 | 2026-03-13T20:00:18.625Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 858 | 2026-03-13T20:00:18.655Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 30
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 859 | 2026-03-13T20:00:18.656Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 860 | 2026-03-13T20:00:18.656Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 861 | 2026-03-13T20:00:18.689Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 862 | 2026-03-13T20:00:18.689Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 863 | 2026-03-13T20:00:18.689Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 864 | 2026-03-13T20:00:18.700Z | INFO | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 865 | 2026-03-13T20:00:18.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 866 | 2026-03-13T20:00:18.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 867 | 2026-03-13T20:00:18.732Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 868 | 2026-03-13T20:00:18.733Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 869 | 2026-03-13T20:00:18.733Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 870 | 2026-03-13T20:00:18.744Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 871 | 2026-03-13T20:00:18.744Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 872 | 2026-03-13T20:00:18.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 873 | 2026-03-13T20:00:18.776Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 874 | 2026-03-13T20:00:18.777Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 875 | 2026-03-13T20:00:18.777Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 876 | 2026-03-13T20:00:18.787Z | INFO | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 877 | 2026-03-13T20:00:18.787Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 878 | 2026-03-13T20:00:18.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 879 | 2026-03-13T20:00:18.821Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 880 | 2026-03-13T20:00:18.821Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 881 | 2026-03-13T20:00:18.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
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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 882 | 2026-03-13T20:00:18.832Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 883 | 2026-03-13T20:00:18.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 884 | 2026-03-13T20:00:18.833Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 885 | 2026-03-13T20:00:18.866Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 886 | 2026-03-13T20:00:18.866Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 887 | 2026-03-13T20:00:18.866Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 888 | 2026-03-13T20:00:18.876Z | INFO | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 889 | 2026-03-13T20:00:18.877Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 890 | 2026-03-13T20:00:18.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
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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 891 | 2026-03-13T20:00:18.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 892 | 2026-03-13T20:00:18.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 893 | 2026-03-13T20:00:18.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 894 | 2026-03-13T20:00:18.921Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 895 | 2026-03-13T20:00:18.921Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 896 | 2026-03-13T20:00:18.921Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 897 | 2026-03-13T20:00:18.953Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 898 | 2026-03-13T20:00:18.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 899 | 2026-03-13T20:00:18.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 900 | 2026-03-13T20:00:18.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 901 | 2026-03-13T20:00:18.965Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 902 | 2026-03-13T20:00:18.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 903 | 2026-03-13T20:00:18.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 904 | 2026-03-13T20:00:18.997Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 905 | 2026-03-13T20:00:18.997Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 906 | 2026-03-13T20:00:19.009Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 907 | 2026-03-13T20:00:19.009Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 908 | 2026-03-13T20:00:19.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 909 | 2026-03-13T20:00:19.042Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 910 | 2026-03-13T20:00:19.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 911 | 2026-03-13T20:00:19.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 912 | 2026-03-13T20:00:19.054Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 913 | 2026-03-13T20:00:19.054Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 914 | 2026-03-13T20:00:19.054Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 915 | 2026-03-13T20:00:19.086Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 916 | 2026-03-13T20:00:19.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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 917 | 2026-03-13T20:00:19.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(15s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 918 | 2026-03-13T20:00:19.120Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 919 | 2026-03-13T20:00:19.121Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 920 | 2026-03-13T20:00:19.121Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 921 | 2026-03-13T20:00:19.153Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 922 | 2026-03-13T20:00:19.154Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 923 | 2026-03-13T20:00:19.154Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 924 | 2026-03-13T20:00:19.164Z | INFO | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 925 | 2026-03-13T20:00:19.164Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 926 | 2026-03-13T20:00:19.165Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 927 | 2026-03-13T20:00:19.197Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 928 | 2026-03-13T20:00:19.197Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 929 | 2026-03-13T20:00:19.197Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 930 | 2026-03-13T20:00:19.230Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 931 | 2026-03-13T20:00:19.231Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 932 | 2026-03-13T20:00:19.231Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 933 | 2026-03-13T20:00:19.285Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 54
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 934 | 2026-03-13T20:00:19.286Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 935 | 2026-03-13T20:00:19.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
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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 936 | 2026-03-13T20:00:19.296Z | INFO | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 937 | 2026-03-13T20:00:19.296Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 938 | 2026-03-13T20:00:19.297Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 939 | 2026-03-13T20:00:19.329Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 940 | 2026-03-13T20:00:19.329Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 941 | 2026-03-13T20:00:19.329Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 942 | 2026-03-13T20:00:19.340Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 943 | 2026-03-13T20:00:19.340Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 944 | 2026-03-13T20:00:19.340Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 945 | 2026-03-13T20:00:19.373Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 946 | 2026-03-13T20:00:19.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 947 | 2026-03-13T20:00:19.374Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 948 | 2026-03-13T20:00:19.384Z | INFO | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 949 | 2026-03-13T20:00:19.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 950 | 2026-03-13T20:00:19.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 951 | 2026-03-13T20:00:19.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 952 | 2026-03-13T20:00:19.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 953 | 2026-03-13T20:00:19.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 954 | 2026-03-13T20:00:19.451Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 955 | 2026-03-13T20:00:19.451Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 956 | 2026-03-13T20:00:19.451Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 957 | 2026-03-13T20:00:19.483Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 958 | 2026-03-13T20:00:19.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 959 | 2026-03-13T20:00:19.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 960 | 2026-03-13T20:00:19.495Z | INFO | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 961 | 2026-03-13T20:00:19.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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 962 | 2026-03-13T20:00:19.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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 963 | 2026-03-13T20:00:19.527Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 964 | 2026-03-13T20:00:19.528Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 965 | 2026-03-13T20:00:19.528Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 966 | 2026-03-13T20:00:19.539Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 967 | 2026-03-13T20:00:19.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 968 | 2026-03-13T20:00:19.539Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 969 | 2026-03-13T20:00:19.594Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 54
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 970 | 2026-03-13T20:00:19.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 971 | 2026-03-13T20:00:19.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 972 | 2026-03-13T20:00:19.604Z | INFO | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 973 | 2026-03-13T20:00:19.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 974 | 2026-03-13T20:00:19.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 975 | 2026-03-13T20:00:19.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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 976 | 2026-03-13T20:00:19.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 977 | 2026-03-13T20:00:19.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 978 | 2026-03-13T20:00:19.648Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 979 | 2026-03-13T20:00:19.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 980 | 2026-03-13T20:00:19.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 981 | 2026-03-13T20:00:19.682Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 982 | 2026-03-13T20:00:19.682Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 983 | 2026-03-13T20:00:19.682Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 984 | 2026-03-13T20:00:19.693Z | INFO | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 985 | 2026-03-13T20:00:19.693Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 986 | 2026-03-13T20:00:19.693Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 987 | 2026-03-13T20:00:19.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 988 | 2026-03-13T20:00:19.726Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 989 | 2026-03-13T20:00:19.726Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 990 | 2026-03-13T20:00:19.747Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 991 | 2026-03-13T20:00:19.748Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 992 | 2026-03-13T20:00:19.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 993 | 2026-03-13T20:00:19.780Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 994 | 2026-03-13T20:00:19.781Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 995 | 2026-03-13T20:00:19.781Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 996 | 2026-03-13T20:00:19.791Z | INFO | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 997 | 2026-03-13T20:00:19.791Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 998 | 2026-03-13T20:00:19.791Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 999 | 2026-03-13T20:00:19.824Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1000 | 2026-03-13T20:00:19.824Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1001 | 2026-03-13T20:00:19.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1002 | 2026-03-13T20:00:19.835Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1003 | 2026-03-13T20:00:19.836Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1004 | 2026-03-13T20:00:19.836Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1005 | 2026-03-13T20:00:19.868Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1006 | 2026-03-13T20:00:19.869Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1007 | 2026-03-13T20:00:19.869Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1008 | 2026-03-13T20:00:19.879Z | INFO | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1009 | 2026-03-13T20:00:19.879Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1010 | 2026-03-13T20:00:19.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1011 | 2026-03-13T20:00:19.902Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1012 | 2026-03-13T20:00:19.902Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1013 | 2026-03-13T20:00:19.902Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1014 | 2026-03-13T20:00:19.914Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1015 | 2026-03-13T20:00:19.914Z | 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-13T20:00:19.914Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1017 | 2026-03-13T20:00:19.914Z | DEBG | phd-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-13T20:00:19.914Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1019 | 2026-03-13T20:00:19.914Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1020 | 2026-03-13T20:00:26.646Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 6731
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1021 | 2026-03-13T20:00:26.646Z | DEBG | phd-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-13T20:00:26.646Z | DEBG | phd-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-13T20:00:26.646Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1024 | 2026-03-13T20:00:26.646Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1025 | 2026-03-13T20:00:26.664Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1026 | 2026-03-13T20:00:26.665Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::guest_can_adjust_boot_order
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 1027 | 2026-03-13T20:00:26.665Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::guest_can_adjust_boot_order
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1028 | 2026-03-13T20:00:26.665Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1029 | 2026-03-13T20:00:26.665Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1030 | 2026-03-13T20:00:26.698Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1031 | 2026-03-13T20:00:26.698Z | 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-13T20:00:26.698Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 6784
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-13T20:00:26.698Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1034 | 2026-03-13T20:00:26.699Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1035 | 2026-03-13T20:00:26.710Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1036 | 2026-03-13T20:00:26.710Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1037 | 2026-03-13T20:00:26.710Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1038 | 2026-03-13T20:00:26.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1039 | 2026-03-13T20:00:26.743Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1040 | 2026-03-13T20:00:26.743Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1041 | 2026-03-13T20:00:26.754Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1042 | 2026-03-13T20:00:26.755Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1043 | 2026-03-13T20:00:26.755Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1044 | 2026-03-13T20:00:26.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1045 | 2026-03-13T20:00:26.787Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1046 | 2026-03-13T20:00:26.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1047 | 2026-03-13T20:00:26.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::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1048 | 2026-03-13T20:00:26.799Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1049 | 2026-03-13T20:00:26.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
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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1050 | 2026-03-13T20:00:26.832Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1051 | 2026-03-13T20:00:26.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1052 | 2026-03-13T20:00:26.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1053 | 2026-03-13T20:00:26.843Z | INFO | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1054 | 2026-03-13T20:00:26.843Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1055 | 2026-03-13T20:00:26.843Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1056 | 2026-03-13T20:00:26.865Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1057 | 2026-03-13T20:00:26.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1058 | 2026-03-13T20:00:26.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1059 | 2026-03-13T20:00:26.875Z | INFO | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1060 | 2026-03-13T20:00:26.875Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1061 | 2026-03-13T20:00:26.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1062 | 2026-03-13T20:00:26.909Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1063 | 2026-03-13T20:00:26.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1064 | 2026-03-13T20:00:26.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1065 | 2026-03-13T20:00:26.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1066 | 2026-03-13T20:00:26.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1067 | 2026-03-13T20:00:26.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::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1068 | 2026-03-13T20:00:26.952Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1069 | 2026-03-13T20:00:26.952Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1070 | 2026-03-13T20:00:26.952Z | 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-13T20:00:26.953Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 13241
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1072 | 2026-03-13T20:00:26.953Z | 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
|
| 1073 | 2026-03-13T20:00:26.953Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1074 | 2026-03-13T20:00:26.954Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1075 | 2026-03-13T20:00:27.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::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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1076 | 2026-03-13T20:00:27.391Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1077 | 2026-03-13T20:00:27.391Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-fd517f47-f478-4d15-8a4f-d092c6e26b21"]
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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1078 | 2026-03-13T20:00:27.425Z | 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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1079 | 2026-03-13T20:00:27.425Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-33a99583-8de5-406f-b346-716fed7374d1"]
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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1080 | 2026-03-13T20:00:27.444Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 491
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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1081 | 2026-03-13T20:00:27.444Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 14338
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 = c8c5682b-51a0-4f39-8aba-1d13d307e0f1
|
| 1082 | 2026-03-13T20:00:27.444Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 14424
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-13T20:00:27.444Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 491
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1084 | 2026-03-13T20:00:27.444Z | 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-13T20:00:27.444Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1086 | 2026-03-13T20:00:27.444Z | 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-13T20:00:27.444Z | 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-13T20:00:27.444Z | 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-13T20:00:27.445Z | DEBG | phd-runner: [TEST - EVENT] Verified 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-13T20:00:27.445Z | DEBG | phd-runner: [TEST - EVENT] Verified 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-13T20:00:27.445Z | 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-13T20:00:27.455Z | 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.9M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 1093 | 2026-03-13T20:00:27.455Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-35de8a92-75bb-4a80-af73-d90ecee2eae1"]
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-13T20:00:27.472Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-35de8a92-75bb-4a80-af73-d90ecee2eae1", "phd-artifacts/phd-clone-e9d747a4-b808-4f40-bb75-59b564d40258"]
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-13T20:00:27.492Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-e9d747a4-b808-4f40-bb75-59b564d40258"]
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-13T20:00:27.504Z | 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-e9d747a4-b808-4f40-bb75-59b564d40258 0B 25.3T 48.9M /phd-artifacts/phd-clone-e9d747a4-b808-4f40-bb75-59b564d40258\n
target = phd_framework::zfs
|
| 1097 | 2026-03-13T20:00:27.506Z | 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-13T20:00:27.506Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = 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-13T20:00:27.506Z | 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-13T20:00:27.506Z | INFO | phd-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-13T20:00:27.506Z | 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-13T20:00:27.523Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 926
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-13T20:00:27.538Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 32
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-13T20:00:27.538Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1105 | 2026-03-13T20:00:27.669Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1106 | 2026-03-13T20:00:27.670Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: e438879f-195d-44b9-8773-174fed2f51ad, name: "phd-vm-e438879f-195d-44b9-8773-174fed2f51ad", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: d4bbf9f4-1748-4555-8102-b8ce403592c5, project_id: 8e003fd7-469f-4900-9b17-e168d15f6265, sled_id: c0424a79-800f-4d20-ba7e-4c855be95599, sled_serial: "c0424a79-800f-4d20-ba7e-4c855be95599", 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1107 | 2026-03-13T20:00:27.670Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1108 | 2026-03-13T20:00:27.670Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1109 | 2026-03-13T20:00:27.671Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1110 | 2026-03-13T20:00:27.671Z | 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-13T20:00:27.671Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1112 | 2026-03-13T20:00:27.671Z | DEBG | phd-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-13T20:00:27.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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1114 | 2026-03-13T20:00:27.671Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1115 | 2026-03-13T20:00:32.310Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4638
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1116 | 2026-03-13T20:00:32.310Z | DEBG | phd-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-13T20:00:32.311Z | DEBG | phd-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-13T20:00:32.311Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1119 | 2026-03-13T20:00:32.311Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1120 | 2026-03-13T20:00:32.328Z | 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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1121 | 2026-03-13T20:00:32.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::boot_order::boot_order_source_priority
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 1122 | 2026-03-13T20:00:32.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::boot_order::boot_order_source_priority
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1123 | 2026-03-13T20:00:32.328Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1124 | 2026-03-13T20:00:32.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1125 | 2026-03-13T20:00:32.361Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1126 | 2026-03-13T20:00:32.361Z | 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-13T20:00:32.362Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4690
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-13T20:00:32.362Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1129 | 2026-03-13T20:00:32.362Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1130 | 2026-03-13T20:00:32.372Z | INFO | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1131 | 2026-03-13T20:00:32.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1132 | 2026-03-13T20:00:32.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1133 | 2026-03-13T20:00:32.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1134 | 2026-03-13T20:00:32.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1135 | 2026-03-13T20:00:32.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1136 | 2026-03-13T20:00:32.416Z | INFO | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1137 | 2026-03-13T20:00:32.416Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1138 | 2026-03-13T20:00:32.416Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1139 | 2026-03-13T20:00:32.449Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1140 | 2026-03-13T20:00:32.449Z | 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-13T20:00:32.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1142 | 2026-03-13T20:00:32.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1143 | 2026-03-13T20:00:32.460Z | INFO | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1144 | 2026-03-13T20:00:32.460Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1145 | 2026-03-13T20:00:32.461Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1146 | 2026-03-13T20:00:32.493Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1147 | 2026-03-13T20:00:32.494Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1148 | 2026-03-13T20:00:32.494Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1149 | 2026-03-13T20:00:32.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1150 | 2026-03-13T20:00:32.504Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1151 | 2026-03-13T20:00:32.504Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1152 | 2026-03-13T20:00:32.537Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1153 | 2026-03-13T20:00:32.538Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1154 | 2026-03-13T20:00:32.538Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1155 | 2026-03-13T20:00:32.559Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 20
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1156 | 2026-03-13T20:00:32.559Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1157 | 2026-03-13T20:00:32.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1158 | 2026-03-13T20:00:32.614Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1159 | 2026-03-13T20:00:32.614Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1160 | 2026-03-13T20:00:32.615Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1161 | 2026-03-13T20:00:32.626Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1162 | 2026-03-13T20:00:32.626Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1163 | 2026-03-13T20:00:32.626Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1164 | 2026-03-13T20:00:32.648Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1165 | 2026-03-13T20:00:32.649Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1166 | 2026-03-13T20:00:32.649Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1167 | 2026-03-13T20:00:32.660Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1168 | 2026-03-13T20:00:32.660Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1169 | 2026-03-13T20:00:32.661Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1170 | 2026-03-13T20:00:32.705Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1171 | 2026-03-13T20:00:32.705Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1172 | 2026-03-13T20:00:32.705Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1173 | 2026-03-13T20:00:32.714Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1174 | 2026-03-13T20:00:32.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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1175 | 2026-03-13T20:00:32.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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1176 | 2026-03-13T20:00:32.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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1177 | 2026-03-13T20:00:32.749Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1178 | 2026-03-13T20:00:32.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1179 | 2026-03-13T20:00:32.760Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1180 | 2026-03-13T20:00:32.761Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1181 | 2026-03-13T20:00:32.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1182 | 2026-03-13T20:00:32.805Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1183 | 2026-03-13T20:00:32.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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1184 | 2026-03-13T20:00:32.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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1185 | 2026-03-13T20:00:32.816Z | INFO | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1186 | 2026-03-13T20:00:32.816Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1187 | 2026-03-13T20:00:32.816Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1188 | 2026-03-13T20:00:32.838Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1189 | 2026-03-13T20:00:32.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1190 | 2026-03-13T20:00:32.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1191 | 2026-03-13T20:00:32.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1192 | 2026-03-13T20:00:32.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1193 | 2026-03-13T20:00:32.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1194 | 2026-03-13T20:00:32.905Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1195 | 2026-03-13T20:00:32.905Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1196 | 2026-03-13T20:00:32.905Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1197 | 2026-03-13T20:00:32.916Z | INFO | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1198 | 2026-03-13T20:00:32.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1199 | 2026-03-13T20:00:32.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1200 | 2026-03-13T20:00:32.938Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1201 | 2026-03-13T20:00:32.938Z | INFO | phd-runner: [TEST - EVENT] Found boot options: {"unbootable-2": 3, "uiapp": 0, "efi shell": 4, "unbootable": 2, "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-13T20:00:32.938Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1203 | 2026-03-13T20:00:32.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1204 | 2026-03-13T20:00:32.949Z | INFO | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1205 | 2026-03-13T20:00:32.949Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1206 | 2026-03-13T20:00:32.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
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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1207 | 2026-03-13T20:00:32.982Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1208 | 2026-03-13T20:00:32.982Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1209 | 2026-03-13T20:00:32.983Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1210 | 2026-03-13T20:00:32.993Z | INFO | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1211 | 2026-03-13T20:00:32.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1212 | 2026-03-13T20:00:32.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1213 | 2026-03-13T20:00:33.026Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1214 | 2026-03-13T20:00:33.027Z | 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-13T20:00:33.027Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1216 | 2026-03-13T20:00:33.027Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1217 | 2026-03-13T20:00:33.037Z | INFO | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1218 | 2026-03-13T20:00:33.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1219 | 2026-03-13T20:00:33.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1220 | 2026-03-13T20:00:33.070Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1221 | 2026-03-13T20:00:33.070Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1222 | 2026-03-13T20:00:33.070Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1223 | 2026-03-13T20:00:33.081Z | INFO | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1224 | 2026-03-13T20:00:33.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1225 | 2026-03-13T20:00:33.081Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1226 | 2026-03-13T20:00:33.103Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1227 | 2026-03-13T20:00:33.103Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1228 | 2026-03-13T20:00:33.103Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1229 | 2026-03-13T20:00:33.114Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1230 | 2026-03-13T20:00:33.115Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1231 | 2026-03-13T20:00:33.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1232 | 2026-03-13T20:00:33.147Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1233 | 2026-03-13T20:00:33.147Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1234 | 2026-03-13T20:00:33.147Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1235 | 2026-03-13T20:00:33.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1236 | 2026-03-13T20:00:33.158Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1237 | 2026-03-13T20:00:33.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1238 | 2026-03-13T20:00:33.181Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1239 | 2026-03-13T20:00:33.181Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1240 | 2026-03-13T20:00:33.181Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1241 | 2026-03-13T20:00:33.192Z | INFO | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1242 | 2026-03-13T20:00:33.192Z | 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-13T20:00:33.192Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1244 | 2026-03-13T20:00:33.192Z | DEBG | phd-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-13T20:00:33.192Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1246 | 2026-03-13T20:00:33.192Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1247 | 2026-03-13T20:00:40.003Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 6810
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1248 | 2026-03-13T20:00:40.003Z | DEBG | phd-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-13T20:00:40.003Z | DEBG | phd-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-13T20:00:40.003Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1251 | 2026-03-13T20:00:40.003Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1252 | 2026-03-13T20:00:40.022Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1253 | 2026-03-13T20:00:40.022Z | DEBG | phd-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-13T20:00:40.023Z | DEBG | phd-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-13T20:00:40.023Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1256 | 2026-03-13T20:00:40.023Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1257 | 2026-03-13T20:00:40.056Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1258 | 2026-03-13T20:00:40.056Z | 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-13T20:00:40.056Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 6863
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-13T20:00:40.056Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1261 | 2026-03-13T20:00:40.056Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1262 | 2026-03-13T20:00:40.067Z | INFO | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1263 | 2026-03-13T20:00:40.067Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1264 | 2026-03-13T20:00:40.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1265 | 2026-03-13T20:00:40.102Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1266 | 2026-03-13T20:00:40.102Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1267 | 2026-03-13T20:00:40.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1268 | 2026-03-13T20:00:40.113Z | INFO | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1269 | 2026-03-13T20:00:40.113Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1270 | 2026-03-13T20:00:40.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1271 | 2026-03-13T20:00:40.146Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1272 | 2026-03-13T20:00:40.146Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1273 | 2026-03-13T20:00:40.146Z | 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-13T20:00:40.146Z | DEBG | phd-runner: [TEST - EVENT] Verified 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-13T20:00:40.146Z | DEBG | phd-runner: [TEST - EVENT] Verified 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-13T20:00:40.146Z | 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-13T20:00:40.150Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1278 | 2026-03-13T20:00:40.158Z | 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 53.2M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 1279 | 2026-03-13T20:00:40.158Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-9da6bcff-ceea-4cc6-b79a-3c6eb61b993a"]
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-13T20:00:40.176Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-9da6bcff-ceea-4cc6-b79a-3c6eb61b993a", "phd-artifacts/phd-clone-cfb03f50-ba0f-4c3d-8d1c-abf8a0e790fa"]
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-13T20:00:40.194Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-cfb03f50-ba0f-4c3d-8d1c-abf8a0e790fa"]
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-13T20:00:40.206Z | 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-cfb03f50-ba0f-4c3d-8d1c-abf8a0e790fa 0B 25.3T 48.9M /phd-artifacts/phd-clone-cfb03f50-ba0f-4c3d-8d1c-abf8a0e790fa\n
target = phd_framework::zfs
|
| 1283 | 2026-03-13T20:00:40.207Z | 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-13T20:00:40.207Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = 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-13T20:00:40.207Z | 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-13T20:00:40.207Z | INFO | phd-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-13T20:00:40.208Z | 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-13T20:00:40.224Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 931
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-13T20:00:40.239Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 31
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-13T20:00:40.239Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1291 | 2026-03-13T20:00:40.243Z | 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-13T20:00:40.243Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 12572
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1293 | 2026-03-13T20:00:40.374Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1294 | 2026-03-13T20:00:40.375Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: cf15cb0d-ef1e-4046-b487-db52105d170c, name: "phd-vm-cf15cb0d-ef1e-4046-b487-db52105d170c", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: f1a6c9a8-7835-4cf1-9d36-a7b52e467aeb, project_id: 6380f2ce-b683-49e1-84a8-5152839561a8, sled_id: a66ebce4-6781-4c33-aa87-016433e44798, sled_serial: "a66ebce4-6781-4c33-aa87-016433e44798", 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1295 | 2026-03-13T20:00:40.375Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1296 | 2026-03-13T20:00:40.375Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1297 | 2026-03-13T20:00:40.377Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1298 | 2026-03-13T20:00:40.377Z | 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-13T20:00:40.377Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1300 | 2026-03-13T20:00:40.377Z | DEBG | phd-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-13T20:00:40.377Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1302 | 2026-03-13T20:00:40.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1303 | 2026-03-13T20:00:40.868Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1304 | 2026-03-13T20:00:40.948Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1305 | 2026-03-13T20:00:40.948Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-e9d747a4-b808-4f40-bb75-59b564d40258"]
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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1306 | 2026-03-13T20:00:40.975Z | 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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1307 | 2026-03-13T20:00:40.975Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-35de8a92-75bb-4a80-af73-d90ecee2eae1"]
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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1308 | 2026-03-13T20:00:40.994Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 847
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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1309 | 2026-03-13T20:00:40.994Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 13454
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 = e438879f-195d-44b9-8773-174fed2f51ad
|
| 1310 | 2026-03-13T20:00:45.019Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4641
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1311 | 2026-03-13T20:00:45.019Z | DEBG | phd-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-13T20:00:45.019Z | DEBG | phd-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-13T20:00:45.019Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1314 | 2026-03-13T20:00:45.019Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1315 | 2026-03-13T20:00:45.037Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1316 | 2026-03-13T20:00:45.038Z | DEBG | phd-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-13T20:00:45.038Z | DEBG | phd-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-13T20:00:45.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1319 | 2026-03-13T20:00:45.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1320 | 2026-03-13T20:00:45.071Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1321 | 2026-03-13T20:00:45.071Z | 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-13T20:00:45.071Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4693
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-13T20:00:45.071Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1324 | 2026-03-13T20:00:45.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1325 | 2026-03-13T20:00:45.082Z | INFO | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1326 | 2026-03-13T20:00:45.082Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1327 | 2026-03-13T20:00:45.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1328 | 2026-03-13T20:00:45.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1329 | 2026-03-13T20:00:45.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1330 | 2026-03-13T20:00:45.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1331 | 2026-03-13T20:00:45.126Z | INFO | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1332 | 2026-03-13T20:00:45.126Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1333 | 2026-03-13T20:00:45.126Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1334 | 2026-03-13T20:00:45.158Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1335 | 2026-03-13T20:00:45.158Z | 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-13T20:00:45.159Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1337 | 2026-03-13T20:00:45.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1338 | 2026-03-13T20:00:45.170Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1339 | 2026-03-13T20:00:45.170Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1340 | 2026-03-13T20:00:45.170Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1341 | 2026-03-13T20:00:45.224Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1342 | 2026-03-13T20:00:45.225Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1343 | 2026-03-13T20:00:45.225Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1344 | 2026-03-13T20:00:45.236Z | INFO | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1345 | 2026-03-13T20:00:45.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1346 | 2026-03-13T20:00:45.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1347 | 2026-03-13T20:00:45.269Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1348 | 2026-03-13T20:00:45.269Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1349 | 2026-03-13T20:00:45.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1350 | 2026-03-13T20:00:45.280Z | INFO | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1351 | 2026-03-13T20:00:45.280Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1352 | 2026-03-13T20:00:45.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1353 | 2026-03-13T20:00:45.336Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1354 | 2026-03-13T20:00:45.336Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1355 | 2026-03-13T20:00:45.336Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1356 | 2026-03-13T20:00:45.348Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1357 | 2026-03-13T20:00:45.348Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1358 | 2026-03-13T20:00:45.348Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1359 | 2026-03-13T20:00:45.371Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1360 | 2026-03-13T20:00:45.371Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1361 | 2026-03-13T20:00:45.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1362 | 2026-03-13T20:00:45.382Z | INFO | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1363 | 2026-03-13T20:00:45.383Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1364 | 2026-03-13T20:00:45.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
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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1365 | 2026-03-13T20:00:45.449Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 65
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1366 | 2026-03-13T20:00:45.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1367 | 2026-03-13T20:00:45.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1368 | 2026-03-13T20:00:45.460Z | INFO | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1369 | 2026-03-13T20:00:45.460Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1370 | 2026-03-13T20:00: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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1371 | 2026-03-13T20:00:45.483Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1372 | 2026-03-13T20:00:45.483Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1373 | 2026-03-13T20:00:45.483Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1374 | 2026-03-13T20:00:45.494Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1375 | 2026-03-13T20:00:45.494Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1376 | 2026-03-13T20:00:45.494Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1377 | 2026-03-13T20:00:45.549Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1378 | 2026-03-13T20:00:45.549Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1379 | 2026-03-13T20:00:45.549Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1380 | 2026-03-13T20:00:45.560Z | INFO | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1381 | 2026-03-13T20:00:45.560Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1382 | 2026-03-13T20:00:45.560Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1383 | 2026-03-13T20:00:45.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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1384 | 2026-03-13T20:00:45.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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1385 | 2026-03-13T20:00:45.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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1386 | 2026-03-13T20:00:45.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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1387 | 2026-03-13T20:00:45.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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1388 | 2026-03-13T20:00:45.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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1389 | 2026-03-13T20:00:45.659Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1390 | 2026-03-13T20:00:45.660Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1391 | 2026-03-13T20:00:45.660Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1392 | 2026-03-13T20:00:45.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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1393 | 2026-03-13T20:00:45.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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1394 | 2026-03-13T20:00:45.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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1395 | 2026-03-13T20:00:45.704Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1396 | 2026-03-13T20:00:45.704Z | INFO | phd-runner: [TEST - EVENT] Found boot options: {"unbootable-2": 3, "efi shell": 4, "unbootable": 2, "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
|
| 1397 | 2026-03-13T20:00:45.704Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1398 | 2026-03-13T20:00: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
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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1399 | 2026-03-13T20:00:45.714Z | INFO | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1400 | 2026-03-13T20:00:45.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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1401 | 2026-03-13T20:00:45.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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1402 | 2026-03-13T20:00:45.747Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1403 | 2026-03-13T20:00:45.747Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1404 | 2026-03-13T20:00:45.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1405 | 2026-03-13T20:00:45.759Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1406 | 2026-03-13T20:00:45.759Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1407 | 2026-03-13T20:00:45.759Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1408 | 2026-03-13T20:00:45.792Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1409 | 2026-03-13T20:00:45.792Z | 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-13T20:00:45.792Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1411 | 2026-03-13T20:00:45.792Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1412 | 2026-03-13T20:00:45.803Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1413 | 2026-03-13T20:00:45.803Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1414 | 2026-03-13T20:00:45.803Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1415 | 2026-03-13T20:00:45.836Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1416 | 2026-03-13T20:00:45.836Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1417 | 2026-03-13T20:00:45.836Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1418 | 2026-03-13T20:00:45.847Z | INFO | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1419 | 2026-03-13T20:00:45.847Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1420 | 2026-03-13T20:00:45.847Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1421 | 2026-03-13T20:00:45.879Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1422 | 2026-03-13T20:00:45.880Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1423 | 2026-03-13T20:00:45.880Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1424 | 2026-03-13T20:00:45.902Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1425 | 2026-03-13T20:00:45.902Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1426 | 2026-03-13T20:00:45.902Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1427 | 2026-03-13T20:00:45.935Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1428 | 2026-03-13T20:00:45.935Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1429 | 2026-03-13T20:00:45.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1430 | 2026-03-13T20:00:45.946Z | INFO | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1431 | 2026-03-13T20:00:45.946Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1432 | 2026-03-13T20:00:45.946Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1433 | 2026-03-13T20:00:45.979Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1434 | 2026-03-13T20:00:45.980Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1435 | 2026-03-13T20:00:45.980Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1436 | 2026-03-13T20:00:45.990Z | INFO | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1437 | 2026-03-13T20:00:45.990Z | 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-13T20:00:45.991Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1439 | 2026-03-13T20:00:45.991Z | DEBG | phd-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-13T20:00:45.991Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1441 | 2026-03-13T20:00:45.991Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1442 | 2026-03-13T20:00:52.753Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 6761
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1443 | 2026-03-13T20:00:52.753Z | DEBG | phd-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-13T20:00:52.753Z | DEBG | phd-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-13T20:00:52.753Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1446 | 2026-03-13T20:00:52.753Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1447 | 2026-03-13T20:00:52.771Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1448 | 2026-03-13T20:00:52.771Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::boot_order_source_priority
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 1449 | 2026-03-13T20:00:52.771Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::boot_order::boot_order_source_priority
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1450 | 2026-03-13T20:00:52.771Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1451 | 2026-03-13T20:00:52.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 = CallerTimeout
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1452 | 2026-03-13T20:00:52.804Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1453 | 2026-03-13T20:00:52.804Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
|
| 1454 | 2026-03-13T20:00:52.804Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 6812
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-13T20:00:52.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::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1456 | 2026-03-13T20:00:52.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::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1457 | 2026-03-13T20:00:52.836Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1458 | 2026-03-13T20:00:52.836Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1459 | 2026-03-13T20:00:52.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1460 | 2026-03-13T20:00:52.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1461 | 2026-03-13T20:00:52.870Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1462 | 2026-03-13T20:00:52.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::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1463 | 2026-03-13T20:00:52.880Z | INFO | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1464 | 2026-03-13T20:00:52.880Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1465 | 2026-03-13T20:00:52.880Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1466 | 2026-03-13T20:00:52.913Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1467 | 2026-03-13T20:00:52.914Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1468 | 2026-03-13T20:00:52.914Z | 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-13T20:00:52.914Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 12538
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1470 | 2026-03-13T20:00:52.914Z | 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-13T20:00:52.914Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1472 | 2026-03-13T20:00:52.916Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1473 | 2026-03-13T20:00:53.404Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1474 | 2026-03-13T20:00:53.483Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1475 | 2026-03-13T20:00:53.483Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-cfb03f50-ba0f-4c3d-8d1c-abf8a0e790fa"]
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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1476 | 2026-03-13T20:00:53.511Z | 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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1477 | 2026-03-13T20:00:53.511Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-9da6bcff-ceea-4cc6-b79a-3c6eb61b993a"]
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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1478 | 2026-03-13T20:00:53.529Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 615
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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1479 | 2026-03-13T20:00:53.530Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 615
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1480 | 2026-03-13T20:00:53.530Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 13289
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 = cf15cb0d-ef1e-4046-b487-db52105d170c
|
| 1481 | 2026-03-13T20:00:53.530Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 26082
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-13T20:00:53.530Z | 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-13T20:00:53.530Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1484 | 2026-03-13T20:00:53.530Z | 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-13T20:00:53.530Z | 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-13T20:00:53.530Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 1487 | 2026-03-13T20:00:53.530Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1488 | 2026-03-13T20:00:53.530Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1489 | 2026-03-13T20:00:53.530Z | 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-13T20:00:53.542Z | 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 52.4M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 1491 | 2026-03-13T20:00:53.542Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-b54a814f-57a7-472f-940b-31ef501759e4"]
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-13T20:00:53.561Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-b54a814f-57a7-472f-940b-31ef501759e4", "phd-artifacts/phd-clone-e830e520-852d-430b-9a11-ad891e9e1b45"]
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-13T20:00:53.579Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-e830e520-852d-430b-9a11-ad891e9e1b45"]
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-13T20:00:53.591Z | 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-e830e520-852d-430b-9a11-ad891e9e1b45 0B 25.3T 48.9M /phd-artifacts/phd-clone-e830e520-852d-430b-9a11-ad891e9e1b45\n
target = phd_framework::zfs
|
| 1495 | 2026-03-13T20:00:53.591Z | DEBG | phd-runner: [TEST - EVENT] Verified 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-13T20:00:53.591Z | 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-13T20:00:53.601Z | 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 52.4M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 1498 | 2026-03-13T20:00:53.601Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d233f1c5-9940-4fb8-9b2d-298a3d71b6b0"]
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-13T20:00:53.623Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d233f1c5-9940-4fb8-9b2d-298a3d71b6b0", "phd-artifacts/phd-clone-c81098cd-9019-4d4f-acd3-8935d6e14f70"]
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-13T20:00:53.641Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-c81098cd-9019-4d4f-acd3-8935d6e14f70"]
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-13T20:00:53.652Z | 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-c81098cd-9019-4d4f-acd3-8935d6e14f70 0B 25.3T 48.9M /phd-artifacts/phd-clone-c81098cd-9019-4d4f-acd3-8935d6e14f70\n
target = phd_framework::zfs
|
| 1502 | 2026-03-13T20:00:53.653Z | 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-13T20:00:53.653Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = 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-13T20:00:53.653Z | 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-13T20:00:53.653Z | INFO | phd-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-13T20:00:53.653Z | 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-13T20:00:53.670Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 946
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-13T20:00:53.685Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 32
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-13T20:00:53.685Z | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1510 | 2026-03-13T20:00:53.686Z | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1511 | 2026-03-13T20:00:54.452Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1512 | 2026-03-13T20:00:54.453Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: f76c3b0c-61dc-4af3-b3f0-85e643b3b19f, name: "phd-vm-f76c3b0c-61dc-4af3-b3f0-85e643b3b19f", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: a1b22a47-d19f-48c2-9a29-8f5c63cf3c3f, project_id: 50108f47-9ff7-4e90-a818-54aedb86aece, sled_id: fafb17d4-d351-4f43-8384-0a1c003e9b0d, sled_serial: "fafb17d4-d351-4f43-8384-0a1c003e9b0d", 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1513 | 2026-03-13T20:00:54.453Z | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1514 | 2026-03-13T20:00:54.453Z | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1515 | 2026-03-13T20:00:54.454Z | 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::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1516 | 2026-03-13T20:00:54.455Z | 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-13T20:00:54.455Z | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1518 | 2026-03-13T20:00:54.455Z | DEBG | phd-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-13T20:00:54.455Z | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1520 | 2026-03-13T20:00:54.455Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1521 | 2026-03-13T20:00:59.066Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4611
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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1522 | 2026-03-13T20:00:59.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::boot_order::nvme_boot_option_description
step = WriteStr("root")
target = phd_framework::test_vm
|
| 1523 | 2026-03-13T20:00:59.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::boot_order::nvme_boot_option_description
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1524 | 2026-03-13T20:00:59.067Z | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1525 | 2026-03-13T20:00:59.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::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = nvme_boot_option_description
vm_id = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1526 | 2026-03-13T20:00:59.085Z | 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::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1527 | 2026-03-13T20:00:59.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::boot_order::nvme_boot_option_description
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 1528 | 2026-03-13T20:00:59.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::boot_order::nvme_boot_option_description
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1529 | 2026-03-13T20:00:59.085Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1530 | 2026-03-13T20:00:59.085Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = nvme_boot_option_description
vm_id = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1531 | 2026-03-13T20:00:59.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::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1532 | 2026-03-13T20:00:59.119Z | 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-13T20:00:59.119Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4663
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-13T20:00:59.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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1535 | 2026-03-13T20:00:59.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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1536 | 2026-03-13T20:00:59.130Z | INFO | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1537 | 2026-03-13T20:00:59.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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1538 | 2026-03-13T20:00:59.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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1539 | 2026-03-13T20:00:59.163Z | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1540 | 2026-03-13T20:00:59.163Z | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1541 | 2026-03-13T20:00:59.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::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = nvme_boot_option_description
vm_id = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1542 | 2026-03-13T20:00:59.174Z | INFO | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1543 | 2026-03-13T20:00:59.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::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1544 | 2026-03-13T20:00:59.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::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = nvme_boot_option_description
vm_id = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1545 | 2026-03-13T20:00:59.196Z | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1546 | 2026-03-13T20:00:59.196Z | 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-13T20:00:59.196Z | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1548 | 2026-03-13T20:00:59.196Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = nvme_boot_option_description
vm_id = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1549 | 2026-03-13T20:00:59.208Z | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1550 | 2026-03-13T20:00:59.208Z | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1551 | 2026-03-13T20:00:59.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::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = nvme_boot_option_description
vm_id = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1552 | 2026-03-13T20:00:59.252Z | 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::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1553 | 2026-03-13T20:00:59.252Z | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1554 | 2026-03-13T20:00:59.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::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = nvme_boot_option_description
vm_id = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1555 | 2026-03-13T20:00:59.263Z | INFO | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1556 | 2026-03-13T20:00:59.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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1557 | 2026-03-13T20:00:59.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(300s)
vm = nvme_boot_option_description
vm_id = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1558 | 2026-03-13T20:00:59.285Z | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1559 | 2026-03-13T20:00:59.286Z | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1560 | 2026-03-13T20:00:59.286Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1561 | 2026-03-13T20:00:59.297Z | INFO | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1562 | 2026-03-13T20:00:59.297Z | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1563 | 2026-03-13T20:00:59.297Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1564 | 2026-03-13T20:00:59.330Z | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1565 | 2026-03-13T20:00:59.331Z | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1566 | 2026-03-13T20:00:59.331Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1567 | 2026-03-13T20:00:59.341Z | INFO | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1568 | 2026-03-13T20:00:59.342Z | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1569 | 2026-03-13T20:00:59.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::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = nvme_boot_option_description
vm_id = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1570 | 2026-03-13T20:00:59.374Z | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1571 | 2026-03-13T20:00:59.375Z | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1572 | 2026-03-13T20:00:59.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::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = nvme_boot_option_description
vm_id = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1573 | 2026-03-13T20:00:59.386Z | INFO | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1574 | 2026-03-13T20:00:59.386Z | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1575 | 2026-03-13T20:00:59.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::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = nvme_boot_option_description
vm_id = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1576 | 2026-03-13T20:00:59.419Z | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1577 | 2026-03-13T20:00:59.419Z | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1578 | 2026-03-13T20:00:59.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::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = nvme_boot_option_description
vm_id = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1579 | 2026-03-13T20:00:59.430Z | INFO | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1580 | 2026-03-13T20:00:59.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::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1581 | 2026-03-13T20:00:59.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::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = nvme_boot_option_description
vm_id = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1582 | 2026-03-13T20:00:59.462Z | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1583 | 2026-03-13T20:00:59.462Z | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1584 | 2026-03-13T20:00:59.462Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1585 | 2026-03-13T20:00:59.474Z | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1586 | 2026-03-13T20:00:59.474Z | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1587 | 2026-03-13T20:00:59.474Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1588 | 2026-03-13T20:00:59.507Z | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1589 | 2026-03-13T20:00:59.507Z | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1590 | 2026-03-13T20:00:59.507Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1591 | 2026-03-13T20:00:59.519Z | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1592 | 2026-03-13T20:00:59.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::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1593 | 2026-03-13T20:00:59.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::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = nvme_boot_option_description
vm_id = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1594 | 2026-03-13T20:00:59.552Z | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1595 | 2026-03-13T20:00:59.552Z | INFO | phd-runner: [TEST - EVENT] Found boot options: {"boot-disk": 1, "nvme-test-disk": 2, "uiapp": 0, "efi shell": 3}
file = phd-tests/tests/src/boot_order/efi_utils.rs
line = 469
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_tests::boot_order::efi_utils
|
| 1596 | 2026-03-13T20:00:59.553Z | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1597 | 2026-03-13T20:00:59.553Z | INFO | phd-runner: [WAIT_FOR_SERIAL_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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1598 | 2026-03-13T20:00:59.563Z | INFO | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1599 | 2026-03-13T20:00:59.563Z | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1600 | 2026-03-13T20:00:59.563Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1601 | 2026-03-13T20:00:59.597Z | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1602 | 2026-03-13T20:00:59.597Z | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1603 | 2026-03-13T20:00:59.597Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = nvme_boot_option_description
vm_id = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1604 | 2026-03-13T20:00:59.608Z | INFO | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1605 | 2026-03-13T20:00:59.608Z | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1606 | 2026-03-13T20:00:59.608Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1607 | 2026-03-13T20:00:59.630Z | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1608 | 2026-03-13T20:00:59.630Z | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1609 | 2026-03-13T20:00:59.630Z | 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-13T20:00:59.630Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 5177
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1611 | 2026-03-13T20:00:59.630Z | 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-13T20:00:59.630Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1613 | 2026-03-13T20:00:59.632Z | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1614 | 2026-03-13T20:01:00.282Z | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1615 | 2026-03-13T20:01:00.363Z | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1616 | 2026-03-13T20:01:00.363Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-e830e520-852d-430b-9a11-ad891e9e1b45"]
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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1617 | 2026-03-13T20:01:00.390Z | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1618 | 2026-03-13T20:01:00.390Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-b54a814f-57a7-472f-940b-31ef501759e4"]
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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1619 | 2026-03-13T20:01:00.409Z | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1620 | 2026-03-13T20:01:00.409Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-c81098cd-9019-4d4f-acd3-8935d6e14f70"]
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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1621 | 2026-03-13T20:01:00.437Z | 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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1622 | 2026-03-13T20:01:00.437Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d233f1c5-9940-4fb8-9b2d-298a3d71b6b0"]
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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1623 | 2026-03-13T20:01:00.455Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 825
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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1624 | 2026-03-13T20:01:00.456Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6769
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 = f76c3b0c-61dc-4af3-b3f0-85e643b3b19f
|
| 1625 | 2026-03-13T20:01:00.456Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 824
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1626 | 2026-03-13T20:01:00.456Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 6924
file = phd-tests/tests/src/boot_order.rs
line = 510
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_tests::boot_order
|
| 1627 | 2026-03-13T20:01:00.456Z | INFO | phd-runner: Starting test phd_tests::hyperv::hyperv_smoke_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 1628 | 2026-03-13T20:01:00.456Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1629 | 2026-03-13T20:01:00.456Z | 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-13T20:01:00.456Z | 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-13T20:01:00.456Z | 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-13T20:01:00.456Z | DEBG | phd-runner: [TEST - EVENT] Verified 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-13T20:01:00.456Z | DEBG | phd-runner: [TEST - EVENT] Verified 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-13T20:01:00.456Z | 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-13T20:01:00.467Z | 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 51.3M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 1636 | 2026-03-13T20:01:00.467Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-b5434959-cbd4-4270-aac2-6a0e4481c8ae"]
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-13T20:01:00.483Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-b5434959-cbd4-4270-aac2-6a0e4481c8ae", "phd-artifacts/phd-clone-66b10bc9-11bf-4f6d-b81a-6a42aa5f4047"]
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-13T20:01:00.501Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-66b10bc9-11bf-4f6d-b81a-6a42aa5f4047"]
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-13T20:01:00.512Z | 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-66b10bc9-11bf-4f6d-b81a-6a42aa5f4047 0B 25.3T 48.9M /phd-artifacts/phd-clone-66b10bc9-11bf-4f6d-b81a-6a42aa5f4047\n
target = phd_framework::zfs
|
| 1640 | 2026-03-13T20:01:00.512Z | 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-13T20:01:00.512Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = 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-13T20:01:00.513Z | 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-13T20:01:00.513Z | INFO | phd-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-13T20:01:00.513Z | 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-13T20:01:00.529Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 956
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-13T20:01:00.543Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 30
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-13T20:01:00.544Z | 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 = 059da95f-1703-43c9-a8f1-ce47466bd7dc
|
| 1648 | 2026-03-13T20:01:00.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::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 059da95f-1703-43c9-a8f1-ce47466bd7dc
|
| 1649 | 2026-03-13T20:01:01.112Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1650 | 2026-03-13T20:01:01.112Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 059da95f-1703-43c9-a8f1-ce47466bd7dc, name: "phd-vm-059da95f-1703-43c9-a8f1-ce47466bd7dc", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: fe8b6020-eef1-4cb9-9fde-b41afe923ffc, project_id: ead90e62-9bf3-42c0-a59d-87a908a53c42, sled_id: 24d45776-2de6-47cf-aa51-af44613b90a1, sled_serial: "24d45776-2de6-47cf-aa51-af44613b90a1", 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 = 059da95f-1703-43c9-a8f1-ce47466bd7dc
|
| 1651 | 2026-03-13T20:01:01.112Z | 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 = 059da95f-1703-43c9-a8f1-ce47466bd7dc
|
| 1652 | 2026-03-13T20:01:01.112Z | 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 = 059da95f-1703-43c9-a8f1-ce47466bd7dc
|
| 1653 | 2026-03-13T20:01:01.113Z | 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_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 059da95f-1703-43c9-a8f1-ce47466bd7dc
|
| 1654 | 2026-03-13T20:01:01.113Z | 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-13T20:01:01.113Z | 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 = 059da95f-1703-43c9-a8f1-ce47466bd7dc
|
| 1656 | 2026-03-13T20:01:01.113Z | DEBG | phd-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-13T20:01:01.114Z | 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 = 059da95f-1703-43c9-a8f1-ce47466bd7dc
|
| 1658 | 2026-03-13T20:01:01.114Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_smoke_test
vm_id = 059da95f-1703-43c9-a8f1-ce47466bd7dc
|
| 1659 | 2026-03-13T20:01:05.932Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4818
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 = 059da95f-1703-43c9-a8f1-ce47466bd7dc
|
| 1660 | 2026-03-13T20:01:05.932Z | DEBG | phd-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-13T20:01:05.933Z | DEBG | phd-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-13T20:01:05.933Z | 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 = 059da95f-1703-43c9-a8f1-ce47466bd7dc
|
| 1663 | 2026-03-13T20:01:05.933Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_smoke_test
vm_id = 059da95f-1703-43c9-a8f1-ce47466bd7dc
|
| 1664 | 2026-03-13T20:01:05.950Z | 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 = 059da95f-1703-43c9-a8f1-ce47466bd7dc
|
| 1665 | 2026-03-13T20:01:05.950Z | DEBG | phd-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-13T20:01:05.950Z | DEBG | phd-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-13T20:01:05.950Z | 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 = 059da95f-1703-43c9-a8f1-ce47466bd7dc
|
| 1668 | 2026-03-13T20:01:05.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::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_smoke_test
vm_id = 059da95f-1703-43c9-a8f1-ce47466bd7dc
|
| 1669 | 2026-03-13T20:01:05.984Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 059da95f-1703-43c9-a8f1-ce47466bd7dc
|
| 1670 | 2026-03-13T20:01:05.984Z | 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-13T20:01:05.984Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4870
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-13T20:01:05.985Z | 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 = 059da95f-1703-43c9-a8f1-ce47466bd7dc
|
| 1673 | 2026-03-13T20:01:05.985Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_smoke_test
vm_id = 059da95f-1703-43c9-a8f1-ce47466bd7dc
|
| 1674 | 2026-03-13T20:01:05.994Z | 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_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 059da95f-1703-43c9-a8f1-ce47466bd7dc
|
| 1675 | 2026-03-13T20:01:05.995Z | 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 = 059da95f-1703-43c9-a8f1-ce47466bd7dc
|
| 1676 | 2026-03-13T20:01:05.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::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_smoke_test
vm_id = 059da95f-1703-43c9-a8f1-ce47466bd7dc
|
| 1677 | 2026-03-13T20:01:06.028Z | 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_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 059da95f-1703-43c9-a8f1-ce47466bd7dc
|
| 1678 | 2026-03-13T20:01:06.028Z | 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 = 059da95f-1703-43c9-a8f1-ce47466bd7dc
|
| 1679 | 2026-03-13T20:01:06.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
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_smoke_test
vm_id = 059da95f-1703-43c9-a8f1-ce47466bd7dc
|
| 1680 | 2026-03-13T20:01:06.039Z | INFO | 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 = 059da95f-1703-43c9-a8f1-ce47466bd7dc
|
| 1681 | 2026-03-13T20:01:06.039Z | 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 = 059da95f-1703-43c9-a8f1-ce47466bd7dc
|
| 1682 | 2026-03-13T20:01:06.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::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_smoke_test
vm_id = 059da95f-1703-43c9-a8f1-ce47466bd7dc
|
| 1683 | 2026-03-13T20:01:06.071Z | 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 = 059da95f-1703-43c9-a8f1-ce47466bd7dc
|
| 1684 | 2026-03-13T20:01:06.072Z | 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 = 059da95f-1703-43c9-a8f1-ce47466bd7dc
|
| 1685 | 2026-03-13T20:01:06.072Z | 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-13T20:01:06.072Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4959
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1687 | 2026-03-13T20:01:06.072Z | 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-13T20:01:06.072Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1689 | 2026-03-13T20:01:06.073Z | 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 = 059da95f-1703-43c9-a8f1-ce47466bd7dc
|
| 1690 | 2026-03-13T20:01:06.646Z | 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 = 059da95f-1703-43c9-a8f1-ce47466bd7dc
|
| 1691 | 2026-03-13T20:01:06.729Z | 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 = 059da95f-1703-43c9-a8f1-ce47466bd7dc
|
| 1692 | 2026-03-13T20:01:06.729Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-66b10bc9-11bf-4f6d-b81a-6a42aa5f4047"]
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 = 059da95f-1703-43c9-a8f1-ce47466bd7dc
|
| 1693 | 2026-03-13T20:01:06.756Z | 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 = 059da95f-1703-43c9-a8f1-ce47466bd7dc
|
| 1694 | 2026-03-13T20:01:06.756Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-b5434959-cbd4-4270-aac2-6a0e4481c8ae"]
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 = 059da95f-1703-43c9-a8f1-ce47466bd7dc
|
| 1695 | 2026-03-13T20:01:06.774Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 702
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 = 059da95f-1703-43c9-a8f1-ce47466bd7dc
|
| 1696 | 2026-03-13T20:01:06.774Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6229
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 = 059da95f-1703-43c9-a8f1-ce47466bd7dc
|
| 1697 | 2026-03-13T20:01:06.774Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 701
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1698 | 2026-03-13T20:01:06.774Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 6317
file = phd-tests/tests/src/hyperv.rs
line = 54
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_tests::hyperv
|
| 1699 | 2026-03-13T20:01:06.774Z | 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-13T20:01:06.774Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1701 | 2026-03-13T20:01:06.774Z | 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-13T20:01:06.775Z | 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-13T20:01:06.775Z | 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-13T20:01:06.775Z | DEBG | phd-runner: [TEST - EVENT] Verified 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-13T20:01:06.775Z | DEBG | phd-runner: [TEST - EVENT] Verified 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-13T20:01:06.775Z | 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-13T20:01:06.786Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::hyperv::hyperv_lifecycle_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 50.9M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 1708 | 2026-03-13T20:01:06.786Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-c999991a-bdfa-49f4-b7ab-7e579ad0e6a9"]
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-13T20:01:06.804Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-c999991a-bdfa-49f4-b7ab-7e579ad0e6a9", "phd-artifacts/phd-clone-cf69c1fd-6036-44a6-a6b2-0777dbe02851"]
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-13T20:01:06.821Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-cf69c1fd-6036-44a6-a6b2-0777dbe02851"]
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-13T20:01:06.832Z | 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-cf69c1fd-6036-44a6-a6b2-0777dbe02851 0B 25.3T 48.9M /phd-artifacts/phd-clone-cf69c1fd-6036-44a6-a6b2-0777dbe02851\n
target = phd_framework::zfs
|
| 1712 | 2026-03-13T20:01:06.833Z | 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-13T20:01:06.833Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = 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-13T20:01:06.833Z | 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-13T20:01:06.833Z | INFO | phd-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-13T20:01:06.833Z | 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-13T20:01:06.849Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 964
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-13T20:01:06.864Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 30
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
|
| 1719 | 2026-03-13T20:01:06.864Z | 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 = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
|
| 1720 | 2026-03-13T20:01:06.864Z | 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 = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
|
| 1721 | 2026-03-13T20:01:07.421Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1722 | 2026-03-13T20:01:07.422Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: ba4c16a3-b998-4ab2-b372-5a887d9a25ce, name: "phd-vm-ba4c16a3-b998-4ab2-b372-5a887d9a25ce", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 40ec1a3f-cf81-41ba-a708-cb8f03370ea3, project_id: ee6f5e4c-c8d6-40af-8d72-ff8416d55553, sled_id: 62f9163f-9f05-472a-a8e0-ceef1804a671, sled_serial: "62f9163f-9f05-472a-a8e0-ceef1804a671", 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 = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
|
| 1723 | 2026-03-13T20:01:07.422Z | 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 = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
|
| 1724 | 2026-03-13T20:01:07.422Z | 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 = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
|
| 1725 | 2026-03-13T20:01:07.423Z | 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 = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
|
| 1726 | 2026-03-13T20:01:07.423Z | 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-13T20:01:07.423Z | 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 = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
|
| 1728 | 2026-03-13T20:01:07.423Z | DEBG | phd-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-13T20:01:07.423Z | 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 = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
|
| 1730 | 2026-03-13T20:01:07.423Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_lifecycle_test
vm_id = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
|
| 1731 | 2026-03-13T20:01:12.281Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4857
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 = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
|
| 1732 | 2026-03-13T20:01:12.282Z | DEBG | phd-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-13T20:01:12.282Z | DEBG | phd-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-13T20:01:12.282Z | 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 = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
|
| 1735 | 2026-03-13T20:01:12.282Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_lifecycle_test
vm_id = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
|
| 1736 | 2026-03-13T20:01:12.300Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
|
| 1737 | 2026-03-13T20:01:12.300Z | DEBG | phd-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-13T20:01:12.300Z | DEBG | phd-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-13T20:01:12.300Z | 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 = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
|
| 1740 | 2026-03-13T20:01:12.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::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_lifecycle_test
vm_id = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
|
| 1741 | 2026-03-13T20:01:12.332Z | 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_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
|
| 1742 | 2026-03-13T20:01:12.332Z | 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-13T20:01:12.332Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4908
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-13T20:01:12.332Z | 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-13T20:01:12.333Z | 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 = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
|
| 1746 | 2026-03-13T20:01:12.333Z | 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 = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
|
| 1747 | 2026-03-13T20:01:12.334Z | 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 = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
|
| 1748 | 2026-03-13T20:01:12.334Z | 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-13T20:01:12.334Z | 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 = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
|
| 1750 | 2026-03-13T20:01:12.334Z | DEBG | phd-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-13T20:01:12.334Z | 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 = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
|
| 1752 | 2026-03-13T20:01:12.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::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_lifecycle_test
vm_id = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
|
| 1753 | 2026-03-13T20:01:17.049Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4714
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 = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
|
| 1754 | 2026-03-13T20:01:17.049Z | DEBG | phd-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-13T20:01:17.050Z | DEBG | phd-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-13T20:01:17.050Z | 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 = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
|
| 1757 | 2026-03-13T20:01:17.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::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_lifecycle_test
vm_id = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
|
| 1758 | 2026-03-13T20:01:17.067Z | 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 = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
|
| 1759 | 2026-03-13T20:01:17.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_lifecycle_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 1760 | 2026-03-13T20:01:17.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_lifecycle_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1761 | 2026-03-13T20:01:17.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_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
|
| 1762 | 2026-03-13T20:01:17.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_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_lifecycle_test
vm_id = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
|
| 1763 | 2026-03-13T20:01:17.100Z | 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 = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
|
| 1764 | 2026-03-13T20:01:17.100Z | 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-13T20:01:17.100Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4765
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-13T20:01:17.101Z | 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 = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
|
| 1767 | 2026-03-13T20:01:17.101Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_lifecycle_test
vm_id = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
|
| 1768 | 2026-03-13T20:01:17.111Z | INFO | 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 = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
|
| 1769 | 2026-03-13T20:01:17.111Z | 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 = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
|
| 1770 | 2026-03-13T20:01:17.112Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_lifecycle_test
vm_id = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
|
| 1771 | 2026-03-13T20:01:17.145Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
|
| 1772 | 2026-03-13T20:01:17.145Z | 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 = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
|
| 1773 | 2026-03-13T20:01:17.145Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_lifecycle_test
vm_id = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
|
| 1774 | 2026-03-13T20:01:17.156Z | INFO | 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 = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
|
| 1775 | 2026-03-13T20:01:17.156Z | 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 = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
|
| 1776 | 2026-03-13T20:01:17.156Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_lifecycle_test
vm_id = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
|
| 1777 | 2026-03-13T20:01:17.179Z | 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_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
|
| 1778 | 2026-03-13T20:01:17.179Z | 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-13T20:01:17.179Z | 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-13T20:01:17.179Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm_name = hyperv_lifecycle_test_lifecycle_1
|
| 1781 | 2026-03-13T20:01:17.179Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 1782 | 2026-03-13T20:01:17.179Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 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-13T20:01:17.179Z | 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-13T20:01:17.196Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 965
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-13T20:01:17.210Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 30
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
|
| 1786 | 2026-03-13T20:01:17.210Z | 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 = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
target = phd_framework::test_vm
target_id = 31e2a188-0bd5-48b9-9e90-9672b088c902
|
| 1787 | 2026-03-13T20:01:17.210Z | 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 = 2d1347f4-0c57-4723-b293-9c26fa346291
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
target = phd_framework::test_vm
target_id = 31e2a188-0bd5-48b9-9e90-9672b088c902
timeout_duration = 45s
|
| 1788 | 2026-03-13T20:01:17.210Z | 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 = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
target = phd_framework::test_vm
target_id = 31e2a188-0bd5-48b9-9e90-9672b088c902
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 31e2a188-0bd5-48b9-9e90-9672b088c902
|
| 1789 | 2026-03-13T20:01:17.211Z | 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 = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
target = phd_framework::test_vm
target_id = 31e2a188-0bd5-48b9-9e90-9672b088c902
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 31e2a188-0bd5-48b9-9e90-9672b088c902
|
| 1790 | 2026-03-13T20:01:17.652Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 31e2a188-0bd5-48b9-9e90-9672b088c902, name: "phd-vm-31e2a188-0bd5-48b9-9e90-9672b088c902", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 40ec1a3f-cf81-41ba-a708-cb8f03370ea3, project_id: ee6f5e4c-c8d6-40af-8d72-ff8416d55553, sled_id: ae18a19f-e955-427e-8df5-325f5d330c4f, sled_serial: "ae18a19f-e955-427e-8df5-325f5d330c4f", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 511
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
target = phd_framework::test_vm
target_id = 31e2a188-0bd5-48b9-9e90-9672b088c902
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 31e2a188-0bd5-48b9-9e90-9672b088c902
|
| 1791 | 2026-03-13T20:01:17.652Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 2d1347f4-0c57-4723-b293-9c26fa346291
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
target = phd_framework::test_vm
target_id = 31e2a188-0bd5-48b9-9e90-9672b088c902
|
| 1792 | 2026-03-13T20:01:20.822Z | 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
|
| 1793 | 2026-03-13T20:01:20.874Z | 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 = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
target = phd_framework::test_vm
target_id = 31e2a188-0bd5-48b9-9e90-9672b088c902
|
| 1794 | 2026-03-13T20:01:20.874Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3221
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 2d1347f4-0c57-4723-b293-9c26fa346291
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
target = phd_framework::test_vm
target_id = 31e2a188-0bd5-48b9-9e90-9672b088c902
|
| 1795 | 2026-03-13T20:01:20.876Z | 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 = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
|
| 1796 | 2026-03-13T20:01:20.876Z | 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 = 31e2a188-0bd5-48b9-9e90-9672b088c902
|
| 1797 | 2026-03-13T20:01:20.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
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 31e2a188-0bd5-48b9-9e90-9672b088c902
|
| 1798 | 2026-03-13T20:01:20.878Z | 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 = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
|
| 1799 | 2026-03-13T20:01:20.957Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 80
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 = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
|
| 1800 | 2026-03-13T20:01:20.957Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 14092
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 = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
|
| 1801 | 2026-03-13T20:01:23.252Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 2375
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 = 31e2a188-0bd5-48b9-9e90-9672b088c902
|
| 1802 | 2026-03-13T20:01:23.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_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 31e2a188-0bd5-48b9-9e90-9672b088c902
|
| 1803 | 2026-03-13T20:01:23.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_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 31e2a188-0bd5-48b9-9e90-9672b088c902
|
| 1804 | 2026-03-13T20:01:23.285Z | 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_lifecycle_1
vm_id = 31e2a188-0bd5-48b9-9e90-9672b088c902
|
| 1805 | 2026-03-13T20:01:23.285Z | 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 = 31e2a188-0bd5-48b9-9e90-9672b088c902
|
| 1806 | 2026-03-13T20:01:23.285Z | INFO | phd-runner: [WAIT_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 = 31e2a188-0bd5-48b9-9e90-9672b088c902
|
| 1807 | 2026-03-13T20:01:23.296Z | INFO | 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 = 31e2a188-0bd5-48b9-9e90-9672b088c902
|
| 1808 | 2026-03-13T20:01:23.296Z | 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 = 31e2a188-0bd5-48b9-9e90-9672b088c902
|
| 1809 | 2026-03-13T20:01:23.296Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 31e2a188-0bd5-48b9-9e90-9672b088c902
|
| 1810 | 2026-03-13T20:01:23.329Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 31e2a188-0bd5-48b9-9e90-9672b088c902
|
| 1811 | 2026-03-13T20:01:23.329Z | 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 = 31e2a188-0bd5-48b9-9e90-9672b088c902
|
| 1812 | 2026-03-13T20:01:23.329Z | 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
|
| 1813 | 2026-03-13T20:01:23.329Z | INFO | phd-runner: test phd_tests::hyperv::hyperv_lifecycle_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 1814 | 2026-03-13T20:01:23.330Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 15906
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1815 | 2026-03-13T20:01:23.330Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1816 | 2026-03-13T20:01:23.331Z | 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 = 31e2a188-0bd5-48b9-9e90-9672b088c902
|
| 1817 | 2026-03-13T20:01:23.627Z | 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 = 31e2a188-0bd5-48b9-9e90-9672b088c902
|
| 1818 | 2026-03-13T20:01:23.707Z | 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 = 31e2a188-0bd5-48b9-9e90-9672b088c902
|
| 1819 | 2026-03-13T20:01:23.707Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-cf69c1fd-6036-44a6-a6b2-0777dbe02851"]
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 = 31e2a188-0bd5-48b9-9e90-9672b088c902
|
| 1820 | 2026-03-13T20:01:23.733Z | 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 = 31e2a188-0bd5-48b9-9e90-9672b088c902
|
| 1821 | 2026-03-13T20:01:23.733Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-c999991a-bdfa-49f4-b7ab-7e579ad0e6a9"]
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 = 31e2a188-0bd5-48b9-9e90-9672b088c902
|
| 1822 | 2026-03-13T20:01:23.751Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 421
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 = 31e2a188-0bd5-48b9-9e90-9672b088c902
|
| 1823 | 2026-03-13T20:01:23.751Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6540
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
target = phd_framework::test_vm
target_id = 31e2a188-0bd5-48b9-9e90-9672b088c902
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 31e2a188-0bd5-48b9-9e90-9672b088c902
|
| 1824 | 2026-03-13T20:01:23.751Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 421
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1825 | 2026-03-13T20:01:23.751Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 6540
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = ba4c16a3-b998-4ab2-b372-5a887d9a25ce
target = phd_framework::test_vm
target_id = 31e2a188-0bd5-48b9-9e90-9672b088c902
|
| 1826 | 2026-03-13T20:01:23.751Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 16974
file = phd-tests/tests/src/hyperv.rs
line = 77
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_tests::hyperv
|
| 1827 | 2026-03-13T20:01:23.751Z | 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
|
| 1828 | 2026-03-13T20:01:23.751Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1829 | 2026-03-13T20:01:23.752Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1830 | 2026-03-13T20:01:23.752Z | 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
|
| 1831 | 2026-03-13T20:01:23.752Z | 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
|
| 1832 | 2026-03-13T20:01:23.752Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1833 | 2026-03-13T20:01:23.752Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1834 | 2026-03-13T20:01:23.752Z | 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
|
| 1835 | 2026-03-13T20:01:23.763Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 50.1M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 1836 | 2026-03-13T20:01:23.763Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2bcbe562-8a0d-4cda-8bdb-77de5a81316b"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::zfs
verb = snapshot
|
| 1837 | 2026-03-13T20:01:23.780Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2bcbe562-8a0d-4cda-8bdb-77de5a81316b", "phd-artifacts/phd-clone-fbb2d96f-2d1a-4b06-b4f2-a30c7a927bb3"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::zfs
verb = clone
|
| 1838 | 2026-03-13T20:01:23.799Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-fbb2d96f-2d1a-4b06-b4f2-a30c7a927bb3"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::zfs
verb = list
|
| 1839 | 2026-03-13T20:01:23.810Z | 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-fbb2d96f-2d1a-4b06-b4f2-a30c7a927bb3 0B 25.3T 48.9M /phd-artifacts/phd-clone-fbb2d96f-2d1a-4b06-b4f2-a30c7a927bb3\n
target = phd_framework::zfs
|
| 1840 | 2026-03-13T20:01:23.810Z | 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
|
| 1841 | 2026-03-13T20:01:23.810Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm_name = hyperv_reference_tsc_test
|
| 1842 | 2026-03-13T20:01:23.811Z | 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
|
| 1843 | 2026-03-13T20:01:23.811Z | INFO | phd-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
|
| 1844 | 2026-03-13T20:01:23.811Z | 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
|
| 1845 | 2026-03-13T20:01:23.827Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 974
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
|
| 1846 | 2026-03-13T20:01:23.842Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
|
| 1847 | 2026-03-13T20:01:23.842Z | 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 = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1848 | 2026-03-13T20:01:23.843Z | 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 = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1849 | 2026-03-13T20:01:24.656Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1850 | 2026-03-13T20:01:24.657Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 98f8a513-3f76-442f-822d-3c8081991cd0, name: "phd-vm-98f8a513-3f76-442f-822d-3c8081991cd0", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 18a98498-b6b1-4c83-846c-09b0e9b784d9, project_id: b56b3c21-d370-4b9b-8589-1e5414c77181, sled_id: 23300706-9636-42b8-bd85-dc406f9180bf, sled_serial: "23300706-9636-42b8-bd85-dc406f9180bf", 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 = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1851 | 2026-03-13T20:01:24.657Z | 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 = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1852 | 2026-03-13T20:01:24.657Z | 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 = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1853 | 2026-03-13T20:01:24.658Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1854 | 2026-03-13T20:01:24.658Z | 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
|
| 1855 | 2026-03-13T20:01:24.658Z | 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 = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1856 | 2026-03-13T20:01:24.658Z | DEBG | phd-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
|
| 1857 | 2026-03-13T20:01:24.658Z | 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 = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1858 | 2026-03-13T20:01:24.658Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_test
vm_id = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1859 | 2026-03-13T20:01:29.144Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4485
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 = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1860 | 2026-03-13T20:01:29.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::hyperv::hyperv_reference_tsc_clocksource_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 1861 | 2026-03-13T20:01:29.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::hyperv::hyperv_reference_tsc_clocksource_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1862 | 2026-03-13T20:01:29.144Z | 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 = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1863 | 2026-03-13T20:01:29.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::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_test
vm_id = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1864 | 2026-03-13T20:01:29.162Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1865 | 2026-03-13T20:01:29.162Z | DEBG | phd-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
|
| 1866 | 2026-03-13T20:01:29.163Z | DEBG | phd-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
|
| 1867 | 2026-03-13T20:01:29.163Z | 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 = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1868 | 2026-03-13T20:01:29.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::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_test
vm_id = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1869 | 2026-03-13T20:01:29.195Z | 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 = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1870 | 2026-03-13T20:01:29.195Z | 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
|
| 1871 | 2026-03-13T20:01:29.195Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4536
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
|
| 1872 | 2026-03-13T20:01:29.195Z | 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 = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1873 | 2026-03-13T20:01:29.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::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_test
vm_id = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1874 | 2026-03-13T20:01:29.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::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1875 | 2026-03-13T20:01:29.217Z | 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 = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1876 | 2026-03-13T20:01:29.217Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_test
vm_id = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1877 | 2026-03-13T20:01:29.249Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1878 | 2026-03-13T20:01:29.250Z | 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 = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1879 | 2026-03-13T20:01:29.250Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_test
vm_id = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1880 | 2026-03-13T20:01:29.260Z | INFO | 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 = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1881 | 2026-03-13T20:01:29.260Z | 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 = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1882 | 2026-03-13T20:01:29.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::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_test
vm_id = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1883 | 2026-03-13T20:01:29.283Z | 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_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1884 | 2026-03-13T20:01:29.284Z | 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
|
| 1885 | 2026-03-13T20:01:29.284Z | 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 = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1886 | 2026-03-13T20:01:29.284Z | 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 = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1887 | 2026-03-13T20:01:29.285Z | 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 = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1888 | 2026-03-13T20:01:29.285Z | 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
|
| 1889 | 2026-03-13T20:01:29.286Z | 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 = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1890 | 2026-03-13T20:01:29.286Z | DEBG | phd-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
|
| 1891 | 2026-03-13T20:01:29.286Z | 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 = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1892 | 2026-03-13T20:01:29.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
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_test
vm_id = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1893 | 2026-03-13T20:01:33.525Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4238
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 = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1894 | 2026-03-13T20:01:33.525Z | DEBG | phd-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
|
| 1895 | 2026-03-13T20:01:33.525Z | DEBG | phd-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
|
| 1896 | 2026-03-13T20:01:33.525Z | 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 = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1897 | 2026-03-13T20:01:33.525Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_test
vm_id = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1898 | 2026-03-13T20:01:33.543Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1899 | 2026-03-13T20:01:33.543Z | DEBG | phd-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
|
| 1900 | 2026-03-13T20:01:33.543Z | DEBG | phd-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
|
| 1901 | 2026-03-13T20:01:33.544Z | 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 = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1902 | 2026-03-13T20:01:33.544Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1903 | 2026-03-13T20:01:33.577Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1904 | 2026-03-13T20:01:33.577Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
|
| 1905 | 2026-03-13T20:01:33.577Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4290
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
|
| 1906 | 2026-03-13T20:01:33.577Z | 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 = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1907 | 2026-03-13T20:01:33.577Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_test
vm_id = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1908 | 2026-03-13T20:01:33.588Z | 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::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1909 | 2026-03-13T20:01:33.588Z | 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 = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1910 | 2026-03-13T20:01:33.589Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_test
vm_id = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1911 | 2026-03-13T20:01:33.621Z | 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 = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1912 | 2026-03-13T20:01:33.621Z | 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 = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1913 | 2026-03-13T20:01:33.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::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_test
vm_id = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1914 | 2026-03-13T20:01:33.632Z | INFO | 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 = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1915 | 2026-03-13T20:01:33.632Z | 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 = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1916 | 2026-03-13T20:01:33.632Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1917 | 2026-03-13T20:01:33.654Z | 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_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1918 | 2026-03-13T20:01:33.655Z | 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
|
| 1919 | 2026-03-13T20:01:33.655Z | 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
|
| 1920 | 2026-03-13T20:01:33.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::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm_name = hyperv_reference_tsc_test_lifecycle_1
|
| 1921 | 2026-03-13T20:01:33.655Z | 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
|
| 1922 | 2026-03-13T20:01:33.655Z | INFO | phd-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
|
| 1923 | 2026-03-13T20:01:33.655Z | 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
|
| 1924 | 2026-03-13T20:01:33.671Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 975
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
|
| 1925 | 2026-03-13T20:01:33.686Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
|
| 1926 | 2026-03-13T20:01:33.686Z | 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 = 98f8a513-3f76-442f-822d-3c8081991cd0
target = phd_framework::test_vm
target_id = fe033fce-c0d4-4f2e-b037-5e517050d523
|
| 1927 | 2026-03-13T20:01:33.686Z | 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 = 73fe6be1-e320-45e7-bbaa-c2ad4d627f5b
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = 98f8a513-3f76-442f-822d-3c8081991cd0
target = phd_framework::test_vm
target_id = fe033fce-c0d4-4f2e-b037-5e517050d523
timeout_duration = 45s
|
| 1928 | 2026-03-13T20:01:33.686Z | 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 = 98f8a513-3f76-442f-822d-3c8081991cd0
target = phd_framework::test_vm
target_id = fe033fce-c0d4-4f2e-b037-5e517050d523
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = fe033fce-c0d4-4f2e-b037-5e517050d523
|
| 1929 | 2026-03-13T20:01:33.687Z | 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 = 98f8a513-3f76-442f-822d-3c8081991cd0
target = phd_framework::test_vm
target_id = fe033fce-c0d4-4f2e-b037-5e517050d523
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = fe033fce-c0d4-4f2e-b037-5e517050d523
|
| 1930 | 2026-03-13T20:01:34.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: fe033fce-c0d4-4f2e-b037-5e517050d523, name: "phd-vm-fe033fce-c0d4-4f2e-b037-5e517050d523", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 18a98498-b6b1-4c83-846c-09b0e9b784d9, project_id: b56b3c21-d370-4b9b-8589-1e5414c77181, sled_id: 0196bf2e-46cc-4dbe-925f-330a58fb690d, sled_serial: "0196bf2e-46cc-4dbe-925f-330a58fb690d", 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 = 98f8a513-3f76-442f-822d-3c8081991cd0
target = phd_framework::test_vm
target_id = fe033fce-c0d4-4f2e-b037-5e517050d523
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = fe033fce-c0d4-4f2e-b037-5e517050d523
|
| 1931 | 2026-03-13T20:01:34.388Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 73fe6be1-e320-45e7-bbaa-c2ad4d627f5b
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = 98f8a513-3f76-442f-822d-3c8081991cd0
target = phd_framework::test_vm
target_id = fe033fce-c0d4-4f2e-b037-5e517050d523
|
| 1932 | 2026-03-13T20:01:37.560Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9002","from_start":15592}}
target = phd_framework::serial
|
| 1933 | 2026-03-13T20:01:38.188Z | 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 = 98f8a513-3f76-442f-822d-3c8081991cd0
target = phd_framework::test_vm
target_id = fe033fce-c0d4-4f2e-b037-5e517050d523
|
| 1934 | 2026-03-13T20:01:38.188Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3799
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 73fe6be1-e320-45e7-bbaa-c2ad4d627f5b
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = 98f8a513-3f76-442f-822d-3c8081991cd0
target = phd_framework::test_vm
target_id = fe033fce-c0d4-4f2e-b037-5e517050d523
|
| 1935 | 2026-03-13T20:01:38.190Z | 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 = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1936 | 2026-03-13T20:01:38.190Z | 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 = fe033fce-c0d4-4f2e-b037-5e517050d523
|
| 1937 | 2026-03-13T20:01:38.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::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = fe033fce-c0d4-4f2e-b037-5e517050d523
|
| 1938 | 2026-03-13T20:01:38.192Z | 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 = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1939 | 2026-03-13T20:01:38.273Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 82
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 = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1940 | 2026-03-13T20:01:38.274Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 14430
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 = 98f8a513-3f76-442f-822d-3c8081991cd0
|
| 1941 | 2026-03-13T20:01:38.515Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 324
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 = fe033fce-c0d4-4f2e-b037-5e517050d523
|
| 1942 | 2026-03-13T20:01:38.516Z | 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 = fe033fce-c0d4-4f2e-b037-5e517050d523
|
| 1943 | 2026-03-13T20:01:38.516Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = fe033fce-c0d4-4f2e-b037-5e517050d523
|
| 1944 | 2026-03-13T20:01:38.549Z | 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 = fe033fce-c0d4-4f2e-b037-5e517050d523
|
| 1945 | 2026-03-13T20:01:38.549Z | 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 = fe033fce-c0d4-4f2e-b037-5e517050d523
|
| 1946 | 2026-03-13T20:01:38.549Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = fe033fce-c0d4-4f2e-b037-5e517050d523
|
| 1947 | 2026-03-13T20:01:38.559Z | INFO | 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 = fe033fce-c0d4-4f2e-b037-5e517050d523
|
| 1948 | 2026-03-13T20:01:38.560Z | 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 = fe033fce-c0d4-4f2e-b037-5e517050d523
|
| 1949 | 2026-03-13T20:01:38.560Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = fe033fce-c0d4-4f2e-b037-5e517050d523
|
| 1950 | 2026-03-13T20:01:38.592Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = fe033fce-c0d4-4f2e-b037-5e517050d523
|
| 1951 | 2026-03-13T20:01:38.592Z | 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 = fe033fce-c0d4-4f2e-b037-5e517050d523
|
| 1952 | 2026-03-13T20:01:38.593Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 1953 | 2026-03-13T20:01:38.593Z | 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
|
| 1954 | 2026-03-13T20:01:38.593Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1955 | 2026-03-13T20:01:38.593Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 13935
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1956 | 2026-03-13T20:01:38.594Z | 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 = fe033fce-c0d4-4f2e-b037-5e517050d523
|
| 1957 | 2026-03-13T20:01:38.932Z | 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 = fe033fce-c0d4-4f2e-b037-5e517050d523
|
| 1958 | 2026-03-13T20:01:39.013Z | 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 = fe033fce-c0d4-4f2e-b037-5e517050d523
|
| 1959 | 2026-03-13T20:01:39.014Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-fbb2d96f-2d1a-4b06-b4f2-a30c7a927bb3"]
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 = fe033fce-c0d4-4f2e-b037-5e517050d523
|
| 1960 | 2026-03-13T20:01:39.044Z | 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 = fe033fce-c0d4-4f2e-b037-5e517050d523
|
| 1961 | 2026-03-13T20:01:39.044Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2bcbe562-8a0d-4cda-8bdb-77de5a81316b"]
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 = fe033fce-c0d4-4f2e-b037-5e517050d523
|
| 1962 | 2026-03-13T20:01:39.066Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 473
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 = fe033fce-c0d4-4f2e-b037-5e517050d523
|
| 1963 | 2026-03-13T20:01:39.067Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5380
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 = 98f8a513-3f76-442f-822d-3c8081991cd0
target = phd_framework::test_vm
target_id = fe033fce-c0d4-4f2e-b037-5e517050d523
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = fe033fce-c0d4-4f2e-b037-5e517050d523
|
| 1964 | 2026-03-13T20:01:39.067Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 473
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1965 | 2026-03-13T20:01:39.067Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 5380
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 = 98f8a513-3f76-442f-822d-3c8081991cd0
target = phd_framework::test_vm
target_id = fe033fce-c0d4-4f2e-b037-5e517050d523
|
| 1966 | 2026-03-13T20:01:39.067Z | 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
|
| 1967 | 2026-03-13T20:01:39.067Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 15313
file = phd-tests/tests/src/hyperv.rs
line = 105
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_tests::hyperv
|
| 1968 | 2026-03-13T20:01:39.067Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1969 | 2026-03-13T20:01:39.067Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1970 | 2026-03-13T20:01:39.067Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/hyperv.rs
line = 165
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 1971 | 2026-03-13T20:01:39.067Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1972 | 2026-03-13T20:01:39.067Z | 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
|
| 1973 | 2026-03-13T20:01:39.067Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1974 | 2026-03-13T20:01:39.067Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1975 | 2026-03-13T20:01:39.067Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::zfs
verb = list
|
| 1976 | 2026-03-13T20:01:39.078Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 51.6M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 1977 | 2026-03-13T20:01:39.078Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-dfd4da01-d7f6-4a4a-9c8a-eda150a8e2fb"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::zfs
verb = snapshot
|
| 1978 | 2026-03-13T20:01:39.095Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-dfd4da01-d7f6-4a4a-9c8a-eda150a8e2fb", "phd-artifacts/phd-clone-aefc0ed4-4518-42d8-9978-37c6295a3144"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::zfs
verb = clone
|
| 1979 | 2026-03-13T20:01:39.116Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-aefc0ed4-4518-42d8-9978-37c6295a3144"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::zfs
verb = list
|
| 1980 | 2026-03-13T20:01:39.128Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-aefc0ed4-4518-42d8-9978-37c6295a3144 0B 25.3T 48.9M /phd-artifacts/phd-clone-aefc0ed4-4518-42d8-9978-37c6295a3144\n
target = phd_framework::zfs
|
| 1981 | 2026-03-13T20:01:39.128Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
|
| 1982 | 2026-03-13T20:01:39.128Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm_name = hyperv_reference_tsc_elapsed_test
|
| 1983 | 2026-03-13T20:01:39.128Z | 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
|
| 1984 | 2026-03-13T20:01:39.128Z | INFO | phd-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_elapsed_time_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 1985 | 2026-03-13T20:01:39.128Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
stderr_path = "/tmp/propolis-phd/phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test/hyperv_reference_tsc_elapsed_test.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test/hyperv_reference_tsc_elapsed_test.stdout.log"
target = phd_framework::log_config
|
| 1986 | 2026-03-13T20:01:39.145Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 984
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm::server
|
| 1987 | 2026-03-13T20:01:39.160Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
|
| 1988 | 2026-03-13T20:01:39.160Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 1989 | 2026-03-13T20:01:39.160Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 452
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 1990 | 2026-03-13T20:01:39.940Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1991 | 2026-03-13T20:01:39.941Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: c6c4bd2e-ab49-4348-a937-6138ec6c4dfb, name: "phd-vm-c6c4bd2e-ab49-4348-a937-6138ec6c4dfb", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 8c1f9b25-0721-4aa4-9061-b696408cf4ad, project_id: 095ee5d6-4516-415a-a32a-a4c0408e76a5, sled_id: 8349194e-caa8-4ce7-9ddc-ce3a782e5390, sled_serial: "8349194e-caa8-4ce7-9ddc-ce3a782e5390", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 1992 | 2026-03-13T20:01:39.941Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 1993 | 2026-03-13T20:01:39.941Z | 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_elapsed_time_test
state = Run
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 1994 | 2026-03-13T20:01:39.942Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 1995 | 2026-03-13T20:01:39.942Z | 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_elapsed_time_test
target = phd_framework::test_vm
|
| 1996 | 2026-03-13T20:01:39.942Z | 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_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 1997 | 2026-03-13T20:01:39.942Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 1998 | 2026-03-13T20:01:39.942Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 1999 | 2026-03-13T20:01:39.942Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2000 | 2026-03-13T20:01:44.373Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4430
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2001 | 2026-03-13T20:01:44.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::hyperv::hyperv_reference_tsc_elapsed_time_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 2002 | 2026-03-13T20:01:44.374Z | DEBG | phd-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_elapsed_time_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2003 | 2026-03-13T20:01:44.374Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2004 | 2026-03-13T20:01:44.374Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2005 | 2026-03-13T20:01:44.392Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2006 | 2026-03-13T20:01:44.392Z | DEBG | phd-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_elapsed_time_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 2007 | 2026-03-13T20:01:44.393Z | DEBG | phd-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_elapsed_time_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2008 | 2026-03-13T20:01:44.393Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2009 | 2026-03-13T20:01:44.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::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2010 | 2026-03-13T20:01:44.425Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2011 | 2026-03-13T20:01:44.425Z | 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_elapsed_time_test
target = phd_framework::test_vm
|
| 2012 | 2026-03-13T20:01:44.425Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4482
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
|
| 2013 | 2026-03-13T20:01:44.425Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2014 | 2026-03-13T20:01:44.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::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2015 | 2026-03-13T20:01:44.447Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2016 | 2026-03-13T20:01:44.447Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2017 | 2026-03-13T20:01:44.448Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2018 | 2026-03-13T20:01:44.481Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2019 | 2026-03-13T20:01:44.481Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2020 | 2026-03-13T20:01:44.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::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2021 | 2026-03-13T20:01:44.491Z | INFO | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2022 | 2026-03-13T20:01:44.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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2023 | 2026-03-13T20:01:44.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_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2024 | 2026-03-13T20:01:44.525Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2025 | 2026-03-13T20:01:45.027Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2026 | 2026-03-13T20:01:45.027Z | INFO | phd-runner: [WAIT_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_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2027 | 2026-03-13T20:01:45.049Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2028 | 2026-03-13T20:01:45.049Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2029 | 2026-03-13T20:01:45.049Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2030 | 2026-03-13T20:01:45.082Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2031 | 2026-03-13T20:01:45.082Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2032 | 2026-03-13T20:01:45.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
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2033 | 2026-03-13T20:01:45.093Z | INFO | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2034 | 2026-03-13T20:01:45.093Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2035 | 2026-03-13T20:01:45.093Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2036 | 2026-03-13T20:01:45.126Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2037 | 2026-03-13T20:01:45.628Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2038 | 2026-03-13T20:01: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::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2039 | 2026-03-13T20:01:45.650Z | 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_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2040 | 2026-03-13T20:01:45.650Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2041 | 2026-03-13T20:01:45.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::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2042 | 2026-03-13T20:01:45.683Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2043 | 2026-03-13T20:01:45.684Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2044 | 2026-03-13T20:01:45.684Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2045 | 2026-03-13T20:01:45.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::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2046 | 2026-03-13T20:01:45.695Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2047 | 2026-03-13T20:01:45.695Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2048 | 2026-03-13T20:01:45.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::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2049 | 2026-03-13T20:01:46.229Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2050 | 2026-03-13T20:01:46.229Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2051 | 2026-03-13T20:01:46.252Z | 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_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2052 | 2026-03-13T20:01:46.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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2053 | 2026-03-13T20:01:46.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_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2054 | 2026-03-13T20:01:46.286Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2055 | 2026-03-13T20:01:46.286Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2056 | 2026-03-13T20:01:46.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
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2057 | 2026-03-13T20:01:46.297Z | INFO | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2058 | 2026-03-13T20:01:46.297Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2059 | 2026-03-13T20:01:46.297Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2060 | 2026-03-13T20:01:46.330Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2061 | 2026-03-13T20:01:46.832Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2062 | 2026-03-13T20:01:46.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::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2063 | 2026-03-13T20:01:46.855Z | 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_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2064 | 2026-03-13T20:01:46.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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2065 | 2026-03-13T20:01:46.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_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2066 | 2026-03-13T20:01:46.888Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2067 | 2026-03-13T20:01:46.888Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2068 | 2026-03-13T20:01:46.888Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2069 | 2026-03-13T20:01:46.899Z | 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::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2070 | 2026-03-13T20:01:46.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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2071 | 2026-03-13T20:01:46.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_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2072 | 2026-03-13T20:01:46.933Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2073 | 2026-03-13T20:01:47.435Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2074 | 2026-03-13T20:01:47.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
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2075 | 2026-03-13T20:01:47.457Z | 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_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2076 | 2026-03-13T20:01:47.457Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2077 | 2026-03-13T20:01:47.457Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2078 | 2026-03-13T20:01:47.490Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2079 | 2026-03-13T20:01:47.491Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2080 | 2026-03-13T20:01:47.491Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2081 | 2026-03-13T20:01:47.501Z | INFO | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2082 | 2026-03-13T20:01:47.502Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2083 | 2026-03-13T20:01:47.502Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2084 | 2026-03-13T20:01:47.534Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2085 | 2026-03-13T20:01:48.036Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 346, tv_nsec: 984545146 }, guest_ns: 2720750600 }
before = Reading { taken_at: Instant { tv_sec: 346, tv_nsec: 383648712 }, guest_ns: 2118935100 }
diff = 919066
diff_pct = 0.001529491519665101
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 601815500
host_delta_ns = 600896434
line = 214
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 2086 | 2026-03-13T20:01:48.036Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 347, tv_nsec: 585831170 }, guest_ns: 3322232800 }
before = Reading { taken_at: Instant { tv_sec: 346, tv_nsec: 984545146 }, guest_ns: 2720750600 }
diff = 196176
diff_pct = 0.00032626070151266316
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 601482200
host_delta_ns = 601286024
line = 214
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 2087 | 2026-03-13T20:01:48.036Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 348, tv_nsec: 188784369 }, guest_ns: 3924056600 }
before = Reading { taken_at: Instant { tv_sec: 347, tv_nsec: 585831170 }, guest_ns: 3322232800 }
diff = 1129399
diff_pct = 0.001873112211483598
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 601823800
host_delta_ns = 602953199
line = 214
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 2088 | 2026-03-13T20:01:48.036Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 348, tv_nsec: 791233932 }, guest_ns: 4526764500 }
before = Reading { taken_at: Instant { tv_sec: 348, tv_nsec: 188784369 }, guest_ns: 3924056600 }
diff = 258337
diff_pct = 0.0004288110007310272
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 602707900
host_delta_ns = 602449563
line = 214
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 2089 | 2026-03-13T20:01:48.036Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 349, tv_nsec: 392263338 }, guest_ns: 5128366100 }
before = Reading { taken_at: Instant { tv_sec: 348, tv_nsec: 791233932 }, guest_ns: 4526764500 }
diff = 572194
diff_pct = 0.0009520233025004436
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 601601600
host_delta_ns = 601029406
line = 214
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 2090 | 2026-03-13T20:01:48.036Z | INFO | phd-runner: [TEST - EVENT] TSC test results
bad_diffs = 0
file = phd-tests/tests/src/hyperv.rs
good_diffs = 5
line = 282
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 2091 | 2026-03-13T20:01:48.036Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
|
| 2092 | 2026-03-13T20:01:48.036Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm_name = hyperv_reference_tsc_elapsed_target
|
| 2093 | 2026-03-13T20:01:48.036Z | 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
|
| 2094 | 2026-03-13T20:01:48.036Z | INFO | phd-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_elapsed_time_test
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 2095 | 2026-03-13T20:01:48.037Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
stderr_path = "/tmp/propolis-phd/phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test/hyperv_reference_tsc_elapsed_target.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test/hyperv_reference_tsc_elapsed_target.stdout.log"
target = phd_framework::log_config
|
| 2096 | 2026-03-13T20:01:48.052Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 985
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm::server
|
| 2097 | 2026-03-13T20:01:48.066Z | 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_elapsed_time_test
target = phd_framework::test_vm
|
| 2098 | 2026-03-13T20:01:48.066Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
target = phd_framework::test_vm
target_id = 22ed78ba-628e-4786-8e63-4e6f6f546005
|
| 2099 | 2026-03-13T20:01:48.066Z | 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 = f1d23321-e789-485d-9a69-30ffde3114a1
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
target = phd_framework::test_vm
target_id = 22ed78ba-628e-4786-8e63-4e6f6f546005
timeout_duration = 45s
|
| 2100 | 2026-03-13T20:01:48.066Z | 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_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
target = phd_framework::test_vm
target_id = 22ed78ba-628e-4786-8e63-4e6f6f546005
vm = hyperv_reference_tsc_elapsed_target
vm_id = 22ed78ba-628e-4786-8e63-4e6f6f546005
|
| 2101 | 2026-03-13T20:01:48.067Z | 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_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
target = phd_framework::test_vm
target_id = 22ed78ba-628e-4786-8e63-4e6f6f546005
vm = hyperv_reference_tsc_elapsed_target
vm_id = 22ed78ba-628e-4786-8e63-4e6f6f546005
|
| 2102 | 2026-03-13T20:01:48.559Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 22ed78ba-628e-4786-8e63-4e6f6f546005, name: "phd-vm-22ed78ba-628e-4786-8e63-4e6f6f546005", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 8c1f9b25-0721-4aa4-9061-b696408cf4ad, project_id: 095ee5d6-4516-415a-a32a-a4c0408e76a5, sled_id: fd8aec7f-4dd1-4445-8a62-ff3c78988fee, sled_serial: "fd8aec7f-4dd1-4445-8a62-ff3c78988fee", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 511
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
target = phd_framework::test_vm
target_id = 22ed78ba-628e-4786-8e63-4e6f6f546005
vm = hyperv_reference_tsc_elapsed_target
vm_id = 22ed78ba-628e-4786-8e63-4e6f6f546005
|
| 2103 | 2026-03-13T20:01:48.559Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = f1d23321-e789-485d-9a69-30ffde3114a1
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
target = phd_framework::test_vm
target_id = 22ed78ba-628e-4786-8e63-4e6f6f546005
|
| 2104 | 2026-03-13T20:01:51.264Z | 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
|
| 2105 | 2026-03-13T20:01:53.138Z | 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_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
target = phd_framework::test_vm
target_id = 22ed78ba-628e-4786-8e63-4e6f6f546005
|
| 2106 | 2026-03-13T20:01:53.138Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 4578
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = f1d23321-e789-485d-9a69-30ffde3114a1
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
target = phd_framework::test_vm
target_id = 22ed78ba-628e-4786-8e63-4e6f6f546005
|
| 2107 | 2026-03-13T20:01:53.138Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2108 | 2026-03-13T20:01:53.138Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2109 | 2026-03-13T20:01:54.684Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 1545
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2110 | 2026-03-13T20:01:54.684Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2111 | 2026-03-13T20:01:54.684Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2112 | 2026-03-13T20:01:54.717Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2113 | 2026-03-13T20:01:54.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_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2114 | 2026-03-13T20:01:54.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_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2115 | 2026-03-13T20:01:54.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::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2116 | 2026-03-13T20:01:54.728Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2117 | 2026-03-13T20:01:54.728Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2118 | 2026-03-13T20:01:54.760Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2119 | 2026-03-13T20:01:55.261Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2120 | 2026-03-13T20:01:55.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::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2121 | 2026-03-13T20:01:55.284Z | 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_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2122 | 2026-03-13T20:01:55.284Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2123 | 2026-03-13T20:01:55.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::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2124 | 2026-03-13T20:01:55.317Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2125 | 2026-03-13T20:01:55.317Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2126 | 2026-03-13T20:01:55.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::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2127 | 2026-03-13T20:01:55.328Z | INFO | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2128 | 2026-03-13T20:01:55.328Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2129 | 2026-03-13T20:01:55.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::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2130 | 2026-03-13T20:01:55.361Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2131 | 2026-03-13T20:01:55.862Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2132 | 2026-03-13T20:01:55.862Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2133 | 2026-03-13T20:01:55.885Z | 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_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2134 | 2026-03-13T20:01:55.885Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2135 | 2026-03-13T20:01:55.885Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2136 | 2026-03-13T20:01:55.919Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2137 | 2026-03-13T20:01:55.919Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2138 | 2026-03-13T20:01:55.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::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2139 | 2026-03-13T20:01:55.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::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2140 | 2026-03-13T20:01:55.930Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2141 | 2026-03-13T20:01:55.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::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2142 | 2026-03-13T20:01:55.963Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2143 | 2026-03-13T20:01:56.465Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2144 | 2026-03-13T20:01:56.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::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2145 | 2026-03-13T20:01:56.487Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2146 | 2026-03-13T20:01:56.487Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2147 | 2026-03-13T20:01:56.487Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2148 | 2026-03-13T20:01:56.520Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2149 | 2026-03-13T20:01:56.520Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2150 | 2026-03-13T20:01:56.520Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2151 | 2026-03-13T20:01:56.531Z | INFO | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2152 | 2026-03-13T20:01:56.531Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2153 | 2026-03-13T20:01:56.531Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2154 | 2026-03-13T20:01:56.563Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2155 | 2026-03-13T20:01:57.065Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2156 | 2026-03-13T20:01:57.065Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2157 | 2026-03-13T20:01:57.088Z | 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_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2158 | 2026-03-13T20:01:57.088Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2159 | 2026-03-13T20:01:57.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::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2160 | 2026-03-13T20:01:57.121Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2161 | 2026-03-13T20:01:57.121Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2162 | 2026-03-13T20:01:57.121Z | INFO | phd-runner: [WAIT_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_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2163 | 2026-03-13T20:01:57.132Z | 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::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2164 | 2026-03-13T20:01:57.133Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2165 | 2026-03-13T20:01:57.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::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2166 | 2026-03-13T20:01:57.166Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2167 | 2026-03-13T20:01:57.667Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2168 | 2026-03-13T20:01:57.668Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2169 | 2026-03-13T20:01:57.679Z | 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::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2170 | 2026-03-13T20:01:57.679Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2171 | 2026-03-13T20:01:57.679Z | INFO | phd-runner: [WAIT_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_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2172 | 2026-03-13T20:01:57.712Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2173 | 2026-03-13T20:01:57.712Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2174 | 2026-03-13T20:01:57.712Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2175 | 2026-03-13T20:01:57.723Z | INFO | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2176 | 2026-03-13T20:01:57.723Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2177 | 2026-03-13T20:01:57.723Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2178 | 2026-03-13T20:01:57.745Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2179 | 2026-03-13T20:01:58.247Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 357, tv_nsec: 218856897 }, guest_ns: 12955313100 }
before = Reading { taken_at: Instant { tv_sec: 356, tv_nsec: 618029664 }, guest_ns: 12354873500 }
diff = 387633
diff_pct = 0.0006451654963515943
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 600439600
host_delta_ns = 600827233
line = 214
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 2180 | 2026-03-13T20:01:58.247Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 357, tv_nsec: 820803685 }, guest_ns: 13555501200 }
before = Reading { taken_at: Instant { tv_sec: 357, tv_nsec: 218856897 }, guest_ns: 12955313100 }
diff = 1758688
diff_pct = 0.002921666889931141
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 600188100
host_delta_ns = 601946788
line = 214
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 2181 | 2026-03-13T20:01:58.247Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 358, tv_nsec: 421082005 }, guest_ns: 14157517000 }
before = Reading { taken_at: Instant { tv_sec: 357, tv_nsec: 820803685 }, guest_ns: 13555501200 }
diff = 1737480
diff_pct = 0.0028944573577136686
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 602015800
host_delta_ns = 600278320
line = 214
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 2182 | 2026-03-13T20:01:58.247Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 359, tv_nsec: 23452638 }, guest_ns: 14758782000 }
before = Reading { taken_at: Instant { tv_sec: 358, tv_nsec: 421082005 }, guest_ns: 14157517000 }
diff = 1105633
diff_pct = 0.001835469625226567
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 601265000
host_delta_ns = 602370633
line = 214
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 2183 | 2026-03-13T20:01:58.247Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 359, tv_nsec: 602592394 }, guest_ns: 15348798200 }
before = Reading { taken_at: Instant { tv_sec: 359, tv_nsec: 23452638 }, guest_ns: 14758782000 }
diff = 10876444
diff_pct = 0.018780344273239637
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 590016200
host_delta_ns = 579139756
line = 214
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 2184 | 2026-03-13T20:01:58.247Z | INFO | phd-runner: [TEST - EVENT] TSC test results
bad_diffs = 0
file = phd-tests/tests/src/hyperv.rs
good_diffs = 5
line = 282
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 2185 | 2026-03-13T20:01:58.247Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_target
vm_id = 22ed78ba-628e-4786-8e63-4e6f6f546005
|
| 2186 | 2026-03-13T20:01:58.247Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2187 | 2026-03-13T20:01:58.248Z | 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
|
| 2188 | 2026-03-13T20:01:58.248Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 18306
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2189 | 2026-03-13T20:01:58.248Z | 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
|
| 2190 | 2026-03-13T20:01:58.248Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2191 | 2026-03-13T20:01:58.249Z | 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_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_target
vm_id = 22ed78ba-628e-4786-8e63-4e6f6f546005
|
| 2192 | 2026-03-13T20:01:58.250Z | 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_elapsed_time_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2193 | 2026-03-13T20:01:58.330Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 82
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2194 | 2026-03-13T20:01:58.331Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 19169
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
|
| 2195 | 2026-03-13T20:01:58.332Z | 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_elapsed_time_test
self.address = 127.0.0.1:9002
target = phd_framework::test_vm::server
vm = hyperv_reference_tsc_elapsed_target
vm_id = 22ed78ba-628e-4786-8e63-4e6f6f546005
|
| 2196 | 2026-03-13T20:01:58.412Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::zfs
vm = hyperv_reference_tsc_elapsed_target
vm_id = 22ed78ba-628e-4786-8e63-4e6f6f546005
|
| 2197 | 2026-03-13T20:01:58.412Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-aefc0ed4-4518-42d8-9978-37c6295a3144"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::zfs
verb = destroy
vm = hyperv_reference_tsc_elapsed_target
vm_id = 22ed78ba-628e-4786-8e63-4e6f6f546005
|
| 2198 | 2026-03-13T20:01:58.441Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::zfs
vm = hyperv_reference_tsc_elapsed_target
vm_id = 22ed78ba-628e-4786-8e63-4e6f6f546005
|
| 2199 | 2026-03-13T20:01:58.441Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-dfd4da01-d7f6-4a4a-9c8a-eda150a8e2fb"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::zfs
verb = destroy
vm = hyperv_reference_tsc_elapsed_target
vm_id = 22ed78ba-628e-4786-8e63-4e6f6f546005
|
| 2200 | 2026-03-13T20:01:58.461Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 213
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_target
vm_id = 22ed78ba-628e-4786-8e63-4e6f6f546005
|
| 2201 | 2026-03-13T20:01:58.462Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 10394
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
target = phd_framework::test_vm
target_id = 22ed78ba-628e-4786-8e63-4e6f6f546005
vm = hyperv_reference_tsc_elapsed_target
vm_id = 22ed78ba-628e-4786-8e63-4e6f6f546005
|
| 2202 | 2026-03-13T20:01:58.462Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 10394
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = c6c4bd2e-ab49-4348-a937-6138ec6c4dfb
target = phd_framework::test_vm
target_id = 22ed78ba-628e-4786-8e63-4e6f6f546005
|
| 2203 | 2026-03-13T20:01:58.462Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 213
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2204 | 2026-03-13T20:01:58.462Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 19393
file = phd-tests/tests/src/hyperv.rs
line = 165
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 2205 | 2026-03-13T20:01:58.462Z | INFO | phd-runner: Starting test phd_tests::stats::instance_vcpu_stats
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 2206 | 2026-03-13T20:01:58.462Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2207 | 2026-03-13T20:01:58.462Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2208 | 2026-03-13T20:01:58.462Z | 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
|
| 2209 | 2026-03-13T20:01:58.462Z | 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
|
| 2210 | 2026-03-13T20:01:58.462Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2211 | 2026-03-13T20:01:58.463Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2212 | 2026-03-13T20:01:58.463Z | 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
|
| 2213 | 2026-03-13T20:01:58.474Z | 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 51.3M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 2214 | 2026-03-13T20:01:58.474Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-7bd5d326-af0a-4d6e-9391-503669ab2fd5"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::zfs
verb = snapshot
|
| 2215 | 2026-03-13T20:01:58.493Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-7bd5d326-af0a-4d6e-9391-503669ab2fd5", "phd-artifacts/phd-clone-62126261-a710-49bb-9394-014aa8763d0d"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::zfs
verb = clone
|
| 2216 | 2026-03-13T20:01:58.513Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-62126261-a710-49bb-9394-014aa8763d0d"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::zfs
verb = list
|
| 2217 | 2026-03-13T20:01:58.524Z | 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-62126261-a710-49bb-9394-014aa8763d0d 0B 25.3T 48.9M /phd-artifacts/phd-clone-62126261-a710-49bb-9394-014aa8763d0d\n
target = phd_framework::zfs
|
| 2218 | 2026-03-13T20:01:58.525Z | 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
|
| 2219 | 2026-03-13T20:01:58.525Z | 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
|
| 2220 | 2026-03-13T20:01:58.525Z | 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
|
| 2221 | 2026-03-13T20:01:58.528Z | DEBG | slog-rs (phd-oximeter-consumer): registered endpoint
local_addr = [::1]:40266
method = POST
path = /metrics/producers
versions = all
|
| 2222 | 2026-03-13T20:01:58.529Z | INFO | slog-rs (phd-oximeter-consumer): listening
local_addr = [::1]:40266
|
| 2223 | 2026-03-13T20:01:58.539Z | DEBG | slog-rs (phd-oximeter-consumer): successfully registered DTrace USDT probes
local_addr = [::1]:40266
|
| 2224 | 2026-03-13T20:01:58.539Z | INFO | slog-rs (phd-oximeter-consumer): fake oximeter test server listening
address = [::1]:40266
|
| 2225 | 2026-03-13T20:01:58.539Z | INFO | phd-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
|
| 2226 | 2026-03-13T20:01:58.540Z | 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
|
| 2227 | 2026-03-13T20:01:58.557Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 994
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm::server
|
| 2228 | 2026-03-13T20:01:58.572Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 47
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
|
| 2229 | 2026-03-13T20:01:58.573Z | 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2230 | 2026-03-13T20:01:58.573Z | 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2231 | 2026-03-13T20:01:59.301Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2232 | 2026-03-13T20:01:59.302Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 4f28017b-3451-4303-bf30-236832527a10, name: "phd-vm-4f28017b-3451-4303-bf30-236832527a10", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 5ac583b9-5554-4391-9412-16cc27ac3f48, project_id: b8a164bd-bf96-4055-908e-0245ba5f5573, sled_id: fa543f9e-7613-4f74-b6f6-0d9f429e1041, sled_serial: "fa543f9e-7613-4f74-b6f6-0d9f429e1041", 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2233 | 2026-03-13T20:01:59.302Z | 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2234 | 2026-03-13T20:01:59.302Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::stats::instance_vcpu_stats
state = Run
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = 4f28017b-3451-4303-bf30-236832527a10
|
| 2235 | 2026-03-13T20:01:59.303Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = 4f28017b-3451-4303-bf30-236832527a10
|
| 2236 | 2026-03-13T20:01:59.303Z | 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
|
| 2237 | 2026-03-13T20:01:59.303Z | 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2238 | 2026-03-13T20:01:59.303Z | DEBG | phd-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
|
| 2239 | 2026-03-13T20:01:59.303Z | 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2240 | 2026-03-13T20:01:59.303Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = instance_vcpu_stats
vm_id = 4f28017b-3451-4303-bf30-236832527a10
|
| 2241 | 2026-03-13T20:01:59.377Z | INFO | slog-rs (phd-oximeter-consumer): accepted connection
local_addr = [::1]:40266
remote_addr = [::1]:56872
|
| 2242 | 2026-03-13T20:01:59.379Z | TRAC | slog-rs (phd-oximeter-consumer): incoming request
local_addr = [::1]:40266
method = POST
remote_addr = [::1]:56872
req_id = ce1d7800-d1c9-4dd2-8def-010b6177f827
uri = /metrics/producers
|
| 2243 | 2026-03-13T20:01:59.379Z | INFO | slog-rs (phd-oximeter-consumer): request completed
latency_us = 398
local_addr = [::1]:40266
method = POST
remote_addr = [::1]:56872
req_id = ce1d7800-d1c9-4dd2-8def-010b6177f827
response_code = 201
uri = /metrics/producers
|
| 2244 | 2026-03-13T20:02:03.338Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4034
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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2245 | 2026-03-13T20:02:03.338Z | DEBG | phd-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
|
| 2246 | 2026-03-13T20:02:03.338Z | DEBG | phd-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
|
| 2247 | 2026-03-13T20:02:03.338Z | 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2248 | 2026-03-13T20:02:03.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::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = instance_vcpu_stats
vm_id = 4f28017b-3451-4303-bf30-236832527a10
|
| 2249 | 2026-03-13T20:02:03.356Z | 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::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = 4f28017b-3451-4303-bf30-236832527a10
|
| 2250 | 2026-03-13T20:02:03.356Z | DEBG | phd-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
|
| 2251 | 2026-03-13T20:02:03.357Z | DEBG | phd-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
|
| 2252 | 2026-03-13T20:02:03.357Z | 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2253 | 2026-03-13T20:02:03.357Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = instance_vcpu_stats
vm_id = 4f28017b-3451-4303-bf30-236832527a10
|
| 2254 | 2026-03-13T20:02:03.388Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = 4f28017b-3451-4303-bf30-236832527a10
|
| 2255 | 2026-03-13T20:02:03.389Z | 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
|
| 2256 | 2026-03-13T20:02:03.389Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4085
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
|
| 2257 | 2026-03-13T20:02:03.389Z | 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2258 | 2026-03-13T20:02:03.389Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = 4f28017b-3451-4303-bf30-236832527a10
|
| 2259 | 2026-03-13T20:02:03.399Z | INFO | 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2260 | 2026-03-13T20:02:03.400Z | 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2261 | 2026-03-13T20:02:03.400Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = 4f28017b-3451-4303-bf30-236832527a10
|
| 2262 | 2026-03-13T20:02:23.436Z | 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2263 | 2026-03-13T20:02:23.436Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = 4f28017b-3451-4303-bf30-236832527a10
|
| 2264 | 2026-03-13T20:02:23.436Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = 4f28017b-3451-4303-bf30-236832527a10
|
| 2265 | 2026-03-13T20:02:23.447Z | INFO | 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2266 | 2026-03-13T20:02:23.447Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = 4f28017b-3451-4303-bf30-236832527a10
|
| 2267 | 2026-03-13T20:02:23.447Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = 4f28017b-3451-4303-bf30-236832527a10
|
| 2268 | 2026-03-13T20:02:23.480Z | 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2269 | 2026-03-13T20:02:25.318Z | 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2270 | 2026-03-13T20:02:25.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::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = 4f28017b-3451-4303-bf30-236832527a10
|
| 2271 | 2026-03-13T20:02:25.329Z | 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2272 | 2026-03-13T20:02:25.329Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = 4f28017b-3451-4303-bf30-236832527a10
|
| 2273 | 2026-03-13T20:02:25.330Z | INFO | phd-runner: [WAIT_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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2274 | 2026-03-13T20:02:25.362Z | 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2275 | 2026-03-13T20:02:25.362Z | 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2276 | 2026-03-13T20:02:25.362Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = 4f28017b-3451-4303-bf30-236832527a10
|
| 2277 | 2026-03-13T20:02:25.374Z | 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2278 | 2026-03-13T20:02:25.374Z | 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2279 | 2026-03-13T20:02:25.374Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = 4f28017b-3451-4303-bf30-236832527a10
|
| 2280 | 2026-03-13T20:02:25.408Z | 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2281 | 2026-03-13T20:02:25.408Z | 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2282 | 2026-03-13T20:02:25.408Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = 4f28017b-3451-4303-bf30-236832527a10
|
| 2283 | 2026-03-13T20:02:25.419Z | INFO | 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2284 | 2026-03-13T20:02:25.419Z | 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2285 | 2026-03-13T20:02:25.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::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = 4f28017b-3451-4303-bf30-236832527a10
|
| 2286 | 2026-03-13T20:02:25.452Z | 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2287 | 2026-03-13T20:02:25.452Z | 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2288 | 2026-03-13T20:02:25.452Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = 4f28017b-3451-4303-bf30-236832527a10
|
| 2289 | 2026-03-13T20:02:25.462Z | INFO | 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2290 | 2026-03-13T20:02:25.463Z | 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2291 | 2026-03-13T20:02:25.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::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = 4f28017b-3451-4303-bf30-236832527a10
|
| 2292 | 2026-03-13T20:02:25.495Z | 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2293 | 2026-03-13T20:02:25.495Z | 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2294 | 2026-03-13T20:02:25.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::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = 4f28017b-3451-4303-bf30-236832527a10
|
| 2295 | 2026-03-13T20:02:25.517Z | 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::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = 4f28017b-3451-4303-bf30-236832527a10
|
| 2296 | 2026-03-13T20:02:25.517Z | 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2297 | 2026-03-13T20:02:25.517Z | INFO | phd-runner: [WAIT_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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2298 | 2026-03-13T20:02:30.000Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4482
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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2299 | 2026-03-13T20:02:30.001Z | 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2300 | 2026-03-13T20:02:30.001Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = 4f28017b-3451-4303-bf30-236832527a10
|
| 2301 | 2026-03-13T20:02:30.011Z | INFO | 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2302 | 2026-03-13T20:02:30.011Z | 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2303 | 2026-03-13T20:02:30.011Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = 4f28017b-3451-4303-bf30-236832527a10
|
| 2304 | 2026-03-13T20:02:30.044Z | 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2305 | 2026-03-13T20:02:39.709Z | 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2306 | 2026-03-13T20:02:39.709Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = 4f28017b-3451-4303-bf30-236832527a10
|
| 2307 | 2026-03-13T20:02:39.721Z | 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2308 | 2026-03-13T20:02:39.721Z | 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2309 | 2026-03-13T20:02:39.721Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = 4f28017b-3451-4303-bf30-236832527a10
|
| 2310 | 2026-03-13T20:02:49.756Z | 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2311 | 2026-03-13T20:02:49.757Z | 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2312 | 2026-03-13T20:02:49.757Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = 4f28017b-3451-4303-bf30-236832527a10
|
| 2313 | 2026-03-13T20:02:49.767Z | INFO | 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2314 | 2026-03-13T20:02:49.767Z | 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2315 | 2026-03-13T20:02:49.768Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = 4f28017b-3451-4303-bf30-236832527a10
|
| 2316 | 2026-03-13T20:02:49.791Z | 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::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = 4f28017b-3451-4303-bf30-236832527a10
|
| 2317 | 2026-03-13T20:02:54.395Z | 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2318 | 2026-03-13T20:02:54.395Z | 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
|
| 2319 | 2026-03-13T20:02:54.395Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 55090
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2320 | 2026-03-13T20:02:54.395Z | INFO | phd-runner: test phd_tests::stats::instance_vcpu_stats ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 2321 | | {"msg":"beginning graceful shutdown","v":0,"name":"slog-rs","level":30{"v":0,"name":"phd-runner","msg":"[TEST_CLEANUP - START]","level":30,"hostname":"BRM42220060","pid":829,"time":"2026-03-13T20:02:54.395633339Z","target":"phd_runner::fixtures","line":51,"file":"phd-tests/runner/src/fixtures.rs"} |
| 2322 | | ,"time":"2026-03-13T20:02:54.395635823Z","hostname":"BRM42220060","pid":829,"local_addr":"[::1]:40266","component":"phd-oximeter-consumer"} |
| 2323 | 2026-03-13T20:02:54.397Z | 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2324 | 2026-03-13T20:02:54.962Z | 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2325 | 2026-03-13T20:02:55.048Z | 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2326 | 2026-03-13T20:02:55.048Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-62126261-a710-49bb-9394-014aa8763d0d"]
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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2327 | 2026-03-13T20:02:55.076Z | 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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2328 | 2026-03-13T20:02:55.076Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-7bd5d326-af0a-4d6e-9391-503669ab2fd5"]
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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2329 | 2026-03-13T20:02:55.095Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 56518
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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2330 | 2026-03-13T20:02:55.095Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 699
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2331 | 2026-03-13T20:02:55.095Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 699
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 = 4f28017b-3451-4303-bf30-236832527a10
|
| 2332 | 2026-03-13T20:02:55.095Z | 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
|
| 2333 | 2026-03-13T20:02:55.095Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 56628
file = phd-tests/tests/src/stats.rs
line = 198
path = phd_tests::stats::instance_vcpu_stats
target = phd_tests::stats
|
| 2334 | 2026-03-13T20:02:55.095Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2335 | 2026-03-13T20:02:55.095Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2336 | 2026-03-13T20:02:55.095Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/disk.rs
line = 115
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_tests::disk
|
| 2337 | 2026-03-13T20:02:55.095Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2338 | 2026-03-13T20:02:55.095Z | 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
|
| 2339 | 2026-03-13T20:02:55.095Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2340 | 2026-03-13T20:02:55.095Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2341 | 2026-03-13T20:02:55.095Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::zfs
verb = list
|
| 2342 | 2026-03-13T20:02:55.105Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::disk::in_memory_backend_smoke_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 51.3M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 2343 | 2026-03-13T20:02:55.106Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d4ecac9f-7c1b-4e6a-a405-751d0d9cf5de"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::zfs
verb = snapshot
|
| 2344 | 2026-03-13T20:02:55.123Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d4ecac9f-7c1b-4e6a-a405-751d0d9cf5de", "phd-artifacts/phd-clone-841b6755-0a8d-4430-b62d-fa32af066727"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::zfs
verb = clone
|
| 2345 | 2026-03-13T20:02:55.142Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-841b6755-0a8d-4430-b62d-fa32af066727"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::zfs
verb = list
|
| 2346 | 2026-03-13T20:02:55.153Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::disk::in_memory_backend_smoke_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-841b6755-0a8d-4430-b62d-fa32af066727 0B 25.3T 48.9M /phd-artifacts/phd-clone-841b6755-0a8d-4430-b62d-fa32af066727\n
target = phd_framework::zfs
|
| 2347 | 2026-03-13T20:02:55.155Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
|
| 2348 | 2026-03-13T20:02:55.155Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm_name = in_memory_backend_test
|
| 2349 | 2026-03-13T20:02:55.156Z | 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
|
| 2350 | 2026-03-13T20:02:55.156Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 64
path = phd_tests::disk::in_memory_backend_smoke_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 2351 | 2026-03-13T20:02:55.156Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::disk::in_memory_backend_smoke_test
stderr_path = "/tmp/propolis-phd/phd_tests::disk::in_memory_backend_smoke_test/in_memory_backend_test.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::disk::in_memory_backend_smoke_test/in_memory_backend_test.stdout.log"
target = phd_framework::log_config
|
| 2352 | 2026-03-13T20:02:55.174Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1003
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm::server
|
| 2353 | 2026-03-13T20:02:55.189Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
|
| 2354 | 2026-03-13T20:02:55.189Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2355 | 2026-03-13T20:02:55.315Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2356 | 2026-03-13T20:02:55.317Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 34aaf658-c033-4376-af69-0afd3303515a, name: "phd-vm-34aaf658-c033-4376-af69-0afd3303515a", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 78e1cb20-d22f-403f-9cfa-c067cdc47b5a, project_id: ffb6181b-fda7-42e1-9d9a-232c7bf2cf28, sled_id: 4fb0e2e4-cbe0-41f0-9876-112f70ecec20, sled_serial: "4fb0e2e4-cbe0-41f0-9876-112f70ecec20", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2357 | 2026-03-13T20:02:55.317Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2358 | 2026-03-13T20:02:55.317Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::disk::in_memory_backend_smoke_test
state = Run
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2359 | 2026-03-13T20:02:55.318Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2360 | 2026-03-13T20:02:55.318Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
|
| 2361 | 2026-03-13T20:02:55.318Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2362 | 2026-03-13T20:02:55.318Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::disk::in_memory_backend_smoke_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 2363 | 2026-03-13T20:02:55.318Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2364 | 2026-03-13T20:02:55.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::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2365 | 2026-03-13T20:02:59.941Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4622
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2366 | 2026-03-13T20:02:59.941Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::disk::in_memory_backend_smoke_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 2367 | 2026-03-13T20:02:59.941Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::disk::in_memory_backend_smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2368 | 2026-03-13T20:02:59.942Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2369 | 2026-03-13T20:02:59.942Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2370 | 2026-03-13T20:02:59.960Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2371 | 2026-03-13T20:02:59.960Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::disk::in_memory_backend_smoke_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 2372 | 2026-03-13T20:02:59.960Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::disk::in_memory_backend_smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2373 | 2026-03-13T20:02:59.960Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2374 | 2026-03-13T20:02:59.960Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2375 | 2026-03-13T20:02:59.992Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2376 | 2026-03-13T20:02:59.992Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
|
| 2377 | 2026-03-13T20:02:59.992Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4674
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
|
| 2378 | 2026-03-13T20:02:59.993Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2379 | 2026-03-13T20:02:59.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::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2380 | 2026-03-13T20:03:00.003Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2381 | 2026-03-13T20:03:00.003Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2382 | 2026-03-13T20:03:00.003Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2383 | 2026-03-13T20:03:00.036Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2384 | 2026-03-13T20:03:00.037Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2385 | 2026-03-13T20:03:00.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::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2386 | 2026-03-13T20:03:00.047Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2387 | 2026-03-13T20:03:00.047Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2388 | 2026-03-13T20:03:00.047Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2389 | 2026-03-13T20:03:00.080Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2390 | 2026-03-13T20:03:00.080Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2391 | 2026-03-13T20:03:00.080Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2392 | 2026-03-13T20:03:00.091Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2393 | 2026-03-13T20:03:00.091Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2394 | 2026-03-13T20:03:00.091Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2395 | 2026-03-13T20:03:00.124Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2396 | 2026-03-13T20:03:00.125Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2397 | 2026-03-13T20:03:00.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::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2398 | 2026-03-13T20:03:00.135Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2399 | 2026-03-13T20:03:00.135Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2400 | 2026-03-13T20:03:00.135Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2401 | 2026-03-13T20:03:00.169Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2402 | 2026-03-13T20:03:00.169Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2403 | 2026-03-13T20:03:00.169Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2404 | 2026-03-13T20:03:00.180Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2405 | 2026-03-13T20:03:00.180Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2406 | 2026-03-13T20:03:00.180Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2407 | 2026-03-13T20:03:00.213Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2408 | 2026-03-13T20:03:00.213Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2409 | 2026-03-13T20:03:00.213Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2410 | 2026-03-13T20:03:00.225Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2411 | 2026-03-13T20:03:00.225Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2412 | 2026-03-13T20:03:00.225Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2413 | 2026-03-13T20:03:00.258Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2414 | 2026-03-13T20:03:00.258Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2415 | 2026-03-13T20:03:00.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::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2416 | 2026-03-13T20:03:00.269Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2417 | 2026-03-13T20:03:00.269Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2418 | 2026-03-13T20:03:00.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::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2419 | 2026-03-13T20:03:00.303Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2420 | 2026-03-13T20:03:00.303Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2421 | 2026-03-13T20:03:00.303Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2422 | 2026-03-13T20:03:00.315Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2423 | 2026-03-13T20:03:00.315Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2424 | 2026-03-13T20:03:00.315Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2425 | 2026-03-13T20:03:00.347Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2426 | 2026-03-13T20:03:00.348Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2427 | 2026-03-13T20:03:00.348Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2428 | 2026-03-13T20:03:00.358Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2429 | 2026-03-13T20:03:00.358Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2430 | 2026-03-13T20:03:00.358Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2431 | 2026-03-13T20:03:00.392Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2432 | 2026-03-13T20:03:00.392Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2433 | 2026-03-13T20:03:00.392Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2434 | 2026-03-13T20:03:00.403Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2435 | 2026-03-13T20:03:00.404Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2436 | 2026-03-13T20:03:00.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::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2437 | 2026-03-13T20:03:00.436Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2438 | 2026-03-13T20:03:00.436Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2439 | 2026-03-13T20:03:00.437Z | 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
|
| 2440 | 2026-03-13T20:03:00.437Z | 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
|
| 2441 | 2026-03-13T20:03:00.437Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2442 | 2026-03-13T20:03:00.437Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 5121
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2443 | 2026-03-13T20:03:00.439Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2444 | 2026-03-13T20:03:00.813Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
path = phd_tests::disk::in_memory_backend_smoke_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2445 | 2026-03-13T20:03:00.895Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::zfs
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2446 | 2026-03-13T20:03:00.895Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-841b6755-0a8d-4430-b62d-fa32af066727"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::zfs
verb = destroy
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2447 | 2026-03-13T20:03:00.931Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::zfs
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2448 | 2026-03-13T20:03:00.931Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d4ecac9f-7c1b-4e6a-a405-751d0d9cf5de"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::zfs
verb = destroy
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2449 | 2026-03-13T20:03:00.951Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 514
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2450 | 2026-03-13T20:03:00.951Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5761
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 34aaf658-c033-4376-af69-0afd3303515a
|
| 2451 | 2026-03-13T20:03:00.951Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 5855
file = phd-tests/tests/src/disk.rs
line = 115
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_tests::disk
|
| 2452 | 2026-03-13T20:03:00.951Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 514
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2453 | 2026-03-13T20:03:00.951Z | 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
|
| 2454 | 2026-03-13T20:03:00.951Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2455 | 2026-03-13T20:03:00.952Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2456 | 2026-03-13T20:03:00.952Z | 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
|
| 2457 | 2026-03-13T20:03:00.952Z | 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
|
| 2458 | 2026-03-13T20:03:00.952Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2459 | 2026-03-13T20:03:00.952Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2460 | 2026-03-13T20:03:00.952Z | 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
|
| 2461 | 2026-03-13T20:03:00.965Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::disk::in_memory_backend_migration_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 51.4M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 2462 | 2026-03-13T20:03:00.965Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-fc4f7beb-2004-4e1b-b18b-02f45ce769f9"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::zfs
verb = snapshot
|
| 2463 | 2026-03-13T20:03:00.983Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-fc4f7beb-2004-4e1b-b18b-02f45ce769f9", "phd-artifacts/phd-clone-27e40917-ca64-4537-a4d6-df721ea7bce9"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::zfs
verb = clone
|
| 2464 | 2026-03-13T20:03:01.003Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-27e40917-ca64-4537-a4d6-df721ea7bce9"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::zfs
verb = list
|
| 2465 | 2026-03-13T20:03:01.014Z | 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-27e40917-ca64-4537-a4d6-df721ea7bce9 0B 25.3T 48.9M /phd-artifacts/phd-clone-27e40917-ca64-4537-a4d6-df721ea7bce9\n
target = phd_framework::zfs
|
| 2466 | 2026-03-13T20:03:01.015Z | 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
|
| 2467 | 2026-03-13T20:03:01.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm_name = in_memory_backend_migration_test_source
|
| 2468 | 2026-03-13T20:03:01.015Z | 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
|
| 2469 | 2026-03-13T20:03:01.015Z | INFO | phd-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
|
| 2470 | 2026-03-13T20:03:01.015Z | 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
|
| 2471 | 2026-03-13T20:03:01.033Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1011
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
|
| 2472 | 2026-03-13T20:03:01.048Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 33
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
|
| 2473 | 2026-03-13T20:03:01.048Z | 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 = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2474 | 2026-03-13T20:03:01.050Z | 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 = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2475 | 2026-03-13T20:03:01.831Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2476 | 2026-03-13T20:03:01.832Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 15746928-30e0-4825-ade6-7ea89f0462ca, name: "phd-vm-15746928-30e0-4825-ade6-7ea89f0462ca", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 98be3d41-f53a-470f-8ce3-26125281da96, project_id: 52e85ce5-bf86-46ac-a18b-a13604d86eb4, sled_id: 5fb477e9-5ff3-4e6d-8c8c-8e8c2df850de, sled_serial: "5fb477e9-5ff3-4e6d-8c8c-8e8c2df850de", 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 = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2477 | 2026-03-13T20:03:01.832Z | 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 = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2478 | 2026-03-13T20:03:01.832Z | 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 = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2479 | 2026-03-13T20:03:01.833Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
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 = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2480 | 2026-03-13T20:03:01.833Z | 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
|
| 2481 | 2026-03-13T20:03:01.833Z | 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 = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2482 | 2026-03-13T20:03:01.833Z | DEBG | phd-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
|
| 2483 | 2026-03-13T20:03:01.833Z | 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 = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2484 | 2026-03-13T20:03:01.833Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2485 | 2026-03-13T20:03:06.414Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4580
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 = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2486 | 2026-03-13T20:03:06.414Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::disk::in_memory_backend_migration_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 2487 | 2026-03-13T20:03:06.414Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::disk::in_memory_backend_migration_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2488 | 2026-03-13T20:03:06.414Z | 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 = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2489 | 2026-03-13T20:03:06.414Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = in_memory_backend_migration_test_source
vm_id = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2490 | 2026-03-13T20:03:06.432Z | 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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2491 | 2026-03-13T20:03:06.433Z | DEBG | phd-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
|
| 2492 | 2026-03-13T20:03:06.433Z | DEBG | phd-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
|
| 2493 | 2026-03-13T20:03:06.433Z | 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 = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2494 | 2026-03-13T20:03:06.433Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = in_memory_backend_migration_test_source
vm_id = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2495 | 2026-03-13T20:03:06.465Z | 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 = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2496 | 2026-03-13T20:03:06.465Z | 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
|
| 2497 | 2026-03-13T20:03:06.465Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4631
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
|
| 2498 | 2026-03-13T20:03:06.465Z | 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 = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2499 | 2026-03-13T20:03:06.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_migration_test_source
vm_id = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2500 | 2026-03-13T20:03:06.487Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2501 | 2026-03-13T20:03:06.487Z | 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 = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2502 | 2026-03-13T20:03:06.487Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_migration_test_source
vm_id = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2503 | 2026-03-13T20:03:06.520Z | 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 = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2504 | 2026-03-13T20:03:06.521Z | 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 = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2505 | 2026-03-13T20:03:06.521Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2506 | 2026-03-13T20:03:06.531Z | INFO | 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 = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2507 | 2026-03-13T20:03:06.531Z | 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 = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2508 | 2026-03-13T20:03:06.531Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2509 | 2026-03-13T20:03:06.553Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2510 | 2026-03-13T20:03:06.554Z | 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 = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2511 | 2026-03-13T20:03:06.554Z | INFO | phd-runner: [WAIT_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 = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2512 | 2026-03-13T20:03:06.564Z | INFO | 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 = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2513 | 2026-03-13T20:03:06.564Z | 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 = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2514 | 2026-03-13T20:03:06.565Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2515 | 2026-03-13T20:03:06.597Z | 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 = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2516 | 2026-03-13T20:03:06.598Z | 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 = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2517 | 2026-03-13T20:03:06.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_migration_test_source
vm_id = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2518 | 2026-03-13T20:03:06.608Z | INFO | 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 = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2519 | 2026-03-13T20:03:06.609Z | 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 = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2520 | 2026-03-13T20:03:06.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_migration_test_source
vm_id = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2521 | 2026-03-13T20:03:06.642Z | 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 = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2522 | 2026-03-13T20:03:06.642Z | 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 = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2523 | 2026-03-13T20:03:06.642Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2524 | 2026-03-13T20:03:06.653Z | 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 = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2525 | 2026-03-13T20:03:06.654Z | 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 = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2526 | 2026-03-13T20:03:06.654Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2527 | 2026-03-13T20:03:06.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2528 | 2026-03-13T20:03:06.686Z | 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 = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2529 | 2026-03-13T20:03:06.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_migration_test_source
vm_id = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2530 | 2026-03-13T20:03:06.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2531 | 2026-03-13T20:03:06.697Z | 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 = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2532 | 2026-03-13T20:03:06.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_migration_test_source
vm_id = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2533 | 2026-03-13T20:03:06.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2534 | 2026-03-13T20:03:06.730Z | 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
|
| 2535 | 2026-03-13T20:03:06.730Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = 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
|
| 2536 | 2026-03-13T20:03:06.731Z | 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
|
| 2537 | 2026-03-13T20:03:06.731Z | INFO | phd-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
|
| 2538 | 2026-03-13T20:03:06.731Z | 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
|
| 2539 | 2026-03-13T20:03:06.749Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1012
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
|
| 2540 | 2026-03-13T20:03:06.764Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 33
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
|
| 2541 | 2026-03-13T20:03:06.764Z | 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 = 15746928-30e0-4825-ade6-7ea89f0462ca
target = phd_framework::test_vm
target_id = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2542 | 2026-03-13T20:03:06.764Z | 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 = 8c472b98-5414-4ec7-a4c5-f7945775f996
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = 15746928-30e0-4825-ade6-7ea89f0462ca
target = phd_framework::test_vm
target_id = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
timeout_duration = 45s
|
| 2543 | 2026-03-13T20:03:06.764Z | 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 = 15746928-30e0-4825-ade6-7ea89f0462ca
target = phd_framework::test_vm
target_id = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
vm = in_memory_backend_migration_test_target
vm_id = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2544 | 2026-03-13T20:03:06.765Z | 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 = 15746928-30e0-4825-ade6-7ea89f0462ca
target = phd_framework::test_vm
target_id = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
vm = in_memory_backend_migration_test_target
vm_id = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2545 | 2026-03-13T20:03:07.458Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 5afb836f-9fd1-4c33-ad1d-884ed97d6e75, name: "phd-vm-5afb836f-9fd1-4c33-ad1d-884ed97d6e75", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 98be3d41-f53a-470f-8ce3-26125281da96, project_id: 52e85ce5-bf86-46ac-a18b-a13604d86eb4, sled_id: 5c50f5cc-c182-43a5-ba94-72bf0a4b9e04, sled_serial: "5c50f5cc-c182-43a5-ba94-72bf0a4b9e04", 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 = 15746928-30e0-4825-ade6-7ea89f0462ca
target = phd_framework::test_vm
target_id = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
vm = in_memory_backend_migration_test_target
vm_id = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2546 | 2026-03-13T20:03:07.458Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 8c472b98-5414-4ec7-a4c5-f7945775f996
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = 15746928-30e0-4825-ade6-7ea89f0462ca
target = phd_framework::test_vm
target_id = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2547 | 2026-03-13T20:03:10.199Z | 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
|
| 2548 | 2026-03-13T20:03:10.606Z | 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 = 15746928-30e0-4825-ade6-7ea89f0462ca
target = phd_framework::test_vm
target_id = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2549 | 2026-03-13T20:03:10.606Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3147
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 8c472b98-5414-4ec7-a4c5-f7945775f996
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = 15746928-30e0-4825-ade6-7ea89f0462ca
target = phd_framework::test_vm
target_id = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2550 | 2026-03-13T20:03:10.606Z | 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 = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2551 | 2026-03-13T20:03:10.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_migration_test_target
vm_id = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2552 | 2026-03-13T20:03:12.703Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 2097
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 = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2553 | 2026-03-13T20:03:12.703Z | 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 = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2554 | 2026-03-13T20:03:12.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_migration_test_target
vm_id = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2555 | 2026-03-13T20:03:12.737Z | 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 = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2556 | 2026-03-13T20:03:12.737Z | 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 = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2557 | 2026-03-13T20:03:12.737Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2558 | 2026-03-13T20:03: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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2559 | 2026-03-13T20:03:12.748Z | 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 = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2560 | 2026-03-13T20:03:12.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_migration_test_target
vm_id = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2561 | 2026-03-13T20:03:12.780Z | 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 = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2562 | 2026-03-13T20:03:12.780Z | 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 = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2563 | 2026-03-13T20:03:12.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_migration_test_target
vm_id = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2564 | 2026-03-13T20:03:12.792Z | 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 = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2565 | 2026-03-13T20:03:12.792Z | 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 = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2566 | 2026-03-13T20:03:12.792Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_migration_test_target
vm_id = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2567 | 2026-03-13T20:03:12.825Z | 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 = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2568 | 2026-03-13T20:03:12.826Z | 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 = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2569 | 2026-03-13T20:03: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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_migration_test_target
vm_id = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2570 | 2026-03-13T20:03:12.836Z | INFO | 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 = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2571 | 2026-03-13T20:03:12.837Z | 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 = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2572 | 2026-03-13T20:03: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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_migration_test_target
vm_id = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2573 | 2026-03-13T20:03: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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2574 | 2026-03-13T20:03:12.870Z | 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 = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2575 | 2026-03-13T20:03: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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_migration_test_target
vm_id = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2576 | 2026-03-13T20:03:12.880Z | INFO | 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 = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2577 | 2026-03-13T20:03:12.881Z | 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 = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2578 | 2026-03-13T20:03: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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_migration_test_target
vm_id = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2579 | 2026-03-13T20:03:12.914Z | 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 = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2580 | 2026-03-13T20:03:12.914Z | 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 = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2581 | 2026-03-13T20:03:12.914Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2582 | 2026-03-13T20:03:12.925Z | INFO | 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 = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2583 | 2026-03-13T20:03:12.925Z | 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 = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2584 | 2026-03-13T20:03:12.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_migration_test_target
vm_id = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2585 | 2026-03-13T20:03:12.958Z | 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 = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2586 | 2026-03-13T20:03:12.958Z | 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 = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2587 | 2026-03-13T20:03:12.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_migration_test_target
vm_id = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2588 | 2026-03-13T20:03:12.970Z | 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 = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2589 | 2026-03-13T20:03:12.970Z | 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 = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2590 | 2026-03-13T20:03:12.970Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2591 | 2026-03-13T20:03:13.005Z | 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_target
vm_id = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2592 | 2026-03-13T20:03:13.005Z | 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 = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2593 | 2026-03-13T20:03:13.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::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_migration_test_target
vm_id = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2594 | 2026-03-13T20:03:13.015Z | INFO | 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 = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2595 | 2026-03-13T20:03:13.016Z | 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 = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2596 | 2026-03-13T20:03:13.016Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2597 | 2026-03-13T20:03:13.049Z | 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 = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2598 | 2026-03-13T20:03:13.049Z | 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 = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2599 | 2026-03-13T20:03:13.049Z | 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 = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2600 | 2026-03-13T20:03:13.049Z | 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
|
| 2601 | 2026-03-13T20:03:13.050Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 11218
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2602 | 2026-03-13T20:03:13.050Z | 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
|
| 2603 | 2026-03-13T20:03:13.050Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2604 | 2026-03-13T20:03:13.051Z | 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 = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2605 | 2026-03-13T20:03:13.052Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
path = phd_tests::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 = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2606 | 2026-03-13T20:03:13.133Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 83
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 = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2607 | 2026-03-13T20:03:13.133Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 12083
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 = 15746928-30e0-4825-ade6-7ea89f0462ca
|
| 2608 | 2026-03-13T20:03:13.135Z | 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 = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2609 | 2026-03-13T20:03:13.223Z | 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 = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2610 | 2026-03-13T20:03:13.223Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-27e40917-ca64-4537-a4d6-df721ea7bce9"]
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 = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2611 | 2026-03-13T20:03:13.253Z | 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 = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2612 | 2026-03-13T20:03:13.253Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-fc4f7beb-2004-4e1b-b18b-02f45ce769f9"]
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 = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2613 | 2026-03-13T20:03:13.273Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 223
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 = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2614 | 2026-03-13T20:03:13.273Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6508
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 = 15746928-30e0-4825-ade6-7ea89f0462ca
target = phd_framework::test_vm
target_id = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
vm = in_memory_backend_migration_test_target
vm_id = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2615 | 2026-03-13T20:03:13.273Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 223
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2616 | 2026-03-13T20:03:13.273Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 6508
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 = 15746928-30e0-4825-ade6-7ea89f0462ca
target = phd_framework::test_vm
target_id = 5afb836f-9fd1-4c33-ad1d-884ed97d6e75
|
| 2617 | 2026-03-13T20:03:13.273Z | INFO | phd-runner: Starting test phd_tests::migrate::smoke_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 2618 | 2026-03-13T20:03:13.273Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 12321
file = phd-tests/tests/src/disk.rs
line = 146
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_tests::disk
|
| 2619 | 2026-03-13T20:03:13.274Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2620 | 2026-03-13T20:03:13.274Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2621 | 2026-03-13T20:03:13.274Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 15
path = phd_tests::migrate::smoke_test
target = phd_tests::migrate
|
| 2622 | 2026-03-13T20:03:13.274Z | 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
|
| 2623 | 2026-03-13T20:03:13.274Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2624 | 2026-03-13T20:03:13.274Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2625 | 2026-03-13T20:03:13.274Z | 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
|
| 2626 | 2026-03-13T20:03:13.286Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::smoke_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 51.8M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 2627 | 2026-03-13T20:03:13.286Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-e83dbc9d-4997-4a15-8827-1c03c80192fe"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::smoke_test
target = phd_framework::zfs
verb = snapshot
|
| 2628 | 2026-03-13T20:03:13.304Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-e83dbc9d-4997-4a15-8827-1c03c80192fe", "phd-artifacts/phd-clone-66ace8cf-1d75-40f5-897d-68b1bee6ab15"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::smoke_test
target = phd_framework::zfs
verb = clone
|
| 2629 | 2026-03-13T20:03:13.322Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-66ace8cf-1d75-40f5-897d-68b1bee6ab15"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::smoke_test
target = phd_framework::zfs
verb = list
|
| 2630 | 2026-03-13T20:03:13.333Z | 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-66ace8cf-1d75-40f5-897d-68b1bee6ab15 0B 25.3T 48.9M /phd-artifacts/phd-clone-66ace8cf-1d75-40f5-897d-68b1bee6ab15\n
target = phd_framework::zfs
|
| 2631 | 2026-03-13T20:03:13.334Z | 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
|
| 2632 | 2026-03-13T20:03:13.334Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = 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
|
| 2633 | 2026-03-13T20:03:13.334Z | 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
|
| 2634 | 2026-03-13T20:03:13.334Z | INFO | phd-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
|
| 2635 | 2026-03-13T20:03:13.334Z | 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
|
| 2636 | 2026-03-13T20:03:13.350Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1021
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm::server
|
| 2637 | 2026-03-13T20:03:13.365Z | 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
|
| 2638 | 2026-03-13T20:03:13.365Z | 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 = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2639 | 2026-03-13T20:03:13.366Z | 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 = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2640 | 2026-03-13T20:03:14.172Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2641 | 2026-03-13T20:03:14.173Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: d2f717fc-a2c2-4f22-99f8-de2f85100106, name: "phd-vm-d2f717fc-a2c2-4f22-99f8-de2f85100106", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 3f2f655f-187a-41f8-91b8-43fbf468625a, project_id: b715191f-19ad-4991-a318-76499ab32d20, sled_id: 3c6d939e-3bc7-4a33-b269-e54811b7617f, sled_serial: "3c6d939e-3bc7-4a33-b269-e54811b7617f", 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 = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2642 | 2026-03-13T20:03:14.173Z | 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 = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2643 | 2026-03-13T20:03:14.173Z | 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 = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2644 | 2026-03-13T20:03:14.174Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2645 | 2026-03-13T20:03:14.174Z | 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
|
| 2646 | 2026-03-13T20:03:14.174Z | 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 = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2647 | 2026-03-13T20:03:14.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::migrate::smoke_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 2648 | 2026-03-13T20:03:14.174Z | 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 = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2649 | 2026-03-13T20:03:14.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::smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_smoke
vm_id = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2650 | 2026-03-13T20:03:18.752Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4576
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 = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2651 | 2026-03-13T20:03:18.752Z | DEBG | phd-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
|
| 2652 | 2026-03-13T20:03:18.752Z | DEBG | phd-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
|
| 2653 | 2026-03-13T20:03:18.752Z | 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 = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2654 | 2026-03-13T20:03:18.752Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_smoke
vm_id = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2655 | 2026-03-13T20:03:18.770Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2656 | 2026-03-13T20:03:18.770Z | DEBG | phd-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
|
| 2657 | 2026-03-13T20:03:18.771Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2658 | 2026-03-13T20:03:18.771Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2659 | 2026-03-13T20:03:18.771Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_smoke
vm_id = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2660 | 2026-03-13T20:03:18.804Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2661 | 2026-03-13T20:03:18.804Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
|
| 2662 | 2026-03-13T20:03:18.804Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4629
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
|
| 2663 | 2026-03-13T20:03:18.804Z | 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 = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2664 | 2026-03-13T20:03:18.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::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_smoke
vm_id = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2665 | 2026-03-13T20:03:18.815Z | INFO | 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 = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2666 | 2026-03-13T20:03:18.815Z | 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 = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2667 | 2026-03-13T20:03:18.815Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_smoke
vm_id = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2668 | 2026-03-13T20:03:18.849Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2669 | 2026-03-13T20:03:18.849Z | 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 = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2670 | 2026-03-13T20:03:18.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::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_smoke
vm_id = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2671 | 2026-03-13T20:03:18.860Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2672 | 2026-03-13T20:03:18.860Z | 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 = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2673 | 2026-03-13T20:03:18.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::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_smoke
vm_id = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2674 | 2026-03-13T20:03:18.893Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2675 | 2026-03-13T20:03:18.893Z | 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 = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2676 | 2026-03-13T20:03:18.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::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_smoke
vm_id = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2677 | 2026-03-13T20:03:18.904Z | INFO | 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 = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2678 | 2026-03-13T20:03:18.904Z | 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 = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2679 | 2026-03-13T20:03:18.904Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_smoke
vm_id = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2680 | 2026-03-13T20:03:18.938Z | 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 = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2681 | 2026-03-13T20:03:18.938Z | 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 = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2682 | 2026-03-13T20:03:18.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::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_smoke
vm_id = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2683 | 2026-03-13T20:03:18.949Z | INFO | 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 = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2684 | 2026-03-13T20:03:18.949Z | 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 = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2685 | 2026-03-13T20:03:18.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
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_smoke
vm_id = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2686 | 2026-03-13T20:03:18.983Z | 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::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2687 | 2026-03-13T20:03:18.983Z | 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 = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2688 | 2026-03-13T20:03:18.983Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_smoke
vm_id = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2689 | 2026-03-13T20:03:18.994Z | INFO | 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 = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2690 | 2026-03-13T20:03:18.994Z | 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 = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2691 | 2026-03-13T20:03:18.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::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_smoke
vm_id = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2692 | 2026-03-13T20:03:19.027Z | 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 = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2693 | 2026-03-13T20:03:19.028Z | 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 = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2694 | 2026-03-13T20:03:19.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
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_smoke
vm_id = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2695 | 2026-03-13T20:03:19.038Z | INFO | 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 = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2696 | 2026-03-13T20:03:19.038Z | 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 = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2697 | 2026-03-13T20:03:19.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::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_smoke
vm_id = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2698 | 2026-03-13T20:03:19.071Z | 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 = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2699 | 2026-03-13T20:03:19.071Z | 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
|
| 2700 | 2026-03-13T20:03:19.071Z | 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
|
| 2701 | 2026-03-13T20:03:19.072Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = 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
|
| 2702 | 2026-03-13T20:03:19.072Z | 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
|
| 2703 | 2026-03-13T20:03:19.072Z | INFO | phd-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
|
| 2704 | 2026-03-13T20:03:19.072Z | 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
|
| 2705 | 2026-03-13T20:03:19.088Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1022
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm::server
|
| 2706 | 2026-03-13T20:03:19.103Z | 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
|
| 2707 | 2026-03-13T20:03:19.103Z | 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 = d2f717fc-a2c2-4f22-99f8-de2f85100106
target = phd_framework::test_vm
target_id = 95860564-1b9c-4dd9-9b28-4b21de53504b
|
| 2708 | 2026-03-13T20:03:19.103Z | 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 = 89b03862-d602-4fd9-811e-947cb4a054e6
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = d2f717fc-a2c2-4f22-99f8-de2f85100106
target = phd_framework::test_vm
target_id = 95860564-1b9c-4dd9-9b28-4b21de53504b
timeout_duration = 45s
|
| 2709 | 2026-03-13T20:03:19.103Z | 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 = d2f717fc-a2c2-4f22-99f8-de2f85100106
target = phd_framework::test_vm
target_id = 95860564-1b9c-4dd9-9b28-4b21de53504b
vm = migration_smoke_lifecycle_0
vm_id = 95860564-1b9c-4dd9-9b28-4b21de53504b
|
| 2710 | 2026-03-13T20:03:19.104Z | 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 = d2f717fc-a2c2-4f22-99f8-de2f85100106
target = phd_framework::test_vm
target_id = 95860564-1b9c-4dd9-9b28-4b21de53504b
vm = migration_smoke_lifecycle_0
vm_id = 95860564-1b9c-4dd9-9b28-4b21de53504b
|
| 2711 | 2026-03-13T20:03:19.874Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 95860564-1b9c-4dd9-9b28-4b21de53504b, name: "phd-vm-95860564-1b9c-4dd9-9b28-4b21de53504b", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 3f2f655f-187a-41f8-91b8-43fbf468625a, project_id: b715191f-19ad-4991-a318-76499ab32d20, sled_id: db3f7ce9-96c2-4ea4-ad93-44ceabb896a8, sled_serial: "db3f7ce9-96c2-4ea4-ad93-44ceabb896a8", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 511
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = d2f717fc-a2c2-4f22-99f8-de2f85100106
target = phd_framework::test_vm
target_id = 95860564-1b9c-4dd9-9b28-4b21de53504b
vm = migration_smoke_lifecycle_0
vm_id = 95860564-1b9c-4dd9-9b28-4b21de53504b
|
| 2712 | 2026-03-13T20:03:19.874Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 89b03862-d602-4fd9-811e-947cb4a054e6
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = d2f717fc-a2c2-4f22-99f8-de2f85100106
target = phd_framework::test_vm
target_id = 95860564-1b9c-4dd9-9b28-4b21de53504b
|
| 2713 | 2026-03-13T20:03:22.547Z | 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
|
| 2714 | 2026-03-13T20:03:24.154Z | 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 = d2f717fc-a2c2-4f22-99f8-de2f85100106
target = phd_framework::test_vm
target_id = 95860564-1b9c-4dd9-9b28-4b21de53504b
|
| 2715 | 2026-03-13T20:03:24.155Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 4280
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 89b03862-d602-4fd9-811e-947cb4a054e6
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = d2f717fc-a2c2-4f22-99f8-de2f85100106
target = phd_framework::test_vm
target_id = 95860564-1b9c-4dd9-9b28-4b21de53504b
|
| 2716 | 2026-03-13T20:03:24.157Z | 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 = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2717 | 2026-03-13T20:03:24.157Z | 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 = 95860564-1b9c-4dd9-9b28-4b21de53504b
|
| 2718 | 2026-03-13T20:03:24.157Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_smoke_lifecycle_0
vm_id = 95860564-1b9c-4dd9-9b28-4b21de53504b
|
| 2719 | 2026-03-13T20:03:24.158Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
path = phd_tests::migrate::smoke_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = migration_smoke
vm_id = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2720 | 2026-03-13T20:03:24.238Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 81
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 = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2721 | 2026-03-13T20:03:24.238Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 10872
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 = d2f717fc-a2c2-4f22-99f8-de2f85100106
|
| 2722 | 2026-03-13T20:03:24.239Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 81
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 = 95860564-1b9c-4dd9-9b28-4b21de53504b
|
| 2723 | 2026-03-13T20:03:24.239Z | 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 = 95860564-1b9c-4dd9-9b28-4b21de53504b
|
| 2724 | 2026-03-13T20:03:24.239Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_smoke_lifecycle_0
vm_id = 95860564-1b9c-4dd9-9b28-4b21de53504b
|
| 2725 | 2026-03-13T20:03:24.269Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 29
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke_lifecycle_0
vm_id = 95860564-1b9c-4dd9-9b28-4b21de53504b
|
| 2726 | 2026-03-13T20:03:24.269Z | 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 = 95860564-1b9c-4dd9-9b28-4b21de53504b
|
| 2727 | 2026-03-13T20:03:24.269Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 2728 | 2026-03-13T20:03:24.269Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 10096
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2729 | 2026-03-13T20:03:24.269Z | INFO | phd-runner: test phd_tests::migrate::smoke_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 2730 | 2026-03-13T20:03:24.269Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2731 | 2026-03-13T20:03:24.271Z | 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 = 95860564-1b9c-4dd9-9b28-4b21de53504b
|
| 2732 | 2026-03-13T20:03:24.852Z | 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 = 95860564-1b9c-4dd9-9b28-4b21de53504b
|
| 2733 | 2026-03-13T20:03:24.932Z | 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 = 95860564-1b9c-4dd9-9b28-4b21de53504b
|
| 2734 | 2026-03-13T20:03:24.932Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-66ace8cf-1d75-40f5-897d-68b1bee6ab15"]
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 = 95860564-1b9c-4dd9-9b28-4b21de53504b
|
| 2735 | 2026-03-13T20:03:24.960Z | 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 = 95860564-1b9c-4dd9-9b28-4b21de53504b
|
| 2736 | 2026-03-13T20:03:24.960Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-e83dbc9d-4997-4a15-8827-1c03c80192fe"]
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 = 95860564-1b9c-4dd9-9b28-4b21de53504b
|
| 2737 | 2026-03-13T20:03:24.978Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 709
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 = 95860564-1b9c-4dd9-9b28-4b21de53504b
|
| 2738 | 2026-03-13T20:03:24.979Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 709
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2739 | 2026-03-13T20:03:24.979Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5874
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = d2f717fc-a2c2-4f22-99f8-de2f85100106
target = phd_framework::test_vm
target_id = 95860564-1b9c-4dd9-9b28-4b21de53504b
vm = migration_smoke_lifecycle_0
vm_id = 95860564-1b9c-4dd9-9b28-4b21de53504b
|
| 2740 | 2026-03-13T20:03:24.979Z | INFO | phd-runner: Starting test phd_tests::migrate::serial_history
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 2741 | 2026-03-13T20:03:24.979Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 5875
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = d2f717fc-a2c2-4f22-99f8-de2f85100106
target = phd_framework::test_vm
target_id = 95860564-1b9c-4dd9-9b28-4b21de53504b
|
| 2742 | 2026-03-13T20:03:24.979Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2743 | 2026-03-13T20:03:24.979Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 11704
file = phd-tests/tests/src/migrate.rs
line = 15
path = phd_tests::migrate::smoke_test
target = phd_tests::migrate
|
| 2744 | 2026-03-13T20:03:24.979Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2745 | 2026-03-13T20:03:24.979Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 20
path = phd_tests::migrate::serial_history
target = phd_tests::migrate
|
| 2746 | 2026-03-13T20:03:24.979Z | 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
|
| 2747 | 2026-03-13T20:03:24.979Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2748 | 2026-03-13T20:03:24.979Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2749 | 2026-03-13T20:03:24.979Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::serial_history
target = phd_framework::zfs
verb = list
|
| 2750 | 2026-03-13T20:03:24.991Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::serial_history
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 51.8M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 2751 | 2026-03-13T20:03:24.991Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-7c97e5e7-8c68-46fb-9f8c-6d915691da87"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::serial_history
target = phd_framework::zfs
verb = snapshot
|
| 2752 | 2026-03-13T20:03:25.007Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-7c97e5e7-8c68-46fb-9f8c-6d915691da87", "phd-artifacts/phd-clone-fd60aa8c-bc47-4005-890b-8dbae31affd6"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::serial_history
target = phd_framework::zfs
verb = clone
|
| 2753 | 2026-03-13T20:03:25.023Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-fd60aa8c-bc47-4005-890b-8dbae31affd6"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::serial_history
target = phd_framework::zfs
verb = list
|
| 2754 | 2026-03-13T20:03:25.033Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::serial_history
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-fd60aa8c-bc47-4005-890b-8dbae31affd6 0B 25.3T 48.9M /phd-artifacts/phd-clone-fd60aa8c-bc47-4005-890b-8dbae31affd6\n
target = phd_framework::zfs
|
| 2755 | 2026-03-13T20:03:25.033Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
|
| 2756 | 2026-03-13T20:03:25.033Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm_name = migration_serial_history
|
| 2757 | 2026-03-13T20:03:25.033Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 2758 | 2026-03-13T20:03:25.033Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 64
path = phd_tests::migrate::serial_history
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 2759 | 2026-03-13T20:03:25.033Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::migrate::serial_history
stderr_path = "/tmp/propolis-phd/phd_tests::migrate::serial_history/migration_serial_history.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::migrate::serial_history/migration_serial_history.stdout.log"
target = phd_framework::log_config
|
| 2760 | 2026-03-13T20:03:25.050Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1031
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm::server
|
| 2761 | 2026-03-13T20:03:25.065Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
|
| 2762 | 2026-03-13T20:03:25.066Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 9d8bfaa1-23d4-4d78-bd23-b002b7bf6848
|
| 2763 | 2026-03-13T20:03:25.066Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 452
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 9d8bfaa1-23d4-4d78-bd23-b002b7bf6848
|
| 2764 | 2026-03-13T20:03:25.768Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2765 | 2026-03-13T20:03:25.769Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 9d8bfaa1-23d4-4d78-bd23-b002b7bf6848, name: "phd-vm-9d8bfaa1-23d4-4d78-bd23-b002b7bf6848", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: da6cc282-376d-492d-a17a-c3683c0a7feb, project_id: d6962ce8-8a3a-4145-9194-1f615782c2a0, sled_id: 1bee674b-d4ed-41e9-8648-1cf6ce4ce155, sled_serial: "1bee674b-d4ed-41e9-8648-1cf6ce4ce155", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 9d8bfaa1-23d4-4d78-bd23-b002b7bf6848
|
| 2766 | 2026-03-13T20:03:25.769Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 9d8bfaa1-23d4-4d78-bd23-b002b7bf6848
|
| 2767 | 2026-03-13T20:03:25.769Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::migrate::serial_history
state = Run
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 9d8bfaa1-23d4-4d78-bd23-b002b7bf6848
|
| 2768 | 2026-03-13T20:03:25.770Z | 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::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 9d8bfaa1-23d4-4d78-bd23-b002b7bf6848
|
| 2769 | 2026-03-13T20:03:25.770Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
|
| 2770 | 2026-03-13T20:03:25.770Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
timeout_duration = 300s
vm = migration_serial_history
vm_id = 9d8bfaa1-23d4-4d78-bd23-b002b7bf6848
|
| 2771 | 2026-03-13T20:03:25.770Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::serial_history
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 2772 | 2026-03-13T20:03:25.770Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 9d8bfaa1-23d4-4d78-bd23-b002b7bf6848
|
| 2773 | 2026-03-13T20:03:25.771Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_serial_history
vm_id = 9d8bfaa1-23d4-4d78-bd23-b002b7bf6848
|
| 2774 | 2026-03-13T20:03:30.256Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4484
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 9d8bfaa1-23d4-4d78-bd23-b002b7bf6848
|
| 2775 | 2026-03-13T20:03:30.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::migrate::serial_history
step = WriteStr("root")
target = phd_framework::test_vm
|
| 2776 | 2026-03-13T20:03:30.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::migrate::serial_history
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2777 | 2026-03-13T20:03:30.256Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 9d8bfaa1-23d4-4d78-bd23-b002b7bf6848
|
| 2778 | 2026-03-13T20:03:30.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::serial_history
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_serial_history
vm_id = 9d8bfaa1-23d4-4d78-bd23-b002b7bf6848
|
| 2779 | 2026-03-13T20:03:30.273Z | 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::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 9d8bfaa1-23d4-4d78-bd23-b002b7bf6848
|
| 2780 | 2026-03-13T20:03:30.273Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::serial_history
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 2781 | 2026-03-13T20:03:30.274Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::serial_history
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2782 | 2026-03-13T20:03:30.274Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 9d8bfaa1-23d4-4d78-bd23-b002b7bf6848
|
| 2783 | 2026-03-13T20:03:30.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::migrate::serial_history
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_serial_history
vm_id = 9d8bfaa1-23d4-4d78-bd23-b002b7bf6848
|
| 2784 | 2026-03-13T20:03:30.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::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 9d8bfaa1-23d4-4d78-bd23-b002b7bf6848
|
| 2785 | 2026-03-13T20:03:30.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::migrate::serial_history
target = phd_framework::test_vm
|
| 2786 | 2026-03-13T20:03:30.307Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4536
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
|
| 2787 | 2026-03-13T20:03:30.307Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 9d8bfaa1-23d4-4d78-bd23-b002b7bf6848
|
| 2788 | 2026-03-13T20:03:30.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::migrate::serial_history
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_serial_history
vm_id = 9d8bfaa1-23d4-4d78-bd23-b002b7bf6848
|
| 2789 | 2026-03-13T20:03:30.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::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 9d8bfaa1-23d4-4d78-bd23-b002b7bf6848
|
| 2790 | 2026-03-13T20:03:30.318Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 9d8bfaa1-23d4-4d78-bd23-b002b7bf6848
|
| 2791 | 2026-03-13T20:03:30.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::migrate::serial_history
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_serial_history
vm_id = 9d8bfaa1-23d4-4d78-bd23-b002b7bf6848
|
| 2792 | 2026-03-13T20:03:30.350Z | 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::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 9d8bfaa1-23d4-4d78-bd23-b002b7bf6848
|
| 2793 | 2026-03-13T20:03:30.350Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 9d8bfaa1-23d4-4d78-bd23-b002b7bf6848
|
| 2794 | 2026-03-13T20:03:30.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::migrate::serial_history
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_serial_history
vm_id = 9d8bfaa1-23d4-4d78-bd23-b002b7bf6848
|
| 2795 | 2026-03-13T20:03:30.361Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 9d8bfaa1-23d4-4d78-bd23-b002b7bf6848
|
| 2796 | 2026-03-13T20:03:30.361Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 9d8bfaa1-23d4-4d78-bd23-b002b7bf6848
|
| 2797 | 2026-03-13T20:03:30.362Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_serial_history
vm_id = 9d8bfaa1-23d4-4d78-bd23-b002b7bf6848
|
| 2798 | 2026-03-13T20:03:30.395Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 9d8bfaa1-23d4-4d78-bd23-b002b7bf6848
|
| 2799 | 2026-03-13T20:03:30.399Z | INFO | phd-runner: [TEST - EVENT] migrating to new Propolis artifact for lifecycle test
file = phd-tests/framework/src/lifecycle.rs
line = 73
path = phd_tests::migrate::serial_history
propolis_artifact = __DEFAULT_PROPOLIS
target = phd_framework::lifecycle
vm_name = migration_serial_history
|
| 2800 | 2026-03-13T20:03:30.400Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
|
| 2801 | 2026-03-13T20:03:30.400Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm_name = migration_serial_history_lifecycle_0
|
| 2802 | 2026-03-13T20:03:30.400Z | 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
|
| 2803 | 2026-03-13T20:03:30.400Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 64
path = phd_tests::migrate::serial_history
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 2804 | 2026-03-13T20:03:30.400Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::migrate::serial_history
stderr_path = "/tmp/propolis-phd/phd_tests::migrate::serial_history/migration_serial_history_lifecycle_0.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::migrate::serial_history/migration_serial_history_lifecycle_0.stdout.log"
target = phd_framework::log_config
|
| 2805 | 2026-03-13T20:03:30.419Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1032
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm::server
|
| 2806 | 2026-03-13T20:03:30.434Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 34
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
|
| 2807 | 2026-03-13T20:03:30.434Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 9d8bfaa1-23d4-4d78-bd23-b002b7bf6848
target = phd_framework::test_vm
target_id = 6f1e7c23-5697-4afd-b3b8-f4618fb39b6f
|
| 2808 | 2026-03-13T20:03:30.434Z | 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 = 8176306e-7a8c-4786-b2b8-4807ca459c06
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 9d8bfaa1-23d4-4d78-bd23-b002b7bf6848
target = phd_framework::test_vm
target_id = 6f1e7c23-5697-4afd-b3b8-f4618fb39b6f
timeout_duration = 45s
|
| 2809 | 2026-03-13T20:03:30.434Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 9d8bfaa1-23d4-4d78-bd23-b002b7bf6848
target = phd_framework::test_vm
target_id = 6f1e7c23-5697-4afd-b3b8-f4618fb39b6f
vm = migration_serial_history_lifecycle_0
vm_id = 6f1e7c23-5697-4afd-b3b8-f4618fb39b6f
|
| 2810 | 2026-03-13T20:03:30.435Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9002/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 452
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 9d8bfaa1-23d4-4d78-bd23-b002b7bf6848
target = phd_framework::test_vm
target_id = 6f1e7c23-5697-4afd-b3b8-f4618fb39b6f
vm = migration_serial_history_lifecycle_0
vm_id = 6f1e7c23-5697-4afd-b3b8-f4618fb39b6f
|
| 2811 | 2026-03-13T20:03:31.212Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 6f1e7c23-5697-4afd-b3b8-f4618fb39b6f, name: "phd-vm-6f1e7c23-5697-4afd-b3b8-f4618fb39b6f", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: da6cc282-376d-492d-a17a-c3683c0a7feb, project_id: d6962ce8-8a3a-4145-9194-1f615782c2a0, sled_id: cbcc6b81-7a48-41b2-bb70-d7a12a60e97f, sled_serial: "cbcc6b81-7a48-41b2-bb70-d7a12a60e97f", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 511
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 9d8bfaa1-23d4-4d78-bd23-b002b7bf6848
target = phd_framework::test_vm
target_id = 6f1e7c23-5697-4afd-b3b8-f4618fb39b6f
vm = migration_serial_history_lifecycle_0
vm_id = 6f1e7c23-5697-4afd-b3b8-f4618fb39b6f
|
| 2812 | 2026-03-13T20:03:31.213Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 8176306e-7a8c-4786-b2b8-4807ca459c06
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 9d8bfaa1-23d4-4d78-bd23-b002b7bf6848
target = phd_framework::test_vm
target_id = 6f1e7c23-5697-4afd-b3b8-f4618fb39b6f
|
| 2813 | 2026-03-13T20:03:33.891Z | 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
|
| 2814 | 2026-03-13T20:03:35.422Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 673
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 9d8bfaa1-23d4-4d78-bd23-b002b7bf6848
target = phd_framework::test_vm
target_id = 6f1e7c23-5697-4afd-b3b8-f4618fb39b6f
|
| 2815 | 2026-03-13T20:03:35.422Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 4209
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 8176306e-7a8c-4786-b2b8-4807ca459c06
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 9d8bfaa1-23d4-4d78-bd23-b002b7bf6848
target = phd_framework::test_vm
target_id = 6f1e7c23-5697-4afd-b3b8-f4618fb39b6f
|
| 2816 | 2026-03-13T20:03:35.425Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 9d8bfaa1-23d4-4d78-bd23-b002b7bf6848
|
| 2817 | 2026-03-13T20:03:35.426Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
path = phd_tests::migrate::serial_history
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = migration_serial_history
vm_id = 9d8bfaa1-23d4-4d78-bd23-b002b7bf6848
|
| 2818 | 2026-03-13T20:03:35.508Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 82
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 9d8bfaa1-23d4-4d78-bd23-b002b7bf6848
|
| 2819 | 2026-03-13T20:03:35.508Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 10441
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 9d8bfaa1-23d4-4d78-bd23-b002b7bf6848
|
| 2820 | 2026-03-13T20:03:35.511Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_lifecycle_0
vm_id = 6f1e7c23-5697-4afd-b3b8-f4618fb39b6f
|
| 2821 | 2026-03-13T20:03:35.511Z | 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
|
| 2822 | 2026-03-13T20:03:35.511Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 9741
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2823 | 2026-03-13T20:03:35.511Z | INFO | phd-runner: test phd_tests::migrate::serial_history ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 2824 | 2026-03-13T20:03:35.511Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2825 | 2026-03-13T20:03:35.512Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_lifecycle_0
vm_id = 6f1e7c23-5697-4afd-b3b8-f4618fb39b6f
|
| 2826 | 2026-03-13T20:03:36.170Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
path = phd_tests::migrate::serial_history
self.address = 127.0.0.1:9002
target = phd_framework::test_vm::server
vm = migration_serial_history_lifecycle_0
vm_id = 6f1e7c23-5697-4afd-b3b8-f4618fb39b6f
|
| 2827 | 2026-03-13T20:03:36.252Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::migrate::serial_history
target = phd_framework::zfs
vm = migration_serial_history_lifecycle_0
vm_id = 6f1e7c23-5697-4afd-b3b8-f4618fb39b6f
|
| 2828 | 2026-03-13T20:03:36.252Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-fd60aa8c-bc47-4005-890b-8dbae31affd6"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::serial_history
target = phd_framework::zfs
verb = destroy
vm = migration_serial_history_lifecycle_0
vm_id = 6f1e7c23-5697-4afd-b3b8-f4618fb39b6f
|
| 2829 | 2026-03-13T20:03:36.284Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::migrate::serial_history
target = phd_framework::zfs
vm = migration_serial_history_lifecycle_0
vm_id = 6f1e7c23-5697-4afd-b3b8-f4618fb39b6f
|
| 2830 | 2026-03-13T20:03:36.284Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-7c97e5e7-8c68-46fb-9f8c-6d915691da87"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::serial_history
target = phd_framework::zfs
verb = destroy
vm = migration_serial_history_lifecycle_0
vm_id = 6f1e7c23-5697-4afd-b3b8-f4618fb39b6f
|
| 2831 | 2026-03-13T20:03:36.301Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 789
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_lifecycle_0
vm_id = 6f1e7c23-5697-4afd-b3b8-f4618fb39b6f
|
| 2832 | 2026-03-13T20:03:36.301Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 789
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2833 | 2026-03-13T20:03:36.301Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5865
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 9d8bfaa1-23d4-4d78-bd23-b002b7bf6848
target = phd_framework::test_vm
target_id = 6f1e7c23-5697-4afd-b3b8-f4618fb39b6f
vm = migration_serial_history_lifecycle_0
vm_id = 6f1e7c23-5697-4afd-b3b8-f4618fb39b6f
|
| 2834 | 2026-03-13T20:03:36.301Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 5866
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 9d8bfaa1-23d4-4d78-bd23-b002b7bf6848
target = phd_framework::test_vm
target_id = 6f1e7c23-5697-4afd-b3b8-f4618fb39b6f
|
| 2835 | 2026-03-13T20:03:36.301Z | INFO | phd-runner: Starting test phd_tests::migrate::multiple_migrations
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 2836 | 2026-03-13T20:03:36.301Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 11321
file = phd-tests/tests/src/migrate.rs
line = 20
path = phd_tests::migrate::serial_history
target = phd_tests::migrate
|
| 2837 | 2026-03-13T20:03:36.301Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2838 | 2026-03-13T20:03:36.301Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2839 | 2026-03-13T20:03:36.301Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 302
path = phd_tests::migrate::multiple_migrations
target = phd_tests::migrate
|
| 2840 | 2026-03-13T20:03:36.301Z | 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
|
| 2841 | 2026-03-13T20:03:36.301Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2842 | 2026-03-13T20:03:36.301Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2843 | 2026-03-13T20:03:36.301Z | 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
|
| 2844 | 2026-03-13T20:03:36.312Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::multiple_migrations
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 51.0M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 2845 | 2026-03-13T20:03:36.312Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-a1a856f6-718e-42c4-8091-6c8accae616d"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::multiple_migrations
target = phd_framework::zfs
verb = snapshot
|
| 2846 | 2026-03-13T20:03:36.329Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-a1a856f6-718e-42c4-8091-6c8accae616d", "phd-artifacts/phd-clone-d26d50d8-718a-4543-951a-53d90d61d9da"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::multiple_migrations
target = phd_framework::zfs
verb = clone
|
| 2847 | 2026-03-13T20:03:36.347Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-d26d50d8-718a-4543-951a-53d90d61d9da"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::multiple_migrations
target = phd_framework::zfs
verb = list
|
| 2848 | 2026-03-13T20:03:36.359Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::multiple_migrations
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-d26d50d8-718a-4543-951a-53d90d61d9da 0B 25.3T 48.9M /phd-artifacts/phd-clone-d26d50d8-718a-4543-951a-53d90d61d9da\n
target = phd_framework::zfs
|
| 2849 | 2026-03-13T20:03:36.360Z | 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
|
| 2850 | 2026-03-13T20:03:36.360Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = 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
|
| 2851 | 2026-03-13T20:03:36.360Z | 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
|
| 2852 | 2026-03-13T20:03:36.360Z | INFO | phd-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
|
| 2853 | 2026-03-13T20:03:36.360Z | 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
|
| 2854 | 2026-03-13T20:03:36.376Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1041
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm::server
|
| 2855 | 2026-03-13T20:03:36.392Z | 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
|
| 2856 | 2026-03-13T20:03:36.392Z | 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
|
| 2857 | 2026-03-13T20:03:36.392Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = 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
|
| 2858 | 2026-03-13T20:03:36.392Z | 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
|
| 2859 | 2026-03-13T20:03:36.392Z | INFO | phd-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
|
| 2860 | 2026-03-13T20:03:36.392Z | 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
|
| 2861 | 2026-03-13T20:03:36.407Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1042
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm::server
|
| 2862 | 2026-03-13T20:03:36.421Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 29
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
|
| 2863 | 2026-03-13T20:03:36.421Z | 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
|
| 2864 | 2026-03-13T20:03:36.421Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = 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
|
| 2865 | 2026-03-13T20:03:36.421Z | 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
|
| 2866 | 2026-03-13T20:03:36.422Z | INFO | phd-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
|
| 2867 | 2026-03-13T20:03:36.422Z | 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
|
| 2868 | 2026-03-13T20:03:36.434Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1043
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm::server
|
| 2869 | 2026-03-13T20:03:36.449Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 27
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
|
| 2870 | 2026-03-13T20:03:36.449Z | 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 = 27597b6e-dae2-41fe-ad6b-197c61ebba85
|
| 2871 | 2026-03-13T20:03:36.574Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2872 | 2026-03-13T20:03:36.575Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 27597b6e-dae2-41fe-ad6b-197c61ebba85, name: "phd-vm-27597b6e-dae2-41fe-ad6b-197c61ebba85", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 835f827c-a20c-4543-aaf9-14d03db9bb5b, project_id: f3dbf675-550f-4a10-a57c-d01aa0622b61, sled_id: bd4db1ca-d3b4-4c55-aaec-0529056f53d6, sled_serial: "bd4db1ca-d3b4-4c55-aaec-0529056f53d6", 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 = 27597b6e-dae2-41fe-ad6b-197c61ebba85
|
| 2873 | 2026-03-13T20:03:36.575Z | 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 = 27597b6e-dae2-41fe-ad6b-197c61ebba85
|
| 2874 | 2026-03-13T20:03:36.575Z | 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 = 27597b6e-dae2-41fe-ad6b-197c61ebba85
|
| 2875 | 2026-03-13T20:03:36.576Z | 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 = 27597b6e-dae2-41fe-ad6b-197c61ebba85
|
| 2876 | 2026-03-13T20:03:36.576Z | 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
|
| 2877 | 2026-03-13T20:03:36.576Z | 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 = 27597b6e-dae2-41fe-ad6b-197c61ebba85
|
| 2878 | 2026-03-13T20:03:36.576Z | DEBG | phd-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
|
| 2879 | 2026-03-13T20:03:36.576Z | 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 = 27597b6e-dae2-41fe-ad6b-197c61ebba85
|
| 2880 | 2026-03-13T20:03:36.576Z | INFO | phd-runner: [WAIT_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 = 27597b6e-dae2-41fe-ad6b-197c61ebba85
|
| 2881 | 2026-03-13T20:03:41.158Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4582
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 = 27597b6e-dae2-41fe-ad6b-197c61ebba85
|
| 2882 | 2026-03-13T20:03:41.159Z | DEBG | phd-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
|
| 2883 | 2026-03-13T20:03:41.159Z | DEBG | phd-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
|
| 2884 | 2026-03-13T20:03:41.159Z | 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 = 27597b6e-dae2-41fe-ad6b-197c61ebba85
|
| 2885 | 2026-03-13T20:03:41.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::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = multiple_migrations_0
vm_id = 27597b6e-dae2-41fe-ad6b-197c61ebba85
|
| 2886 | 2026-03-13T20:03:41.177Z | 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 = 27597b6e-dae2-41fe-ad6b-197c61ebba85
|
| 2887 | 2026-03-13T20:03:41.177Z | DEBG | phd-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
|
| 2888 | 2026-03-13T20:03:41.178Z | DEBG | phd-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
|
| 2889 | 2026-03-13T20:03:41.178Z | 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 = 27597b6e-dae2-41fe-ad6b-197c61ebba85
|
| 2890 | 2026-03-13T20:03:41.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::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = multiple_migrations_0
vm_id = 27597b6e-dae2-41fe-ad6b-197c61ebba85
|
| 2891 | 2026-03-13T20:03:41.210Z | 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 = 27597b6e-dae2-41fe-ad6b-197c61ebba85
|
| 2892 | 2026-03-13T20:03:41.210Z | 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
|
| 2893 | 2026-03-13T20:03:41.210Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4633
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
|
| 2894 | 2026-03-13T20:03:41.210Z | 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 = 27597b6e-dae2-41fe-ad6b-197c61ebba85
target = phd_framework::test_vm
target_id = 2a71f090-e5fc-4b7b-8bac-a78e5b6247dd
|
| 2895 | 2026-03-13T20:03:41.210Z | 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 = f9c3fc93-87c1-485c-9e29-f067d1b94e8a
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = 27597b6e-dae2-41fe-ad6b-197c61ebba85
target = phd_framework::test_vm
target_id = 2a71f090-e5fc-4b7b-8bac-a78e5b6247dd
timeout_duration = 45s
|
| 2896 | 2026-03-13T20:03:41.210Z | 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 = 27597b6e-dae2-41fe-ad6b-197c61ebba85
target = phd_framework::test_vm
target_id = 2a71f090-e5fc-4b7b-8bac-a78e5b6247dd
vm = multiple_migrations_1
vm_id = 2a71f090-e5fc-4b7b-8bac-a78e5b6247dd
|
| 2897 | 2026-03-13T20:03:41.335Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 2a71f090-e5fc-4b7b-8bac-a78e5b6247dd, name: "phd-vm-2a71f090-e5fc-4b7b-8bac-a78e5b6247dd", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 835f827c-a20c-4543-aaf9-14d03db9bb5b, project_id: f3dbf675-550f-4a10-a57c-d01aa0622b61, sled_id: 21b58fbb-501d-4a2a-8513-607522e03d41, sled_serial: "21b58fbb-501d-4a2a-8513-607522e03d41", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 511
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = 27597b6e-dae2-41fe-ad6b-197c61ebba85
target = phd_framework::test_vm
target_id = 2a71f090-e5fc-4b7b-8bac-a78e5b6247dd
vm = multiple_migrations_1
vm_id = 2a71f090-e5fc-4b7b-8bac-a78e5b6247dd
|
| 2898 | 2026-03-13T20:03:41.335Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = f9c3fc93-87c1-485c-9e29-f067d1b94e8a
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = 27597b6e-dae2-41fe-ad6b-197c61ebba85
target = phd_framework::test_vm
target_id = 2a71f090-e5fc-4b7b-8bac-a78e5b6247dd
|
| 2899 | 2026-03-13T20:03:44.028Z | 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
|
| 2900 | 2026-03-13T20:03:44.185Z | 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 = 27597b6e-dae2-41fe-ad6b-197c61ebba85
target = phd_framework::test_vm
target_id = 2a71f090-e5fc-4b7b-8bac-a78e5b6247dd
|
| 2901 | 2026-03-13T20:03:44.185Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2849
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = f9c3fc93-87c1-485c-9e29-f067d1b94e8a
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = 27597b6e-dae2-41fe-ad6b-197c61ebba85
target = phd_framework::test_vm
target_id = 2a71f090-e5fc-4b7b-8bac-a78e5b6247dd
|
| 2902 | 2026-03-13T20:03:44.185Z | 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 = 2a71f090-e5fc-4b7b-8bac-a78e5b6247dd
|
| 2903 | 2026-03-13T20:03:44.185Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = multiple_migrations_1
vm_id = 2a71f090-e5fc-4b7b-8bac-a78e5b6247dd
|
| 2904 | 2026-03-13T20:03:44.197Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_1
vm_id = 2a71f090-e5fc-4b7b-8bac-a78e5b6247dd
|
| 2905 | 2026-03-13T20:03:44.197Z | 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 = 2a71f090-e5fc-4b7b-8bac-a78e5b6247dd
|
| 2906 | 2026-03-13T20:03:44.197Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = multiple_migrations_1
vm_id = 2a71f090-e5fc-4b7b-8bac-a78e5b6247dd
|
| 2907 | 2026-03-13T20:03:44.230Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_1
vm_id = 2a71f090-e5fc-4b7b-8bac-a78e5b6247dd
|
| 2908 | 2026-03-13T20:03:44.231Z | 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 = 2a71f090-e5fc-4b7b-8bac-a78e5b6247dd
|
| 2909 | 2026-03-13T20:03:44.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::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = multiple_migrations_1
vm_id = 2a71f090-e5fc-4b7b-8bac-a78e5b6247dd
|
| 2910 | 2026-03-13T20:03:44.241Z | INFO | 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 = 2a71f090-e5fc-4b7b-8bac-a78e5b6247dd
|
| 2911 | 2026-03-13T20:03:44.242Z | 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 = 2a71f090-e5fc-4b7b-8bac-a78e5b6247dd
|
| 2912 | 2026-03-13T20:03:44.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::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = multiple_migrations_1
vm_id = 2a71f090-e5fc-4b7b-8bac-a78e5b6247dd
|
| 2913 | 2026-03-13T20:03:44.275Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_1
vm_id = 2a71f090-e5fc-4b7b-8bac-a78e5b6247dd
|
| 2914 | 2026-03-13T20:03:44.275Z | 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 = 2a71f090-e5fc-4b7b-8bac-a78e5b6247dd
target = phd_framework::test_vm
target_id = a537d0f9-6b4e-4cc1-add6-9ac05616415a
|
| 2915 | 2026-03-13T20:03:44.275Z | 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 = 8980fa42-ee43-48a2-9ef1-760f6269506c
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = 2a71f090-e5fc-4b7b-8bac-a78e5b6247dd
target = phd_framework::test_vm
target_id = a537d0f9-6b4e-4cc1-add6-9ac05616415a
timeout_duration = 45s
|
| 2916 | 2026-03-13T20:03:44.275Z | 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 = 2a71f090-e5fc-4b7b-8bac-a78e5b6247dd
target = phd_framework::test_vm
target_id = a537d0f9-6b4e-4cc1-add6-9ac05616415a
vm = multiple_migrations_2
vm_id = a537d0f9-6b4e-4cc1-add6-9ac05616415a
|
| 2917 | 2026-03-13T20:03:44.401Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: a537d0f9-6b4e-4cc1-add6-9ac05616415a, name: "phd-vm-a537d0f9-6b4e-4cc1-add6-9ac05616415a", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 835f827c-a20c-4543-aaf9-14d03db9bb5b, project_id: f3dbf675-550f-4a10-a57c-d01aa0622b61, sled_id: 39297f23-5673-4383-8380-4b3d4f562f8a, sled_serial: "39297f23-5673-4383-8380-4b3d4f562f8a", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 511
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = 2a71f090-e5fc-4b7b-8bac-a78e5b6247dd
target = phd_framework::test_vm
target_id = a537d0f9-6b4e-4cc1-add6-9ac05616415a
vm = multiple_migrations_2
vm_id = a537d0f9-6b4e-4cc1-add6-9ac05616415a
|
| 2918 | 2026-03-13T20:03:44.401Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 8980fa42-ee43-48a2-9ef1-760f6269506c
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = 2a71f090-e5fc-4b7b-8bac-a78e5b6247dd
target = phd_framework::test_vm
target_id = a537d0f9-6b4e-4cc1-add6-9ac05616415a
|
| 2919 | 2026-03-13T20:03:47.053Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9004","from_start":7728}}
target = phd_framework::serial
|
| 2920 | 2026-03-13T20:03:49.230Z | 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 = 2a71f090-e5fc-4b7b-8bac-a78e5b6247dd
target = phd_framework::test_vm
target_id = a537d0f9-6b4e-4cc1-add6-9ac05616415a
|
| 2921 | 2026-03-13T20:03:49.230Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 4829
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 8980fa42-ee43-48a2-9ef1-760f6269506c
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = 2a71f090-e5fc-4b7b-8bac-a78e5b6247dd
target = phd_framework::test_vm
target_id = a537d0f9-6b4e-4cc1-add6-9ac05616415a
|
| 2922 | 2026-03-13T20:03:49.230Z | 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 = a537d0f9-6b4e-4cc1-add6-9ac05616415a
|
| 2923 | 2026-03-13T20:03:49.230Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = multiple_migrations_2
vm_id = a537d0f9-6b4e-4cc1-add6-9ac05616415a
|
| 2924 | 2026-03-13T20:03:49.242Z | 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 = a537d0f9-6b4e-4cc1-add6-9ac05616415a
|
| 2925 | 2026-03-13T20:03:49.242Z | 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 = a537d0f9-6b4e-4cc1-add6-9ac05616415a
|
| 2926 | 2026-03-13T20:03:49.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::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = multiple_migrations_2
vm_id = a537d0f9-6b4e-4cc1-add6-9ac05616415a
|
| 2927 | 2026-03-13T20:03:49.275Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = a537d0f9-6b4e-4cc1-add6-9ac05616415a
|
| 2928 | 2026-03-13T20:03:49.276Z | 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 = a537d0f9-6b4e-4cc1-add6-9ac05616415a
|
| 2929 | 2026-03-13T20:03:49.276Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = multiple_migrations_2
vm_id = a537d0f9-6b4e-4cc1-add6-9ac05616415a
|
| 2930 | 2026-03-13T20:03:49.286Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = a537d0f9-6b4e-4cc1-add6-9ac05616415a
|
| 2931 | 2026-03-13T20:03:49.286Z | 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 = a537d0f9-6b4e-4cc1-add6-9ac05616415a
|
| 2932 | 2026-03-13T20:03:49.287Z | INFO | phd-runner: [WAIT_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 = a537d0f9-6b4e-4cc1-add6-9ac05616415a
|
| 2933 | 2026-03-13T20:03:49.319Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = a537d0f9-6b4e-4cc1-add6-9ac05616415a
|
| 2934 | 2026-03-13T20:03:49.319Z | 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 = a537d0f9-6b4e-4cc1-add6-9ac05616415a
|
| 2935 | 2026-03-13T20:03:49.319Z | 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 = 2a71f090-e5fc-4b7b-8bac-a78e5b6247dd
|
| 2936 | 2026-03-13T20:03:49.319Z | 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 = 27597b6e-dae2-41fe-ad6b-197c61ebba85
|
| 2937 | 2026-03-13T20:03:49.319Z | 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
|
| 2938 | 2026-03-13T20:03:49.320Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 12745
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2939 | 2026-03-13T20:03:49.320Z | INFO | phd-runner: test phd_tests::migrate::multiple_migrations ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 2940 | 2026-03-13T20:03:49.320Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2941 | 2026-03-13T20:03:49.321Z | 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 = a537d0f9-6b4e-4cc1-add6-9ac05616415a
|
| 2942 | 2026-03-13T20:03:49.322Z | 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 = 2a71f090-e5fc-4b7b-8bac-a78e5b6247dd
|
| 2943 | 2026-03-13T20:03:49.322Z | 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 = 27597b6e-dae2-41fe-ad6b-197c61ebba85
|
| 2944 | 2026-03-13T20:03:49.403Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 83
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 = 2a71f090-e5fc-4b7b-8bac-a78e5b6247dd
|
| 2945 | 2026-03-13T20:03:49.403Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 8192
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = 27597b6e-dae2-41fe-ad6b-197c61ebba85
target = phd_framework::test_vm
target_id = 2a71f090-e5fc-4b7b-8bac-a78e5b6247dd
vm = multiple_migrations_1
vm_id = 2a71f090-e5fc-4b7b-8bac-a78e5b6247dd
|
| 2946 | 2026-03-13T20:03:49.403Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 8192
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = 27597b6e-dae2-41fe-ad6b-197c61ebba85
target = phd_framework::test_vm
target_id = 2a71f090-e5fc-4b7b-8bac-a78e5b6247dd
|
| 2947 | 2026-03-13T20:03:49.415Z | 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 = a537d0f9-6b4e-4cc1-add6-9ac05616415a
|
| 2948 | 2026-03-13T20:03:49.451Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 131
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 = 27597b6e-dae2-41fe-ad6b-197c61ebba85
|
| 2949 | 2026-03-13T20:03:49.451Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 13001
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 = 27597b6e-dae2-41fe-ad6b-197c61ebba85
|
| 2950 | 2026-03-13T20:03:49.498Z | 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 = a537d0f9-6b4e-4cc1-add6-9ac05616415a
|
| 2951 | 2026-03-13T20:03:49.498Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-d26d50d8-718a-4543-951a-53d90d61d9da"]
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 = a537d0f9-6b4e-4cc1-add6-9ac05616415a
|
| 2952 | 2026-03-13T20:03:49.531Z | 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 = a537d0f9-6b4e-4cc1-add6-9ac05616415a
|
| 2953 | 2026-03-13T20:03:49.531Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-a1a856f6-718e-42c4-8091-6c8accae616d"]
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 = a537d0f9-6b4e-4cc1-add6-9ac05616415a
|
| 2954 | 2026-03-13T20:03:49.550Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 230
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 = a537d0f9-6b4e-4cc1-add6-9ac05616415a
|
| 2955 | 2026-03-13T20:03:49.550Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5274
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = 2a71f090-e5fc-4b7b-8bac-a78e5b6247dd
target = phd_framework::test_vm
target_id = a537d0f9-6b4e-4cc1-add6-9ac05616415a
vm = multiple_migrations_2
vm_id = a537d0f9-6b4e-4cc1-add6-9ac05616415a
|
| 2956 | 2026-03-13T20:03:49.550Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 230
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2957 | 2026-03-13T20:03:49.550Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 5275
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = 2a71f090-e5fc-4b7b-8bac-a78e5b6247dd
target = phd_framework::test_vm
target_id = a537d0f9-6b4e-4cc1-add6-9ac05616415a
|
| 2958 | 2026-03-13T20:03:49.551Z | 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
|
| 2959 | 2026-03-13T20:03:49.551Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 13249
file = phd-tests/tests/src/migrate.rs
line = 302
path = phd_tests::migrate::multiple_migrations
target = phd_tests::migrate
|
| 2960 | 2026-03-13T20:03:49.551Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2961 | 2026-03-13T20:03:49.551Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2962 | 2026-03-13T20:03:49.551Z | 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
|
| 2963 | 2026-03-13T20:03:49.551Z | 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
|
| 2964 | 2026-03-13T20:03:49.551Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2965 | 2026-03-13T20:03:49.551Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2966 | 2026-03-13T20:03:49.551Z | 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
|
| 2967 | 2026-03-13T20:03:49.562Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::migration_ensures_instance_metadata
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 51.3M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 2968 | 2026-03-13T20:03:49.562Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-f5e73b09-394d-4967-ae05-234c57741e5f"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::zfs
verb = snapshot
|
| 2969 | 2026-03-13T20:03:49.580Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-f5e73b09-394d-4967-ae05-234c57741e5f", "phd-artifacts/phd-clone-2fa624f6-2325-4717-80fa-e7bf53c3f6a9"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::zfs
verb = clone
|
| 2970 | 2026-03-13T20:03:49.597Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-2fa624f6-2325-4717-80fa-e7bf53c3f6a9"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::zfs
verb = list
|
| 2971 | 2026-03-13T20:03:49.609Z | 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-2fa624f6-2325-4717-80fa-e7bf53c3f6a9 0B 25.3T 48.9M /phd-artifacts/phd-clone-2fa624f6-2325-4717-80fa-e7bf53c3f6a9\n
target = phd_framework::zfs
|
| 2972 | 2026-03-13T20:03:49.610Z | 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
|
| 2973 | 2026-03-13T20:03:49.610Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm_name = migration_ensures_instance_metadata_source
|
| 2974 | 2026-03-13T20:03:49.610Z | 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
|
| 2975 | 2026-03-13T20:03:49.610Z | INFO | phd-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
|
| 2976 | 2026-03-13T20:03:49.610Z | 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
|
| 2977 | 2026-03-13T20:03:49.625Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1053
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
|
| 2978 | 2026-03-13T20:03:49.641Z | 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
|
| 2979 | 2026-03-13T20:03:49.641Z | 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
|
| 2980 | 2026-03-13T20:03:49.641Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = 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
|
| 2981 | 2026-03-13T20:03:49.641Z | 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
|
| 2982 | 2026-03-13T20:03:49.641Z | INFO | phd-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
|
| 2983 | 2026-03-13T20:03:49.641Z | 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
|
| 2984 | 2026-03-13T20:03:49.658Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1054
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
|
| 2985 | 2026-03-13T20:03:49.674Z | 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
|
| 2986 | 2026-03-13T20:03:49.674Z | 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 = 0bfda2bc-a6cc-4081-963d-214bc5781ecb
|
| 2987 | 2026-03-13T20:03:49.800Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2988 | 2026-03-13T20:03:49.801Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 0bfda2bc-a6cc-4081-963d-214bc5781ecb, name: "phd-vm-0bfda2bc-a6cc-4081-963d-214bc5781ecb", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 588f33a6-fab0-451e-a4c9-4a3e9682d552, project_id: 1d7f7c6f-2a80-40b0-ad1a-5eb134b8c228, sled_id: 5eb95a22-5998-4dd8-88d7-24ac61e61379, sled_serial: "5eb95a22-5998-4dd8-88d7-24ac61e61379", 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 = 0bfda2bc-a6cc-4081-963d-214bc5781ecb
|
| 2989 | 2026-03-13T20:03:49.802Z | 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 = 0bfda2bc-a6cc-4081-963d-214bc5781ecb
|
| 2990 | 2026-03-13T20:03:49.802Z | 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 = 0bfda2bc-a6cc-4081-963d-214bc5781ecb
|
| 2991 | 2026-03-13T20:03:49.802Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = 0bfda2bc-a6cc-4081-963d-214bc5781ecb
|
| 2992 | 2026-03-13T20:03:49.802Z | 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
|
| 2993 | 2026-03-13T20:03:49.803Z | 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 = 0bfda2bc-a6cc-4081-963d-214bc5781ecb
|
| 2994 | 2026-03-13T20:03:49.803Z | DEBG | phd-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
|
| 2995 | 2026-03-13T20:03:49.803Z | 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 = 0bfda2bc-a6cc-4081-963d-214bc5781ecb
|
| 2996 | 2026-03-13T20:03:49.803Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_ensures_instance_metadata_source
vm_id = 0bfda2bc-a6cc-4081-963d-214bc5781ecb
|
| 2997 | 2026-03-13T20:03:54.300Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4497
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = 0bfda2bc-a6cc-4081-963d-214bc5781ecb
|
| 2998 | 2026-03-13T20:03:54.300Z | DEBG | phd-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
|
| 2999 | 2026-03-13T20:03:54.301Z | DEBG | phd-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
|
| 3000 | 2026-03-13T20:03:54.301Z | 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 = 0bfda2bc-a6cc-4081-963d-214bc5781ecb
|
| 3001 | 2026-03-13T20:03:54.301Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_ensures_instance_metadata_source
vm_id = 0bfda2bc-a6cc-4081-963d-214bc5781ecb
|
| 3002 | 2026-03-13T20:03:54.319Z | 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::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = 0bfda2bc-a6cc-4081-963d-214bc5781ecb
|
| 3003 | 2026-03-13T20:03:54.319Z | DEBG | phd-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
|
| 3004 | 2026-03-13T20:03:54.319Z | DEBG | phd-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
|
| 3005 | 2026-03-13T20:03:54.320Z | 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 = 0bfda2bc-a6cc-4081-963d-214bc5781ecb
|
| 3006 | 2026-03-13T20:03:54.320Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 0bfda2bc-a6cc-4081-963d-214bc5781ecb
|
| 3007 | 2026-03-13T20:03:54.352Z | 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::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = 0bfda2bc-a6cc-4081-963d-214bc5781ecb
|
| 3008 | 2026-03-13T20:03:54.352Z | 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
|
| 3009 | 2026-03-13T20:03:54.352Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4549
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
|
| 3010 | 2026-03-13T20:03:54.352Z | 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 = 0bfda2bc-a6cc-4081-963d-214bc5781ecb
|
| 3011 | 2026-03-13T20:03:54.352Z | 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 = 0bfda2bc-a6cc-4081-963d-214bc5781ecb
|
| 3012 | 2026-03-13T20:03:54.354Z | 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 = 0bfda2bc-a6cc-4081-963d-214bc5781ecb
|
| 3013 | 2026-03-13T20:03:54.355Z | 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 = 0bfda2bc-a6cc-4081-963d-214bc5781ecb
target = phd_framework::test_vm
target_id = 30c67b0e-0eab-4d45-a3df-a93fa2a34030
|
| 3014 | 2026-03-13T20:03:54.355Z | 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 = 99cf527d-fec0-4732-b8a1-b3f7fadb8f4b
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 0bfda2bc-a6cc-4081-963d-214bc5781ecb
target = phd_framework::test_vm
target_id = 30c67b0e-0eab-4d45-a3df-a93fa2a34030
timeout_duration = 45s
|
| 3015 | 2026-03-13T20:03:54.355Z | 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 = 0bfda2bc-a6cc-4081-963d-214bc5781ecb
target = phd_framework::test_vm
target_id = 30c67b0e-0eab-4d45-a3df-a93fa2a34030
vm = migration_ensures_instance_metadata_target
vm_id = 30c67b0e-0eab-4d45-a3df-a93fa2a34030
|
| 3016 | 2026-03-13T20:03:54.476Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 30c67b0e-0eab-4d45-a3df-a93fa2a34030, name: "phd-vm-30c67b0e-0eab-4d45-a3df-a93fa2a34030", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 588f33a6-fab0-451e-a4c9-4a3e9682d552, project_id: 1d7f7c6f-2a80-40b0-ad1a-5eb134b8c228, sled_id: 43b2c59f-f223-46dd-b2d6-75ce9c0a8bc2, sled_serial: "43b2c59f-f223-46dd-b2d6-75ce9c0a8bc2", 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 = 0bfda2bc-a6cc-4081-963d-214bc5781ecb
target = phd_framework::test_vm
target_id = 30c67b0e-0eab-4d45-a3df-a93fa2a34030
vm = migration_ensures_instance_metadata_target
vm_id = 30c67b0e-0eab-4d45-a3df-a93fa2a34030
|
| 3017 | 2026-03-13T20:03:54.477Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 99cf527d-fec0-4732-b8a1-b3f7fadb8f4b
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 0bfda2bc-a6cc-4081-963d-214bc5781ecb
target = phd_framework::test_vm
target_id = 30c67b0e-0eab-4d45-a3df-a93fa2a34030
|
| 3018 | 2026-03-13T20:03:57.161Z | 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
|
| 3019 | 2026-03-13T20:03:57.383Z | 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 = 0bfda2bc-a6cc-4081-963d-214bc5781ecb
target = phd_framework::test_vm
target_id = 30c67b0e-0eab-4d45-a3df-a93fa2a34030
|
| 3020 | 2026-03-13T20:03:57.383Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2906
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 99cf527d-fec0-4732-b8a1-b3f7fadb8f4b
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 0bfda2bc-a6cc-4081-963d-214bc5781ecb
target = phd_framework::test_vm
target_id = 30c67b0e-0eab-4d45-a3df-a93fa2a34030
|
| 3021 | 2026-03-13T20:03:57.383Z | 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 = 30c67b0e-0eab-4d45-a3df-a93fa2a34030
|
| 3022 | 2026-03-13T20:03:57.383Z | 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 = 30c67b0e-0eab-4d45-a3df-a93fa2a34030
|
| 3023 | 2026-03-13T20:03:57.385Z | 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 = 30c67b0e-0eab-4d45-a3df-a93fa2a34030
|
| 3024 | 2026-03-13T20:03:57.385Z | 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 = 30c67b0e-0eab-4d45-a3df-a93fa2a34030
|
| 3025 | 2026-03-13T20:03:57.385Z | 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 = 0bfda2bc-a6cc-4081-963d-214bc5781ecb
|
| 3026 | 2026-03-13T20:03:57.385Z | 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
|
| 3027 | 2026-03-13T20:03:57.385Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 7584
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3028 | 2026-03-13T20:03:57.385Z | 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
|
| 3029 | 2026-03-13T20:03:57.386Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3030 | 2026-03-13T20:03:57.387Z | 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 = 0bfda2bc-a6cc-4081-963d-214bc5781ecb
|
| 3031 | 2026-03-13T20:03:57.467Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 81
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 = 0bfda2bc-a6cc-4081-963d-214bc5781ecb
|
| 3032 | 2026-03-13T20:03:57.467Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 7792
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 = 0bfda2bc-a6cc-4081-963d-214bc5781ecb
|
| 3033 | 2026-03-13T20:03:57.467Z | 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 = 30c67b0e-0eab-4d45-a3df-a93fa2a34030
|
| 3034 | 2026-03-13T20:03:57.484Z | 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 = 30c67b0e-0eab-4d45-a3df-a93fa2a34030
|
| 3035 | 2026-03-13T20:03:57.561Z | 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 = 30c67b0e-0eab-4d45-a3df-a93fa2a34030
|
| 3036 | 2026-03-13T20:03:57.561Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-2fa624f6-2325-4717-80fa-e7bf53c3f6a9"]
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 = 30c67b0e-0eab-4d45-a3df-a93fa2a34030
|
| 3037 | 2026-03-13T20:03:57.591Z | 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 = 30c67b0e-0eab-4d45-a3df-a93fa2a34030
|
| 3038 | 2026-03-13T20:03:57.591Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-f5e73b09-394d-4967-ae05-234c57741e5f"]
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 = 30c67b0e-0eab-4d45-a3df-a93fa2a34030
|
| 3039 | 2026-03-13T20:03:57.610Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 224
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 = 30c67b0e-0eab-4d45-a3df-a93fa2a34030
|
| 3040 | 2026-03-13T20:03:57.611Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 3255
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 = 0bfda2bc-a6cc-4081-963d-214bc5781ecb
target = phd_framework::test_vm
target_id = 30c67b0e-0eab-4d45-a3df-a93fa2a34030
vm = migration_ensures_instance_metadata_target
vm_id = 30c67b0e-0eab-4d45-a3df-a93fa2a34030
|
| 3041 | 2026-03-13T20:03:57.611Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 224
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3042 | 2026-03-13T20:03:57.611Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 3255
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 = 0bfda2bc-a6cc-4081-963d-214bc5781ecb
target = phd_framework::test_vm
target_id = 30c67b0e-0eab-4d45-a3df-a93fa2a34030
|
| 3043 | 2026-03-13T20:03:57.611Z | 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
|
| 3044 | 2026-03-13T20:03:57.611Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 8059
file = phd-tests/tests/src/migrate.rs
line = 388
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_tests::migrate
|
| 3045 | 2026-03-13T20:03:57.611Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3046 | 2026-03-13T20:03:57.611Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3047 | 2026-03-13T20:03:57.611Z | 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
|
| 3048 | 2026-03-13T20:03:57.611Z | 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
|
| 3049 | 2026-03-13T20:03:57.611Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3050 | 2026-03-13T20:03:57.611Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3051 | 2026-03-13T20:03:57.611Z | 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
|
| 3052 | 2026-03-13T20:03:57.623Z | 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 50.9M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 3053 | 2026-03-13T20:03:57.624Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2e18f700-76c6-4a6b-833b-16afb12431d4"]
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
|
| 3054 | 2026-03-13T20:03:57.642Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2e18f700-76c6-4a6b-833b-16afb12431d4", "phd-artifacts/phd-clone-7bfdb73f-743d-4246-906a-783778606783"]
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
|
| 3055 | 2026-03-13T20:03:57.662Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-7bfdb73f-743d-4246-906a-783778606783"]
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
|
| 3056 | 2026-03-13T20:03:57.673Z | 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-7bfdb73f-743d-4246-906a-783778606783 0B 25.3T 48.9M /phd-artifacts/phd-clone-7bfdb73f-743d-4246-906a-783778606783\n
target = phd_framework::zfs
|
| 3057 | 2026-03-13T20:03:57.674Z | 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
|
| 3058 | 2026-03-13T20:03:57.674Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = 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
|
| 3059 | 2026-03-13T20:03:57.674Z | 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
|
| 3060 | 2026-03-13T20:03:57.674Z | INFO | phd-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
|
| 3061 | 2026-03-13T20:03:57.674Z | 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
|
| 3062 | 2026-03-13T20:03:57.691Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1063
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
|
| 3063 | 2026-03-13T20:03:57.707Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 33
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
|
| 3064 | 2026-03-13T20:03:57.707Z | 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
|
| 3065 | 2026-03-13T20:03:57.707Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = 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
|
| 3066 | 2026-03-13T20:03:57.707Z | 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
|
| 3067 | 2026-03-13T20:03:57.707Z | INFO | phd-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
|
| 3068 | 2026-03-13T20:03:57.707Z | 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
|
| 3069 | 2026-03-13T20:03:57.720Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1064
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
|
| 3070 | 2026-03-13T20:03:57.735Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 28
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
|
| 3071 | 2026-03-13T20:03:57.735Z | 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 = 6a50eee7-b519-45c2-a6fd-1139ba432aa8
|
| 3072 | 2026-03-13T20:03:57.863Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3073 | 2026-03-13T20:03:57.864Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 6a50eee7-b519-45c2-a6fd-1139ba432aa8, name: "phd-vm-6a50eee7-b519-45c2-a6fd-1139ba432aa8", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: bf7a142b-3761-4859-b19b-01aae7229a82, project_id: 8698cad6-22f7-4571-aa98-67655f51b591, sled_id: dc78dd23-c24b-40c2-b884-941bfbfa4433, sled_serial: "dc78dd23-c24b-40c2-b884-941bfbfa4433", 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 = 6a50eee7-b519-45c2-a6fd-1139ba432aa8
|
| 3074 | 2026-03-13T20:03:57.864Z | 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 = 6a50eee7-b519-45c2-a6fd-1139ba432aa8
|
| 3075 | 2026-03-13T20:03:57.864Z | 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 = 6a50eee7-b519-45c2-a6fd-1139ba432aa8
|
| 3076 | 2026-03-13T20:03:57.865Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = 6a50eee7-b519-45c2-a6fd-1139ba432aa8
|
| 3077 | 2026-03-13T20:03:57.865Z | 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
|
| 3078 | 2026-03-13T20:03:57.865Z | 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 = 6a50eee7-b519-45c2-a6fd-1139ba432aa8
|
| 3079 | 2026-03-13T20:03:57.865Z | DEBG | phd-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
|
| 3080 | 2026-03-13T20:03:57.865Z | 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 = 6a50eee7-b519-45c2-a6fd-1139ba432aa8
|
| 3081 | 2026-03-13T20:03:57.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::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 = 6a50eee7-b519-45c2-a6fd-1139ba432aa8
|
| 3082 | 2026-03-13T20:04:02.216Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4350
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 = 6a50eee7-b519-45c2-a6fd-1139ba432aa8
|
| 3083 | 2026-03-13T20:04:02.216Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
step = WriteStr("root")
target = phd_framework::test_vm
|
| 3084 | 2026-03-13T20:04:02.216Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3085 | 2026-03-13T20:04:02.216Z | 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 = 6a50eee7-b519-45c2-a6fd-1139ba432aa8
|
| 3086 | 2026-03-13T20:04:02.217Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::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 = 6a50eee7-b519-45c2-a6fd-1139ba432aa8
|
| 3087 | 2026-03-13T20:04:02.235Z | 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 = 6a50eee7-b519-45c2-a6fd-1139ba432aa8
|
| 3088 | 2026-03-13T20:04:02.235Z | DEBG | phd-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
|
| 3089 | 2026-03-13T20:04:02.235Z | DEBG | phd-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
|
| 3090 | 2026-03-13T20:04:02.235Z | 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 = 6a50eee7-b519-45c2-a6fd-1139ba432aa8
|
| 3091 | 2026-03-13T20:04:02.235Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 6a50eee7-b519-45c2-a6fd-1139ba432aa8
|
| 3092 | 2026-03-13T20:04:02.267Z | 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 = 6a50eee7-b519-45c2-a6fd-1139ba432aa8
|
| 3093 | 2026-03-13T20:04:02.268Z | 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
|
| 3094 | 2026-03-13T20:04:02.268Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4402
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
|
| 3095 | 2026-03-13T20:04:02.268Z | 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 = 6a50eee7-b519-45c2-a6fd-1139ba432aa8
target = phd_framework::test_vm
target_id = b38db947-3dac-4760-a42d-d9232747a092
|
| 3096 | 2026-03-13T20:04:02.268Z | 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 = 799363ba-21c5-45bc-9c55-ab975ba03c50
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
source = vm_reaches_destroyed_after_migration_out_source
source_id = 6a50eee7-b519-45c2-a6fd-1139ba432aa8
target = phd_framework::test_vm
target_id = b38db947-3dac-4760-a42d-d9232747a092
timeout_duration = 45s
|
| 3097 | 2026-03-13T20:04:02.268Z | 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 = 6a50eee7-b519-45c2-a6fd-1139ba432aa8
target = phd_framework::test_vm
target_id = b38db947-3dac-4760-a42d-d9232747a092
vm = vm_reaches_destroyed_after_migration_out_target
vm_id = b38db947-3dac-4760-a42d-d9232747a092
|
| 3098 | 2026-03-13T20:04:02.392Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: b38db947-3dac-4760-a42d-d9232747a092, name: "phd-vm-b38db947-3dac-4760-a42d-d9232747a092", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: bf7a142b-3761-4859-b19b-01aae7229a82, project_id: 8698cad6-22f7-4571-aa98-67655f51b591, sled_id: 0894369f-f5c6-4c68-9fbd-5e82435e8c51, sled_serial: "0894369f-f5c6-4c68-9fbd-5e82435e8c51", 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 = 6a50eee7-b519-45c2-a6fd-1139ba432aa8
target = phd_framework::test_vm
target_id = b38db947-3dac-4760-a42d-d9232747a092
vm = vm_reaches_destroyed_after_migration_out_target
vm_id = b38db947-3dac-4760-a42d-d9232747a092
|
| 3099 | 2026-03-13T20:04:02.392Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 799363ba-21c5-45bc-9c55-ab975ba03c50
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
source = vm_reaches_destroyed_after_migration_out_source
source_id = 6a50eee7-b519-45c2-a6fd-1139ba432aa8
target = phd_framework::test_vm
target_id = b38db947-3dac-4760-a42d-d9232747a092
|
| 3100 | 2026-03-13T20:04:04.802Z | 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
|
| 3101 | 2026-03-13T20:04:06.619Z | 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 = 6a50eee7-b519-45c2-a6fd-1139ba432aa8
target = phd_framework::test_vm
target_id = b38db947-3dac-4760-a42d-d9232747a092
|
| 3102 | 2026-03-13T20:04:06.619Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 4227
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 799363ba-21c5-45bc-9c55-ab975ba03c50
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
source = vm_reaches_destroyed_after_migration_out_source
source_id = 6a50eee7-b519-45c2-a6fd-1139ba432aa8
target = phd_framework::test_vm
target_id = b38db947-3dac-4760-a42d-d9232747a092
|
| 3103 | 2026-03-13T20:04:06.620Z | 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 = 6a50eee7-b519-45c2-a6fd-1139ba432aa8
|
| 3104 | 2026-03-13T20:04:06.620Z | 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 = 6a50eee7-b519-45c2-a6fd-1139ba432aa8
|
| 3105 | 2026-03-13T20:04:06.620Z | 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 = 6a50eee7-b519-45c2-a6fd-1139ba432aa8
|
| 3106 | 2026-03-13T20:04:06.620Z | 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 = 6a50eee7-b519-45c2-a6fd-1139ba432aa8
|
| 3107 | 2026-03-13T20:04:06.621Z | 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 = 6a50eee7-b519-45c2-a6fd-1139ba432aa8
|
| 3108 | 2026-03-13T20:04:06.621Z | 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 = 6a50eee7-b519-45c2-a6fd-1139ba432aa8
|
| 3109 | 2026-03-13T20:04:06.621Z | 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 = b38db947-3dac-4760-a42d-d9232747a092
|
| 3110 | 2026-03-13T20:04:06.621Z | 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 = 6a50eee7-b519-45c2-a6fd-1139ba432aa8
|
| 3111 | 2026-03-13T20:04:06.621Z | 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
|
| 3112 | 2026-03-13T20:04:06.621Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 8758
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3113 | 2026-03-13T20:04:06.621Z | 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
|
| 3114 | 2026-03-13T20:04:06.622Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3115 | 2026-03-13T20:04:06.622Z | 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 = 6a50eee7-b519-45c2-a6fd-1139ba432aa8
|
| 3116 | 2026-03-13T20:04:06.713Z | 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 = 6a50eee7-b519-45c2-a6fd-1139ba432aa8
|
| 3117 | 2026-03-13T20:04:06.713Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 8978
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 = 6a50eee7-b519-45c2-a6fd-1139ba432aa8
|
| 3118 | 2026-03-13T20:04:06.713Z | 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 = b38db947-3dac-4760-a42d-d9232747a092
|
| 3119 | 2026-03-13T20:04:07.351Z | 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 = b38db947-3dac-4760-a42d-d9232747a092
|
| 3120 | 2026-03-13T20:04:07.439Z | 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 = b38db947-3dac-4760-a42d-d9232747a092
|
| 3121 | 2026-03-13T20:04:07.439Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-7bfdb73f-743d-4246-906a-783778606783"]
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 = b38db947-3dac-4760-a42d-d9232747a092
|
| 3122 | 2026-03-13T20:04:07.464Z | 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 = b38db947-3dac-4760-a42d-d9232747a092
|
| 3123 | 2026-03-13T20:04:07.464Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2e18f700-76c6-4a6b-833b-16afb12431d4"]
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 = b38db947-3dac-4760-a42d-d9232747a092
|
| 3124 | 2026-03-13T20:04:07.482Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 860
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 = b38db947-3dac-4760-a42d-d9232747a092
|
| 3125 | 2026-03-13T20:04:07.482Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 860
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3126 | 2026-03-13T20:04:07.482Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5214
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 = 6a50eee7-b519-45c2-a6fd-1139ba432aa8
target = phd_framework::test_vm
target_id = b38db947-3dac-4760-a42d-d9232747a092
vm = vm_reaches_destroyed_after_migration_out_target
vm_id = b38db947-3dac-4760-a42d-d9232747a092
|
| 3127 | 2026-03-13T20:04:07.482Z | INFO | phd-runner: Starting test phd_tests::hw::lspci_lifecycle_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 3128 | 2026-03-13T20:04:07.483Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3129 | 2026-03-13T20:04:07.482Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 5214
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 = 6a50eee7-b519-45c2-a6fd-1139ba432aa8
target = phd_framework::test_vm
target_id = b38db947-3dac-4760-a42d-d9232747a092
|
| 3130 | 2026-03-13T20:04:07.483Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3131 | 2026-03-13T20:04:07.483Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 9871
file = phd-tests/tests/src/migrate.rs
line = 433
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_tests::migrate
|
| 3132 | 2026-03-13T20:04:07.483Z | 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
|
| 3133 | 2026-03-13T20:04:07.483Z | 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
|
| 3134 | 2026-03-13T20:04:07.483Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3135 | 2026-03-13T20:04:07.483Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3136 | 2026-03-13T20:04:07.483Z | 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
|
| 3137 | 2026-03-13T20:04:07.495Z | 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 50.9M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 3138 | 2026-03-13T20:04:07.495Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-60c3bf9d-0bce-4ee9-9a99-912ad2011e34"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::zfs
verb = snapshot
|
| 3139 | 2026-03-13T20:04:07.512Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-60c3bf9d-0bce-4ee9-9a99-912ad2011e34", "phd-artifacts/phd-clone-c7ff63b9-df58-4712-8a42-6c0c4f42c863"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::zfs
verb = clone
|
| 3140 | 2026-03-13T20:04:07.530Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-c7ff63b9-df58-4712-8a42-6c0c4f42c863"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::zfs
verb = list
|
| 3141 | 2026-03-13T20:04:07.541Z | 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-c7ff63b9-df58-4712-8a42-6c0c4f42c863 0B 25.3T 48.9M /phd-artifacts/phd-clone-c7ff63b9-df58-4712-8a42-6c0c4f42c863\n
target = phd_framework::zfs
|
| 3142 | 2026-03-13T20:04:07.542Z | 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
|
| 3143 | 2026-03-13T20:04:07.542Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = 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
|
| 3144 | 2026-03-13T20:04:07.542Z | 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
|
| 3145 | 2026-03-13T20:04:07.542Z | INFO | phd-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
|
| 3146 | 2026-03-13T20:04:07.542Z | 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
|
| 3147 | 2026-03-13T20:04:07.558Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1073
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm::server
|
| 3148 | 2026-03-13T20:04:07.575Z | 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
|
| 3149 | 2026-03-13T20:04:07.575Z | 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 = 829d1942-9b6a-4b4f-b2a7-ea611d9325a0
|
| 3150 | 2026-03-13T20:04:07.575Z | 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 = 829d1942-9b6a-4b4f-b2a7-ea611d9325a0
|
| 3151 | 2026-03-13T20:04:07.966Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3152 | 2026-03-13T20:04:07.967Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 829d1942-9b6a-4b4f-b2a7-ea611d9325a0, name: "phd-vm-829d1942-9b6a-4b4f-b2a7-ea611d9325a0", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 12b33222-2b76-47bd-8b9a-fd87df53c7b5, project_id: beb7c973-b9b8-4ce7-bdf1-ec4f3dc39601, sled_id: 9b12e5bb-5e23-4fb6-9bd0-1113b1138a30, sled_serial: "9b12e5bb-5e23-4fb6-9bd0-1113b1138a30", 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 = 829d1942-9b6a-4b4f-b2a7-ea611d9325a0
|
| 3153 | 2026-03-13T20:04:07.967Z | 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 = 829d1942-9b6a-4b4f-b2a7-ea611d9325a0
|
| 3154 | 2026-03-13T20:04:07.967Z | 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 = 829d1942-9b6a-4b4f-b2a7-ea611d9325a0
|
| 3155 | 2026-03-13T20:04:07.968Z | 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 = 829d1942-9b6a-4b4f-b2a7-ea611d9325a0
|
| 3156 | 2026-03-13T20:04:07.968Z | 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
|
| 3157 | 2026-03-13T20:04:07.968Z | 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 = 829d1942-9b6a-4b4f-b2a7-ea611d9325a0
|
| 3158 | 2026-03-13T20:04:07.968Z | DEBG | phd-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
|
| 3159 | 2026-03-13T20:04:07.968Z | 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 = 829d1942-9b6a-4b4f-b2a7-ea611d9325a0
|
| 3160 | 2026-03-13T20:04:07.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::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = lspci_lifecycle_test
vm_id = 829d1942-9b6a-4b4f-b2a7-ea611d9325a0
|
| 3161 | 2026-03-13T20:04:12.366Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4398
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 = 829d1942-9b6a-4b4f-b2a7-ea611d9325a0
|
| 3162 | 2026-03-13T20:04:12.366Z | DEBG | phd-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
|
| 3163 | 2026-03-13T20:04:12.366Z | DEBG | phd-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
|
| 3164 | 2026-03-13T20:04:12.366Z | 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 = 829d1942-9b6a-4b4f-b2a7-ea611d9325a0
|
| 3165 | 2026-03-13T20:04:12.367Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = lspci_lifecycle_test
vm_id = 829d1942-9b6a-4b4f-b2a7-ea611d9325a0
|
| 3166 | 2026-03-13T20:04:12.384Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 829d1942-9b6a-4b4f-b2a7-ea611d9325a0
|
| 3167 | 2026-03-13T20:04:12.384Z | DEBG | phd-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
|
| 3168 | 2026-03-13T20:04:12.384Z | DEBG | phd-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
|
| 3169 | 2026-03-13T20:04:12.384Z | 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 = 829d1942-9b6a-4b4f-b2a7-ea611d9325a0
|
| 3170 | 2026-03-13T20:04:12.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::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = lspci_lifecycle_test
vm_id = 829d1942-9b6a-4b4f-b2a7-ea611d9325a0
|
| 3171 | 2026-03-13T20:04:12.416Z | 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 = 829d1942-9b6a-4b4f-b2a7-ea611d9325a0
|
| 3172 | 2026-03-13T20:04:12.417Z | 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
|
| 3173 | 2026-03-13T20:04:12.417Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4448
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
|
| 3174 | 2026-03-13T20:04:12.417Z | 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 = 829d1942-9b6a-4b4f-b2a7-ea611d9325a0
|
| 3175 | 2026-03-13T20:04:12.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::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = lspci_lifecycle_test
vm_id = 829d1942-9b6a-4b4f-b2a7-ea611d9325a0
|
| 3176 | 2026-03-13T20:04:12.427Z | INFO | 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 = 829d1942-9b6a-4b4f-b2a7-ea611d9325a0
|
| 3177 | 2026-03-13T20:04:12.428Z | 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 = 829d1942-9b6a-4b4f-b2a7-ea611d9325a0
|
| 3178 | 2026-03-13T20:04:12.428Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = lspci_lifecycle_test
vm_id = 829d1942-9b6a-4b4f-b2a7-ea611d9325a0
|
| 3179 | 2026-03-13T20:04:12.461Z | 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 = 829d1942-9b6a-4b4f-b2a7-ea611d9325a0
|
| 3180 | 2026-03-13T20:04:12.461Z | 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 = 829d1942-9b6a-4b4f-b2a7-ea611d9325a0
|
| 3181 | 2026-03-13T20:04:12.461Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = lspci_lifecycle_test
vm_id = 829d1942-9b6a-4b4f-b2a7-ea611d9325a0
|
| 3182 | 2026-03-13T20:04:12.471Z | INFO | 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 = 829d1942-9b6a-4b4f-b2a7-ea611d9325a0
|
| 3183 | 2026-03-13T20:04:12.471Z | 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 = 829d1942-9b6a-4b4f-b2a7-ea611d9325a0
|
| 3184 | 2026-03-13T20:04:12.471Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = lspci_lifecycle_test
vm_id = 829d1942-9b6a-4b4f-b2a7-ea611d9325a0
|
| 3185 | 2026-03-13T20:04:12.504Z | 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 = 829d1942-9b6a-4b4f-b2a7-ea611d9325a0
|
| 3186 | 2026-03-13T20:04:12.504Z | 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
|
| 3187 | 2026-03-13T20:04:12.504Z | 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 = 829d1942-9b6a-4b4f-b2a7-ea611d9325a0
|
| 3188 | 2026-03-13T20:04:12.504Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::hw::lspci_lifecycle_test
state = Stop
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 829d1942-9b6a-4b4f-b2a7-ea611d9325a0
|
| 3189 | 2026-03-13T20:04:12.506Z | 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 = 829d1942-9b6a-4b4f-b2a7-ea611d9325a0
|
| 3190 | 2026-03-13T20:04:12.506Z | 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
|
| 3191 | 2026-03-13T20:04:12.506Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = 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
|
| 3192 | 2026-03-13T20:04:12.506Z | 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
|
| 3193 | 2026-03-13T20:04:12.506Z | INFO | phd-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
|
| 3194 | 2026-03-13T20:04:12.506Z | 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
|
| 3195 | 2026-03-13T20:04:12.524Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1074
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm::server
|
| 3196 | 2026-03-13T20:04:12.539Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
|
| 3197 | 2026-03-13T20:04:12.539Z | 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 = ff24839c-3023-46c1-9861-1a105cb6acbc
|
| 3198 | 2026-03-13T20:04:12.540Z | 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 = ff24839c-3023-46c1-9861-1a105cb6acbc
|
| 3199 | 2026-03-13T20:04:12.540Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial websocket closed
file = phd-tests/framework/src/serial/mod.rs
line = 271
target = phd_framework::serial
|
| 3200 | 2026-03-13T20:04:12.541Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4574
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3201 | 2026-03-13T20:04:13.409Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3202 | 2026-03-13T20:04:13.411Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: ff24839c-3023-46c1-9861-1a105cb6acbc, name: "phd-vm-ff24839c-3023-46c1-9861-1a105cb6acbc", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 12b33222-2b76-47bd-8b9a-fd87df53c7b5, project_id: beb7c973-b9b8-4ce7-bdf1-ec4f3dc39601, sled_id: 33e48b5b-5572-42cb-94fa-c242c2d4d36e, sled_serial: "33e48b5b-5572-42cb-94fa-c242c2d4d36e", 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 = ff24839c-3023-46c1-9861-1a105cb6acbc
|
| 3203 | 2026-03-13T20:04:13.411Z | 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 = ff24839c-3023-46c1-9861-1a105cb6acbc
|
| 3204 | 2026-03-13T20:04:13.411Z | 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 = ff24839c-3023-46c1-9861-1a105cb6acbc
|
| 3205 | 2026-03-13T20:04:13.412Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = ff24839c-3023-46c1-9861-1a105cb6acbc
|
| 3206 | 2026-03-13T20:04:13.412Z | 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
|
| 3207 | 2026-03-13T20:04:13.412Z | 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 = ff24839c-3023-46c1-9861-1a105cb6acbc
|
| 3208 | 2026-03-13T20:04:13.412Z | DEBG | phd-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
|
| 3209 | 2026-03-13T20:04:13.412Z | 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 = ff24839c-3023-46c1-9861-1a105cb6acbc
|
| 3210 | 2026-03-13T20:04:13.412Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = lspci_lifecycle_test_lifecycle_0
vm_id = ff24839c-3023-46c1-9861-1a105cb6acbc
|
| 3211 | 2026-03-13T20:04:17.831Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4419
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 = ff24839c-3023-46c1-9861-1a105cb6acbc
|
| 3212 | 2026-03-13T20:04:17.831Z | DEBG | phd-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
|
| 3213 | 2026-03-13T20:04:17.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::hw::lspci_lifecycle_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3214 | 2026-03-13T20:04:17.832Z | 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 = ff24839c-3023-46c1-9861-1a105cb6acbc
|
| 3215 | 2026-03-13T20:04:17.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::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = lspci_lifecycle_test_lifecycle_0
vm_id = ff24839c-3023-46c1-9861-1a105cb6acbc
|
| 3216 | 2026-03-13T20:04:17.850Z | 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 = ff24839c-3023-46c1-9861-1a105cb6acbc
|
| 3217 | 2026-03-13T20:04:17.850Z | DEBG | phd-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
|
| 3218 | 2026-03-13T20:04:17.850Z | DEBG | phd-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
|
| 3219 | 2026-03-13T20:04:17.851Z | 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 = ff24839c-3023-46c1-9861-1a105cb6acbc
|
| 3220 | 2026-03-13T20:04:17.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::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = lspci_lifecycle_test_lifecycle_0
vm_id = ff24839c-3023-46c1-9861-1a105cb6acbc
|
| 3221 | 2026-03-13T20:04:17.882Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = ff24839c-3023-46c1-9861-1a105cb6acbc
|
| 3222 | 2026-03-13T20:04:17.882Z | 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
|
| 3223 | 2026-03-13T20:04:17.883Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4470
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
|
| 3224 | 2026-03-13T20:04:17.883Z | 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 = 829d1942-9b6a-4b4f-b2a7-ea611d9325a0
|
| 3225 | 2026-03-13T20:04:17.883Z | 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 = ff24839c-3023-46c1-9861-1a105cb6acbc
|
| 3226 | 2026-03-13T20:04:17.883Z | INFO | phd-runner: [WAIT_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 = ff24839c-3023-46c1-9861-1a105cb6acbc
|
| 3227 | 2026-03-13T20:04:17.884Z | 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 = 829d1942-9b6a-4b4f-b2a7-ea611d9325a0
|
| 3228 | 2026-03-13T20:04:17.968Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 84
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 = 829d1942-9b6a-4b4f-b2a7-ea611d9325a0
|
| 3229 | 2026-03-13T20:04:17.968Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 10392
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 = 829d1942-9b6a-4b4f-b2a7-ea611d9325a0
|
| 3230 | 2026-03-13T20:04:17.968Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 84
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 = ff24839c-3023-46c1-9861-1a105cb6acbc
|
| 3231 | 2026-03-13T20:04:17.968Z | 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 = ff24839c-3023-46c1-9861-1a105cb6acbc
|
| 3232 | 2026-03-13T20:04:17.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::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = lspci_lifecycle_test_lifecycle_0
vm_id = ff24839c-3023-46c1-9861-1a105cb6acbc
|
| 3233 | 2026-03-13T20:04:17.992Z | 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::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = ff24839c-3023-46c1-9861-1a105cb6acbc
|
| 3234 | 2026-03-13T20:04:17.992Z | 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 = ff24839c-3023-46c1-9861-1a105cb6acbc
|
| 3235 | 2026-03-13T20:04:17.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::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = lspci_lifecycle_test_lifecycle_0
vm_id = ff24839c-3023-46c1-9861-1a105cb6acbc
|
| 3236 | 2026-03-13T20:04:18.004Z | 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 = ff24839c-3023-46c1-9861-1a105cb6acbc
|
| 3237 | 2026-03-13T20:04:18.004Z | 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 = ff24839c-3023-46c1-9861-1a105cb6acbc
|
| 3238 | 2026-03-13T20:04:18.004Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = ff24839c-3023-46c1-9861-1a105cb6acbc
|
| 3239 | 2026-03-13T20:04:18.037Z | 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 = ff24839c-3023-46c1-9861-1a105cb6acbc
|
| 3240 | 2026-03-13T20:04:18.037Z | 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 = ff24839c-3023-46c1-9861-1a105cb6acbc
|
| 3241 | 2026-03-13T20:04:18.037Z | 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
|
| 3242 | 2026-03-13T20:04:18.037Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4627
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3243 | 2026-03-13T20:04:18.037Z | INFO | phd-runner: test phd_tests::hw::lspci_lifecycle_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 3244 | 2026-03-13T20:04:18.038Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3245 | 2026-03-13T20:04:18.039Z | 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 = ff24839c-3023-46c1-9861-1a105cb6acbc
|
| 3246 | 2026-03-13T20:04:18.321Z | 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 = ff24839c-3023-46c1-9861-1a105cb6acbc
|
| 3247 | 2026-03-13T20:04:18.412Z | 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 = ff24839c-3023-46c1-9861-1a105cb6acbc
|
| 3248 | 2026-03-13T20:04:18.412Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-c7ff63b9-df58-4712-8a42-6c0c4f42c863"]
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 = ff24839c-3023-46c1-9861-1a105cb6acbc
|
| 3249 | 2026-03-13T20:04:18.439Z | 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 = ff24839c-3023-46c1-9861-1a105cb6acbc
|
| 3250 | 2026-03-13T20:04:18.440Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-60c3bf9d-0bce-4ee9-9a99-912ad2011e34"]
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 = ff24839c-3023-46c1-9861-1a105cb6acbc
|
| 3251 | 2026-03-13T20:04:18.458Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 420
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 = ff24839c-3023-46c1-9861-1a105cb6acbc
|
| 3252 | 2026-03-13T20:04:18.458Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5918
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 = ff24839c-3023-46c1-9861-1a105cb6acbc
|
| 3253 | 2026-03-13T20:04:18.458Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 420
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3254 | 2026-03-13T20:04:18.458Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 10974
file = phd-tests/tests/src/hw.rs
line = 8
path = phd_tests::hw::lspci_lifecycle_test
target = phd_tests::hw
|
| 3255 | 2026-03-13T20:04:18.458Z | 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
|
| 3256 | 2026-03-13T20:04:18.458Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3257 | 2026-03-13T20:04:18.458Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3258 | 2026-03-13T20:04:18.458Z | 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
|
| 3259 | 2026-03-13T20:04:18.458Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 3260 | 2026-03-13T20:04:18.458Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3261 | 2026-03-13T20:04:18.458Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3262 | 2026-03-13T20:04:18.458Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::zfs
verb = list
|
| 3263 | 2026-03-13T20:04:18.470Z | 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 50.9M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 3264 | 2026-03-13T20:04:18.470Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-47980db2-b2c8-410f-8ff3-92965050b816"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::zfs
verb = snapshot
|
| 3265 | 2026-03-13T20:04:18.486Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-47980db2-b2c8-410f-8ff3-92965050b816", "phd-artifacts/phd-clone-a68778a0-2571-4ede-854a-ca732249dd17"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::zfs
verb = clone
|
| 3266 | 2026-03-13T20:04:18.502Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-a68778a0-2571-4ede-854a-ca732249dd17"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::zfs
verb = list
|
| 3267 | 2026-03-13T20:04:18.512Z | 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-a68778a0-2571-4ede-854a-ca732249dd17 0B 25.3T 48.9M /phd-artifacts/phd-clone-a68778a0-2571-4ede-854a-ca732249dd17\n
target = phd_framework::zfs
|
| 3268 | 2026-03-13T20:04:18.512Z | 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
|
| 3269 | 2026-03-13T20:04:18.512Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = 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
|
| 3270 | 2026-03-13T20:04:18.512Z | 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
|
| 3271 | 2026-03-13T20:04:18.512Z | INFO | phd-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
|
| 3272 | 2026-03-13T20:04:18.512Z | 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
|
| 3273 | 2026-03-13T20:04:18.529Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1083
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
|
| 3274 | 2026-03-13T20:04:18.544Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 32
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
|
| 3275 | 2026-03-13T20:04:18.545Z | 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
|
| 3276 | 2026-03-13T20:04:18.545Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = 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
|
| 3277 | 2026-03-13T20:04:18.545Z | 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
|
| 3278 | 2026-03-13T20:04:18.545Z | INFO | phd-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
|
| 3279 | 2026-03-13T20:04:18.545Z | 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
|
| 3280 | 2026-03-13T20:04:18.559Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1084
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
|
| 3281 | 2026-03-13T20:04:18.574Z | 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
|
| 3282 | 2026-03-13T20:04:18.574Z | 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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3283 | 2026-03-13T20:04:18.701Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3284 | 2026-03-13T20:04:18.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: 23b1cbde-75ce-45b9-8327-92e77b147a9e, name: "phd-vm-23b1cbde-75ce-45b9-8327-92e77b147a9e", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 33d091a0-7b52-410e-9c63-9f1b147364e7, project_id: 55f76770-91b4-4a51-8e93-40e47e66f64d, sled_id: 1bebe7b8-c782-4647-85ff-eed10e7a8f0e, sled_serial: "1bebe7b8-c782-4647-85ff-eed10e7a8f0e", 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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3285 | 2026-03-13T20:04:18.702Z | 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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3286 | 2026-03-13T20:04:18.702Z | 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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3287 | 2026-03-13T20:04:18.703Z | 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::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3288 | 2026-03-13T20:04:18.703Z | 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
|
| 3289 | 2026-03-13T20:04:18.703Z | 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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3290 | 2026-03-13T20:04:18.703Z | DEBG | phd-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
|
| 3291 | 2026-03-13T20:04:18.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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3292 | 2026-03-13T20:04:18.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 = CallerTimeout
vm = migrate_running_process_source
vm_id = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3293 | 2026-03-13T20:04:23.071Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4367
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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3294 | 2026-03-13T20:04:23.071Z | DEBG | phd-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
|
| 3295 | 2026-03-13T20:04:23.071Z | DEBG | phd-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
|
| 3296 | 2026-03-13T20:04:23.071Z | 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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3297 | 2026-03-13T20:04:23.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::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migrate_running_process_source
vm_id = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3298 | 2026-03-13T20:04:23.090Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 19
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3299 | 2026-03-13T20:04:23.090Z | DEBG | phd-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
|
| 3300 | 2026-03-13T20:04:23.091Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::running_process::migrate_running_process
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3301 | 2026-03-13T20:04:23.091Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3302 | 2026-03-13T20:04:23.091Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migrate_running_process_source
vm_id = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3303 | 2026-03-13T20:04:23.123Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3304 | 2026-03-13T20:04:23.123Z | 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
|
| 3305 | 2026-03-13T20:04:23.124Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4420
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
|
| 3306 | 2026-03-13T20:04:23.124Z | 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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3307 | 2026-03-13T20:04:23.124Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process_source
vm_id = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3308 | 2026-03-13T20:04:23.253Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 129
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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3309 | 2026-03-13T20:04:23.253Z | 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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3310 | 2026-03-13T20:04:23.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::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process_source
vm_id = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3311 | 2026-03-13T20:04:23.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::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3312 | 2026-03-13T20:04:23.265Z | 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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3313 | 2026-03-13T20:04:23.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::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process_source
vm_id = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3314 | 2026-03-13T20:04:23.275Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3315 | 2026-03-13T20:04:23.276Z | 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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3316 | 2026-03-13T20:04:23.276Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3317 | 2026-03-13T20:04:23.309Z | 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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3318 | 2026-03-13T20:04:23.309Z | 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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3319 | 2026-03-13T20:04:23.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::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process_source
vm_id = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3320 | 2026-03-13T20:04:23.320Z | 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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3321 | 2026-03-13T20:04:23.321Z | 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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3322 | 2026-03-13T20:04:23.321Z | INFO | phd-runner: [WAIT_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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3323 | 2026-03-13T20:04:23.354Z | 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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3324 | 2026-03-13T20:04:23.354Z | 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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3325 | 2026-03-13T20:04:23.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::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process_source
vm_id = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3326 | 2026-03-13T20:04:23.365Z | 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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3327 | 2026-03-13T20:04:23.366Z | 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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3328 | 2026-03-13T20:04:23.366Z | INFO | phd-runner: [WAIT_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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3329 | 2026-03-13T20:04:23.399Z | 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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3330 | 2026-03-13T20:04:23.399Z | 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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3331 | 2026-03-13T20:04:23.399Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3332 | 2026-03-13T20:04:23.409Z | INFO | 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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3333 | 2026-03-13T20:04:23.410Z | 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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3334 | 2026-03-13T20:04:23.410Z | INFO | phd-runner: [WAIT_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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3335 | 2026-03-13T20:04:23.712Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 302
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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3336 | 2026-03-13T20:04:23.713Z | 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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3337 | 2026-03-13T20:04:23.713Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3338 | 2026-03-13T20:04:23.723Z | INFO | 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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3339 | 2026-03-13T20:04:23.724Z | 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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3340 | 2026-03-13T20:04:23.724Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3341 | 2026-03-13T20:04:23.756Z | 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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3342 | 2026-03-13T20:04:23.756Z | 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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
target = phd_framework::test_vm
target_id = abad340b-58c3-4821-bcc7-0a238440f450
|
| 3343 | 2026-03-13T20:04:23.756Z | 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 = 09b9d69d-03fd-4aa0-ae7e-9984766655be
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 23b1cbde-75ce-45b9-8327-92e77b147a9e
target = phd_framework::test_vm
target_id = abad340b-58c3-4821-bcc7-0a238440f450
timeout_duration = 45s
|
| 3344 | 2026-03-13T20:04:23.756Z | 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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
target = phd_framework::test_vm
target_id = abad340b-58c3-4821-bcc7-0a238440f450
vm = migrate_running_process_target
vm_id = abad340b-58c3-4821-bcc7-0a238440f450
|
| 3345 | 2026-03-13T20:04:23.877Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: abad340b-58c3-4821-bcc7-0a238440f450, name: "phd-vm-abad340b-58c3-4821-bcc7-0a238440f450", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 33d091a0-7b52-410e-9c63-9f1b147364e7, project_id: 55f76770-91b4-4a51-8e93-40e47e66f64d, sled_id: d0ce1b11-9316-4134-b03f-4d8c383a84fe, sled_serial: "d0ce1b11-9316-4134-b03f-4d8c383a84fe", 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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
target = phd_framework::test_vm
target_id = abad340b-58c3-4821-bcc7-0a238440f450
vm = migrate_running_process_target
vm_id = abad340b-58c3-4821-bcc7-0a238440f450
|
| 3346 | 2026-03-13T20:04:23.877Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 09b9d69d-03fd-4aa0-ae7e-9984766655be
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 23b1cbde-75ce-45b9-8327-92e77b147a9e
target = phd_framework::test_vm
target_id = abad340b-58c3-4821-bcc7-0a238440f450
|
| 3347 | 2026-03-13T20:04:26.330Z | 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
|
| 3348 | 2026-03-13T20:04:26.417Z | 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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
target = phd_framework::test_vm
target_id = abad340b-58c3-4821-bcc7-0a238440f450
|
| 3349 | 2026-03-13T20:04:26.417Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2540
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 09b9d69d-03fd-4aa0-ae7e-9984766655be
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 23b1cbde-75ce-45b9-8327-92e77b147a9e
target = phd_framework::test_vm
target_id = abad340b-58c3-4821-bcc7-0a238440f450
|
| 3350 | 2026-03-13T20:04:26.418Z | 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 = abad340b-58c3-4821-bcc7-0a238440f450
|
| 3351 | 2026-03-13T20:04:26.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::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process_target
vm_id = abad340b-58c3-4821-bcc7-0a238440f450
|
| 3352 | 2026-03-13T20:04:26.429Z | 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 = abad340b-58c3-4821-bcc7-0a238440f450
|
| 3353 | 2026-03-13T20:04:26.430Z | 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 = abad340b-58c3-4821-bcc7-0a238440f450
|
| 3354 | 2026-03-13T20:04:26.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::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process_target
vm_id = abad340b-58c3-4821-bcc7-0a238440f450
|
| 3355 | 2026-03-13T20:04:26.520Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 90
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 = abad340b-58c3-4821-bcc7-0a238440f450
|
| 3356 | 2026-03-13T20:04:26.520Z | 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 = abad340b-58c3-4821-bcc7-0a238440f450
|
| 3357 | 2026-03-13T20:04:26.520Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = abad340b-58c3-4821-bcc7-0a238440f450
|
| 3358 | 2026-03-13T20:04:26.531Z | INFO | 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 = abad340b-58c3-4821-bcc7-0a238440f450
|
| 3359 | 2026-03-13T20:04:26.531Z | 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 = abad340b-58c3-4821-bcc7-0a238440f450
|
| 3360 | 2026-03-13T20:04:26.531Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = abad340b-58c3-4821-bcc7-0a238440f450
|
| 3361 | 2026-03-13T20:04:26.564Z | 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 = abad340b-58c3-4821-bcc7-0a238440f450
|
| 3362 | 2026-03-13T20:04:26.564Z | 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 = abad340b-58c3-4821-bcc7-0a238440f450
|
| 3363 | 2026-03-13T20:04:26.564Z | 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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3364 | 2026-03-13T20:04:26.565Z | 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
|
| 3365 | 2026-03-13T20:04:26.565Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 7863
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3366 | 2026-03-13T20:04:26.565Z | 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
|
| 3367 | 2026-03-13T20:04:26.565Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3368 | 2026-03-13T20:04:26.566Z | 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 = abad340b-58c3-4821-bcc7-0a238440f450
|
| 3369 | 2026-03-13T20:04:26.567Z | 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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3370 | 2026-03-13T20:04:26.651Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 86
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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3371 | 2026-03-13T20:04:26.651Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 8076
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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
|
| 3372 | 2026-03-13T20:04:26.653Z | 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 = abad340b-58c3-4821-bcc7-0a238440f450
|
| 3373 | 2026-03-13T20:04:26.738Z | 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 = abad340b-58c3-4821-bcc7-0a238440f450
|
| 3374 | 2026-03-13T20:04:26.738Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-a68778a0-2571-4ede-854a-ca732249dd17"]
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 = abad340b-58c3-4821-bcc7-0a238440f450
|
| 3375 | 2026-03-13T20:04:26.766Z | 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 = abad340b-58c3-4821-bcc7-0a238440f450
|
| 3376 | 2026-03-13T20:04:26.766Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-47980db2-b2c8-410f-8ff3-92965050b816"]
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 = abad340b-58c3-4821-bcc7-0a238440f450
|
| 3377 | 2026-03-13T20:04:26.787Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 222
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 = abad340b-58c3-4821-bcc7-0a238440f450
|
| 3378 | 2026-03-13T20:04:26.787Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 221
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3379 | 2026-03-13T20:04:26.787Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 3030
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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
target = phd_framework::test_vm
target_id = abad340b-58c3-4821-bcc7-0a238440f450
vm = migrate_running_process_target
vm_id = abad340b-58c3-4821-bcc7-0a238440f450
|
| 3380 | 2026-03-13T20:04:26.787Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 3031
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 = 23b1cbde-75ce-45b9-8327-92e77b147a9e
target = phd_framework::test_vm
target_id = abad340b-58c3-4821-bcc7-0a238440f450
|
| 3381 | 2026-03-13T20:04:26.787Z | 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
|
| 3382 | 2026-03-13T20:04:26.787Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 8328
file = phd-tests/tests/src/migrate.rs
line = 116
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_tests::migrate::running_process
|
| 3383 | 2026-03-13T20:04:26.787Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3384 | 2026-03-13T20:04:26.787Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3385 | 2026-03-13T20:04:26.788Z | 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
|
| 3386 | 2026-03-13T20:04:26.788Z | 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
|
| 3387 | 2026-03-13T20:04:26.788Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3388 | 2026-03-13T20:04:26.788Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3389 | 2026-03-13T20:04:26.788Z | 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
|
| 3390 | 2026-03-13T20:04:26.801Z | 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 50.5M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 3391 | 2026-03-13T20:04:26.801Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5bf1bef3-e1b4-4ef6-ac52-514918ba9f5b"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = snapshot
|
| 3392 | 2026-03-13T20:04:26.820Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5bf1bef3-e1b4-4ef6-ac52-514918ba9f5b", "phd-artifacts/phd-clone-33886eca-2918-4450-9fff-c97ff1673a78"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = clone
|
| 3393 | 2026-03-13T20:04:26.839Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-33886eca-2918-4450-9fff-c97ff1673a78"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = list
|
| 3394 | 2026-03-13T20:04:26.850Z | 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-33886eca-2918-4450-9fff-c97ff1673a78 0B 25.3T 48.9M /phd-artifacts/phd-clone-33886eca-2918-4450-9fff-c97ff1673a78\n
target = phd_framework::zfs
|
| 3395 | 2026-03-13T20:04:26.851Z | 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
|
| 3396 | 2026-03-13T20:04:26.851Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = 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
|
| 3397 | 2026-03-13T20:04:26.851Z | 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
|
| 3398 | 2026-03-13T20:04:26.851Z | INFO | phd-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
|
| 3399 | 2026-03-13T20:04:26.851Z | 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
|
| 3400 | 2026-03-13T20:04:26.869Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1093
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
|
| 3401 | 2026-03-13T20:04:26.884Z | 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
|
| 3402 | 2026-03-13T20:04:26.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
|
| 3403 | 2026-03-13T20:04:26.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
|
| 3404 | 2026-03-13T20:04:26.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
|
| 3405 | 2026-03-13T20:04:26.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::import_failure
target = phd_framework::zfs
verb = list
|
| 3406 | 2026-03-13T20:04:26.896Z | 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 50.5M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 3407 | 2026-03-13T20:04:26.896Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-b9d76e08-648a-4068-ba22-b3402acb6829"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = snapshot
|
| 3408 | 2026-03-13T20:04:26.920Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-b9d76e08-648a-4068-ba22-b3402acb6829", "phd-artifacts/phd-clone-af654f73-31af-49df-9679-1826c6e48631"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = clone
|
| 3409 | 2026-03-13T20:04:26.939Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-af654f73-31af-49df-9679-1826c6e48631"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = list
|
| 3410 | 2026-03-13T20:04:26.951Z | 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-af654f73-31af-49df-9679-1826c6e48631 0B 25.3T 48.9M /phd-artifacts/phd-clone-af654f73-31af-49df-9679-1826c6e48631\n
target = phd_framework::zfs
|
| 3411 | 2026-03-13T20:04:26.951Z | 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
|
| 3412 | 2026-03-13T20:04:26.951Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = 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
|
| 3413 | 2026-03-13T20:04:26.951Z | 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
|
| 3414 | 2026-03-13T20:04:26.951Z | INFO | phd-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
|
| 3415 | 2026-03-13T20:04:26.951Z | 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
|
| 3416 | 2026-03-13T20:04:26.969Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1098
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
|
| 3417 | 2026-03-13T20:04:26.985Z | 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
|
| 3418 | 2026-03-13T20:04:26.985Z | 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
|
| 3419 | 2026-03-13T20:04:26.985Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = 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
|
| 3420 | 2026-03-13T20:04:26.985Z | 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
|
| 3421 | 2026-03-13T20:04:26.985Z | INFO | phd-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
|
| 3422 | 2026-03-13T20:04:26.985Z | 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
|
| 3423 | 2026-03-13T20:04:26.999Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1099
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
|
| 3424 | 2026-03-13T20:04:27.014Z | 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::import_failure
target = phd_framework::test_vm
|
| 3425 | 2026-03-13T20:04:27.014Z | 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 = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3426 | 2026-03-13T20:04:27.138Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3427 | 2026-03-13T20:04:27.139Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: e0c78ee3-bdcf-4969-9755-26329c42c436, name: "phd-vm-e0c78ee3-bdcf-4969-9755-26329c42c436", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 17d68257-9906-4537-b15c-fc6961d916d9, project_id: d094e926-8348-4ae2-8ac7-2c47028527e4, sled_id: a2f4f093-be91-4dca-99b8-47275513b10c, sled_serial: "a2f4f093-be91-4dca-99b8-47275513b10c", 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 = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3428 | 2026-03-13T20:04:27.139Z | 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 = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3429 | 2026-03-13T20:04:27.139Z | 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 = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3430 | 2026-03-13T20:04:27.140Z | 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 = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3431 | 2026-03-13T20:04:27.140Z | 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
|
| 3432 | 2026-03-13T20:04:27.140Z | 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 = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3433 | 2026-03-13T20:04:27.140Z | DEBG | phd-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
|
| 3434 | 2026-03-13T20:04:27.140Z | 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 = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3435 | 2026-03-13T20:04:27.140Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3436 | 2026-03-13T20:04:31.559Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4418
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 = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3437 | 2026-03-13T20:04:31.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::migrate::running_process::import_failure
step = WriteStr("root")
target = phd_framework::test_vm
|
| 3438 | 2026-03-13T20:04:31.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::migrate::running_process::import_failure
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3439 | 2026-03-13T20:04:31.559Z | 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 = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3440 | 2026-03-13T20:04:31.559Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migrate_running_process::import_failure_source
vm_id = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3441 | 2026-03-13T20:04:31.577Z | 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::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3442 | 2026-03-13T20:04:31.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::migrate::running_process::import_failure
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 3443 | 2026-03-13T20:04:31.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::migrate::running_process::import_failure
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3444 | 2026-03-13T20:04:31.578Z | 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 = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3445 | 2026-03-13T20:04:31.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::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migrate_running_process::import_failure_source
vm_id = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3446 | 2026-03-13T20:04:31.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::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3447 | 2026-03-13T20:04:31.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::migrate::running_process::import_failure
target = phd_framework::test_vm
|
| 3448 | 2026-03-13T20:04:31.611Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4470
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
|
| 3449 | 2026-03-13T20:04:31.611Z | 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 = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3450 | 2026-03-13T20:04:31.611Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::import_failure_source
vm_id = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3451 | 2026-03-13T20:04:31.986Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 374
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 = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3452 | 2026-03-13T20:04:31.986Z | 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 = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3453 | 2026-03-13T20:04:31.986Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3454 | 2026-03-13T20:04:31.997Z | INFO | 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 = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3455 | 2026-03-13T20:04:31.997Z | 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 = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3456 | 2026-03-13T20:04:31.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::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::import_failure_source
vm_id = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3457 | 2026-03-13T20:04:32.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::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3458 | 2026-03-13T20:04:32.008Z | 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 = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3459 | 2026-03-13T20:04:32.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::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::import_failure_source
vm_id = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3460 | 2026-03-13T20:04:32.042Z | 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 = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3461 | 2026-03-13T20:04:32.042Z | 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 = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3462 | 2026-03-13T20:04:32.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::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::import_failure_source
vm_id = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3463 | 2026-03-13T20:04:32.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::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3464 | 2026-03-13T20:04:32.053Z | 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 = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3465 | 2026-03-13T20:04:32.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::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::import_failure_source
vm_id = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3466 | 2026-03-13T20:04:32.086Z | 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 = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3467 | 2026-03-13T20:04:32.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::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3468 | 2026-03-13T20:04:32.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::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::import_failure_source
vm_id = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3469 | 2026-03-13T20:04:32.097Z | INFO | 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 = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3470 | 2026-03-13T20:04:32.097Z | 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 = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3471 | 2026-03-13T20:04:32.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::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::import_failure_source
vm_id = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3472 | 2026-03-13T20:04:32.130Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3473 | 2026-03-13T20:04:32.130Z | 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 = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3474 | 2026-03-13T20:04:32.130Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3475 | 2026-03-13T20:04:32.141Z | INFO | 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 = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3476 | 2026-03-13T20:04:32.141Z | 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 = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3477 | 2026-03-13T20:04:32.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::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::import_failure_source
vm_id = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3478 | 2026-03-13T20:04:32.448Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 306
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 = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3479 | 2026-03-13T20:04:32.448Z | 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 = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3480 | 2026-03-13T20:04:32.448Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::import_failure_source
vm_id = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3481 | 2026-03-13T20:04:32.459Z | INFO | 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 = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3482 | 2026-03-13T20:04:32.459Z | 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 = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3483 | 2026-03-13T20:04:32.459Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::import_failure_source
vm_id = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3484 | 2026-03-13T20:04:32.491Z | 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 = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3485 | 2026-03-13T20:04:32.492Z | 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 = e0c78ee3-bdcf-4969-9755-26329c42c436
target = phd_framework::test_vm
target_id = 43c822a5-7158-4cce-bd45-07ac883381f4
|
| 3486 | 2026-03-13T20:04:32.492Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9000
file = phd-tests/framework/src/test_vm/mod.rs
line = 639
migration_id = 0fa5eeaf-a8c2-4680-9d00-784516a33ed5
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = e0c78ee3-bdcf-4969-9755-26329c42c436
target = phd_framework::test_vm
target_id = 43c822a5-7158-4cce-bd45-07ac883381f4
timeout_duration = 45s
|
| 3487 | 2026-03-13T20:04:32.492Z | 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 = e0c78ee3-bdcf-4969-9755-26329c42c436
target = phd_framework::test_vm
target_id = 43c822a5-7158-4cce-bd45-07ac883381f4
vm = migrate_running_process::import_failure_target1
vm_id = 43c822a5-7158-4cce-bd45-07ac883381f4
|
| 3488 | 2026-03-13T20:04:32.617Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 43c822a5-7158-4cce-bd45-07ac883381f4, name: "phd-vm-43c822a5-7158-4cce-bd45-07ac883381f4", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: ffb3a053-6873-48a0-bbcc-e81eed536eff, project_id: c87eb23e-ec09-4c51-adbd-a8dcd9d5b10d, sled_id: a27c1b52-3cdb-4146-88bb-bb01c4761cf7, sled_serial: "a27c1b52-3cdb-4146-88bb-bb01c4761cf7", 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 = e0c78ee3-bdcf-4969-9755-26329c42c436
target = phd_framework::test_vm
target_id = 43c822a5-7158-4cce-bd45-07ac883381f4
vm = migrate_running_process::import_failure_target1
vm_id = 43c822a5-7158-4cce-bd45-07ac883381f4
|
| 3489 | 2026-03-13T20:04:32.617Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 0fa5eeaf-a8c2-4680-9d00-784516a33ed5
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = e0c78ee3-bdcf-4969-9755-26329c42c436
target = phd_framework::test_vm
target_id = 43c822a5-7158-4cce-bd45-07ac883381f4
|
| 3490 | 2026-03-13T20:04:35.797Z | 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 = e0c78ee3-bdcf-4969-9755-26329c42c436
target = phd_framework::test_vm
target_id = 43c822a5-7158-4cce-bd45-07ac883381f4
|
| 3491 | 2026-03-13T20:04:35.797Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3180
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 0fa5eeaf-a8c2-4680-9d00-784516a33ed5
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = e0c78ee3-bdcf-4969-9755-26329c42c436
target = phd_framework::test_vm
target_id = 43c822a5-7158-4cce-bd45-07ac883381f4
|
| 3492 | 2026-03-13T20:04:35.797Z | 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
|
| 3493 | 2026-03-13T20:04:35.798Z | 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 = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3494 | 2026-03-13T20:04:35.798Z | 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 = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3495 | 2026-03-13T20:04:35.798Z | 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 = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3496 | 2026-03-13T20:04:35.798Z | 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 = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3497 | 2026-03-13T20:04:35.799Z | 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::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3498 | 2026-03-13T20:04:35.799Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 0
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 = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3499 | 2026-03-13T20:04:35.799Z | 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 = e0c78ee3-bdcf-4969-9755-26329c42c436
target = phd_framework::test_vm
target_id = 6048c3b1-2296-4417-b9e7-7c1bfc51a154
|
| 3500 | 2026-03-13T20:04:35.799Z | 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 = 4da42e15-c79a-40d0-bea4-e9d1e68c6c3c
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = e0c78ee3-bdcf-4969-9755-26329c42c436
target = phd_framework::test_vm
target_id = 6048c3b1-2296-4417-b9e7-7c1bfc51a154
timeout_duration = 45s
|
| 3501 | 2026-03-13T20:04:35.799Z | 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 = e0c78ee3-bdcf-4969-9755-26329c42c436
target = phd_framework::test_vm
target_id = 6048c3b1-2296-4417-b9e7-7c1bfc51a154
vm = migrate_running_process::import_failure_target2
vm_id = 6048c3b1-2296-4417-b9e7-7c1bfc51a154
|
| 3502 | 2026-03-13T20:04:35.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: 6048c3b1-2296-4417-b9e7-7c1bfc51a154, name: "phd-vm-6048c3b1-2296-4417-b9e7-7c1bfc51a154", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 17d68257-9906-4537-b15c-fc6961d916d9, project_id: d094e926-8348-4ae2-8ac7-2c47028527e4, sled_id: 413fd5e8-dd2d-4179-9d0f-63b78ad73a22, sled_serial: "413fd5e8-dd2d-4179-9d0f-63b78ad73a22", 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 = e0c78ee3-bdcf-4969-9755-26329c42c436
target = phd_framework::test_vm
target_id = 6048c3b1-2296-4417-b9e7-7c1bfc51a154
vm = migrate_running_process::import_failure_target2
vm_id = 6048c3b1-2296-4417-b9e7-7c1bfc51a154
|
| 3503 | 2026-03-13T20:04:35.919Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 4da42e15-c79a-40d0-bea4-e9d1e68c6c3c
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = e0c78ee3-bdcf-4969-9755-26329c42c436
target = phd_framework::test_vm
target_id = 6048c3b1-2296-4417-b9e7-7c1bfc51a154
|
| 3504 | 2026-03-13T20:04:38.307Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9004","from_start":9506}}
target = phd_framework::serial
|
| 3505 | 2026-03-13T20:04:39.978Z | 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 = e0c78ee3-bdcf-4969-9755-26329c42c436
target = phd_framework::test_vm
target_id = 6048c3b1-2296-4417-b9e7-7c1bfc51a154
|
| 3506 | 2026-03-13T20:04:39.978Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 4059
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 4da42e15-c79a-40d0-bea4-e9d1e68c6c3c
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = e0c78ee3-bdcf-4969-9755-26329c42c436
target = phd_framework::test_vm
target_id = 6048c3b1-2296-4417-b9e7-7c1bfc51a154
|
| 3507 | 2026-03-13T20:04:39.978Z | 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 = 6048c3b1-2296-4417-b9e7-7c1bfc51a154
|
| 3508 | 2026-03-13T20:04:39.978Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 6048c3b1-2296-4417-b9e7-7c1bfc51a154
|
| 3509 | 2026-03-13T20:04:39.990Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target2
vm_id = 6048c3b1-2296-4417-b9e7-7c1bfc51a154
|
| 3510 | 2026-03-13T20:04:39.990Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target2
vm_id = 6048c3b1-2296-4417-b9e7-7c1bfc51a154
|
| 3511 | 2026-03-13T20:04:39.990Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::import_failure_target2
vm_id = 6048c3b1-2296-4417-b9e7-7c1bfc51a154
|
| 3512 | 2026-03-13T20:04:40.078Z | 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 = 6048c3b1-2296-4417-b9e7-7c1bfc51a154
|
| 3513 | 2026-03-13T20:04:40.078Z | 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 = 6048c3b1-2296-4417-b9e7-7c1bfc51a154
|
| 3514 | 2026-03-13T20:04:40.079Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
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 = 6048c3b1-2296-4417-b9e7-7c1bfc51a154
|
| 3515 | 2026-03-13T20:04:40.089Z | INFO | 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 = 6048c3b1-2296-4417-b9e7-7c1bfc51a154
|
| 3516 | 2026-03-13T20:04:40.089Z | 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 = 6048c3b1-2296-4417-b9e7-7c1bfc51a154
|
| 3517 | 2026-03-13T20:04:40.089Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 6048c3b1-2296-4417-b9e7-7c1bfc51a154
|
| 3518 | 2026-03-13T20:04:40.122Z | 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 = 6048c3b1-2296-4417-b9e7-7c1bfc51a154
|
| 3519 | 2026-03-13T20:04:40.122Z | 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 = 6048c3b1-2296-4417-b9e7-7c1bfc51a154
|
| 3520 | 2026-03-13T20:04:40.122Z | 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 = 43c822a5-7158-4cce-bd45-07ac883381f4
|
| 3521 | 2026-03-13T20:04:40.123Z | 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 = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3522 | 2026-03-13T20:04:40.123Z | 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
|
| 3523 | 2026-03-13T20:04:40.123Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 12984
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3524 | 2026-03-13T20:04:40.123Z | 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
|
| 3525 | 2026-03-13T20:04:40.123Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3526 | 2026-03-13T20:04:40.124Z | 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 = 6048c3b1-2296-4417-b9e7-7c1bfc51a154
|
| 3527 | 2026-03-13T20:04:40.125Z | 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 = 43c822a5-7158-4cce-bd45-07ac883381f4
|
| 3528 | 2026-03-13T20:04:40.125Z | 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 = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3529 | 2026-03-13T20:04:40.128Z | 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 = 43c822a5-7158-4cce-bd45-07ac883381f4
|
| 3530 | 2026-03-13T20:04:40.217Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 93
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 = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3531 | 2026-03-13T20:04:40.217Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 13202
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 = e0c78ee3-bdcf-4969-9755-26329c42c436
|
| 3532 | 2026-03-13T20:04:40.225Z | 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 = 6048c3b1-2296-4417-b9e7-7c1bfc51a154
|
| 3533 | 2026-03-13T20:04:40.262Z | 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 = 43c822a5-7158-4cce-bd45-07ac883381f4
|
| 3534 | 2026-03-13T20:04:40.262Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-af654f73-31af-49df-9679-1826c6e48631"]
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 = 43c822a5-7158-4cce-bd45-07ac883381f4
|
| 3535 | 2026-03-13T20:04:40.286Z | 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 = 43c822a5-7158-4cce-bd45-07ac883381f4
|
| 3536 | 2026-03-13T20:04:40.286Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-b9d76e08-648a-4068-ba22-b3402acb6829"]
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 = 43c822a5-7158-4cce-bd45-07ac883381f4
|
| 3537 | 2026-03-13T20:04:40.306Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 182
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 = 43c822a5-7158-4cce-bd45-07ac883381f4
|
| 3538 | 2026-03-13T20:04:40.306Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 7813
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 = e0c78ee3-bdcf-4969-9755-26329c42c436
target = phd_framework::test_vm
target_id = 43c822a5-7158-4cce-bd45-07ac883381f4
vm = migrate_running_process::import_failure_target1
vm_id = 43c822a5-7158-4cce-bd45-07ac883381f4
|
| 3539 | 2026-03-13T20:04:40.306Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 7813
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 = e0c78ee3-bdcf-4969-9755-26329c42c436
target = phd_framework::test_vm
target_id = 43c822a5-7158-4cce-bd45-07ac883381f4
|
| 3540 | 2026-03-13T20:04:40.313Z | 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 = 6048c3b1-2296-4417-b9e7-7c1bfc51a154
|
| 3541 | 2026-03-13T20:04:40.313Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-33886eca-2918-4450-9fff-c97ff1673a78"]
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 = 6048c3b1-2296-4417-b9e7-7c1bfc51a154
|
| 3542 | 2026-03-13T20:04:40.343Z | 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 = 6048c3b1-2296-4417-b9e7-7c1bfc51a154
|
| 3543 | 2026-03-13T20:04:40.343Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5bf1bef3-e1b4-4ef6-ac52-514918ba9f5b"]
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 = 6048c3b1-2296-4417-b9e7-7c1bfc51a154
|
| 3544 | 2026-03-13T20:04:40.363Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 240
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 = 6048c3b1-2296-4417-b9e7-7c1bfc51a154
|
| 3545 | 2026-03-13T20:04:40.363Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 239
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3546 | 2026-03-13T20:04:40.363Z | 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-13T20:04:40.363Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3548 | 2026-03-13T20:04:40.363Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3549 | 2026-03-13T20:04:40.363Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 4563
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 = e0c78ee3-bdcf-4969-9755-26329c42c436
target = phd_framework::test_vm
target_id = 6048c3b1-2296-4417-b9e7-7c1bfc51a154
vm = migrate_running_process::import_failure_target2
vm_id = 6048c3b1-2296-4417-b9e7-7c1bfc51a154
|
| 3550 | 2026-03-13T20:04:40.364Z | 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-13T20:04:40.364Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 4564
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 = e0c78ee3-bdcf-4969-9755-26329c42c436
target = phd_framework::test_vm
target_id = 6048c3b1-2296-4417-b9e7-7c1bfc51a154
|
| 3552 | 2026-03-13T20:04:40.364Z | 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
|
| 3553 | 2026-03-13T20:04:40.364Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 13575
file = phd-tests/tests/src/migrate.rs
line = 136
path = phd_tests::migrate::running_process::import_failure
target = phd_tests::migrate::running_process
|
| 3554 | 2026-03-13T20:04:40.364Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3555 | 2026-03-13T20:04:40.364Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3556 | 2026-03-13T20:04:40.364Z | 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
|
| 3557 | 2026-03-13T20:04:40.376Z | 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.6M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 3558 | 2026-03-13T20:04:40.376Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-6648fbb3-5402-4af2-ae4b-dbd1599f72a9"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::zfs
verb = snapshot
|
| 3559 | 2026-03-13T20:04:40.393Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-6648fbb3-5402-4af2-ae4b-dbd1599f72a9", "phd-artifacts/phd-clone-066a711f-9d06-4cfb-9abf-62fe517af5f5"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::zfs
verb = clone
|
| 3560 | 2026-03-13T20:04:40.410Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-066a711f-9d06-4cfb-9abf-62fe517af5f5"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::zfs
verb = list
|
| 3561 | 2026-03-13T20:04:40.422Z | 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-066a711f-9d06-4cfb-9abf-62fe517af5f5 0B 25.3T 48.9M /phd-artifacts/phd-clone-066a711f-9d06-4cfb-9abf-62fe517af5f5\n
target = phd_framework::zfs
|
| 3562 | 2026-03-13T20:04:40.423Z | 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
|
| 3563 | 2026-03-13T20:04:40.423Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = 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
|
| 3564 | 2026-03-13T20:04:40.423Z | 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
|
| 3565 | 2026-03-13T20:04:40.423Z | INFO | phd-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
|
| 3566 | 2026-03-13T20:04:40.423Z | 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
|
| 3567 | 2026-03-13T20:04:40.440Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1111
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
|
| 3568 | 2026-03-13T20:04:40.456Z | 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::export_failure
target = phd_framework::test_vm
|
| 3569 | 2026-03-13T20:04:40.456Z | 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
|
| 3570 | 2026-03-13T20:04:40.456Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = 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
|
| 3571 | 2026-03-13T20:04:40.456Z | 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
|
| 3572 | 2026-03-13T20:04:40.456Z | INFO | phd-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
|
| 3573 | 2026-03-13T20:04:40.456Z | 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
|
| 3574 | 2026-03-13T20:04:40.470Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1112
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
|
| 3575 | 2026-03-13T20:04:40.485Z | 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::export_failure
target = phd_framework::test_vm
|
| 3576 | 2026-03-13T20:04:40.485Z | 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
|
| 3577 | 2026-03-13T20:04:40.485Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = 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
|
| 3578 | 2026-03-13T20:04:40.485Z | 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
|
| 3579 | 2026-03-13T20:04:40.486Z | INFO | phd-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
|
| 3580 | 2026-03-13T20:04:40.486Z | 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
|
| 3581 | 2026-03-13T20:04:40.499Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1113
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
|
| 3582 | 2026-03-13T20:04:40.513Z | 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
|
| 3583 | 2026-03-13T20:04:40.513Z | 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3584 | 2026-03-13T20:04:40.641Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3585 | 2026-03-13T20:04:40.641Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: ef658c55-f8de-4f78-8a8e-502b4a126987, name: "phd-vm-ef658c55-f8de-4f78-8a8e-502b4a126987", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: b52943ab-bfd8-4d9c-82cf-c70ed3968513, project_id: ab0088a4-3ee3-4273-b95e-cc74d6d7ef2f, sled_id: c2d38e1b-ca5b-47da-a86c-7152667a25c7, sled_serial: "c2d38e1b-ca5b-47da-a86c-7152667a25c7", 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3586 | 2026-03-13T20:04:40.642Z | 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3587 | 2026-03-13T20:04:40.642Z | 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3588 | 2026-03-13T20:04:40.643Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3589 | 2026-03-13T20:04:40.643Z | 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
|
| 3590 | 2026-03-13T20:04:40.643Z | 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3591 | 2026-03-13T20:04:40.643Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::running_process::export_failure
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 3592 | 2026-03-13T20:04:40.643Z | 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3593 | 2026-03-13T20:04:40.643Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migrate_running_process::export_failure_source
vm_id = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3594 | 2026-03-13T20:04:45.015Z | 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::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3595 | 2026-03-13T20:04:45.015Z | DEBG | phd-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
|
| 3596 | 2026-03-13T20:04:45.015Z | DEBG | phd-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
|
| 3597 | 2026-03-13T20:04:45.015Z | 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3598 | 2026-03-13T20:04:45.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
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 = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3599 | 2026-03-13T20:04:45.034Z | 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3600 | 2026-03-13T20:04:45.034Z | DEBG | phd-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
|
| 3601 | 2026-03-13T20:04:45.035Z | DEBG | phd-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
|
| 3602 | 2026-03-13T20:04:45.035Z | 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3603 | 2026-03-13T20:04:45.035Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migrate_running_process::export_failure_source
vm_id = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3604 | 2026-03-13T20:04:45.066Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3605 | 2026-03-13T20:04:45.066Z | 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
|
| 3606 | 2026-03-13T20:04:45.066Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4423
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
|
| 3607 | 2026-03-13T20:04:45.067Z | 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3608 | 2026-03-13T20:04:45.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::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::export_failure_source
vm_id = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3609 | 2026-03-13T20:04:45.441Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 374
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 = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3610 | 2026-03-13T20:04:45.442Z | 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3611 | 2026-03-13T20:04:45.442Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::export_failure_source
vm_id = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3612 | 2026-03-13T20:04:45.452Z | INFO | 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3613 | 2026-03-13T20:04:45.452Z | 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3614 | 2026-03-13T20:04:45.452Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3615 | 2026-03-13T20:04:45.462Z | INFO | 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3616 | 2026-03-13T20:04:45.463Z | 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3617 | 2026-03-13T20:04:45.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::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::export_failure_source
vm_id = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3618 | 2026-03-13T20:04:45.495Z | 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3619 | 2026-03-13T20:04:45.496Z | 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3620 | 2026-03-13T20:04:45.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::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::export_failure_source
vm_id = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3621 | 2026-03-13T20:04:45.507Z | 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3622 | 2026-03-13T20:04:45.507Z | 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3623 | 2026-03-13T20:04:45.507Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3624 | 2026-03-13T20:04:45.540Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3625 | 2026-03-13T20:04:45.540Z | 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3626 | 2026-03-13T20:04:45.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::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::export_failure_source
vm_id = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3627 | 2026-03-13T20:04:45.551Z | 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3628 | 2026-03-13T20:04:45.551Z | 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3629 | 2026-03-13T20:04:45.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::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::export_failure_source
vm_id = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3630 | 2026-03-13T20:04:45.584Z | 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3631 | 2026-03-13T20:04:45.584Z | 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3632 | 2026-03-13T20:04:45.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::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::export_failure_source
vm_id = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3633 | 2026-03-13T20:04:45.594Z | INFO | 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3634 | 2026-03-13T20:04:45.595Z | 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3635 | 2026-03-13T20:04: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::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::export_failure_source
vm_id = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3636 | 2026-03-13T20:04:45.900Z | 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::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3637 | 2026-03-13T20:04:45.900Z | 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3638 | 2026-03-13T20:04:45.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::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::export_failure_source
vm_id = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3639 | 2026-03-13T20:04:45.910Z | INFO | 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3640 | 2026-03-13T20:04:45.910Z | 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3641 | 2026-03-13T20:04:45.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::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::export_failure_source
vm_id = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3642 | 2026-03-13T20:04:45.944Z | 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3643 | 2026-03-13T20:04:45.944Z | 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
target = phd_framework::test_vm
target_id = f564f4ad-6332-4815-a033-2c7bdc074012
|
| 3644 | 2026-03-13T20:04:45.944Z | 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 = a3d07261-bf6a-4ddb-b9bf-8be03dfd83a9
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = ef658c55-f8de-4f78-8a8e-502b4a126987
target = phd_framework::test_vm
target_id = f564f4ad-6332-4815-a033-2c7bdc074012
timeout_duration = 45s
|
| 3645 | 2026-03-13T20:04:45.944Z | 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
target = phd_framework::test_vm
target_id = f564f4ad-6332-4815-a033-2c7bdc074012
vm = migrate_running_process::export_failure_target1
vm_id = f564f4ad-6332-4815-a033-2c7bdc074012
|
| 3646 | 2026-03-13T20:04:46.064Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: f564f4ad-6332-4815-a033-2c7bdc074012, name: "phd-vm-f564f4ad-6332-4815-a033-2c7bdc074012", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: b52943ab-bfd8-4d9c-82cf-c70ed3968513, project_id: ab0088a4-3ee3-4273-b95e-cc74d6d7ef2f, sled_id: f2549e01-a44b-4b90-a1ed-bed2cfca944b, sled_serial: "f2549e01-a44b-4b90-a1ed-bed2cfca944b", 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
target = phd_framework::test_vm
target_id = f564f4ad-6332-4815-a033-2c7bdc074012
vm = migrate_running_process::export_failure_target1
vm_id = f564f4ad-6332-4815-a033-2c7bdc074012
|
| 3647 | 2026-03-13T20:04:46.064Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = a3d07261-bf6a-4ddb-b9bf-8be03dfd83a9
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = ef658c55-f8de-4f78-8a8e-502b4a126987
target = phd_framework::test_vm
target_id = f564f4ad-6332-4815-a033-2c7bdc074012
|
| 3648 | 2026-03-13T20:04:48.550Z | 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
target = phd_framework::test_vm
target_id = f564f4ad-6332-4815-a033-2c7bdc074012
|
| 3649 | 2026-03-13T20:04:48.550Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2485
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = a3d07261-bf6a-4ddb-b9bf-8be03dfd83a9
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = ef658c55-f8de-4f78-8a8e-502b4a126987
target = phd_framework::test_vm
target_id = f564f4ad-6332-4815-a033-2c7bdc074012
|
| 3650 | 2026-03-13T20:04:48.550Z | 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
|
| 3651 | 2026-03-13T20:04:48.551Z | 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3652 | 2026-03-13T20:04:48.551Z | 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3653 | 2026-03-13T20:04:48.551Z | 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3654 | 2026-03-13T20:04:48.551Z | 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3655 | 2026-03-13T20:04:48.553Z | 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::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3656 | 2026-03-13T20:04:48.553Z | 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3657 | 2026-03-13T20:04:48.553Z | 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
target = phd_framework::test_vm
target_id = 47b33e67-6208-434e-9db6-ed8dfe8ff8ec
|
| 3658 | 2026-03-13T20:04:48.553Z | 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 = e90ffb5c-6e66-4a5a-bd37-a0d9227da8c9
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = ef658c55-f8de-4f78-8a8e-502b4a126987
target = phd_framework::test_vm
target_id = 47b33e67-6208-434e-9db6-ed8dfe8ff8ec
timeout_duration = 45s
|
| 3659 | 2026-03-13T20:04:48.553Z | 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
target = phd_framework::test_vm
target_id = 47b33e67-6208-434e-9db6-ed8dfe8ff8ec
vm = migrate_running_process::export_failure_target2
vm_id = 47b33e67-6208-434e-9db6-ed8dfe8ff8ec
|
| 3660 | 2026-03-13T20:04:48.671Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 47b33e67-6208-434e-9db6-ed8dfe8ff8ec, name: "phd-vm-47b33e67-6208-434e-9db6-ed8dfe8ff8ec", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: b52943ab-bfd8-4d9c-82cf-c70ed3968513, project_id: ab0088a4-3ee3-4273-b95e-cc74d6d7ef2f, sled_id: 803045f7-e160-48fa-9438-c8c3e3fe964a, sled_serial: "803045f7-e160-48fa-9438-c8c3e3fe964a", 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
target = phd_framework::test_vm
target_id = 47b33e67-6208-434e-9db6-ed8dfe8ff8ec
vm = migrate_running_process::export_failure_target2
vm_id = 47b33e67-6208-434e-9db6-ed8dfe8ff8ec
|
| 3661 | 2026-03-13T20:04:48.671Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = e90ffb5c-6e66-4a5a-bd37-a0d9227da8c9
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = ef658c55-f8de-4f78-8a8e-502b4a126987
target = phd_framework::test_vm
target_id = 47b33e67-6208-434e-9db6-ed8dfe8ff8ec
|
| 3662 | 2026-03-13T20:04:51.070Z | 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
|
| 3663 | 2026-03-13T20:04:51.595Z | 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
target = phd_framework::test_vm
target_id = 47b33e67-6208-434e-9db6-ed8dfe8ff8ec
|
| 3664 | 2026-03-13T20:04:51.596Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2924
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = e90ffb5c-6e66-4a5a-bd37-a0d9227da8c9
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = ef658c55-f8de-4f78-8a8e-502b4a126987
target = phd_framework::test_vm
target_id = 47b33e67-6208-434e-9db6-ed8dfe8ff8ec
|
| 3665 | 2026-03-13T20:04:51.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_target2
vm_id = 47b33e67-6208-434e-9db6-ed8dfe8ff8ec
|
| 3666 | 2026-03-13T20:04:51.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_target2
vm_id = 47b33e67-6208-434e-9db6-ed8dfe8ff8ec
|
| 3667 | 2026-03-13T20:04:51.607Z | 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_target2
vm_id = 47b33e67-6208-434e-9db6-ed8dfe8ff8ec
|
| 3668 | 2026-03-13T20:04:51.608Z | 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 = 47b33e67-6208-434e-9db6-ed8dfe8ff8ec
|
| 3669 | 2026-03-13T20:04:51.608Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 47b33e67-6208-434e-9db6-ed8dfe8ff8ec
|
| 3670 | 2026-03-13T20:04:51.696Z | 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::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target2
vm_id = 47b33e67-6208-434e-9db6-ed8dfe8ff8ec
|
| 3671 | 2026-03-13T20:04:51.696Z | 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 = 47b33e67-6208-434e-9db6-ed8dfe8ff8ec
|
| 3672 | 2026-03-13T20:04:51.696Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::export_failure_target2
vm_id = 47b33e67-6208-434e-9db6-ed8dfe8ff8ec
|
| 3673 | 2026-03-13T20:04:51.707Z | INFO | 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 = 47b33e67-6208-434e-9db6-ed8dfe8ff8ec
|
| 3674 | 2026-03-13T20:04:51.707Z | 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 = 47b33e67-6208-434e-9db6-ed8dfe8ff8ec
|
| 3675 | 2026-03-13T20:04:51.707Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 47b33e67-6208-434e-9db6-ed8dfe8ff8ec
|
| 3676 | 2026-03-13T20:04:51.740Z | 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 = 47b33e67-6208-434e-9db6-ed8dfe8ff8ec
|
| 3677 | 2026-03-13T20:04:51.740Z | 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 = 47b33e67-6208-434e-9db6-ed8dfe8ff8ec
|
| 3678 | 2026-03-13T20:04:51.740Z | 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 = f564f4ad-6332-4815-a033-2c7bdc074012
|
| 3679 | 2026-03-13T20:04:51.740Z | 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3680 | 2026-03-13T20:04:51.740Z | 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
|
| 3681 | 2026-03-13T20:04:51.740Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 11099
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3682 | 2026-03-13T20:04:51.741Z | 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
|
| 3683 | 2026-03-13T20:04:51.741Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3684 | 2026-03-13T20:04:51.742Z | 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 = 47b33e67-6208-434e-9db6-ed8dfe8ff8ec
|
| 3685 | 2026-03-13T20:04:51.742Z | 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 = f564f4ad-6332-4815-a033-2c7bdc074012
|
| 3686 | 2026-03-13T20:04:51.743Z | 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 = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3687 | 2026-03-13T20:04:51.746Z | 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 = f564f4ad-6332-4815-a033-2c7bdc074012
|
| 3688 | 2026-03-13T20:04:51.834Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 92
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 = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3689 | 2026-03-13T20:04:51.834Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 11320
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 = ef658c55-f8de-4f78-8a8e-502b4a126987
|
| 3690 | 2026-03-13T20:04:51.878Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 137
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 = f564f4ad-6332-4815-a033-2c7bdc074012
|
| 3691 | 2026-03-13T20:04:51.879Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5933
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 = ef658c55-f8de-4f78-8a8e-502b4a126987
target = phd_framework::test_vm
target_id = f564f4ad-6332-4815-a033-2c7bdc074012
vm = migrate_running_process::export_failure_target1
vm_id = f564f4ad-6332-4815-a033-2c7bdc074012
|
| 3692 | 2026-03-13T20:04:51.879Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 5934
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 = ef658c55-f8de-4f78-8a8e-502b4a126987
target = phd_framework::test_vm
target_id = f564f4ad-6332-4815-a033-2c7bdc074012
|
| 3693 | 2026-03-13T20:04:52.240Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
path = phd_tests::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 = 47b33e67-6208-434e-9db6-ed8dfe8ff8ec
|
| 3694 | 2026-03-13T20:04:52.329Z | 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 = 47b33e67-6208-434e-9db6-ed8dfe8ff8ec
|
| 3695 | 2026-03-13T20:04:52.329Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-066a711f-9d06-4cfb-9abf-62fe517af5f5"]
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 = 47b33e67-6208-434e-9db6-ed8dfe8ff8ec
|
| 3696 | 2026-03-13T20:04:52.355Z | 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 = 47b33e67-6208-434e-9db6-ed8dfe8ff8ec
|
| 3697 | 2026-03-13T20:04:52.355Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-6648fbb3-5402-4af2-ae4b-dbd1599f72a9"]
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 = 47b33e67-6208-434e-9db6-ed8dfe8ff8ec
|
| 3698 | 2026-03-13T20:04:52.372Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 631
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 = 47b33e67-6208-434e-9db6-ed8dfe8ff8ec
|
| 3699 | 2026-03-13T20:04:52.372Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 631
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3700 | 2026-03-13T20:04:52.372Z | 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-13T20:04:52.372Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 3818
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 = ef658c55-f8de-4f78-8a8e-502b4a126987
target = phd_framework::test_vm
target_id = 47b33e67-6208-434e-9db6-ed8dfe8ff8ec
vm = migrate_running_process::export_failure_target2
vm_id = 47b33e67-6208-434e-9db6-ed8dfe8ff8ec
|
| 3702 | 2026-03-13T20:04:52.372Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3703 | 2026-03-13T20:04:52.372Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 3819
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 = ef658c55-f8de-4f78-8a8e-502b4a126987
target = phd_framework::test_vm
target_id = 47b33e67-6208-434e-9db6-ed8dfe8ff8ec
|
| 3704 | 2026-03-13T20:04:52.372Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3705 | 2026-03-13T20:04:52.372Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 12008
file = phd-tests/tests/src/migrate.rs
line = 206
path = phd_tests::migrate::running_process::export_failure
target = phd_tests::migrate::running_process
|
| 3706 | 2026-03-13T20:04:52.372Z | 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
|
| 3707 | 2026-03-13T20:04:52.373Z | 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
|
| 3708 | 2026-03-13T20:04:52.373Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3709 | 2026-03-13T20:04:52.373Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3710 | 2026-03-13T20:04:52.373Z | 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
|
| 3711 | 2026-03-13T20:04:52.385Z | 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.3M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 3712 | 2026-03-13T20:04:52.385Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-3fcd9244-667c-4a3c-80b8-b043e85121d5"]
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
|
| 3713 | 2026-03-13T20:04:52.402Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-3fcd9244-667c-4a3c-80b8-b043e85121d5", "phd-artifacts/phd-clone-065addc9-6d0f-4226-8f90-39f9add7904e"]
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
|
| 3714 | 2026-03-13T20:04:52.420Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-065addc9-6d0f-4226-8f90-39f9add7904e"]
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
|
| 3715 | 2026-03-13T20:04:52.430Z | 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-065addc9-6d0f-4226-8f90-39f9add7904e 0B 25.3T 48.9M /phd-artifacts/phd-clone-065addc9-6d0f-4226-8f90-39f9add7904e\n
target = phd_framework::zfs
|
| 3716 | 2026-03-13T20:04:52.431Z | 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
|
| 3717 | 2026-03-13T20:04:52.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::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm_name = cpuid_instance_spec_round_trip_test
|
| 3718 | 2026-03-13T20:04:52.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
|
| 3719 | 2026-03-13T20:04:52.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::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
|
| 3720 | 2026-03-13T20:04:52.431Z | 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
|
| 3721 | 2026-03-13T20:04:52.448Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1123
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
|
| 3722 | 2026-03-13T20:04:52.464Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 32
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
|
| 3723 | 2026-03-13T20:04:52.464Z | 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 = 6be104de-a57c-4514-a994-ae68c33e84e2
|
| 3724 | 2026-03-13T20:04:52.464Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 6be104de-a57c-4514-a994-ae68c33e84e2
|
| 3725 | 2026-03-13T20:04:53.088Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3726 | 2026-03-13T20:04:53.089Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 6be104de-a57c-4514-a994-ae68c33e84e2, name: "phd-vm-6be104de-a57c-4514-a994-ae68c33e84e2", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 8e9d71f7-8538-455f-aa8e-117697c92c85, project_id: 3943291e-a94d-45ab-8f58-c211d583ecee, sled_id: 30260c0a-9c44-464c-bb3e-36735e89dd36, sled_serial: "30260c0a-9c44-464c-bb3e-36735e89dd36", 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 = 6be104de-a57c-4514-a994-ae68c33e84e2
|
| 3727 | 2026-03-13T20:04:53.089Z | 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 = 6be104de-a57c-4514-a994-ae68c33e84e2
|
| 3728 | 2026-03-13T20:04:53.089Z | 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 = 6be104de-a57c-4514-a994-ae68c33e84e2
|
| 3729 | 2026-03-13T20:04:53.090Z | 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 = 6be104de-a57c-4514-a994-ae68c33e84e2
|
| 3730 | 2026-03-13T20:04:53.090Z | 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 = 6be104de-a57c-4514-a994-ae68c33e84e2
|
| 3731 | 2026-03-13T20:04:53.090Z | 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 = 6be104de-a57c-4514-a994-ae68c33e84e2
|
| 3732 | 2026-03-13T20:04:53.091Z | 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 = 6be104de-a57c-4514-a994-ae68c33e84e2
|
| 3733 | 2026-03-13T20:04:53.091Z | 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 = 6be104de-a57c-4514-a994-ae68c33e84e2
|
| 3734 | 2026-03-13T20:04:53.091Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 3735 | 2026-03-13T20:04:53.091Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 3
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3736 | 2026-03-13T20:04:53.091Z | 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
|
| 3737 | 2026-03-13T20:04:53.092Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3738 | 2026-03-13T20:04:53.093Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = 6be104de-a57c-4514-a994-ae68c33e84e2
|
| 3739 | 2026-03-13T20:04:53.676Z | 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 = 6be104de-a57c-4514-a994-ae68c33e84e2
|
| 3740 | 2026-03-13T20:04:53.758Z | 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 = 6be104de-a57c-4514-a994-ae68c33e84e2
|
| 3741 | 2026-03-13T20:04:53.758Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-065addc9-6d0f-4226-8f90-39f9add7904e"]
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 = 6be104de-a57c-4514-a994-ae68c33e84e2
|
| 3742 | 2026-03-13T20:04:53.794Z | 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 = 6be104de-a57c-4514-a994-ae68c33e84e2
|
| 3743 | 2026-03-13T20:04:53.794Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-3fcd9244-667c-4a3c-80b8-b043e85121d5"]
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 = 6be104de-a57c-4514-a994-ae68c33e84e2
|
| 3744 | 2026-03-13T20:04:53.811Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 719
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 = 6be104de-a57c-4514-a994-ae68c33e84e2
|
| 3745 | 2026-03-13T20:04:53.811Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 719
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3746 | 2026-03-13T20:04:53.811Z | INFO | phd-runner: Starting test phd_tests::cpuid::cpuid_boot_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 3747 | 2026-03-13T20:04:53.811Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 1347
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 = 6be104de-a57c-4514-a994-ae68c33e84e2
|
| 3748 | 2026-03-13T20:04:53.811Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3749 | 2026-03-13T20:04:53.811Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 1438
file = phd-tests/tests/src/cpuid.rs
line = 24
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_tests::cpuid
|
| 3750 | 2026-03-13T20:04:53.811Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3751 | 2026-03-13T20:04:53.811Z | 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
|
| 3752 | 2026-03-13T20:04:53.814Z | 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
|
| 3753 | 2026-03-13T20:04:53.814Z | 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
|
| 3754 | 2026-03-13T20:04:53.814Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3755 | 2026-03-13T20:04:53.814Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3756 | 2026-03-13T20:04:53.815Z | 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
|
| 3757 | 2026-03-13T20:04:53.826Z | 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.1M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 3758 | 2026-03-13T20:04:53.826Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-069ce816-8331-4247-8944-5bf7ccdd4422"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::zfs
verb = snapshot
|
| 3759 | 2026-03-13T20:04:53.843Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-069ce816-8331-4247-8944-5bf7ccdd4422", "phd-artifacts/phd-clone-685aab08-0577-47fd-99a1-5452d70af471"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::zfs
verb = clone
|
| 3760 | 2026-03-13T20:04:53.863Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-685aab08-0577-47fd-99a1-5452d70af471"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::zfs
verb = list
|
| 3761 | 2026-03-13T20:04:53.875Z | 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-685aab08-0577-47fd-99a1-5452d70af471 0B 25.3T 48.9M /phd-artifacts/phd-clone-685aab08-0577-47fd-99a1-5452d70af471\n
target = phd_framework::zfs
|
| 3762 | 2026-03-13T20:04:53.876Z | 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
|
| 3763 | 2026-03-13T20:04:53.876Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = 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
|
| 3764 | 2026-03-13T20:04:53.876Z | 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
|
| 3765 | 2026-03-13T20:04:53.876Z | INFO | phd-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
|
| 3766 | 2026-03-13T20:04:53.876Z | 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
|
| 3767 | 2026-03-13T20:04:53.893Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1131
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm::server
|
| 3768 | 2026-03-13T20:04:53.908Z | 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
|
| 3769 | 2026-03-13T20:04:53.908Z | 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 = 59751608-fbca-4b32-9850-bbda7f92ad29
|
| 3770 | 2026-03-13T20:04:53.909Z | 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 = 59751608-fbca-4b32-9850-bbda7f92ad29
|
| 3771 | 2026-03-13T20:04:54.363Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3772 | 2026-03-13T20:04:54.364Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 59751608-fbca-4b32-9850-bbda7f92ad29, name: "phd-vm-59751608-fbca-4b32-9850-bbda7f92ad29", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: e2d2b039-5776-47e0-beeb-6e7b58abd4cc, project_id: 92c0f0ea-9a0a-4ff5-802b-dcf9e7f2250e, sled_id: f59a6958-5f1a-442d-b1f7-47b22710fa1d, sled_serial: "f59a6958-5f1a-442d-b1f7-47b22710fa1d", 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 = 59751608-fbca-4b32-9850-bbda7f92ad29
|
| 3773 | 2026-03-13T20:04:54.364Z | 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 = 59751608-fbca-4b32-9850-bbda7f92ad29
|
| 3774 | 2026-03-13T20:04:54.364Z | 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 = 59751608-fbca-4b32-9850-bbda7f92ad29
|
| 3775 | 2026-03-13T20:04:54.365Z | 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 = 59751608-fbca-4b32-9850-bbda7f92ad29
|
| 3776 | 2026-03-13T20:04:54.365Z | 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
|
| 3777 | 2026-03-13T20:04:54.365Z | 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 = 59751608-fbca-4b32-9850-bbda7f92ad29
|
| 3778 | 2026-03-13T20:04:54.365Z | DEBG | phd-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
|
| 3779 | 2026-03-13T20:04:54.365Z | 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 = 59751608-fbca-4b32-9850-bbda7f92ad29
|
| 3780 | 2026-03-13T20:04:54.365Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = cpuid_boot_test
vm_id = 59751608-fbca-4b32-9850-bbda7f92ad29
|
| 3781 | 2026-03-13T20:04:58.821Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4455
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 = 59751608-fbca-4b32-9850-bbda7f92ad29
|
| 3782 | 2026-03-13T20:04:58.821Z | DEBG | phd-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
|
| 3783 | 2026-03-13T20:04:58.821Z | DEBG | phd-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
|
| 3784 | 2026-03-13T20:04:58.821Z | 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 = 59751608-fbca-4b32-9850-bbda7f92ad29
|
| 3785 | 2026-03-13T20:04:58.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
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = cpuid_boot_test
vm_id = 59751608-fbca-4b32-9850-bbda7f92ad29
|
| 3786 | 2026-03-13T20:04:58.840Z | 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 = 59751608-fbca-4b32-9850-bbda7f92ad29
|
| 3787 | 2026-03-13T20:04:58.840Z | DEBG | phd-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
|
| 3788 | 2026-03-13T20:04:58.840Z | DEBG | phd-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
|
| 3789 | 2026-03-13T20:04:58.840Z | 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 = 59751608-fbca-4b32-9850-bbda7f92ad29
|
| 3790 | 2026-03-13T20:04:58.840Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = cpuid_boot_test
vm_id = 59751608-fbca-4b32-9850-bbda7f92ad29
|
| 3791 | 2026-03-13T20:04:58.872Z | 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::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 59751608-fbca-4b32-9850-bbda7f92ad29
|
| 3792 | 2026-03-13T20:04:58.872Z | 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
|
| 3793 | 2026-03-13T20:04:58.872Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4506
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
|
| 3794 | 2026-03-13T20:04:58.873Z | 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 = 59751608-fbca-4b32-9850-bbda7f92ad29
|
| 3795 | 2026-03-13T20:04:58.873Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = cpuid_boot_test
vm_id = 59751608-fbca-4b32-9850-bbda7f92ad29
|
| 3796 | 2026-03-13T20:04:58.883Z | INFO | 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 = 59751608-fbca-4b32-9850-bbda7f92ad29
|
| 3797 | 2026-03-13T20:04:58.883Z | 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 = 59751608-fbca-4b32-9850-bbda7f92ad29
|
| 3798 | 2026-03-13T20:04:58.883Z | INFO | phd-runner: [WAIT_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 = 59751608-fbca-4b32-9850-bbda7f92ad29
|
| 3799 | 2026-03-13T20:04:59.015Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 131
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 59751608-fbca-4b32-9850-bbda7f92ad29
|
| 3800 | 2026-03-13T20:04:59.015Z | 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 = 59751608-fbca-4b32-9850-bbda7f92ad29
|
| 3801 | 2026-03-13T20:04:59.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
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = cpuid_boot_test
vm_id = 59751608-fbca-4b32-9850-bbda7f92ad29
|
| 3802 | 2026-03-13T20:04:59.026Z | INFO | 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 = 59751608-fbca-4b32-9850-bbda7f92ad29
|
| 3803 | 2026-03-13T20:04:59.026Z | 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 = 59751608-fbca-4b32-9850-bbda7f92ad29
|
| 3804 | 2026-03-13T20:04:59.026Z | INFO | phd-runner: [WAIT_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 = 59751608-fbca-4b32-9850-bbda7f92ad29
|
| 3805 | 2026-03-13T20:04:59.048Z | 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::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 59751608-fbca-4b32-9850-bbda7f92ad29
|
| 3806 | 2026-03-13T20:04:59.048Z | 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.353\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.70\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.353\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.15\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
|
| 3807 | 2026-03-13T20:04:59.048Z | 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 = 59751608-fbca-4b32-9850-bbda7f92ad29
|
| 3808 | 2026-03-13T20:04:59.049Z | 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
|
| 3809 | 2026-03-13T20:04:59.049Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4685
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3810 | 2026-03-13T20:04:59.049Z | INFO | phd-runner: test phd_tests::cpuid::cpuid_boot_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 3811 | 2026-03-13T20:04:59.049Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3812 | 2026-03-13T20:04:59.050Z | 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 = 59751608-fbca-4b32-9850-bbda7f92ad29
|
| 3813 | 2026-03-13T20:04:59.387Z | 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 = 59751608-fbca-4b32-9850-bbda7f92ad29
|
| 3814 | 2026-03-13T20:04:59.476Z | 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 = 59751608-fbca-4b32-9850-bbda7f92ad29
|
| 3815 | 2026-03-13T20:04:59.477Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-685aab08-0577-47fd-99a1-5452d70af471"]
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 = 59751608-fbca-4b32-9850-bbda7f92ad29
|
| 3816 | 2026-03-13T20:04:59.503Z | 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 = 59751608-fbca-4b32-9850-bbda7f92ad29
|
| 3817 | 2026-03-13T20:04:59.503Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-069ce816-8331-4247-8944-5bf7ccdd4422"]
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 = 59751608-fbca-4b32-9850-bbda7f92ad29
|
| 3818 | 2026-03-13T20:04:59.522Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 472
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 = 59751608-fbca-4b32-9850-bbda7f92ad29
|
| 3819 | 2026-03-13T20:04:59.522Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 472
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3820 | 2026-03-13T20:04:59.522Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5613
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 = 59751608-fbca-4b32-9850-bbda7f92ad29
|
| 3821 | 2026-03-13T20:04:59.522Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 5710
file = phd-tests/tests/src/cpuid.rs
line = 141
path = phd_tests::cpuid::cpuid_boot_test
target = phd_tests::cpuid
|
| 3822 | 2026-03-13T20:04:59.522Z | 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
|
| 3823 | 2026-03-13T20:04:59.522Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3824 | 2026-03-13T20:04:59.522Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3825 | 2026-03-13T20:04:59.522Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/cpuid.rs
line = 147
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_tests::cpuid
|
| 3826 | 2026-03-13T20:04:59.525Z | INFO | phd-runner: [TEST - EVENT] read bhyve default CPUID
file = phd-tests/tests/src/cpuid.rs
host_cpuid = CpuidSet { map: CpuidMap({0: Absent(CpuidValues { eax: 16, ebx: 1752462657, ecx: 1145913699, edx: 1769238117 }), 1: Absent(CpuidValues { eax: 10489617, ebx: 67584, ecx: 4275712515, edx: 395049983 }), 2: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 3: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 5: Absent(CpuidValues { eax: 64, ebx: 64, ecx: 3, edx: 17 }), 6: Absent(CpuidValues { eax: 4, ebx: 0, ecx: 0, edx: 0 }), 7: Present({0: CpuidValues { eax: 0, ebx: 537920425, ecx: 1536, edx: 0 }}), 8: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 9: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 10: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 11: Present({0: CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }, 1: CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }}), 12: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 13: Present({0: CpuidValues { eax: 7, ebx: 832, ecx: 832, edx: 0 }, 1: CpuidValues { eax: 1, ebx: 0, ecx: 0, edx: 0 }, 2: CpuidValues { eax: 256, ebx: 576, ecx: 0, edx: 0 }}), 14: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 15: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 16: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483648: Absent(CpuidValues { eax: 2147483683, ebx: 1752462657, ecx: 1145913699, edx: 1769238117 }), 2147483649: Absent(CpuidValues { eax: 10489617, ebx: 1073741824, ecx: 1145057787, edx: 634649599 }), 2147483650: Absent(CpuidValues { eax: 541347137, ebx: 1129926725, ecx: 825702176, edx: 908087347 }), 2147483651: Absent(CpuidValues { eax: 1866673460, ebx: 1344300402, ecx: 1701015410, edx: 1919906675 }), 2147483652: Absent(CpuidValues { eax: 538976288, ebx: 538976288, ecx: 538976288, edx: 2105376 }), 2147483653: Absent(CpuidValues { eax: 4282449728, ebx: 4282449728, ecx: 537395520, edx: 537395520 }), 2147483654: Absent(CpuidValues { eax: 1207968256, ebx: 1744847360, ecx: 33579328, edx: 134254912 }), 2147483655: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 256 }), 2147483656: Absent(CpuidValues { eax: 12336, ebx: 7, ecx: 0, edx: 65543 }), 2147483657: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483658: Absent(CpuidValues { eax: 1, ebx: 32768, ecx: 0, edx: 295419135 }), 2147483659: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483660: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483661: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483662: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483663: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483664: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483665: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483666: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483667: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483668: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483669: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483670: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483671: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483672: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483673: Absent(CpuidValues { eax: 4030787648, ebx: 4030726144, ecx: 0, edx: 0 }), 2147483674: Absent(CpuidValues { eax: 6, ebx: 0, ecx: 0, edx: 0 }), 2147483675: Absent(CpuidValues { eax: 1023, ebx: 0, ecx: 0, edx: 0 }), 2147483676: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483677: Present({0: CpuidValues { eax: 289, ebx: 63, ecx: 0, edx: 0 }, 1: CpuidValues { eax: 323, ebx: 63, ecx: 0, edx: 0 }, 2: CpuidValues { eax: 355, ebx: 63, ecx: 0, edx: 0 }}), 2147483678: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483679: Absent(CpuidValues { eax: 16907583, ebx: 16755, ecx: 509, edx: 1 }), 2147483680: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483681: Absent(CpuidValues { eax: 8269, ebx: 0, ecx: 0, edx: 0 }), 2147483682: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483683: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 })}), vendor: Amd }
line = 116
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_tests::cpuid
|
| 3827 | 2026-03-13T20:04:59.525Z | 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
|
| 3828 | 2026-03-13T20:04:59.525Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3829 | 2026-03-13T20:04:59.525Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3830 | 2026-03-13T20:04:59.525Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::zfs
verb = list
|
| 3831 | 2026-03-13T20:04:59.537Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::cpuid::cpuid_migrate_smoke_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 52.4M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 3832 | 2026-03-13T20:04:59.537Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-001fd604-f20f-4b72-8c3e-b02da396a6bc"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::zfs
verb = snapshot
|
| 3833 | 2026-03-13T20:04:59.554Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-001fd604-f20f-4b72-8c3e-b02da396a6bc", "phd-artifacts/phd-clone-fa9c323d-539b-4431-8236-3338872ee1dd"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::zfs
verb = clone
|
| 3834 | 2026-03-13T20:04:59.572Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-fa9c323d-539b-4431-8236-3338872ee1dd"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::zfs
verb = list
|
| 3835 | 2026-03-13T20:04:59.582Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::cpuid::cpuid_migrate_smoke_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-fa9c323d-539b-4431-8236-3338872ee1dd 0B 25.3T 48.9M /phd-artifacts/phd-clone-fa9c323d-539b-4431-8236-3338872ee1dd\n
target = phd_framework::zfs
|
| 3836 | 2026-03-13T20:04:59.583Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
|
| 3837 | 2026-03-13T20:04:59.583Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm_name = cpuid_boot_test
|
| 3838 | 2026-03-13T20:04:59.583Z | 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
|
| 3839 | 2026-03-13T20:04:59.583Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 64
path = phd_tests::cpuid::cpuid_migrate_smoke_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 3840 | 2026-03-13T20:04:59.583Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::cpuid::cpuid_migrate_smoke_test
stderr_path = "/tmp/propolis-phd/phd_tests::cpuid::cpuid_migrate_smoke_test/cpuid_boot_test.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::cpuid::cpuid_migrate_smoke_test/cpuid_boot_test.stdout.log"
target = phd_framework::log_config
|
| 3841 | 2026-03-13T20:04:59.601Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1139
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm::server
|
| 3842 | 2026-03-13T20:04:59.616Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
|
| 3843 | 2026-03-13T20:04:59.616Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 2f41a7cd-181c-4844-b550-0515d6148cfd
|
| 3844 | 2026-03-13T20:04:59.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::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 2f41a7cd-181c-4844-b550-0515d6148cfd
|
| 3845 | 2026-03-13T20:05:00.473Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3846 | 2026-03-13T20:05:00.474Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 2f41a7cd-181c-4844-b550-0515d6148cfd, name: "phd-vm-2f41a7cd-181c-4844-b550-0515d6148cfd", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 88b65917-7689-4172-8149-644201e23998, project_id: aead08e8-5d1b-42ec-b2f1-73dcbba67aa6, sled_id: 5e497cd5-261a-4167-9745-3f9a3846b46e, sled_serial: "5e497cd5-261a-4167-9745-3f9a3846b46e", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 2f41a7cd-181c-4844-b550-0515d6148cfd
|
| 3847 | 2026-03-13T20:05:00.474Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 2f41a7cd-181c-4844-b550-0515d6148cfd
|
| 3848 | 2026-03-13T20:05:00.474Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::cpuid::cpuid_migrate_smoke_test
state = Run
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 2f41a7cd-181c-4844-b550-0515d6148cfd
|
| 3849 | 2026-03-13T20:05:00.475Z | 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_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 2f41a7cd-181c-4844-b550-0515d6148cfd
|
| 3850 | 2026-03-13T20:05:00.475Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
|
| 3851 | 2026-03-13T20:05:00.475Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = cpuid_boot_test
vm_id = 2f41a7cd-181c-4844-b550-0515d6148cfd
|
| 3852 | 2026-03-13T20:05:00.475Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::cpuid::cpuid_migrate_smoke_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 3853 | 2026-03-13T20:05:00.475Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 2f41a7cd-181c-4844-b550-0515d6148cfd
|
| 3854 | 2026-03-13T20:05:00.475Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = cpuid_boot_test
vm_id = 2f41a7cd-181c-4844-b550-0515d6148cfd
|
| 3855 | 2026-03-13T20:05:04.882Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4406
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 2f41a7cd-181c-4844-b550-0515d6148cfd
|
| 3856 | 2026-03-13T20:05:04.882Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::cpuid::cpuid_migrate_smoke_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 3857 | 2026-03-13T20:05:04.882Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::cpuid::cpuid_migrate_smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3858 | 2026-03-13T20:05:04.882Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 2f41a7cd-181c-4844-b550-0515d6148cfd
|
| 3859 | 2026-03-13T20:05:04.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::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = cpuid_boot_test
vm_id = 2f41a7cd-181c-4844-b550-0515d6148cfd
|
| 3860 | 2026-03-13T20:05:04.899Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 2f41a7cd-181c-4844-b550-0515d6148cfd
|
| 3861 | 2026-03-13T20:05:04.899Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::cpuid::cpuid_migrate_smoke_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 3862 | 2026-03-13T20:05:04.900Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::cpuid::cpuid_migrate_smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3863 | 2026-03-13T20:05:04.900Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 2f41a7cd-181c-4844-b550-0515d6148cfd
|
| 3864 | 2026-03-13T20:05:04.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::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = cpuid_boot_test
vm_id = 2f41a7cd-181c-4844-b550-0515d6148cfd
|
| 3865 | 2026-03-13T20:05:04.933Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 2f41a7cd-181c-4844-b550-0515d6148cfd
|
| 3866 | 2026-03-13T20:05:04.933Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
|
| 3867 | 2026-03-13T20:05:04.933Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4457
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
|
| 3868 | 2026-03-13T20:05:04.933Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 2f41a7cd-181c-4844-b550-0515d6148cfd
|
| 3869 | 2026-03-13T20:05:04.933Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = cpuid_boot_test
vm_id = 2f41a7cd-181c-4844-b550-0515d6148cfd
|
| 3870 | 2026-03-13T20:05:04.944Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 2f41a7cd-181c-4844-b550-0515d6148cfd
|
| 3871 | 2026-03-13T20:05:04.944Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 2f41a7cd-181c-4844-b550-0515d6148cfd
|
| 3872 | 2026-03-13T20:05:04.944Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = cpuid_boot_test
vm_id = 2f41a7cd-181c-4844-b550-0515d6148cfd
|
| 3873 | 2026-03-13T20:05:05.090Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 145
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 2f41a7cd-181c-4844-b550-0515d6148cfd
|
| 3874 | 2026-03-13T20:05:05.090Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 2f41a7cd-181c-4844-b550-0515d6148cfd
|
| 3875 | 2026-03-13T20:05:05.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::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = cpuid_boot_test
vm_id = 2f41a7cd-181c-4844-b550-0515d6148cfd
|
| 3876 | 2026-03-13T20:05:05.101Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 2f41a7cd-181c-4844-b550-0515d6148cfd
|
| 3877 | 2026-03-13T20:05:05.101Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 2f41a7cd-181c-4844-b550-0515d6148cfd
|
| 3878 | 2026-03-13T20:05:05.101Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = cpuid_boot_test
vm_id = 2f41a7cd-181c-4844-b550-0515d6148cfd
|
| 3879 | 2026-03-13T20:05:05.134Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 2f41a7cd-181c-4844-b550-0515d6148cfd
|
| 3880 | 2026-03-13T20:05:05.134Z | 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.285\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.57\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.285\ncache size: 512 KB\nphysical id: 1\nsiblings: 1\ncore id: 0\ncpu cores: 1\napicid: 1\ninitial apicid: 1\nfpu: yes\nfpu_exception: yes\ncpuid level: 16\nwp: yes\nflags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext pdpe1gb lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch skinit wdt bpext vmmcall fsgsbase bmi1 avx2 smep bmi2 erms sha_ni xsaveopt clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl vaes vpclmulqdq\nbugs: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass\nbogomips: 3993.03\nTLB size: 2560 4K pages\nclflush size: 64\ncache_alignment: 64\naddress sizes: 48 bits physical, 48 bits virtual\npower management:
file = phd-tests/tests/src/cpuid.rs
line = 98
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_tests::cpuid
|
| 3881 | 2026-03-13T20:05:05.134Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
|
| 3882 | 2026-03-13T20:05:05.134Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm_name = cpuid_boot_test_migration_target
|
| 3883 | 2026-03-13T20:05:05.134Z | 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
|
| 3884 | 2026-03-13T20:05:05.134Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 64
path = phd_tests::cpuid::cpuid_migrate_smoke_test
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 3885 | 2026-03-13T20:05:05.134Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::cpuid::cpuid_migrate_smoke_test
stderr_path = "/tmp/propolis-phd/phd_tests::cpuid::cpuid_migrate_smoke_test/cpuid_boot_test_migration_target.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::cpuid::cpuid_migrate_smoke_test/cpuid_boot_test_migration_target.stdout.log"
target = phd_framework::log_config
|
| 3886 | 2026-03-13T20:05:05.153Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1140
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm::server
|
| 3887 | 2026-03-13T20:05:05.167Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
|
| 3888 | 2026-03-13T20:05:05.168Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = 2f41a7cd-181c-4844-b550-0515d6148cfd
target = phd_framework::test_vm
target_id = 6e214e97-4778-406f-88a0-562c1bb8428b
|
| 3889 | 2026-03-13T20:05:05.168Z | 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 = 19af8d0a-19e2-4488-8e77-ad360c953db0
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = 2f41a7cd-181c-4844-b550-0515d6148cfd
target = phd_framework::test_vm
target_id = 6e214e97-4778-406f-88a0-562c1bb8428b
timeout_duration = 45s
|
| 3890 | 2026-03-13T20:05:05.168Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = 2f41a7cd-181c-4844-b550-0515d6148cfd
target = phd_framework::test_vm
target_id = 6e214e97-4778-406f-88a0-562c1bb8428b
vm = cpuid_boot_test_migration_target
vm_id = 6e214e97-4778-406f-88a0-562c1bb8428b
|
| 3891 | 2026-03-13T20:05:05.168Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9002/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 452
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = 2f41a7cd-181c-4844-b550-0515d6148cfd
target = phd_framework::test_vm
target_id = 6e214e97-4778-406f-88a0-562c1bb8428b
vm = cpuid_boot_test_migration_target
vm_id = 6e214e97-4778-406f-88a0-562c1bb8428b
|
| 3892 | 2026-03-13T20:05:05.655Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 6e214e97-4778-406f-88a0-562c1bb8428b, name: "phd-vm-6e214e97-4778-406f-88a0-562c1bb8428b", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 88b65917-7689-4172-8149-644201e23998, project_id: aead08e8-5d1b-42ec-b2f1-73dcbba67aa6, sled_id: 053939bb-5702-464b-84b0-6c030e31473c, sled_serial: "053939bb-5702-464b-84b0-6c030e31473c", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 511
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = 2f41a7cd-181c-4844-b550-0515d6148cfd
target = phd_framework::test_vm
target_id = 6e214e97-4778-406f-88a0-562c1bb8428b
vm = cpuid_boot_test_migration_target
vm_id = 6e214e97-4778-406f-88a0-562c1bb8428b
|
| 3893 | 2026-03-13T20:05:05.655Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 19af8d0a-19e2-4488-8e77-ad360c953db0
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = 2f41a7cd-181c-4844-b550-0515d6148cfd
target = phd_framework::test_vm
target_id = 6e214e97-4778-406f-88a0-562c1bb8428b
|
| 3894 | 2026-03-13T20:05:08.077Z | 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
|
| 3895 | 2026-03-13T20:05:08.448Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 673
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = 2f41a7cd-181c-4844-b550-0515d6148cfd
target = phd_framework::test_vm
target_id = 6e214e97-4778-406f-88a0-562c1bb8428b
|
| 3896 | 2026-03-13T20:05:08.448Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2793
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 19af8d0a-19e2-4488-8e77-ad360c953db0
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = 2f41a7cd-181c-4844-b550-0515d6148cfd
target = phd_framework::test_vm
target_id = 6e214e97-4778-406f-88a0-562c1bb8428b
|
| 3897 | 2026-03-13T20:05:08.448Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 6e214e97-4778-406f-88a0-562c1bb8428b
|
| 3898 | 2026-03-13T20:05:08.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::cpuid::cpuid_migrate_smoke_test
state = Reboot
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 6e214e97-4778-406f-88a0-562c1bb8428b
|
| 3899 | 2026-03-13T20:05:08.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::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 6e214e97-4778-406f-88a0-562c1bb8428b
|
| 3900 | 2026-03-13T20:05:08.449Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
|
| 3901 | 2026-03-13T20:05:08.449Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = cpuid_boot_test_migration_target
vm_id = 6e214e97-4778-406f-88a0-562c1bb8428b
|
| 3902 | 2026-03-13T20:05:08.449Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::cpuid::cpuid_migrate_smoke_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 3903 | 2026-03-13T20:05:08.449Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 6e214e97-4778-406f-88a0-562c1bb8428b
|
| 3904 | 2026-03-13T20:05:08.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::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = cpuid_boot_test_migration_target
vm_id = 6e214e97-4778-406f-88a0-562c1bb8428b
|
| 3905 | 2026-03-13T20:05:12.563Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4113
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 6e214e97-4778-406f-88a0-562c1bb8428b
|
| 3906 | 2026-03-13T20: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::cpuid::cpuid_migrate_smoke_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 3907 | 2026-03-13T20: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::cpuid::cpuid_migrate_smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3908 | 2026-03-13T20:05:12.563Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 6e214e97-4778-406f-88a0-562c1bb8428b
|
| 3909 | 2026-03-13T20:05:12.563Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = cpuid_boot_test_migration_target
vm_id = 6e214e97-4778-406f-88a0-562c1bb8428b
|
| 3910 | 2026-03-13T20:05:12.581Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 6e214e97-4778-406f-88a0-562c1bb8428b
|
| 3911 | 2026-03-13T20:05:12.582Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::cpuid::cpuid_migrate_smoke_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 3912 | 2026-03-13T20:05:12.582Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::cpuid::cpuid_migrate_smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3913 | 2026-03-13T20:05:12.582Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 6e214e97-4778-406f-88a0-562c1bb8428b
|
| 3914 | 2026-03-13T20:05:12.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::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = cpuid_boot_test_migration_target
vm_id = 6e214e97-4778-406f-88a0-562c1bb8428b
|
| 3915 | 2026-03-13T20:05:12.614Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 6e214e97-4778-406f-88a0-562c1bb8428b
|
| 3916 | 2026-03-13T20:05:12.614Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
|
| 3917 | 2026-03-13T20:05:12.614Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4164
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
|
| 3918 | 2026-03-13T20:05:12.614Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 6e214e97-4778-406f-88a0-562c1bb8428b
|
| 3919 | 2026-03-13T20:05:12.615Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = cpuid_boot_test_migration_target
vm_id = 6e214e97-4778-406f-88a0-562c1bb8428b
|
| 3920 | 2026-03-13T20:05:12.625Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 6e214e97-4778-406f-88a0-562c1bb8428b
|
| 3921 | 2026-03-13T20:05:12.625Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 6e214e97-4778-406f-88a0-562c1bb8428b
|
| 3922 | 2026-03-13T20:05:12.625Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = cpuid_boot_test_migration_target
vm_id = 6e214e97-4778-406f-88a0-562c1bb8428b
|
| 3923 | 2026-03-13T20:05:12.769Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 143
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 6e214e97-4778-406f-88a0-562c1bb8428b
|
| 3924 | 2026-03-13T20:05:12.769Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 6e214e97-4778-406f-88a0-562c1bb8428b
|
| 3925 | 2026-03-13T20:05:12.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
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = cpuid_boot_test_migration_target
vm_id = 6e214e97-4778-406f-88a0-562c1bb8428b
|
| 3926 | 2026-03-13T20:05:12.780Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 6e214e97-4778-406f-88a0-562c1bb8428b
|
| 3927 | 2026-03-13T20:05:12.780Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 6e214e97-4778-406f-88a0-562c1bb8428b
|
| 3928 | 2026-03-13T20:05:12.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::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = cpuid_boot_test_migration_target
vm_id = 6e214e97-4778-406f-88a0-562c1bb8428b
|
| 3929 | 2026-03-13T20:05:12.802Z | 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::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 6e214e97-4778-406f-88a0-562c1bb8428b
|
| 3930 | 2026-03-13T20:05:12.802Z | 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: 1995.972\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: 3991.94\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: 1995.972\ncache size: 512 KB\nphysical id: 1\nsiblings: 1\ncore id: 0\ncpu cores: 1\napicid: 1\ninitial apicid: 1\nfpu: yes\nfpu_exception: yes\ncpuid level: 16\nwp: yes\nflags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext pdpe1gb lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch skinit wdt bpext vmmcall fsgsbase bmi1 avx2 smep bmi2 erms sha_ni xsaveopt clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl vaes vpclmulqdq\nbugs: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass\nbogomips: 3991.96\nTLB size: 2560 4K pages\nclflush size: 64\ncache_alignment: 64\naddress sizes: 48 bits physical, 48 bits virtual\npower management:
file = phd-tests/tests/src/cpuid.rs
line = 98
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_tests::cpuid
|
| 3931 | 2026-03-13T20:05:12.802Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 6e214e97-4778-406f-88a0-562c1bb8428b
|
| 3932 | 2026-03-13T20:05:12.802Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 2f41a7cd-181c-4844-b550-0515d6148cfd
|
| 3933 | 2026-03-13T20:05:12.802Z | 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
|
| 3934 | 2026-03-13T20:05:12.803Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 12328
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3935 | 2026-03-13T20:05:12.803Z | 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
|
| 3936 | 2026-03-13T20:05:12.803Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3937 | 2026-03-13T20:05:12.804Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 6e214e97-4778-406f-88a0-562c1bb8428b
|
| 3938 | 2026-03-13T20:05:12.804Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
path = phd_tests::cpuid::cpuid_migrate_smoke_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = cpuid_boot_test
vm_id = 2f41a7cd-181c-4844-b550-0515d6148cfd
|
| 3939 | 2026-03-13T20:05:12.888Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 85
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 2f41a7cd-181c-4844-b550-0515d6148cfd
|
| 3940 | 2026-03-13T20:05:12.888Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 13271
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 2f41a7cd-181c-4844-b550-0515d6148cfd
|
| 3941 | 2026-03-13T20:05:12.890Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
path = phd_tests::cpuid::cpuid_migrate_smoke_test
self.address = 127.0.0.1:9002
target = phd_framework::test_vm::server
vm = cpuid_boot_test_migration_target
vm_id = 6e214e97-4778-406f-88a0-562c1bb8428b
|
| 3942 | 2026-03-13T20:05:12.978Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::zfs
vm = cpuid_boot_test_migration_target
vm_id = 6e214e97-4778-406f-88a0-562c1bb8428b
|
| 3943 | 2026-03-13T20:05:12.978Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-fa9c323d-539b-4431-8236-3338872ee1dd"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::zfs
verb = destroy
vm = cpuid_boot_test_migration_target
vm_id = 6e214e97-4778-406f-88a0-562c1bb8428b
|
| 3944 | 2026-03-13T20:05:13.013Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::zfs
vm = cpuid_boot_test_migration_target
vm_id = 6e214e97-4778-406f-88a0-562c1bb8428b
|
| 3945 | 2026-03-13T20:05:13.013Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-001fd604-f20f-4b72-8c3e-b02da396a6bc"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::zfs
verb = destroy
vm = cpuid_boot_test_migration_target
vm_id = 6e214e97-4778-406f-88a0-562c1bb8428b
|
| 3946 | 2026-03-13T20:05:13.030Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 227
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 6e214e97-4778-406f-88a0-562c1bb8428b
|
| 3947 | 2026-03-13T20:05:13.030Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 7862
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = 2f41a7cd-181c-4844-b550-0515d6148cfd
target = phd_framework::test_vm
target_id = 6e214e97-4778-406f-88a0-562c1bb8428b
vm = cpuid_boot_test_migration_target
vm_id = 6e214e97-4778-406f-88a0-562c1bb8428b
|
| 3948 | 2026-03-13T20:05:13.030Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 227
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3949 | 2026-03-13T20:05:13.030Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 7862
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = 2f41a7cd-181c-4844-b550-0515d6148cfd
target = phd_framework::test_vm
target_id = 6e214e97-4778-406f-88a0-562c1bb8428b
|
| 3950 | 2026-03-13T20:05:13.030Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 13507
file = phd-tests/tests/src/cpuid.rs
line = 147
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_tests::cpuid
|
| 3951 | 2026-03-13T20:05:13.030Z | 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
|
| 3952 | 2026-03-13T20:05:13.030Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3953 | 2026-03-13T20:05:13.030Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3954 | 2026-03-13T20:05:13.031Z | 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
|
| 3955 | 2026-03-13T20:05:13.033Z | 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
|
| 3956 | 2026-03-13T20:05:13.033Z | 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
|
| 3957 | 2026-03-13T20:05:13.033Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3958 | 2026-03-13T20:05:13.033Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3959 | 2026-03-13T20:05:13.034Z | 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
|
| 3960 | 2026-03-13T20:05:13.045Z | 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 52.9M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 3961 | 2026-03-13T20:05:13.045Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-e2f55c4f-8760-4861-a1d2-96f24b08c985"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::zfs
verb = snapshot
|
| 3962 | 2026-03-13T20:05:13.062Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-e2f55c4f-8760-4861-a1d2-96f24b08c985", "phd-artifacts/phd-clone-bf447858-7860-417f-8880-47808bb3f70b"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::zfs
verb = clone
|
| 3963 | 2026-03-13T20:05:13.079Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-bf447858-7860-417f-8880-47808bb3f70b"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::zfs
verb = list
|
| 3964 | 2026-03-13T20:05:13.091Z | 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-bf447858-7860-417f-8880-47808bb3f70b 0B 25.3T 48.9M /phd-artifacts/phd-clone-bf447858-7860-417f-8880-47808bb3f70b\n
target = phd_framework::zfs
|
| 3965 | 2026-03-13T20:05:13.091Z | 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
|
| 3966 | 2026-03-13T20:05:13.091Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = 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
|
| 3967 | 2026-03-13T20:05:13.091Z | 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
|
| 3968 | 2026-03-13T20:05:13.091Z | INFO | phd-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
|
| 3969 | 2026-03-13T20:05:13.091Z | 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
|
| 3970 | 2026-03-13T20:05:13.108Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1149
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
|
| 3971 | 2026-03-13T20:05:13.124Z | 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
|
| 3972 | 2026-03-13T20:05:13.124Z | 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 = a33f1af0-7238-473f-94fe-da23c1341663
|
| 3973 | 2026-03-13T20:05:13.124Z | 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 = a33f1af0-7238-473f-94fe-da23c1341663
|
| 3974 | 2026-03-13T20:05:13.554Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3975 | 2026-03-13T20:05:13.555Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: a33f1af0-7238-473f-94fe-da23c1341663, name: "phd-vm-a33f1af0-7238-473f-94fe-da23c1341663", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 3fb74eab-404f-4787-abb0-8ed078a313b7, project_id: 810391e3-2fd4-4f29-ae26-96951f47de65, sled_id: 2dbd863f-512e-4b66-bf8e-3c10104ba7ce, sled_serial: "2dbd863f-512e-4b66-bf8e-3c10104ba7ce", 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 = a33f1af0-7238-473f-94fe-da23c1341663
|
| 3976 | 2026-03-13T20:05:13.555Z | 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 = a33f1af0-7238-473f-94fe-da23c1341663
|
| 3977 | 2026-03-13T20:05:13.555Z | 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 = a33f1af0-7238-473f-94fe-da23c1341663
|
| 3978 | 2026-03-13T20:05:13.556Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = a33f1af0-7238-473f-94fe-da23c1341663
|
| 3979 | 2026-03-13T20:05:13.557Z | 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
|
| 3980 | 2026-03-13T20:05:13.557Z | 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 = a33f1af0-7238-473f-94fe-da23c1341663
|
| 3981 | 2026-03-13T20:05:13.557Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::cpuid::guest_cpu_topo_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 3982 | 2026-03-13T20:05:13.557Z | 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 = a33f1af0-7238-473f-94fe-da23c1341663
|
| 3983 | 2026-03-13T20:05:13.557Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_cpu_topo_test
vm_id = a33f1af0-7238-473f-94fe-da23c1341663
|
| 3984 | 2026-03-13T20:05:17.968Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4411
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 = a33f1af0-7238-473f-94fe-da23c1341663
|
| 3985 | 2026-03-13T20:05:17.968Z | DEBG | phd-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
|
| 3986 | 2026-03-13T20:05:17.969Z | DEBG | phd-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
|
| 3987 | 2026-03-13T20:05:17.969Z | 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 = a33f1af0-7238-473f-94fe-da23c1341663
|
| 3988 | 2026-03-13T20:05:17.969Z | INFO | phd-runner: [WAIT_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 = a33f1af0-7238-473f-94fe-da23c1341663
|
| 3989 | 2026-03-13T20:05:17.988Z | 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::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = a33f1af0-7238-473f-94fe-da23c1341663
|
| 3990 | 2026-03-13T20:05:17.988Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::cpuid::guest_cpu_topo_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 3991 | 2026-03-13T20:05:17.989Z | DEBG | phd-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
|
| 3992 | 2026-03-13T20:05:17.989Z | 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 = a33f1af0-7238-473f-94fe-da23c1341663
|
| 3993 | 2026-03-13T20:05:17.989Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_cpu_topo_test
vm_id = a33f1af0-7238-473f-94fe-da23c1341663
|
| 3994 | 2026-03-13T20:05:18.021Z | 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 = a33f1af0-7238-473f-94fe-da23c1341663
|
| 3995 | 2026-03-13T20:05:18.021Z | 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
|
| 3996 | 2026-03-13T20:05:18.021Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4464
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
|
| 3997 | 2026-03-13T20:05:18.021Z | 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 = a33f1af0-7238-473f-94fe-da23c1341663
|
| 3998 | 2026-03-13T20:05:18.021Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_cpu_topo_test
vm_id = a33f1af0-7238-473f-94fe-da23c1341663
|
| 3999 | 2026-03-13T20:05:18.032Z | INFO | 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 = a33f1af0-7238-473f-94fe-da23c1341663
|
| 4000 | 2026-03-13T20:05:18.032Z | 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 = a33f1af0-7238-473f-94fe-da23c1341663
|
| 4001 | 2026-03-13T20:05:18.032Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = a33f1af0-7238-473f-94fe-da23c1341663
|
| 4002 | 2026-03-13T20:05:18.076Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 43
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = a33f1af0-7238-473f-94fe-da23c1341663
|
| 4003 | 2026-03-13T20:05:18.076Z | 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 = a33f1af0-7238-473f-94fe-da23c1341663
|
| 4004 | 2026-03-13T20:05:18.076Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = a33f1af0-7238-473f-94fe-da23c1341663
|
| 4005 | 2026-03-13T20:05:18.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::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = a33f1af0-7238-473f-94fe-da23c1341663
|
| 4006 | 2026-03-13T20:05:18.087Z | 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 = a33f1af0-7238-473f-94fe-da23c1341663
|
| 4007 | 2026-03-13T20:05:18.087Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = a33f1af0-7238-473f-94fe-da23c1341663
|
| 4008 | 2026-03-13T20:05:18.109Z | 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 = a33f1af0-7238-473f-94fe-da23c1341663
|
| 4009 | 2026-03-13T20:05:18.110Z | 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 = a33f1af0-7238-473f-94fe-da23c1341663
|
| 4010 | 2026-03-13T20:05:18.110Z | 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 = a33f1af0-7238-473f-94fe-da23c1341663
|
| 4011 | 2026-03-13T20:05:18.111Z | 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 = a33f1af0-7238-473f-94fe-da23c1341663
|
| 4012 | 2026-03-13T20:05:18.112Z | 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 = a33f1af0-7238-473f-94fe-da23c1341663
|
| 4013 | 2026-03-13T20:05:18.112Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_cpu_topo_test
vm_id = a33f1af0-7238-473f-94fe-da23c1341663
|
| 4014 | 2026-03-13T20:05:18.121Z | 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::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = a33f1af0-7238-473f-94fe-da23c1341663
|
| 4015 | 2026-03-13T20:05:18.122Z | 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 = a33f1af0-7238-473f-94fe-da23c1341663
|
| 4016 | 2026-03-13T20:05:18.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::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_cpu_topo_test
vm_id = a33f1af0-7238-473f-94fe-da23c1341663
|
| 4017 | 2026-03-13T20:05:18.155Z | 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 = a33f1af0-7238-473f-94fe-da23c1341663
|
| 4018 | 2026-03-13T20:05:18.155Z | 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 = a33f1af0-7238-473f-94fe-da23c1341663
|
| 4019 | 2026-03-13T20:05:18.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::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_cpu_topo_test
vm_id = a33f1af0-7238-473f-94fe-da23c1341663
|
| 4020 | 2026-03-13T20:05:18.178Z | 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 = a33f1af0-7238-473f-94fe-da23c1341663
|
| 4021 | 2026-03-13T20:05:18.178Z | 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 = a33f1af0-7238-473f-94fe-da23c1341663
|
| 4022 | 2026-03-13T20:05:18.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::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_cpu_topo_test
vm_id = a33f1af0-7238-473f-94fe-da23c1341663
|
| 4023 | 2026-03-13T20:05:18.211Z | 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 = a33f1af0-7238-473f-94fe-da23c1341663
|
| 4024 | 2026-03-13T20:05:18.211Z | 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 = a33f1af0-7238-473f-94fe-da23c1341663
|
| 4025 | 2026-03-13T20:05:18.211Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = a33f1af0-7238-473f-94fe-da23c1341663
|
| 4026 | 2026-03-13T20:05:18.222Z | INFO | 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 = a33f1af0-7238-473f-94fe-da23c1341663
|
| 4027 | 2026-03-13T20:05:18.222Z | 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 = a33f1af0-7238-473f-94fe-da23c1341663
|
| 4028 | 2026-03-13T20:05:18.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::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_cpu_topo_test
vm_id = a33f1af0-7238-473f-94fe-da23c1341663
|
| 4029 | 2026-03-13T20:05:18.255Z | 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 = a33f1af0-7238-473f-94fe-da23c1341663
|
| 4030 | 2026-03-13T20:05:18.256Z | 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 = a33f1af0-7238-473f-94fe-da23c1341663
|
| 4031 | 2026-03-13T20:05:18.256Z | 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
|
| 4032 | 2026-03-13T20:05:18.256Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4701
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4033 | 2026-03-13T20:05:18.256Z | 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
|
| 4034 | 2026-03-13T20:05:18.256Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4035 | 2026-03-13T20:05:18.257Z | 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 = a33f1af0-7238-473f-94fe-da23c1341663
|
| 4036 | 2026-03-13T20:05:18.545Z | 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 = a33f1af0-7238-473f-94fe-da23c1341663
|
| 4037 | 2026-03-13T20:05:18.635Z | 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 = a33f1af0-7238-473f-94fe-da23c1341663
|
| 4038 | 2026-03-13T20:05:18.635Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-bf447858-7860-417f-8880-47808bb3f70b"]
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 = a33f1af0-7238-473f-94fe-da23c1341663
|
| 4039 | 2026-03-13T20:05:18.665Z | 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 = a33f1af0-7238-473f-94fe-da23c1341663
|
| 4040 | 2026-03-13T20:05:18.665Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-e2f55c4f-8760-4861-a1d2-96f24b08c985"]
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 = a33f1af0-7238-473f-94fe-da23c1341663
|
| 4041 | 2026-03-13T20:05:18.685Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 428
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 = a33f1af0-7238-473f-94fe-da23c1341663
|
| 4042 | 2026-03-13T20:05:18.685Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5560
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 = a33f1af0-7238-473f-94fe-da23c1341663
|
| 4043 | 2026-03-13T20:05:18.685Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 5653
file = phd-tests/tests/src/cpuid.rs
line = 279
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_tests::cpuid
|
| 4044 | 2026-03-13T20:05:18.685Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 428
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4045 | 2026-03-13T20:05:18.685Z | 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
|
| 4046 | 2026-03-13T20:05:18.685Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4047 | 2026-03-13T20:05:18.685Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4048 | 2026-03-13T20:05:18.685Z | 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
|
| 4049 | 2026-03-13T20:05:18.685Z | 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
|
| 4050 | 2026-03-13T20:05:18.686Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4051 | 2026-03-13T20:05:18.686Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4052 | 2026-03-13T20:05:18.686Z | 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
|
| 4053 | 2026-03-13T20:05:18.697Z | 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.1M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 4054 | 2026-03-13T20:05:18.697Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-b00e4bc4-b116-4925-a088-1a1e6775dbcb"]
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
|
| 4055 | 2026-03-13T20:05:18.714Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-b00e4bc4-b116-4925-a088-1a1e6775dbcb", "phd-artifacts/phd-clone-bbb26f9e-1c36-4cb8-a58e-b47f15b280f7"]
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
|
| 4056 | 2026-03-13T20:05:18.732Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-bbb26f9e-1c36-4cb8-a58e-b47f15b280f7"]
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
|
| 4057 | 2026-03-13T20:05:18.743Z | 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-bbb26f9e-1c36-4cb8-a58e-b47f15b280f7 0B 25.3T 48.9M /phd-artifacts/phd-clone-bbb26f9e-1c36-4cb8-a58e-b47f15b280f7\n
target = phd_framework::zfs
|
| 4058 | 2026-03-13T20:05:18.743Z | 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
|
| 4059 | 2026-03-13T20:05:18.744Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm_name = instance_ensure_running_test
|
| 4060 | 2026-03-13T20:05:18.744Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 4061 | 2026-03-13T20:05:18.744Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 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
|
| 4062 | 2026-03-13T20:05:18.744Z | 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
|
| 4063 | 2026-03-13T20:05:18.762Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1157
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
|
| 4064 | 2026-03-13T20:05:18.777Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 33
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
|
| 4065 | 2026-03-13T20:05:18.778Z | 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 = c81de8d5-b963-4613-915e-29d981014384
|
| 4066 | 2026-03-13T20:05:18.778Z | 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 = c81de8d5-b963-4613-915e-29d981014384
|
| 4067 | 2026-03-13T20:05:19.605Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4068 | 2026-03-13T20:05:19.606Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: c81de8d5-b963-4613-915e-29d981014384, name: "phd-vm-c81de8d5-b963-4613-915e-29d981014384", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 9379f3e8-062d-4412-9e16-ca4e5902660a, project_id: 3925fb44-b71d-4eeb-b4a7-8b40c71748b5, sled_id: 79e4b9e9-efc3-4d50-93da-4170da5d8724, sled_serial: "79e4b9e9-efc3-4d50-93da-4170da5d8724", 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 = c81de8d5-b963-4613-915e-29d981014384
|
| 4069 | 2026-03-13T20:05:19.606Z | 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 = c81de8d5-b963-4613-915e-29d981014384
|
| 4070 | 2026-03-13T20:05:19.606Z | 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 = c81de8d5-b963-4613-915e-29d981014384
|
| 4071 | 2026-03-13T20:05:19.607Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = c81de8d5-b963-4613-915e-29d981014384
|
| 4072 | 2026-03-13T20:05:19.607Z | 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 = c81de8d5-b963-4613-915e-29d981014384
|
| 4073 | 2026-03-13T20:05:19.607Z | 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 = c81de8d5-b963-4613-915e-29d981014384
|
| 4074 | 2026-03-13T20:05:19.608Z | 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 = c81de8d5-b963-4613-915e-29d981014384
|
| 4075 | 2026-03-13T20:05:19.608Z | 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 = c81de8d5-b963-4613-915e-29d981014384
|
| 4076 | 2026-03-13T20:05:19.608Z | 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 = c81de8d5-b963-4613-915e-29d981014384
|
| 4077 | 2026-03-13T20:05:19.608Z | 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 = c81de8d5-b963-4613-915e-29d981014384
|
| 4078 | 2026-03-13T20:05:19.608Z | 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 = c81de8d5-b963-4613-915e-29d981014384
|
| 4079 | 2026-03-13T20:05:19.609Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = c81de8d5-b963-4613-915e-29d981014384
|
| 4080 | 2026-03-13T20:05:20.263Z | 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 = c81de8d5-b963-4613-915e-29d981014384
|
| 4081 | 2026-03-13T20:05:20.263Z | 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 = c81de8d5-b963-4613-915e-29d981014384
|
| 4082 | 2026-03-13T20:05:20.265Z | 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 = c81de8d5-b963-4613-915e-29d981014384
|
| 4083 | 2026-03-13T20:05:20.265Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 656
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 = c81de8d5-b963-4613-915e-29d981014384
|
| 4084 | 2026-03-13T20:05:20.265Z | 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 = c81de8d5-b963-4613-915e-29d981014384
|
| 4085 | 2026-03-13T20:05:20.265Z | 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 = c81de8d5-b963-4613-915e-29d981014384
|
| 4086 | 2026-03-13T20:05:20.266Z | 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 = c81de8d5-b963-4613-915e-29d981014384
|
| 4087 | 2026-03-13T20:05:20.266Z | 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 = c81de8d5-b963-4613-915e-29d981014384
|
| 4088 | 2026-03-13T20:05:20.266Z | INFO | phd-runner: [WAIT_FOR_STATE - EVENT] Waiting 60s for server to reach state Destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 791
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = c81de8d5-b963-4613-915e-29d981014384
|
| 4089 | 2026-03-13T20:05:20.266Z | 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 = c81de8d5-b963-4613-915e-29d981014384
|
| 4090 | 2026-03-13T20:05:20.266Z | 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 = c81de8d5-b963-4613-915e-29d981014384
|
| 4091 | 2026-03-13T20:05:20.267Z | 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 = c81de8d5-b963-4613-915e-29d981014384
|
| 4092 | 2026-03-13T20:05:20.270Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial websocket closed
file = phd-tests/framework/src/serial/mod.rs
line = 271
target = phd_framework::serial
|
| 4093 | 2026-03-13T20:05:20.270Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 665
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4094 | 2026-03-13T20:05:20.935Z | 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 = c81de8d5-b963-4613-915e-29d981014384
|
| 4095 | 2026-03-13T20:05:20.935Z | 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 = c81de8d5-b963-4613-915e-29d981014384
|
| 4096 | 2026-03-13T20:05:20.937Z | 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 = c81de8d5-b963-4613-915e-29d981014384
|
| 4097 | 2026-03-13T20:05:20.937Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 670
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 = c81de8d5-b963-4613-915e-29d981014384
|
| 4098 | 2026-03-13T20:05:20.937Z | 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 = c81de8d5-b963-4613-915e-29d981014384
|
| 4099 | 2026-03-13T20:05:20.937Z | 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
|
| 4100 | 2026-03-13T20:05:20.937Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4101 | 2026-03-13T20:05:20.938Z | 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 = c81de8d5-b963-4613-915e-29d981014384
|
| 4102 | 2026-03-13T20:05:21.023Z | 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 = c81de8d5-b963-4613-915e-29d981014384
|
| 4103 | 2026-03-13T20:05:21.023Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-bbb26f9e-1c36-4cb8-a58e-b47f15b280f7"]
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 = c81de8d5-b963-4613-915e-29d981014384
|
| 4104 | 2026-03-13T20:05:21.059Z | 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 = c81de8d5-b963-4613-915e-29d981014384
|
| 4105 | 2026-03-13T20:05:21.059Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-b00e4bc4-b116-4925-a088-1a1e6775dbcb"]
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 = c81de8d5-b963-4613-915e-29d981014384
|
| 4106 | 2026-03-13T20:05:21.078Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 141
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 = c81de8d5-b963-4613-915e-29d981014384
|
| 4107 | 2026-03-13T20:05:21.078Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 140
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4108 | 2026-03-13T20:05:21.078Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 2300
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 = c81de8d5-b963-4613-915e-29d981014384
|
| 4109 | 2026-03-13T20:05:21.078Z | 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
|
| 4110 | 2026-03-13T20:05:21.078Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 2392
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
|
| 4111 | 2026-03-13T20:05:21.078Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4112 | 2026-03-13T20:05:21.078Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4113 | 2026-03-13T20:05:21.078Z | 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
|
| 4114 | 2026-03-13T20:05:21.079Z | 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
|
| 4115 | 2026-03-13T20:05:21.079Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4116 | 2026-03-13T20:05:21.079Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4117 | 2026-03-13T20:05:21.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::server_state_machine::instance_stop_unstarted_test
target = phd_framework::zfs
verb = list
|
| 4118 | 2026-03-13T20:05:21.090Z | 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.1M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 4119 | 2026-03-13T20:05:21.090Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-40ad579d-d392-459a-8f22-37ceb3c96a25"]
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
|
| 4120 | 2026-03-13T20:05:21.107Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-40ad579d-d392-459a-8f22-37ceb3c96a25", "phd-artifacts/phd-clone-177bd4b2-ca37-43e7-bc5d-ab38db543d3e"]
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
|
| 4121 | 2026-03-13T20:05:21.124Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-177bd4b2-ca37-43e7-bc5d-ab38db543d3e"]
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
|
| 4122 | 2026-03-13T20:05:21.136Z | 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-177bd4b2-ca37-43e7-bc5d-ab38db543d3e 0B 25.3T 48.9M /phd-artifacts/phd-clone-177bd4b2-ca37-43e7-bc5d-ab38db543d3e\n
target = phd_framework::zfs
|
| 4123 | 2026-03-13T20:05:21.136Z | 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
|
| 4124 | 2026-03-13T20:05:21.136Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = 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
|
| 4125 | 2026-03-13T20:05:21.137Z | 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
|
| 4126 | 2026-03-13T20:05:21.137Z | INFO | phd-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
|
| 4127 | 2026-03-13T20:05:21.137Z | 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
|
| 4128 | 2026-03-13T20:05:21.154Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1165
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
|
| 4129 | 2026-03-13T20:05:21.169Z | 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_stop_unstarted_test
target = phd_framework::test_vm
|
| 4130 | 2026-03-13T20:05:21.169Z | 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 = 70220ab7-76df-4f88-b879-3125d78533ac
|
| 4131 | 2026-03-13T20:05:21.170Z | 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 = 70220ab7-76df-4f88-b879-3125d78533ac
|
| 4132 | 2026-03-13T20:05:21.720Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4133 | 2026-03-13T20:05:21.721Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 70220ab7-76df-4f88-b879-3125d78533ac, name: "phd-vm-70220ab7-76df-4f88-b879-3125d78533ac", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: f387dcdb-07fb-4997-baf3-1bb3d8fe204a, project_id: f970c36b-c9c7-4b0b-ae06-0a96b5c63682, sled_id: 300a994b-24aa-439a-91cd-f25ba62f5d29, sled_serial: "300a994b-24aa-439a-91cd-f25ba62f5d29", 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 = 70220ab7-76df-4f88-b879-3125d78533ac
|
| 4134 | 2026-03-13T20:05:21.721Z | 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 = 70220ab7-76df-4f88-b879-3125d78533ac
|
| 4135 | 2026-03-13T20:05:21.721Z | 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 = 70220ab7-76df-4f88-b879-3125d78533ac
|
| 4136 | 2026-03-13T20:05:21.722Z | 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 = 70220ab7-76df-4f88-b879-3125d78533ac
|
| 4137 | 2026-03-13T20:05:21.722Z | 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 = 70220ab7-76df-4f88-b879-3125d78533ac
|
| 4138 | 2026-03-13T20:05:21.722Z | 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 = 70220ab7-76df-4f88-b879-3125d78533ac
|
| 4139 | 2026-03-13T20:05:21.723Z | 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 = 70220ab7-76df-4f88-b879-3125d78533ac
|
| 4140 | 2026-03-13T20:05:21.723Z | 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 = 70220ab7-76df-4f88-b879-3125d78533ac
|
| 4141 | 2026-03-13T20:05:21.723Z | 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 = 70220ab7-76df-4f88-b879-3125d78533ac
|
| 4142 | 2026-03-13T20:05:21.723Z | 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 = 70220ab7-76df-4f88-b879-3125d78533ac
|
| 4143 | 2026-03-13T20:05:21.723Z | 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 = 70220ab7-76df-4f88-b879-3125d78533ac
|
| 4144 | 2026-03-13T20:05:21.724Z | 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 = 70220ab7-76df-4f88-b879-3125d78533ac
|
| 4145 | 2026-03-13T20:05:21.726Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial websocket closed
file = phd-tests/framework/src/serial/mod.rs
line = 271
target = phd_framework::serial
|
| 4146 | 2026-03-13T20:05:21.726Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 6
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4147 | 2026-03-13T20:05:22.424Z | 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 = 70220ab7-76df-4f88-b879-3125d78533ac
|
| 4148 | 2026-03-13T20:05:22.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::server_state_machine::instance_stop_unstarted_test
target = phd_framework::test_vm
vm = instance_stop_unstarted_test
vm_id = 70220ab7-76df-4f88-b879-3125d78533ac
|
| 4149 | 2026-03-13T20:05:22.425Z | 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 = 70220ab7-76df-4f88-b879-3125d78533ac
|
| 4150 | 2026-03-13T20:05:22.425Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 702
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 = 70220ab7-76df-4f88-b879-3125d78533ac
|
| 4151 | 2026-03-13T20:05:22.425Z | 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 = 70220ab7-76df-4f88-b879-3125d78533ac
|
| 4152 | 2026-03-13T20:05:22.425Z | 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
|
| 4153 | 2026-03-13T20:05:22.426Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4154 | 2026-03-13T20:05:22.426Z | 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 = 70220ab7-76df-4f88-b879-3125d78533ac
|
| 4155 | 2026-03-13T20:05:22.509Z | 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 = 70220ab7-76df-4f88-b879-3125d78533ac
|
| 4156 | 2026-03-13T20:05:22.509Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-177bd4b2-ca37-43e7-bc5d-ab38db543d3e"]
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 = 70220ab7-76df-4f88-b879-3125d78533ac
|
| 4157 | 2026-03-13T20:05:22.544Z | 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 = 70220ab7-76df-4f88-b879-3125d78533ac
|
| 4158 | 2026-03-13T20:05:22.544Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-40ad579d-d392-459a-8f22-37ceb3c96a25"]
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 = 70220ab7-76df-4f88-b879-3125d78533ac
|
| 4159 | 2026-03-13T20:05:22.563Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 137
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::server_state_machine::instance_stop_unstarted_test
target = phd_framework::test_vm
vm = instance_stop_unstarted_test
vm_id = 70220ab7-76df-4f88-b879-3125d78533ac
|
| 4160 | 2026-03-13T20:05:22.563Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 1393
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 = 70220ab7-76df-4f88-b879-3125d78533ac
|
| 4161 | 2026-03-13T20:05:22.563Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 1484
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
|
| 4162 | 2026-03-13T20:05:22.563Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 137
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4163 | 2026-03-13T20:05:22.563Z | 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
|
| 4164 | 2026-03-13T20:05:22.563Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4165 | 2026-03-13T20:05:22.563Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4166 | 2026-03-13T20:05:22.564Z | 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
|
| 4167 | 2026-03-13T20:05:22.564Z | 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
|
| 4168 | 2026-03-13T20:05:22.564Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4169 | 2026-03-13T20:05:22.564Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4170 | 2026-03-13T20:05:22.564Z | 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
|
| 4171 | 2026-03-13T20:05:22.576Z | 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.1M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 4172 | 2026-03-13T20:05:22.576Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-4bc9a2de-98db-4b8b-9342-eb49187ad657"]
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
|
| 4173 | 2026-03-13T20:05:22.594Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-4bc9a2de-98db-4b8b-9342-eb49187ad657", "phd-artifacts/phd-clone-c978dc08-79f3-4c3d-a98f-d65100a87454"]
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
|
| 4174 | 2026-03-13T20:05:22.610Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-c978dc08-79f3-4c3d-a98f-d65100a87454"]
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
|
| 4175 | 2026-03-13T20:05:22.622Z | 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-c978dc08-79f3-4c3d-a98f-d65100a87454 0B 25.3T 48.9M /phd-artifacts/phd-clone-c978dc08-79f3-4c3d-a98f-d65100a87454\n
target = phd_framework::zfs
|
| 4176 | 2026-03-13T20:05:22.623Z | 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
|
| 4177 | 2026-03-13T20:05:22.623Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm_name = instance_stop_causes_destroy_test
|
| 4178 | 2026-03-13T20:05:22.623Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 4179 | 2026-03-13T20:05:22.623Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 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
|
| 4180 | 2026-03-13T20:05:22.623Z | 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
|
| 4181 | 2026-03-13T20:05:22.641Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1173
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
|
| 4182 | 2026-03-13T20:05:22.656Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 33
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
|
| 4183 | 2026-03-13T20:05:22.656Z | 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 = 9ce9ca06-36d8-46dd-92fd-8a726fbbc346
|
| 4184 | 2026-03-13T20:05:22.657Z | 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 = 9ce9ca06-36d8-46dd-92fd-8a726fbbc346
|
| 4185 | 2026-03-13T20:05:23.084Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4186 | 2026-03-13T20:05:23.085Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 9ce9ca06-36d8-46dd-92fd-8a726fbbc346, name: "phd-vm-9ce9ca06-36d8-46dd-92fd-8a726fbbc346", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 21abd17e-c561-4017-b7d6-247eac87601a, project_id: 4ff37cbb-076c-4b73-b9d0-8c3f3f44ed3f, sled_id: 06b012cf-fdca-405f-a390-1de9a24ea1c6, sled_serial: "06b012cf-fdca-405f-a390-1de9a24ea1c6", 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 = 9ce9ca06-36d8-46dd-92fd-8a726fbbc346
|
| 4187 | 2026-03-13T20:05:23.085Z | 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 = 9ce9ca06-36d8-46dd-92fd-8a726fbbc346
|
| 4188 | 2026-03-13T20:05:23.085Z | 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 = 9ce9ca06-36d8-46dd-92fd-8a726fbbc346
|
| 4189 | 2026-03-13T20:05:23.086Z | 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 = 9ce9ca06-36d8-46dd-92fd-8a726fbbc346
|
| 4190 | 2026-03-13T20:05:23.086Z | 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 = 9ce9ca06-36d8-46dd-92fd-8a726fbbc346
|
| 4191 | 2026-03-13T20:05:23.086Z | 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 = 9ce9ca06-36d8-46dd-92fd-8a726fbbc346
|
| 4192 | 2026-03-13T20:05:23.087Z | 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 = 9ce9ca06-36d8-46dd-92fd-8a726fbbc346
|
| 4193 | 2026-03-13T20:05:23.087Z | 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 = 9ce9ca06-36d8-46dd-92fd-8a726fbbc346
|
| 4194 | 2026-03-13T20:05:23.087Z | 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 = 9ce9ca06-36d8-46dd-92fd-8a726fbbc346
|
| 4195 | 2026-03-13T20:05:23.087Z | 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 = 9ce9ca06-36d8-46dd-92fd-8a726fbbc346
|
| 4196 | 2026-03-13T20:05:23.088Z | 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 = 9ce9ca06-36d8-46dd-92fd-8a726fbbc346
|
| 4197 | 2026-03-13T20:05:23.091Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial websocket closed
file = phd-tests/framework/src/serial/mod.rs
line = 271
target = phd_framework::serial
|
| 4198 | 2026-03-13T20:05:23.091Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 7
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4199 | 2026-03-13T20:05:23.091Z | 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_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 9ce9ca06-36d8-46dd-92fd-8a726fbbc346
|
| 4200 | 2026-03-13T20:05:23.398Z | 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 = 9ce9ca06-36d8-46dd-92fd-8a726fbbc346
|
| 4201 | 2026-03-13T20:05:23.398Z | 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 = 9ce9ca06-36d8-46dd-92fd-8a726fbbc346
|
| 4202 | 2026-03-13T20:05:23.400Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 9ce9ca06-36d8-46dd-92fd-8a726fbbc346
|
| 4203 | 2026-03-13T20:05:23.400Z | 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_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 9ce9ca06-36d8-46dd-92fd-8a726fbbc346
|
| 4204 | 2026-03-13T20:05:23.400Z | 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 = 9ce9ca06-36d8-46dd-92fd-8a726fbbc346
|
| 4205 | 2026-03-13T20:05:23.400Z | 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 = 9ce9ca06-36d8-46dd-92fd-8a726fbbc346
|
| 4206 | 2026-03-13T20:05:23.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::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 9ce9ca06-36d8-46dd-92fd-8a726fbbc346
|
| 4207 | 2026-03-13T20:05:23.401Z | 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 = 9ce9ca06-36d8-46dd-92fd-8a726fbbc346
|
| 4208 | 2026-03-13T20:05:23.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::server_state_machine::instance_stop_causes_destroy_test
state = Stop
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 9ce9ca06-36d8-46dd-92fd-8a726fbbc346
|
| 4209 | 2026-03-13T20:05:23.402Z | 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 = 9ce9ca06-36d8-46dd-92fd-8a726fbbc346
|
| 4210 | 2026-03-13T20:05:23.402Z | 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 = 9ce9ca06-36d8-46dd-92fd-8a726fbbc346
|
| 4211 | 2026-03-13T20:05:23.402Z | 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 = 9ce9ca06-36d8-46dd-92fd-8a726fbbc346
|
| 4212 | 2026-03-13T20:05:23.403Z | 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 = 9ce9ca06-36d8-46dd-92fd-8a726fbbc346
|
| 4213 | 2026-03-13T20:05:23.403Z | 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 = 9ce9ca06-36d8-46dd-92fd-8a726fbbc346
|
| 4214 | 2026-03-13T20:05:23.403Z | 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
|
| 4215 | 2026-03-13T20:05:23.403Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4216 | 2026-03-13T20:05:23.404Z | 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 = 9ce9ca06-36d8-46dd-92fd-8a726fbbc346
|
| 4217 | 2026-03-13T20:05:23.494Z | 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 = 9ce9ca06-36d8-46dd-92fd-8a726fbbc346
|
| 4218 | 2026-03-13T20:05:23.494Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-c978dc08-79f3-4c3d-a98f-d65100a87454"]
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 = 9ce9ca06-36d8-46dd-92fd-8a726fbbc346
|
| 4219 | 2026-03-13T20:05:23.526Z | 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 = 9ce9ca06-36d8-46dd-92fd-8a726fbbc346
|
| 4220 | 2026-03-13T20:05:23.526Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-4bc9a2de-98db-4b8b-9342-eb49187ad657"]
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 = 9ce9ca06-36d8-46dd-92fd-8a726fbbc346
|
| 4221 | 2026-03-13T20:05:23.545Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 141
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 = 9ce9ca06-36d8-46dd-92fd-8a726fbbc346
|
| 4222 | 2026-03-13T20:05:23.545Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 888
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 = 9ce9ca06-36d8-46dd-92fd-8a726fbbc346
|
| 4223 | 2026-03-13T20:05:23.545Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 141
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4224 | 2026-03-13T20:05:23.545Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 981
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
|
| 4225 | 2026-03-13T20:05:23.545Z | 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
|
| 4226 | 2026-03-13T20:05:23.545Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4227 | 2026-03-13T20:05:23.545Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4228 | 2026-03-13T20:05:23.545Z | 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
|
| 4229 | 2026-03-13T20:05:23.545Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 4230 | 2026-03-13T20:05:23.545Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4231 | 2026-03-13T20:05:23.545Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4232 | 2026-03-13T20:05:23.545Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::zfs
verb = list
|
| 4233 | 2026-03-13T20:05:23.556Z | 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.0M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 4234 | 2026-03-13T20:05:23.557Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-6d80b614-c4bb-4ca6-9d98-a4fc4a1f637f"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::zfs
verb = snapshot
|
| 4235 | 2026-03-13T20:05:23.577Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-6d80b614-c4bb-4ca6-9d98-a4fc4a1f637f", "phd-artifacts/phd-clone-5dfcbc9c-567e-48b8-97ba-eacdfe69fd41"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::zfs
verb = clone
|
| 4236 | 2026-03-13T20:05:23.594Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-5dfcbc9c-567e-48b8-97ba-eacdfe69fd41"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::zfs
verb = list
|
| 4237 | 2026-03-13T20:05:23.605Z | 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-5dfcbc9c-567e-48b8-97ba-eacdfe69fd41 0B 25.3T 48.9M /phd-artifacts/phd-clone-5dfcbc9c-567e-48b8-97ba-eacdfe69fd41\n
target = phd_framework::zfs
|
| 4238 | 2026-03-13T20:05:23.606Z | 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
|
| 4239 | 2026-03-13T20:05:23.606Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = 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
|
| 4240 | 2026-03-13T20:05:23.606Z | 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
|
| 4241 | 2026-03-13T20:05:23.606Z | INFO | phd-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
|
| 4242 | 2026-03-13T20:05:23.606Z | 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
|
| 4243 | 2026-03-13T20:05:23.623Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1181
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
|
| 4244 | 2026-03-13T20:05:23.637Z | 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_test
target = phd_framework::test_vm
|
| 4245 | 2026-03-13T20:05:23.637Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4246 | 2026-03-13T20:05:23.638Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4247 | 2026-03-13T20:05:23.638Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4248 | 2026-03-13T20:05:23.638Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4249 | 2026-03-13T20:05:23.639Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4250 | 2026-03-13T20:05:24.286Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4251 | 2026-03-13T20:05:24.288Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: cbc67f07-68bb-4754-8025-7deb6c4d52a3, name: "phd-vm-cbc67f07-68bb-4754-8025-7deb6c4d52a3", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 847508d5-c2af-4a20-98aa-3d89e715b2b4, project_id: cffecf92-c26e-4812-beeb-fc47c25f7967, sled_id: 54845761-7a36-4eff-a275-4cb4501bf994, sled_serial: "54845761-7a36-4eff-a275-4cb4501bf994", 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4252 | 2026-03-13T20:05:24.288Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4253 | 2026-03-13T20:05:24.288Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4254 | 2026-03-13T20:05:24.289Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4255 | 2026-03-13T20:05:24.289Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4256 | 2026-03-13T20:05:24.289Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4257 | 2026-03-13T20:05:24.289Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4258 | 2026-03-13T20:05:24.289Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4259 | 2026-03-13T20:05:24.290Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4260 | 2026-03-13T20:05:24.290Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4261 | 2026-03-13T20:05:24.290Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4262 | 2026-03-13T20:05:24.290Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4263 | 2026-03-13T20:05:24.291Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4264 | 2026-03-13T20:05:24.291Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4265 | 2026-03-13T20:05:24.291Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4266 | 2026-03-13T20:05:24.292Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4267 | 2026-03-13T20:05:24.292Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4268 | 2026-03-13T20:05:24.295Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4269 | 2026-03-13T20:05:24.295Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4270 | 2026-03-13T20:05:24.295Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4271 | 2026-03-13T20:05:24.295Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4272 | 2026-03-13T20:05:24.296Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4273 | 2026-03-13T20:05:24.296Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4274 | 2026-03-13T20:05:24.296Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4275 | 2026-03-13T20:05:24.297Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4276 | 2026-03-13T20:05:24.297Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4277 | 2026-03-13T20:05:24.297Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4278 | 2026-03-13T20:05:24.298Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4279 | 2026-03-13T20:05:24.298Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4280 | 2026-03-13T20:05:24.298Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4281 | 2026-03-13T20:05:24.299Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4282 | 2026-03-13T20:05:24.299Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4283 | 2026-03-13T20:05:24.299Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4284 | 2026-03-13T20:05:24.300Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4285 | 2026-03-13T20:05:24.300Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4286 | 2026-03-13T20:05:24.300Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4287 | 2026-03-13T20:05:24.300Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4288 | 2026-03-13T20:05:24.300Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4289 | 2026-03-13T20:05:24.300Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4290 | 2026-03-13T20:05:24.301Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4291 | 2026-03-13T20:05:24.301Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4292 | 2026-03-13T20:05:24.301Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4293 | 2026-03-13T20:05:24.302Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4294 | 2026-03-13T20:05:24.302Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4295 | 2026-03-13T20:05:24.302Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::server_state_machine::instance_reset_test
state = Reboot
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4296 | 2026-03-13T20:05:24.303Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4297 | 2026-03-13T20:05:24.303Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4298 | 2026-03-13T20:05:24.303Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4299 | 2026-03-13T20:05:24.304Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4300 | 2026-03-13T20:05:24.304Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4301 | 2026-03-13T20:05:24.304Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4302 | 2026-03-13T20:05:24.304Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4303 | 2026-03-13T20:05:24.304Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4304 | 2026-03-13T20:05:24.305Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4305 | 2026-03-13T20:05:24.305Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4306 | 2026-03-13T20:05:24.305Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4307 | 2026-03-13T20:05:24.305Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4308 | 2026-03-13T20:05:24.305Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4309 | 2026-03-13T20:05:24.305Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4310 | 2026-03-13T20:05:24.306Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4311 | 2026-03-13T20:05:24.306Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4312 | 2026-03-13T20:05:24.306Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4313 | 2026-03-13T20:05:24.307Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4314 | 2026-03-13T20:05:24.310Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial websocket closed
file = phd-tests/framework/src/serial/mod.rs
line = 271
target = phd_framework::serial
|
| 4315 | 2026-03-13T20:05:24.310Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 23
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4316 | 2026-03-13T20:05:25.028Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4317 | 2026-03-13T20:05:25.028Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4318 | 2026-03-13T20:05:25.030Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4319 | 2026-03-13T20:05:25.030Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 724
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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4320 | 2026-03-13T20:05:25.030Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4321 | 2026-03-13T20:05:25.030Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4322 | 2026-03-13T20:05:25.031Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4323 | 2026-03-13T20:05:25.031Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4324 | 2026-03-13T20:05:25.031Z | 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
|
| 4325 | 2026-03-13T20:05:25.031Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4326 | 2026-03-13T20:05:25.032Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4327 | 2026-03-13T20:05:25.115Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4328 | 2026-03-13T20:05:25.115Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-5dfcbc9c-567e-48b8-97ba-eacdfe69fd41"]
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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4329 | 2026-03-13T20:05:25.153Z | 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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4330 | 2026-03-13T20:05:25.154Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-6d80b614-c4bb-4ca6-9d98-a4fc4a1f637f"]
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 = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4331 | 2026-03-13T20:05:25.171Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 139
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4332 | 2026-03-13T20:05:25.171Z | 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_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = cbc67f07-68bb-4754-8025-7deb6c4d52a3
|
| 4333 | 2026-03-13T20:05:25.171Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 139
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4334 | 2026-03-13T20:05:25.171Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 1625
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
|
| 4335 | 2026-03-13T20:05:25.171Z | 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
|
| 4336 | 2026-03-13T20:05:25.171Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4337 | 2026-03-13T20:05:25.171Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4338 | 2026-03-13T20:05:25.171Z | 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
|
| 4339 | 2026-03-13T20:05:25.172Z | 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
|
| 4340 | 2026-03-13T20:05:25.172Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4341 | 2026-03-13T20:05:25.172Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4342 | 2026-03-13T20:05:25.172Z | 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
|
| 4343 | 2026-03-13T20:05:25.183Z | 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.7M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 4344 | 2026-03-13T20:05:25.183Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-dae33a4b-0c00-4401-b473-f640029a3bb3"]
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
|
| 4345 | 2026-03-13T20:05:25.200Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-dae33a4b-0c00-4401-b473-f640029a3bb3", "phd-artifacts/phd-clone-4f2f2312-93bf-47af-9ecf-379e30ccfdaa"]
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
|
| 4346 | 2026-03-13T20:05:25.218Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-4f2f2312-93bf-47af-9ecf-379e30ccfdaa"]
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
|
| 4347 | 2026-03-13T20:05:25.230Z | 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-4f2f2312-93bf-47af-9ecf-379e30ccfdaa 0B 25.3T 48.9M /phd-artifacts/phd-clone-4f2f2312-93bf-47af-9ecf-379e30ccfdaa\n
target = phd_framework::zfs
|
| 4348 | 2026-03-13T20:05:25.230Z | 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
|
| 4349 | 2026-03-13T20:05:25.230Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = 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
|
| 4350 | 2026-03-13T20:05:25.230Z | 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
|
| 4351 | 2026-03-13T20:05:25.230Z | INFO | phd-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
|
| 4352 | 2026-03-13T20:05:25.231Z | 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
|
| 4353 | 2026-03-13T20:05:25.248Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1189
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
|
| 4354 | 2026-03-13T20:05:25.263Z | 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_reset_requires_running_test
target = phd_framework::test_vm
|
| 4355 | 2026-03-13T20:05:25.263Z | 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 = f8c10a52-32a1-4df3-ba0b-504777890103
|
| 4356 | 2026-03-13T20:05:25.263Z | 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 = f8c10a52-32a1-4df3-ba0b-504777890103
|
| 4357 | 2026-03-13T20:05:25.264Z | 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 = f8c10a52-32a1-4df3-ba0b-504777890103
|
| 4358 | 2026-03-13T20:05:25.264Z | 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 = f8c10a52-32a1-4df3-ba0b-504777890103
|
| 4359 | 2026-03-13T20:05:25.264Z | 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 = f8c10a52-32a1-4df3-ba0b-504777890103
|
| 4360 | 2026-03-13T20:05:25.881Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4361 | 2026-03-13T20:05:25.882Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: f8c10a52-32a1-4df3-ba0b-504777890103, name: "phd-vm-f8c10a52-32a1-4df3-ba0b-504777890103", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: ac6e3f4e-d95d-40a8-9718-840df319da3b, project_id: 2e7108b7-836e-4775-8c9f-0b10705ceab3, sled_id: e892c797-7563-499f-bcf7-62c2b5043675, sled_serial: "e892c797-7563-499f-bcf7-62c2b5043675", 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 = f8c10a52-32a1-4df3-ba0b-504777890103
|
| 4362 | 2026-03-13T20:05:25.882Z | 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 = f8c10a52-32a1-4df3-ba0b-504777890103
|
| 4363 | 2026-03-13T20:05:25.882Z | 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 = f8c10a52-32a1-4df3-ba0b-504777890103
|
| 4364 | 2026-03-13T20:05:25.883Z | 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 = f8c10a52-32a1-4df3-ba0b-504777890103
|
| 4365 | 2026-03-13T20:05:25.883Z | 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 = f8c10a52-32a1-4df3-ba0b-504777890103
|
| 4366 | 2026-03-13T20:05:25.883Z | 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 = f8c10a52-32a1-4df3-ba0b-504777890103
|
| 4367 | 2026-03-13T20:05:25.883Z | 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 = f8c10a52-32a1-4df3-ba0b-504777890103
|
| 4368 | 2026-03-13T20:05:25.883Z | 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 = f8c10a52-32a1-4df3-ba0b-504777890103
|
| 4369 | 2026-03-13T20:05:25.884Z | 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 = f8c10a52-32a1-4df3-ba0b-504777890103
|
| 4370 | 2026-03-13T20:05:25.884Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = f8c10a52-32a1-4df3-ba0b-504777890103
|
| 4371 | 2026-03-13T20:05:25.884Z | 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 = f8c10a52-32a1-4df3-ba0b-504777890103
|
| 4372 | 2026-03-13T20:05:25.884Z | 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
|
| 4373 | 2026-03-13T20:05:25.884Z | 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
|
| 4374 | 2026-03-13T20:05:25.884Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 3
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4375 | 2026-03-13T20:05:25.884Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4376 | 2026-03-13T20:05:25.885Z | 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 = f8c10a52-32a1-4df3-ba0b-504777890103
|
| 4377 | 2026-03-13T20:05:26.321Z | 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 = f8c10a52-32a1-4df3-ba0b-504777890103
|
| 4378 | 2026-03-13T20:05:26.407Z | 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 = f8c10a52-32a1-4df3-ba0b-504777890103
|
| 4379 | 2026-03-13T20:05:26.407Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-4f2f2312-93bf-47af-9ecf-379e30ccfdaa"]
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 = f8c10a52-32a1-4df3-ba0b-504777890103
|
| 4380 | 2026-03-13T20:05:26.441Z | 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 = f8c10a52-32a1-4df3-ba0b-504777890103
|
| 4381 | 2026-03-13T20:05:26.441Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-dae33a4b-0c00-4401-b473-f640029a3bb3"]
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 = f8c10a52-32a1-4df3-ba0b-504777890103
|
| 4382 | 2026-03-13T20:05:26.458Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 573
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 = f8c10a52-32a1-4df3-ba0b-504777890103
|
| 4383 | 2026-03-13T20:05:26.458Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 1193
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 = f8c10a52-32a1-4df3-ba0b-504777890103
|
| 4384 | 2026-03-13T20:05:26.458Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 1286
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
|
| 4385 | 2026-03-13T20:05:26.458Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 573
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4386 | 2026-03-13T20:05:26.458Z | 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
|
| 4387 | 2026-03-13T20:05:26.458Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4388 | 2026-03-13T20:05:26.458Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4389 | 2026-03-13T20:05:26.458Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/server_state_machine.rs
line = 113
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_tests::server_state_machine
|
| 4390 | 2026-03-13T20:05:26.458Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 4391 | 2026-03-13T20:05:26.458Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4392 | 2026-03-13T20:05:26.458Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4393 | 2026-03-13T20:05:26.458Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::zfs
verb = list
|
| 4394 | 2026-03-13T20:05:26.469Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 51.4M 25.3T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 4395 | 2026-03-13T20:05:26.469Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-1bad04db-5419-456c-a32b-30335f7f5b3f"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::zfs
verb = snapshot
|
| 4396 | 2026-03-13T20:05:26.485Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-1bad04db-5419-456c-a32b-30335f7f5b3f", "phd-artifacts/phd-clone-226dbc3a-c048-43cd-8c51-e7a4e55fb0da"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::zfs
verb = clone
|
| 4397 | 2026-03-13T20:05:26.504Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-226dbc3a-c048-43cd-8c51-e7a4e55fb0da"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::zfs
verb = list
|
| 4398 | 2026-03-13T20:05:26.515Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-226dbc3a-c048-43cd-8c51-e7a4e55fb0da 0B 25.3T 48.9M /phd-artifacts/phd-clone-226dbc3a-c048-43cd-8c51-e7a4e55fb0da\n
target = phd_framework::zfs
|
| 4399 | 2026-03-13T20:05:26.516Z | DEBG | phd-runner: [TEST - EVENT] checking for existing copy of artifact
file = phd-tests/framework/src/artifacts/store.rs
line = 89
maybe_path = /phd-artifacts/83f2c87f64388d17001352694bce6416dc5ed0dc4d84bf02f5099d6724522ee4/crucible-nightly.tar.gz
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::artifacts::store
|
| 4400 | 2026-03-13T20:05:26.516Z | DEBG | phd-runner: [TEST - EVENT] Downloading file from Buildomat...
file = phd-tests/framework/src/artifacts/buildomat.rs
line = 215
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::artifacts::buildomat
timeout = 600s
uri = https://buildomat.eng.oxide.computer/public/file/oxidecomputer/crucible/nightly-image/7103cd3a3d7b0112d2949dd135db06fef0c156bb/crucible-nightly.tar.gz
|
| 4401 | 2026-03-13T20:05:32.636Z | DEBG | phd-runner: [TEST - EVENT] Extracting artifact from tarball
extracted_path = /phd-artifacts/83f2c87f64388d17001352694bce6416dc5ed0dc4d84bf02f5099d6724522ee4/crucible-downstairs
file = phd-tests/framework/src/artifacts/store.rs
line = 160
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::artifacts::store
untar_path = target/release/crucible-downstairs
|
| 4402 | 2026-03-13T20:05:32.636Z | DEBG | phd-runner: [TEST - EVENT] Extracting gzipped tarball...
file = phd-tests/framework/src/artifacts/store.rs
line = 514
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::artifacts::store
|
| 4403 | 2026-03-13T20:05:40.132Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/c03c9332-cfb0-4ae9-89bc-4b0518247241_9000", "--encrypted", "--uuid", "c03c9332-cfb0-4ae9-89bc-4b0518247241", "--extent-size", "131072", "--extent-count", "16"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::disk::crucible
|
| 4404 | 2026-03-13T20:05:40.166Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/c03c9332-cfb0-4ae9-89bc-4b0518247241_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:05:40.152427957Z","hostname":"BRM42220060","pid":1197}\n{"msg":"UUID: c03c9332-cfb0-4ae9-89bc-4b0518247241","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:05:40.162033363Z","hostname":"BRM42220060","pid":1197}\n{"msg":"Blocks per extent:131072 Total Extents: 16","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:05:40.162057779Z","hostname":"BRM42220060","pid":1197}\n
target = phd_framework::disk::crucible
|
| 4405 | 2026-03-13T20:05:40.167Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/c03c9332-cfb0-4ae9-89bc-4b0518247241_9001", "--encrypted", "--uuid", "c03c9332-cfb0-4ae9-89bc-4b0518247241", "--extent-size", "131072", "--extent-count", "16"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::disk::crucible
|
| 4406 | 2026-03-13T20:05:40.195Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/c03c9332-cfb0-4ae9-89bc-4b0518247241_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:05:40.180201276Z","hostname":"BRM42220060","pid":1198}\n{"msg":"UUID: c03c9332-cfb0-4ae9-89bc-4b0518247241","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:05:40.190728844Z","hostname":"BRM42220060","pid":1198}\n{"msg":"Blocks per extent:131072 Total Extents: 16","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:05:40.190747159Z","hostname":"BRM42220060","pid":1198}\n
target = phd_framework::disk::crucible
|
| 4407 | 2026-03-13T20:05:40.195Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/c03c9332-cfb0-4ae9-89bc-4b0518247241_9002", "--encrypted", "--uuid", "c03c9332-cfb0-4ae9-89bc-4b0518247241", "--extent-size", "131072", "--extent-count", "16"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::disk::crucible
|
| 4408 | 2026-03-13T20:05:40.222Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/c03c9332-cfb0-4ae9-89bc-4b0518247241_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:05:40.20753394Z","hostname":"BRM42220060","pid":1199}\n{"msg":"UUID: c03c9332-cfb0-4ae9-89bc-4b0518247241","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:05:40.218037302Z","hostname":"BRM42220060","pid":1199}\n{"msg":"Blocks per extent:131072 Total Extents: 16","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:05:40.218060496Z","hostname":"BRM42220060","pid":1199}\n
target = phd_framework::disk::crucible
|
| 4409 | 2026-03-13T20:05:40.222Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
stderr_path = "/tmp/propolis-phd/phd_tests::server_state_machine::stop_while_blocked_on_start_test/crucible_c03c9332-cfb0-4ae9-89bc-4b0518247241_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::server_state_machine::stop_while_blocked_on_start_test/crucible_c03c9332-cfb0-4ae9-89bc-4b0518247241_9000.stdout.log"
target = phd_framework::log_config
|
| 4410 | 2026-03-13T20:05:40.222Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/c03c9332-cfb0-4ae9-89bc-4b0518247241_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::disk::crucible
|
| 4411 | 2026-03-13T20:05:40.223Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/c03c9332-cfb0-4ae9-89bc-4b0518247241_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::disk::crucible
|
| 4412 | 2026-03-13T20:05:40.225Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
stderr_path = "/tmp/propolis-phd/phd_tests::server_state_machine::stop_while_blocked_on_start_test/crucible_c03c9332-cfb0-4ae9-89bc-4b0518247241_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::server_state_machine::stop_while_blocked_on_start_test/crucible_c03c9332-cfb0-4ae9-89bc-4b0518247241_9001.stdout.log"
target = phd_framework::log_config
|
| 4413 | 2026-03-13T20:05:40.225Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/c03c9332-cfb0-4ae9-89bc-4b0518247241_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::disk::crucible
|
| 4414 | 2026-03-13T20:05:40.225Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/c03c9332-cfb0-4ae9-89bc-4b0518247241_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::disk::crucible
|
| 4415 | 2026-03-13T20:05:40.227Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
stderr_path = "/tmp/propolis-phd/phd_tests::server_state_machine::stop_while_blocked_on_start_test/crucible_c03c9332-cfb0-4ae9-89bc-4b0518247241_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::server_state_machine::stop_while_blocked_on_start_test/crucible_c03c9332-cfb0-4ae9-89bc-4b0518247241_9002.stdout.log"
target = phd_framework::log_config
|
| 4416 | 2026-03-13T20:05:40.227Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/c03c9332-cfb0-4ae9-89bc-4b0518247241_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::disk::crucible
|
| 4417 | 2026-03-13T20:05:40.227Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/c03c9332-cfb0-4ae9-89bc-4b0518247241_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::disk::crucible
|
| 4418 | 2026-03-13T20:05:40.230Z | INFO | phd-runner: [TEST - EVENT] enabling vcr black hole
disk = vcr-replacement-target
file = phd-tests/framework/src/disk/crucible.rs
line = 130
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::disk::crucible
|
| 4419 | 2026-03-13T20:05:40.230Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
|
| 4420 | 2026-03-13T20:05:40.230Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
vm_name = stop_while_blocked_on_start_test
|
| 4421 | 2026-03-13T20:05:40.230Z | 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
|
| 4422 | 2026-03-13T20:05:40.230Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 64
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
server_addr = 127.0.0.1:9003
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 4423 | 2026-03-13T20:05:40.230Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
stderr_path = "/tmp/propolis-phd/phd_tests::server_state_machine::stop_while_blocked_on_start_test/stop_while_blocked_on_start_test.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::server_state_machine::stop_while_blocked_on_start_test/stop_while_blocked_on_start_test.stdout.log"
target = phd_framework::log_config
|
| 4424 | 2026-03-13T20:05:40.334Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1203
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm::server
|
| 4425 | 2026-03-13T20:05:40.347Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 117
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
|
| 4426 | 2026-03-13T20:05:40.347Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = b1df2492-dc08-484d-b77a-9ca59679eb5a
|
| 4427 | 2026-03-13T20:05:40.348Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9003/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 452
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = b1df2492-dc08-484d-b77a-9ca59679eb5a
|
| 4428 | 2026-03-13T20:05:40.837Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4429 | 2026-03-13T20:05:40.838Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: b1df2492-dc08-484d-b77a-9ca59679eb5a, name: "phd-vm-b1df2492-dc08-484d-b77a-9ca59679eb5a", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: d2bd7974-ecab-4258-94b9-54e0afdf425d, project_id: e7b45e2e-3a75-4736-8edd-ee8a5495f26d, sled_id: e713e766-99f8-4e2d-8a58-dfa73c9e3f38, sled_serial: "e713e766-99f8-4e2d-8a58-dfa73c9e3f38", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = b1df2492-dc08-484d-b77a-9ca59679eb5a
|
| 4430 | 2026-03-13T20:05:40.838Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = b1df2492-dc08-484d-b77a-9ca59679eb5a
|
| 4431 | 2026-03-13T20:05:40.838Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
state = Run
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = b1df2492-dc08-484d-b77a-9ca59679eb5a
|
| 4432 | 2026-03-13T20:05:40.839Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = b1df2492-dc08-484d-b77a-9ca59679eb5a
|
| 4433 | 2026-03-13T20:05:40.839Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = b1df2492-dc08-484d-b77a-9ca59679eb5a
|
| 4434 | 2026-03-13T20:05:40.839Z | INFO | phd-runner: [WAIT_FOR_STATE - EVENT] Waiting 15s for server to reach state Starting
file = phd-tests/framework/src/test_vm/mod.rs
line = 791
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = b1df2492-dc08-484d-b77a-9ca59679eb5a
|
| 4435 | 2026-03-13T20:05:40.839Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = b1df2492-dc08-484d-b77a-9ca59679eb5a
|
| 4436 | 2026-03-13T20:05:40.839Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 584
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = b1df2492-dc08-484d-b77a-9ca59679eb5a
|
| 4437 | 2026-03-13T20:05:40.840Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = b1df2492-dc08-484d-b77a-9ca59679eb5a
|
| 4438 | 2026-03-13T20:05:40.840Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = b1df2492-dc08-484d-b77a-9ca59679eb5a
|
| 4439 | 2026-03-13T20:05:40.840Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = b1df2492-dc08-484d-b77a-9ca59679eb5a
|
| 4440 | 2026-03-13T20:05:40.840Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
state = Stop
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = b1df2492-dc08-484d-b77a-9ca59679eb5a
|
| 4441 | 2026-03-13T20:05:40.841Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = b1df2492-dc08-484d-b77a-9ca59679eb5a
|
| 4442 | 2026-03-13T20:05:40.841Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = b1df2492-dc08-484d-b77a-9ca59679eb5a
|
| 4443 | 2026-03-13T20:05:40.841Z | INFO | phd-runner: [WAIT_FOR_STATE - EVENT] Waiting 60s for server to reach state Destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 791
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = b1df2492-dc08-484d-b77a-9ca59679eb5a
|
| 4444 | 2026-03-13T20:05:40.841Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = b1df2492-dc08-484d-b77a-9ca59679eb5a
|
| 4445 | 2026-03-13T20:05:40.841Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 584
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = b1df2492-dc08-484d-b77a-9ca59679eb5a
|
| 4446 | 2026-03-13T20:05:40.847Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial websocket closed
file = phd-tests/framework/src/serial/mod.rs
line = 271
target = phd_framework::serial
|
| 4447 | 2026-03-13T20:05:40.847Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4448 | 2026-03-13T20:05:40.848Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 6
file = phd-tests/framework/src/test_vm/mod.rs
line = 582
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = b1df2492-dc08-484d-b77a-9ca59679eb5a
|
| 4449 | 2026-03-13T20:05:40.848Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 6
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = b1df2492-dc08-484d-b77a-9ca59679eb5a
|
| 4450 | 2026-03-13T20:05:40.848Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = b1df2492-dc08-484d-b77a-9ca59679eb5a
|
| 4451 | 2026-03-13T20:05:40.848Z | 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
|
| 4452 | 2026-03-13T20:05:40.848Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4453 | 2026-03-13T20:05:40.849Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
self.address = 127.0.0.1:9003
target = phd_framework::test_vm::server
vm = stop_while_blocked_on_start_test
vm_id = b1df2492-dc08-484d-b77a-9ca59679eb5a
|
| 4454 | 2026-03-13T20:05:40.934Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::zfs
vm = stop_while_blocked_on_start_test
vm_id = b1df2492-dc08-484d-b77a-9ca59679eb5a
|
| 4455 | 2026-03-13T20:05:40.934Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-226dbc3a-c048-43cd-8c51-e7a4e55fb0da"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::zfs
verb = destroy
vm = stop_while_blocked_on_start_test
vm_id = b1df2492-dc08-484d-b77a-9ca59679eb5a
|
| 4456 | 2026-03-13T20:05:40.970Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::zfs
vm = stop_while_blocked_on_start_test
vm_id = b1df2492-dc08-484d-b77a-9ca59679eb5a
|
| 4457 | 2026-03-13T20:05:40.970Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-1bad04db-5419-456c-a32b-30335f7f5b3f"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::zfs
verb = destroy
vm = stop_while_blocked_on_start_test
vm_id = b1df2492-dc08-484d-b77a-9ca59679eb5a
|
| 4458 | 2026-03-13T20:05:40.990Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9000, vcr_address_override: Some([100::]:9000), data_dir: DataDirectory { path: "/tmp/propolis-phd/c03c9332-cfb0-4ae9-89bc-4b0518247241_9000" } }
target = phd_framework::disk::crucible
vm = stop_while_blocked_on_start_test
vm_id = b1df2492-dc08-484d-b77a-9ca59679eb5a
|
| 4459 | 2026-03-13T20:05:40.996Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
self.path = "/tmp/propolis-phd/c03c9332-cfb0-4ae9-89bc-4b0518247241_9000"
target = phd_framework::disk::crucible
vm = stop_while_blocked_on_start_test
vm_id = b1df2492-dc08-484d-b77a-9ca59679eb5a
|
| 4460 | 2026-03-13T20:05:40.999Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9001, vcr_address_override: None, data_dir: DataDirectory { path: "/tmp/propolis-phd/c03c9332-cfb0-4ae9-89bc-4b0518247241_9001" } }
target = phd_framework::disk::crucible
vm = stop_while_blocked_on_start_test
vm_id = b1df2492-dc08-484d-b77a-9ca59679eb5a
|
| 4461 | 2026-03-13T20:05:41.005Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
self.path = "/tmp/propolis-phd/c03c9332-cfb0-4ae9-89bc-4b0518247241_9001"
target = phd_framework::disk::crucible
vm = stop_while_blocked_on_start_test
vm_id = b1df2492-dc08-484d-b77a-9ca59679eb5a
|
| 4462 | 2026-03-13T20:05:41.007Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9002, vcr_address_override: None, data_dir: DataDirectory { path: "/tmp/propolis-phd/c03c9332-cfb0-4ae9-89bc-4b0518247241_9002" } }
target = phd_framework::disk::crucible
vm = stop_while_blocked_on_start_test
vm_id = b1df2492-dc08-484d-b77a-9ca59679eb5a
|
| 4463 | 2026-03-13T20:05:41.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::server_state_machine::stop_while_blocked_on_start_test
self.path = "/tmp/propolis-phd/c03c9332-cfb0-4ae9-89bc-4b0518247241_9002"
target = phd_framework::disk::crucible
vm = stop_while_blocked_on_start_test
vm_id = b1df2492-dc08-484d-b77a-9ca59679eb5a
|
| 4464 | 2026-03-13T20:05:41.014Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 166
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = b1df2492-dc08-484d-b77a-9ca59679eb5a
|
| 4465 | 2026-03-13T20:05:41.014Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 166
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4466 | 2026-03-13T20:05:41.015Z | INFO | phd-runner: Starting test phd_tests::crucible::migrate::smoke_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 4467 | 2026-03-13T20:05:41.015Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 667
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
vm = stop_while_blocked_on_start_test
vm_id = b1df2492-dc08-484d-b77a-9ca59679eb5a
|
| 4468 | 2026-03-13T20:05:41.015Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4469 | 2026-03-13T20:05:41.015Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4470 | 2026-03-13T20:05:41.015Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 14555
file = phd-tests/tests/src/server_state_machine.rs
line = 113
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_tests::server_state_machine
|
| 4471 | 2026-03-13T20:05:41.015Z | 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
|
| 4472 | 2026-03-13T20:05:41.015Z | 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
|
| 4473 | 2026-03-13T20:05:41.015Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4474 | 2026-03-13T20:05:41.015Z | 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
|
| 4475 | 2026-03-13T20:05:41.015Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4476 | 2026-03-13T20:05:41.015Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/12911d75-cbef-40fd-94f9-b8ecc316dbc2_9000", "--encrypted", "--uuid", "12911d75-cbef-40fd-94f9-b8ecc316dbc2", "--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
|
| 4477 | 2026-03-13T20:05:41.127Z | 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/12911d75-cbef-40fd-94f9-b8ecc316dbc2_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:05:41.027396661Z","hostname":"BRM42220060","pid":1207}\n{"msg":"UUID: 12911d75-cbef-40fd-94f9-b8ecc316dbc2","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:05:41.122668051Z","hostname":"BRM42220060","pid":1207}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:05:41.12268295Z","hostname":"BRM42220060","pid":1207}\n
target = phd_framework::disk::crucible
|
| 4478 | 2026-03-13T20:05:41.127Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/12911d75-cbef-40fd-94f9-b8ecc316dbc2_9001", "--encrypted", "--uuid", "12911d75-cbef-40fd-94f9-b8ecc316dbc2", "--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
|
| 4479 | 2026-03-13T20:05:41.244Z | 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/12911d75-cbef-40fd-94f9-b8ecc316dbc2_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:05:41.139745334Z","hostname":"BRM42220060","pid":1208}\n{"msg":"UUID: 12911d75-cbef-40fd-94f9-b8ecc316dbc2","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:05:41.238910678Z","hostname":"BRM42220060","pid":1208}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:05:41.238933001Z","hostname":"BRM42220060","pid":1208}\n
target = phd_framework::disk::crucible
|
| 4480 | 2026-03-13T20:05:41.245Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/12911d75-cbef-40fd-94f9-b8ecc316dbc2_9002", "--encrypted", "--uuid", "12911d75-cbef-40fd-94f9-b8ecc316dbc2", "--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
|
| 4481 | 2026-03-13T20:05:41.352Z | 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/12911d75-cbef-40fd-94f9-b8ecc316dbc2_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:05:41.257922383Z","hostname":"BRM42220060","pid":1209}\n{"msg":"UUID: 12911d75-cbef-40fd-94f9-b8ecc316dbc2","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:05:41.346995496Z","hostname":"BRM42220060","pid":1209}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:05:41.347011006Z","hostname":"BRM42220060","pid":1209}\n
target = phd_framework::disk::crucible
|
| 4482 | 2026-03-13T20:05:41.352Z | 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_12911d75-cbef-40fd-94f9-b8ecc316dbc2_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::migrate::smoke_test/crucible_12911d75-cbef-40fd-94f9-b8ecc316dbc2_9000.stdout.log"
target = phd_framework::log_config
|
| 4483 | 2026-03-13T20:05:41.352Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/12911d75-cbef-40fd-94f9-b8ecc316dbc2_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::disk::crucible
|
| 4484 | 2026-03-13T20:05:41.352Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/12911d75-cbef-40fd-94f9-b8ecc316dbc2_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::disk::crucible
|
| 4485 | 2026-03-13T20:05:41.354Z | 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_12911d75-cbef-40fd-94f9-b8ecc316dbc2_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::migrate::smoke_test/crucible_12911d75-cbef-40fd-94f9-b8ecc316dbc2_9001.stdout.log"
target = phd_framework::log_config
|
| 4486 | 2026-03-13T20:05:41.354Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/12911d75-cbef-40fd-94f9-b8ecc316dbc2_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::disk::crucible
|
| 4487 | 2026-03-13T20:05:41.355Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/12911d75-cbef-40fd-94f9-b8ecc316dbc2_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::disk::crucible
|
| 4488 | 2026-03-13T20:05:41.357Z | 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_12911d75-cbef-40fd-94f9-b8ecc316dbc2_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::migrate::smoke_test/crucible_12911d75-cbef-40fd-94f9-b8ecc316dbc2_9002.stdout.log"
target = phd_framework::log_config
|
| 4489 | 2026-03-13T20:05:41.357Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/12911d75-cbef-40fd-94f9-b8ecc316dbc2_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::disk::crucible
|
| 4490 | 2026-03-13T20:05:41.357Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/12911d75-cbef-40fd-94f9-b8ecc316dbc2_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::disk::crucible
|
| 4491 | 2026-03-13T20:05:41.359Z | 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
|
| 4492 | 2026-03-13T20:05:41.359Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = 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
|
| 4493 | 2026-03-13T20:05:41.359Z | 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
|
| 4494 | 2026-03-13T20:05:41.359Z | INFO | phd-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
|
| 4495 | 2026-03-13T20:05:41.359Z | 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
|
| 4496 | 2026-03-13T20:05:41.393Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1213
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm::server
|
| 4497 | 2026-03-13T20:05:41.408Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 49
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
|
| 4498 | 2026-03-13T20:05:41.408Z | 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 = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4499 | 2026-03-13T20:05:41.409Z | 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 = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4500 | 2026-03-13T20:05:41.928Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4501 | 2026-03-13T20:05:41.929Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 440a8012-f3cf-4d21-b7b1-6fc4106d7882, name: "phd-vm-440a8012-f3cf-4d21-b7b1-6fc4106d7882", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 1c5f5b7c-b714-4e2d-aaa3-c6f2346ad63b, project_id: 50afdef8-65fc-44d3-8fb2-d2d9ba9a25a6, sled_id: 7b301d9a-611a-449f-8609-0002f2450894, sled_serial: "7b301d9a-611a-449f-8609-0002f2450894", 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 = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4502 | 2026-03-13T20:05:41.929Z | 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 = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4503 | 2026-03-13T20:05:41.929Z | 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 = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4504 | 2026-03-13T20:05:41.930Z | 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 = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4505 | 2026-03-13T20:05:41.930Z | 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
|
| 4506 | 2026-03-13T20:05:41.930Z | 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 = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4507 | 2026-03-13T20:05:41.930Z | DEBG | phd-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
|
| 4508 | 2026-03-13T20:05:41.930Z | 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 = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4509 | 2026-03-13T20:05:41.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::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_migrate_smoke_source
vm_id = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4510 | 2026-03-13T20:05:46.955Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 5024
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 = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4511 | 2026-03-13T20:05:46.955Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::migrate::smoke_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 4512 | 2026-03-13T20:05:46.955Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::migrate::smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4513 | 2026-03-13T20:05:46.955Z | 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 = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4514 | 2026-03-13T20:05:46.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::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_migrate_smoke_source
vm_id = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4515 | 2026-03-13T20:05:46.974Z | 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 = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4516 | 2026-03-13T20:05:46.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::crucible::migrate::smoke_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 4517 | 2026-03-13T20:05:46.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::crucible::migrate::smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4518 | 2026-03-13T20:05:46.974Z | 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 = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4519 | 2026-03-13T20:05:46.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::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_migrate_smoke_source
vm_id = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4520 | 2026-03-13T20:05:47.007Z | 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 = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4521 | 2026-03-13T20:05:47.007Z | 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
|
| 4522 | 2026-03-13T20:05:47.007Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 5077
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
|
| 4523 | 2026-03-13T20:05:47.008Z | 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 = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4524 | 2026-03-13T20:05:47.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::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_migrate_smoke_source
vm_id = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4525 | 2026-03-13T20:05:47.018Z | INFO | 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 = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4526 | 2026-03-13T20:05:47.018Z | 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 = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4527 | 2026-03-13T20:05:47.019Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_migrate_smoke_source
vm_id = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4528 | 2026-03-13T20:05:47.052Z | 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 = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4529 | 2026-03-13T20:05:47.052Z | 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 = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4530 | 2026-03-13T20:05:47.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::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_migrate_smoke_source
vm_id = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4531 | 2026-03-13T20:05:47.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::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4532 | 2026-03-13T20:05:47.063Z | 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 = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4533 | 2026-03-13T20:05:47.063Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_migrate_smoke_source
vm_id = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4534 | 2026-03-13T20:05:47.096Z | 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 = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4535 | 2026-03-13T20:05:47.096Z | 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 = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4536 | 2026-03-13T20:05:47.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::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_migrate_smoke_source
vm_id = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4537 | 2026-03-13T20:05:47.108Z | 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 = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4538 | 2026-03-13T20:05:47.108Z | 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 = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4539 | 2026-03-13T20:05:47.108Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_migrate_smoke_source
vm_id = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4540 | 2026-03-13T20:05:47.140Z | 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 = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4541 | 2026-03-13T20:05:47.140Z | 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 = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4542 | 2026-03-13T20:05:47.140Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_migrate_smoke_source
vm_id = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4543 | 2026-03-13T20:05:47.152Z | 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 = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4544 | 2026-03-13T20:05:47.152Z | 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 = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4545 | 2026-03-13T20:05:47.152Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_migrate_smoke_source
vm_id = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4546 | 2026-03-13T20:05:47.184Z | 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 = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4547 | 2026-03-13T20:05:47.184Z | 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 = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4548 | 2026-03-13T20:05:47.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::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_migrate_smoke_source
vm_id = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4549 | 2026-03-13T20:05:47.196Z | 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 = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4550 | 2026-03-13T20:05:47.196Z | 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 = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4551 | 2026-03-13T20:05:47.196Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_migrate_smoke_source
vm_id = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4552 | 2026-03-13T20:05:47.219Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4553 | 2026-03-13T20:05:47.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 = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4554 | 2026-03-13T20:05:47.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::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_migrate_smoke_source
vm_id = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4555 | 2026-03-13T20:05:47.230Z | INFO | 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 = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4556 | 2026-03-13T20:05:47.230Z | 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 = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4557 | 2026-03-13T20:05:47.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::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_migrate_smoke_source
vm_id = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4558 | 2026-03-13T20:05:47.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::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4559 | 2026-03-13T20:05:47.263Z | 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
|
| 4560 | 2026-03-13T20:05:47.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::smoke_test
target = phd_framework::test_vm
vm_name = crucible_migrate_smoke_target
|
| 4561 | 2026-03-13T20:05:47.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
|
| 4562 | 2026-03-13T20:05:47.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::smoke_test
server_addr = 127.0.0.1:9005
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 4563 | 2026-03-13T20:05:47.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::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
|
| 4564 | 2026-03-13T20:05:47.296Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1214
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm::server
|
| 4565 | 2026-03-13T20:05:47.310Z | 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
|
| 4566 | 2026-03-13T20:05:47.310Z | 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 = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
target = phd_framework::test_vm
target_id = a1aea2e1-2932-43e7-95f9-90035f54f11c
|
| 4567 | 2026-03-13T20:05:47.310Z | 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 = 40d2ea29-4ece-4489-9b44-5595d0dd4969
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
target = phd_framework::test_vm
target_id = a1aea2e1-2932-43e7-95f9-90035f54f11c
timeout_duration = 45s
|
| 4568 | 2026-03-13T20:05:47.310Z | 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 = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
target = phd_framework::test_vm
target_id = a1aea2e1-2932-43e7-95f9-90035f54f11c
vm = crucible_migrate_smoke_target
vm_id = a1aea2e1-2932-43e7-95f9-90035f54f11c
|
| 4569 | 2026-03-13T20:05:47.311Z | 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 = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
target = phd_framework::test_vm
target_id = a1aea2e1-2932-43e7-95f9-90035f54f11c
vm = crucible_migrate_smoke_target
vm_id = a1aea2e1-2932-43e7-95f9-90035f54f11c
|
| 4570 | 2026-03-13T20:05:47.934Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: a1aea2e1-2932-43e7-95f9-90035f54f11c, name: "phd-vm-a1aea2e1-2932-43e7-95f9-90035f54f11c", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 1c5f5b7c-b714-4e2d-aaa3-c6f2346ad63b, project_id: 50afdef8-65fc-44d3-8fb2-d2d9ba9a25a6, sled_id: d885a0b2-090a-4650-96d4-00587db80cba, sled_serial: "d885a0b2-090a-4650-96d4-00587db80cba", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 511
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
target = phd_framework::test_vm
target_id = a1aea2e1-2932-43e7-95f9-90035f54f11c
vm = crucible_migrate_smoke_target
vm_id = a1aea2e1-2932-43e7-95f9-90035f54f11c
|
| 4571 | 2026-03-13T20:05:47.934Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 40d2ea29-4ece-4489-9b44-5595d0dd4969
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
target = phd_framework::test_vm
target_id = a1aea2e1-2932-43e7-95f9-90035f54f11c
|
| 4572 | 2026-03-13T20:05:50.364Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9005","from_start":7847}}
target = phd_framework::serial
|
| 4573 | 2026-03-13T20:05:50.677Z | 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 = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
target = phd_framework::test_vm
target_id = a1aea2e1-2932-43e7-95f9-90035f54f11c
|
| 4574 | 2026-03-13T20:05:50.677Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2742
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 40d2ea29-4ece-4489-9b44-5595d0dd4969
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
target = phd_framework::test_vm
target_id = a1aea2e1-2932-43e7-95f9-90035f54f11c
|
| 4575 | 2026-03-13T20:05:50.677Z | 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 = a1aea2e1-2932-43e7-95f9-90035f54f11c
|
| 4576 | 2026-03-13T20:05:50.678Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_migrate_smoke_target
vm_id = a1aea2e1-2932-43e7-95f9-90035f54f11c
|
| 4577 | 2026-03-13T20:05:53.099Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 2421
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 = a1aea2e1-2932-43e7-95f9-90035f54f11c
|
| 4578 | 2026-03-13T20:05:53.100Z | 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 = a1aea2e1-2932-43e7-95f9-90035f54f11c
|
| 4579 | 2026-03-13T20:05:53.100Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_migrate_smoke_target
vm_id = a1aea2e1-2932-43e7-95f9-90035f54f11c
|
| 4580 | 2026-03-13T20:05:53.132Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_target
vm_id = a1aea2e1-2932-43e7-95f9-90035f54f11c
|
| 4581 | 2026-03-13T20:05:53.132Z | 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 = a1aea2e1-2932-43e7-95f9-90035f54f11c
|
| 4582 | 2026-03-13T20:05:53.132Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_migrate_smoke_target
vm_id = a1aea2e1-2932-43e7-95f9-90035f54f11c
|
| 4583 | 2026-03-13T20:05:53.144Z | 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 = a1aea2e1-2932-43e7-95f9-90035f54f11c
|
| 4584 | 2026-03-13T20:05:53.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_target
vm_id = a1aea2e1-2932-43e7-95f9-90035f54f11c
|
| 4585 | 2026-03-13T20:05:53.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 = Explicit(300s)
vm = crucible_migrate_smoke_target
vm_id = a1aea2e1-2932-43e7-95f9-90035f54f11c
|
| 4586 | 2026-03-13T20:05:53.176Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_target
vm_id = a1aea2e1-2932-43e7-95f9-90035f54f11c
|
| 4587 | 2026-03-13T20:05:53.177Z | 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 = a1aea2e1-2932-43e7-95f9-90035f54f11c
|
| 4588 | 2026-03-13T20:05:53.177Z | 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 = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4589 | 2026-03-13T20:05:53.177Z | 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
|
| 4590 | 2026-03-13T20:05:53.177Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 11248
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4591 | 2026-03-13T20:05:53.177Z | INFO | phd-runner: test phd_tests::crucible::migrate::smoke_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 4592 | 2026-03-13T20:05:53.177Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4593 | 2026-03-13T20:05:53.179Z | 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 = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4594 | 2026-03-13T20:05:53.268Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 90
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 = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4595 | 2026-03-13T20:05:53.268Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 11859
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 = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
|
| 4596 | 2026-03-13T20:05:53.269Z | 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 = a1aea2e1-2932-43e7-95f9-90035f54f11c
|
| 4597 | 2026-03-13T20:05:53.865Z | 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 = a1aea2e1-2932-43e7-95f9-90035f54f11c
|
| 4598 | 2026-03-13T20:05:53.942Z | 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/12911d75-cbef-40fd-94f9-b8ecc316dbc2_9000" } }
target = phd_framework::disk::crucible
vm = crucible_migrate_smoke_target
vm_id = a1aea2e1-2932-43e7-95f9-90035f54f11c
|
| 4599 | 2026-03-13T20:05:53.948Z | 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/12911d75-cbef-40fd-94f9-b8ecc316dbc2_9000"
target = phd_framework::disk::crucible
vm = crucible_migrate_smoke_target
vm_id = a1aea2e1-2932-43e7-95f9-90035f54f11c
|
| 4600 | 2026-03-13T20:05:53.960Z | 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/12911d75-cbef-40fd-94f9-b8ecc316dbc2_9001" } }
target = phd_framework::disk::crucible
vm = crucible_migrate_smoke_target
vm_id = a1aea2e1-2932-43e7-95f9-90035f54f11c
|
| 4601 | 2026-03-13T20:05:53.968Z | 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/12911d75-cbef-40fd-94f9-b8ecc316dbc2_9001"
target = phd_framework::disk::crucible
vm = crucible_migrate_smoke_target
vm_id = a1aea2e1-2932-43e7-95f9-90035f54f11c
|
| 4602 | 2026-03-13T20:05:53.979Z | 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/12911d75-cbef-40fd-94f9-b8ecc316dbc2_9002" } }
target = phd_framework::disk::crucible
vm = crucible_migrate_smoke_target
vm_id = a1aea2e1-2932-43e7-95f9-90035f54f11c
|
| 4603 | 2026-03-13T20:05:53.987Z | 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/12911d75-cbef-40fd-94f9-b8ecc316dbc2_9002"
target = phd_framework::disk::crucible
vm = crucible_migrate_smoke_target
vm_id = a1aea2e1-2932-43e7-95f9-90035f54f11c
|
| 4604 | 2026-03-13T20:05:53.998Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 820
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 = a1aea2e1-2932-43e7-95f9-90035f54f11c
|
| 4605 | 2026-03-13T20:05:53.998Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 820
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4606 | 2026-03-13T20:05:53.998Z | INFO | phd-runner: Starting test phd_tests::crucible::migrate::load_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 4607 | 2026-03-13T20:05:53.998Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4608 | 2026-03-13T20:05:53.998Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4609 | 2026-03-13T20:05:53.998Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6687
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 = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
target = phd_framework::test_vm
target_id = a1aea2e1-2932-43e7-95f9-90035f54f11c
vm = crucible_migrate_smoke_target
vm_id = a1aea2e1-2932-43e7-95f9-90035f54f11c
|
| 4610 | 2026-03-13T20:05:53.998Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 6688
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 = 440a8012-f3cf-4d21-b7b1-6fc4106d7882
target = phd_framework::test_vm
target_id = a1aea2e1-2932-43e7-95f9-90035f54f11c
|
| 4611 | 2026-03-13T20:05:53.998Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 12983
file = phd-tests/tests/src/crucible/migrate.rs
line = 10
path = phd_tests::crucible::migrate::smoke_test
target = phd_tests::crucible::migrate
|
| 4612 | 2026-03-13T20:05:53.999Z | 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
|
| 4613 | 2026-03-13T20:05:53.999Z | 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
|
| 4614 | 2026-03-13T20:05:53.999Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4615 | 2026-03-13T20:05:53.999Z | 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
|
| 4616 | 2026-03-13T20:05:53.999Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4617 | 2026-03-13T20:05:53.999Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/aa6fe8d1-d860-4272-8eae-c8a8e613911c_9000", "--encrypted", "--uuid", "aa6fe8d1-d860-4272-8eae-c8a8e613911c", "--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
|
| 4618 | 2026-03-13T20:05:54.107Z | 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/aa6fe8d1-d860-4272-8eae-c8a8e613911c_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:05:54.012109271Z","hostname":"BRM42220060","pid":1217}\n{"msg":"UUID: aa6fe8d1-d860-4272-8eae-c8a8e613911c","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:05:54.101734872Z","hostname":"BRM42220060","pid":1217}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:05:54.101746194Z","hostname":"BRM42220060","pid":1217}\n
target = phd_framework::disk::crucible
|
| 4619 | 2026-03-13T20:05:54.107Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/aa6fe8d1-d860-4272-8eae-c8a8e613911c_9001", "--encrypted", "--uuid", "aa6fe8d1-d860-4272-8eae-c8a8e613911c", "--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
|
| 4620 | 2026-03-13T20:05:54.221Z | 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/aa6fe8d1-d860-4272-8eae-c8a8e613911c_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:05:54.119128074Z","hostname":"BRM42220060","pid":1218}\n{"msg":"UUID: aa6fe8d1-d860-4272-8eae-c8a8e613911c","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:05:54.214438979Z","hostname":"BRM42220060","pid":1218}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:05:54.21446057Z","hostname":"BRM42220060","pid":1218}\n
target = phd_framework::disk::crucible
|
| 4621 | 2026-03-13T20:05:54.221Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/aa6fe8d1-d860-4272-8eae-c8a8e613911c_9002", "--encrypted", "--uuid", "aa6fe8d1-d860-4272-8eae-c8a8e613911c", "--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
|
| 4622 | 2026-03-13T20:05:54.334Z | 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/aa6fe8d1-d860-4272-8eae-c8a8e613911c_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:05:54.232963108Z","hostname":"BRM42220060","pid":1219}\n{"msg":"UUID: aa6fe8d1-d860-4272-8eae-c8a8e613911c","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:05:54.327708721Z","hostname":"BRM42220060","pid":1219}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:05:54.327730813Z","hostname":"BRM42220060","pid":1219}\n
target = phd_framework::disk::crucible
|
| 4623 | 2026-03-13T20:05:54.334Z | 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_aa6fe8d1-d860-4272-8eae-c8a8e613911c_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::migrate::load_test/crucible_aa6fe8d1-d860-4272-8eae-c8a8e613911c_9000.stdout.log"
target = phd_framework::log_config
|
| 4624 | 2026-03-13T20:05:54.334Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/aa6fe8d1-d860-4272-8eae-c8a8e613911c_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::migrate::load_test
target = phd_framework::disk::crucible
|
| 4625 | 2026-03-13T20:05:54.334Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/aa6fe8d1-d860-4272-8eae-c8a8e613911c_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::migrate::load_test
target = phd_framework::disk::crucible
|
| 4626 | 2026-03-13T20:05:54.337Z | 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_aa6fe8d1-d860-4272-8eae-c8a8e613911c_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::migrate::load_test/crucible_aa6fe8d1-d860-4272-8eae-c8a8e613911c_9001.stdout.log"
target = phd_framework::log_config
|
| 4627 | 2026-03-13T20:05:54.337Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/aa6fe8d1-d860-4272-8eae-c8a8e613911c_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::migrate::load_test
target = phd_framework::disk::crucible
|
| 4628 | 2026-03-13T20:05:54.337Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/aa6fe8d1-d860-4272-8eae-c8a8e613911c_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::migrate::load_test
target = phd_framework::disk::crucible
|
| 4629 | 2026-03-13T20:05:54.338Z | 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_aa6fe8d1-d860-4272-8eae-c8a8e613911c_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::migrate::load_test/crucible_aa6fe8d1-d860-4272-8eae-c8a8e613911c_9002.stdout.log"
target = phd_framework::log_config
|
| 4630 | 2026-03-13T20:05:54.339Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/aa6fe8d1-d860-4272-8eae-c8a8e613911c_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::migrate::load_test
target = phd_framework::disk::crucible
|
| 4631 | 2026-03-13T20:05:54.339Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/aa6fe8d1-d860-4272-8eae-c8a8e613911c_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::migrate::load_test
target = phd_framework::disk::crucible
|
| 4632 | 2026-03-13T20:05:54.341Z | 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
|
| 4633 | 2026-03-13T20:05:54.341Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = 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
|
| 4634 | 2026-03-13T20:05:54.341Z | 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
|
| 4635 | 2026-03-13T20:05:54.341Z | INFO | phd-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
|
| 4636 | 2026-03-13T20:05:54.341Z | 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
|
| 4637 | 2026-03-13T20:05:54.373Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1223
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm::server
|
| 4638 | 2026-03-13T20:05:54.390Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 49
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
|
| 4639 | 2026-03-13T20:05:54.391Z | 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 = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4640 | 2026-03-13T20:05:54.391Z | 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 = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4641 | 2026-03-13T20:05:55.046Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4642 | 2026-03-13T20:05:55.047Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 8b04ef50-e609-4bf8-84b5-138b5c10e654, name: "phd-vm-8b04ef50-e609-4bf8-84b5-138b5c10e654", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: cfe018cd-3709-490a-83b7-45c511228444, project_id: 9161b5c1-73ce-49ee-b746-5770aa0c9ee8, sled_id: b8095f07-cd9f-4bfd-a1c1-c7da5fdde724, sled_serial: "b8095f07-cd9f-4bfd-a1c1-c7da5fdde724", 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 = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4643 | 2026-03-13T20:05:55.047Z | 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 = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4644 | 2026-03-13T20:05:55.047Z | 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 = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4645 | 2026-03-13T20:05:55.048Z | 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 = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4646 | 2026-03-13T20:05:55.048Z | 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
|
| 4647 | 2026-03-13T20:05:55.048Z | 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 = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4648 | 2026-03-13T20:05:55.048Z | DEBG | phd-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
|
| 4649 | 2026-03-13T20:05:55.048Z | 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 = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4650 | 2026-03-13T20:05:55.048Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_load_test_source
vm_id = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4651 | 2026-03-13T20:06:00.061Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 5012
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 = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4652 | 2026-03-13T20:06:00.061Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::migrate::load_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 4653 | 2026-03-13T20:06:00.061Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::migrate::load_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4654 | 2026-03-13T20:06:00.061Z | 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 = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4655 | 2026-03-13T20:06:00.061Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_load_test_source
vm_id = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4656 | 2026-03-13T20:06:00.079Z | 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 = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4657 | 2026-03-13T20:06:00.080Z | DEBG | phd-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
|
| 4658 | 2026-03-13T20:06:00.080Z | DEBG | phd-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
|
| 4659 | 2026-03-13T20:06:00.080Z | 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 = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4660 | 2026-03-13T20:06:00.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::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_load_test_source
vm_id = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4661 | 2026-03-13T20:06:00.113Z | 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 = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4662 | 2026-03-13T20:06:00.113Z | 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
|
| 4663 | 2026-03-13T20:06:00.113Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 5064
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
|
| 4664 | 2026-03-13T20:06:00.113Z | 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
|
| 4665 | 2026-03-13T20:06:00.113Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = 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
|
| 4666 | 2026-03-13T20:06:00.113Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 4667 | 2026-03-13T20:06:00.113Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 64
path = phd_tests::crucible::migrate::load_test
server_addr = 127.0.0.1:9005
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 4668 | 2026-03-13T20:06:00.114Z | 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
|
| 4669 | 2026-03-13T20:06:00.146Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1224
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm::server
|
| 4670 | 2026-03-13T20:06:00.160Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 46
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
|
| 4671 | 2026-03-13T20:06:00.160Z | 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 = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4672 | 2026-03-13T20:06:00.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::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_source
vm_id = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4673 | 2026-03-13T20:06:00.180Z | 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::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4674 | 2026-03-13T20:06:00.180Z | 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 = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4675 | 2026-03-13T20:06:00.180Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_source
vm_id = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4676 | 2026-03-13T20:06:00.461Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 281
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4677 | 2026-03-13T20:06:00.461Z | 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 = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4678 | 2026-03-13T20:06:00.461Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_source
vm_id = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4679 | 2026-03-13T20:06:00.472Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4680 | 2026-03-13T20:06:00.472Z | 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 = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4681 | 2026-03-13T20:06:00.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::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_source
vm_id = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4682 | 2026-03-13T20:06:00.504Z | 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 = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4683 | 2026-03-13T20:06:00.505Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4684 | 2026-03-13T20:06:00.505Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_source
vm_id = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4685 | 2026-03-13T20:06:00.516Z | 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 = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4686 | 2026-03-13T20:06:00.516Z | 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 = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4687 | 2026-03-13T20:06:00.516Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_source
vm_id = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4688 | 2026-03-13T20:06:00.780Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 263
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 = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4689 | 2026-03-13T20:06:00.780Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4690 | 2026-03-13T20:06:00.780Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_source
vm_id = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4691 | 2026-03-13T20:06:00.790Z | INFO | 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 = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4692 | 2026-03-13T20:06:00.791Z | 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 = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4693 | 2026-03-13T20:06:00.791Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_source
vm_id = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4694 | 2026-03-13T20:06:00.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::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4695 | 2026-03-13T20:06:00.823Z | INFO | phd-runner: [TEST - EVENT] Generated SHA256 checksum: 258ecc1e3a3038c07dbc34fcb6dbce26ba900adbf05299cc8da46886f8c39502
file = phd-tests/tests/src/crucible/migrate.rs
line = 72
path = phd_tests::crucible::migrate::load_test
target = phd_tests::crucible::migrate
|
| 4696 | 2026-03-13T20:06:00.824Z | 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 = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4697 | 2026-03-13T20:06:00.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::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_source
vm_id = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4698 | 2026-03-13T20:06:00.835Z | 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 = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4699 | 2026-03-13T20:06:00.835Z | 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 = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4700 | 2026-03-13T20:06:00.835Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_source
vm_id = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4701 | 2026-03-13T20:06:00.868Z | 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 = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4702 | 2026-03-13T20:06:00.868Z | 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 = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4703 | 2026-03-13T20:06:00.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::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_source
vm_id = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4704 | 2026-03-13T20:06:00.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::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4705 | 2026-03-13T20:06:00.879Z | 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 = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4706 | 2026-03-13T20:06:00.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::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_source
vm_id = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4707 | 2026-03-13T20:06:00.911Z | 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 = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4708 | 2026-03-13T20:06:00.911Z | 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 = 8b04ef50-e609-4bf8-84b5-138b5c10e654
target = phd_framework::test_vm
target_id = 97ff62d1-9f35-4b63-88dc-fad67cb45abf
|
| 4709 | 2026-03-13T20:06:00.912Z | 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 = 1c551dd3-3ae1-4635-8df2-36af9782ab85
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = 8b04ef50-e609-4bf8-84b5-138b5c10e654
target = phd_framework::test_vm
target_id = 97ff62d1-9f35-4b63-88dc-fad67cb45abf
timeout_duration = 45s
|
| 4710 | 2026-03-13T20:06:00.912Z | 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 = 8b04ef50-e609-4bf8-84b5-138b5c10e654
target = phd_framework::test_vm
target_id = 97ff62d1-9f35-4b63-88dc-fad67cb45abf
vm = crucible_load_test_target
vm_id = 97ff62d1-9f35-4b63-88dc-fad67cb45abf
|
| 4711 | 2026-03-13T20:06:01.036Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 97ff62d1-9f35-4b63-88dc-fad67cb45abf, name: "phd-vm-97ff62d1-9f35-4b63-88dc-fad67cb45abf", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: cfe018cd-3709-490a-83b7-45c511228444, project_id: 9161b5c1-73ce-49ee-b746-5770aa0c9ee8, sled_id: 58c1fab6-96ca-4d90-8969-abc0628cf7b1, sled_serial: "58c1fab6-96ca-4d90-8969-abc0628cf7b1", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 511
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = 8b04ef50-e609-4bf8-84b5-138b5c10e654
target = phd_framework::test_vm
target_id = 97ff62d1-9f35-4b63-88dc-fad67cb45abf
vm = crucible_load_test_target
vm_id = 97ff62d1-9f35-4b63-88dc-fad67cb45abf
|
| 4712 | 2026-03-13T20:06:01.037Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 1c551dd3-3ae1-4635-8df2-36af9782ab85
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = 8b04ef50-e609-4bf8-84b5-138b5c10e654
target = phd_framework::test_vm
target_id = 97ff62d1-9f35-4b63-88dc-fad67cb45abf
|
| 4713 | 2026-03-13T20:06:04.844Z | 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
|
| 4714 | 2026-03-13T20:06:05.411Z | 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 = 8b04ef50-e609-4bf8-84b5-138b5c10e654
target = phd_framework::test_vm
target_id = 97ff62d1-9f35-4b63-88dc-fad67cb45abf
|
| 4715 | 2026-03-13T20:06:05.411Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 4374
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 1c551dd3-3ae1-4635-8df2-36af9782ab85
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = 8b04ef50-e609-4bf8-84b5-138b5c10e654
target = phd_framework::test_vm
target_id = 97ff62d1-9f35-4b63-88dc-fad67cb45abf
|
| 4716 | 2026-03-13T20:06:05.411Z | 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 = 97ff62d1-9f35-4b63-88dc-fad67cb45abf
|
| 4717 | 2026-03-13T20:06:05.411Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_target
vm_id = 97ff62d1-9f35-4b63-88dc-fad67cb45abf
|
| 4718 | 2026-03-13T20:06:06.205Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 793
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 = 97ff62d1-9f35-4b63-88dc-fad67cb45abf
|
| 4719 | 2026-03-13T20:06:06.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 = 97ff62d1-9f35-4b63-88dc-fad67cb45abf
|
| 4720 | 2026-03-13T20:06:06.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 = 97ff62d1-9f35-4b63-88dc-fad67cb45abf
|
| 4721 | 2026-03-13T20:06:06.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::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 97ff62d1-9f35-4b63-88dc-fad67cb45abf
|
| 4722 | 2026-03-13T20:06:06.239Z | 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 = 97ff62d1-9f35-4b63-88dc-fad67cb45abf
|
| 4723 | 2026-03-13T20:06:06.239Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_target
vm_id = 97ff62d1-9f35-4b63-88dc-fad67cb45abf
|
| 4724 | 2026-03-13T20:06:06.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::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 97ff62d1-9f35-4b63-88dc-fad67cb45abf
|
| 4725 | 2026-03-13T20:06:06.249Z | 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 = 97ff62d1-9f35-4b63-88dc-fad67cb45abf
|
| 4726 | 2026-03-13T20:06:06.250Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_target
vm_id = 97ff62d1-9f35-4b63-88dc-fad67cb45abf
|
| 4727 | 2026-03-13T20:06:06.282Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 97ff62d1-9f35-4b63-88dc-fad67cb45abf
|
| 4728 | 2026-03-13T20:06:06.283Z | 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 = 97ff62d1-9f35-4b63-88dc-fad67cb45abf
|
| 4729 | 2026-03-13T20:06:06.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::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_target
vm_id = 97ff62d1-9f35-4b63-88dc-fad67cb45abf
|
| 4730 | 2026-03-13T20:06:06.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::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 97ff62d1-9f35-4b63-88dc-fad67cb45abf
|
| 4731 | 2026-03-13T20:06:06.293Z | 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 = 97ff62d1-9f35-4b63-88dc-fad67cb45abf
|
| 4732 | 2026-03-13T20:06:06.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::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_target
vm_id = 97ff62d1-9f35-4b63-88dc-fad67cb45abf
|
| 4733 | 2026-03-13T20:06:06.557Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 263
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 = 97ff62d1-9f35-4b63-88dc-fad67cb45abf
|
| 4734 | 2026-03-13T20:06:06.557Z | 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 = 97ff62d1-9f35-4b63-88dc-fad67cb45abf
|
| 4735 | 2026-03-13T20:06:06.557Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_target
vm_id = 97ff62d1-9f35-4b63-88dc-fad67cb45abf
|
| 4736 | 2026-03-13T20:06:06.568Z | 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 = 97ff62d1-9f35-4b63-88dc-fad67cb45abf
|
| 4737 | 2026-03-13T20:06:06.569Z | 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 = 97ff62d1-9f35-4b63-88dc-fad67cb45abf
|
| 4738 | 2026-03-13T20:06:06.569Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_target
vm_id = 97ff62d1-9f35-4b63-88dc-fad67cb45abf
|
| 4739 | 2026-03-13T20:06:06.601Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 97ff62d1-9f35-4b63-88dc-fad67cb45abf
|
| 4740 | 2026-03-13T20:06:06.601Z | 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 = 97ff62d1-9f35-4b63-88dc-fad67cb45abf
|
| 4741 | 2026-03-13T20:06:06.602Z | 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 = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4742 | 2026-03-13T20:06:06.602Z | 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
|
| 4743 | 2026-03-13T20:06:06.602Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 11555
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4744 | 2026-03-13T20:06:06.602Z | INFO | phd-runner: test phd_tests::crucible::migrate::load_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 4745 | 2026-03-13T20:06:06.602Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4746 | 2026-03-13T20:06:06.603Z | 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 = 97ff62d1-9f35-4b63-88dc-fad67cb45abf
|
| 4747 | 2026-03-13T20:06:06.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:9003
target = phd_framework::test_vm::server
vm = crucible_load_test_source
vm_id = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4748 | 2026-03-13T20:06:06.694Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 91
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 = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4749 | 2026-03-13T20:06:06.694Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 12302
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 = 8b04ef50-e609-4bf8-84b5-138b5c10e654
|
| 4750 | 2026-03-13T20:06:06.695Z | 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 = 97ff62d1-9f35-4b63-88dc-fad67cb45abf
|
| 4751 | 2026-03-13T20:06:06.777Z | 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/aa6fe8d1-d860-4272-8eae-c8a8e613911c_9000" } }
target = phd_framework::disk::crucible
vm = crucible_load_test_target
vm_id = 97ff62d1-9f35-4b63-88dc-fad67cb45abf
|
| 4752 | 2026-03-13T20:06:06.784Z | 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/aa6fe8d1-d860-4272-8eae-c8a8e613911c_9000"
target = phd_framework::disk::crucible
vm = crucible_load_test_target
vm_id = 97ff62d1-9f35-4b63-88dc-fad67cb45abf
|
| 4753 | 2026-03-13T20:06:06.796Z | 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/aa6fe8d1-d860-4272-8eae-c8a8e613911c_9001" } }
target = phd_framework::disk::crucible
vm = crucible_load_test_target
vm_id = 97ff62d1-9f35-4b63-88dc-fad67cb45abf
|
| 4754 | 2026-03-13T20:06:06.804Z | 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/aa6fe8d1-d860-4272-8eae-c8a8e613911c_9001"
target = phd_framework::disk::crucible
vm = crucible_load_test_target
vm_id = 97ff62d1-9f35-4b63-88dc-fad67cb45abf
|
| 4755 | 2026-03-13T20:06:06.817Z | 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/aa6fe8d1-d860-4272-8eae-c8a8e613911c_9002" } }
target = phd_framework::disk::crucible
vm = crucible_load_test_target
vm_id = 97ff62d1-9f35-4b63-88dc-fad67cb45abf
|
| 4756 | 2026-03-13T20:06:06.824Z | 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/aa6fe8d1-d860-4272-8eae-c8a8e613911c_9002"
target = phd_framework::disk::crucible
vm = crucible_load_test_target
vm_id = 97ff62d1-9f35-4b63-88dc-fad67cb45abf
|
| 4757 | 2026-03-13T20:06:06.836Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 234
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 = 97ff62d1-9f35-4b63-88dc-fad67cb45abf
|
| 4758 | 2026-03-13T20:06:06.837Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5924
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 = 8b04ef50-e609-4bf8-84b5-138b5c10e654
target = phd_framework::test_vm
target_id = 97ff62d1-9f35-4b63-88dc-fad67cb45abf
vm = crucible_load_test_target
vm_id = 97ff62d1-9f35-4b63-88dc-fad67cb45abf
|
| 4759 | 2026-03-13T20:06:06.837Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 234
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4760 | 2026-03-13T20:06:06.837Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 5925
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 = 8b04ef50-e609-4bf8-84b5-138b5c10e654
target = phd_framework::test_vm
target_id = 97ff62d1-9f35-4b63-88dc-fad67cb45abf
|
| 4761 | 2026-03-13T20:06:06.837Z | INFO | phd-runner: Starting test phd_tests::crucible::smoke::boot_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 4762 | 2026-03-13T20:06:06.837Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 12837
file = phd-tests/tests/src/crucible/migrate.rs
line = 40
path = phd_tests::crucible::migrate::load_test
target = phd_tests::crucible::migrate
|
| 4763 | 2026-03-13T20:06:06.837Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4764 | 2026-03-13T20:06:06.837Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4765 | 2026-03-13T20:06:06.837Z | 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
|
| 4766 | 2026-03-13T20:06:06.837Z | 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
|
| 4767 | 2026-03-13T20:06:06.838Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4768 | 2026-03-13T20:06:06.838Z | 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
|
| 4769 | 2026-03-13T20:06:06.838Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4770 | 2026-03-13T20:06:06.838Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/cc7835e7-7088-4b71-932e-b4058b63faec_9000", "--encrypted", "--uuid", "cc7835e7-7088-4b71-932e-b4058b63faec", "--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
|
| 4771 | 2026-03-13T20:06:06.952Z | 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/cc7835e7-7088-4b71-932e-b4058b63faec_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:06:06.850264061Z","hostname":"BRM42220060","pid":1227}\n{"msg":"UUID: cc7835e7-7088-4b71-932e-b4058b63faec","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:06:06.947708135Z","hostname":"BRM42220060","pid":1227}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:06:06.94772137Z","hostname":"BRM42220060","pid":1227}\n
target = phd_framework::disk::crucible
|
| 4772 | 2026-03-13T20:06:06.953Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/cc7835e7-7088-4b71-932e-b4058b63faec_9001", "--encrypted", "--uuid", "cc7835e7-7088-4b71-932e-b4058b63faec", "--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
|
| 4773 | 2026-03-13T20:06:07.062Z | 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/cc7835e7-7088-4b71-932e-b4058b63faec_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:06:06.964204409Z","hostname":"BRM42220060","pid":1228}\n{"msg":"UUID: cc7835e7-7088-4b71-932e-b4058b63faec","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:06:07.057232947Z","hostname":"BRM42220060","pid":1228}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:06:07.057253486Z","hostname":"BRM42220060","pid":1228}\n
target = phd_framework::disk::crucible
|
| 4774 | 2026-03-13T20:06:07.062Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/cc7835e7-7088-4b71-932e-b4058b63faec_9002", "--encrypted", "--uuid", "cc7835e7-7088-4b71-932e-b4058b63faec", "--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
|
| 4775 | 2026-03-13T20:06:07.172Z | 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/cc7835e7-7088-4b71-932e-b4058b63faec_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:06:07.073825298Z","hostname":"BRM42220060","pid":1229}\n{"msg":"UUID: cc7835e7-7088-4b71-932e-b4058b63faec","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:06:07.166929906Z","hostname":"BRM42220060","pid":1229}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:06:07.166952228Z","hostname":"BRM42220060","pid":1229}\n
target = phd_framework::disk::crucible
|
| 4776 | 2026-03-13T20:06:07.172Z | 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_cc7835e7-7088-4b71-932e-b4058b63faec_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::boot_test/crucible_cc7835e7-7088-4b71-932e-b4058b63faec_9000.stdout.log"
target = phd_framework::log_config
|
| 4777 | 2026-03-13T20:06:07.172Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/cc7835e7-7088-4b71-932e-b4058b63faec_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
| 4778 | 2026-03-13T20:06:07.172Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/cc7835e7-7088-4b71-932e-b4058b63faec_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
| 4779 | 2026-03-13T20:06:07.175Z | 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_cc7835e7-7088-4b71-932e-b4058b63faec_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::boot_test/crucible_cc7835e7-7088-4b71-932e-b4058b63faec_9001.stdout.log"
target = phd_framework::log_config
|
| 4780 | 2026-03-13T20:06:07.175Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/cc7835e7-7088-4b71-932e-b4058b63faec_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
| 4781 | 2026-03-13T20:06:07.175Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/cc7835e7-7088-4b71-932e-b4058b63faec_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
| 4782 | 2026-03-13T20:06:07.177Z | 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_cc7835e7-7088-4b71-932e-b4058b63faec_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::boot_test/crucible_cc7835e7-7088-4b71-932e-b4058b63faec_9002.stdout.log"
target = phd_framework::log_config
|
| 4783 | 2026-03-13T20:06:07.177Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/cc7835e7-7088-4b71-932e-b4058b63faec_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
| 4784 | 2026-03-13T20:06:07.177Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/cc7835e7-7088-4b71-932e-b4058b63faec_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
| 4785 | 2026-03-13T20:06:07.179Z | 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
|
| 4786 | 2026-03-13T20:06:07.180Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = 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
|
| 4787 | 2026-03-13T20:06:07.180Z | 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
|
| 4788 | 2026-03-13T20:06:07.180Z | INFO | phd-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
|
| 4789 | 2026-03-13T20:06:07.180Z | 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
|
| 4790 | 2026-03-13T20:06:07.213Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1233
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm::server
|
| 4791 | 2026-03-13T20:06:07.227Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 47
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
|
| 4792 | 2026-03-13T20:06:07.227Z | 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 = 37ad2590-c052-4c8c-9d6a-4f8705a4d94e
|
| 4793 | 2026-03-13T20:06:07.228Z | 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 = 37ad2590-c052-4c8c-9d6a-4f8705a4d94e
|
| 4794 | 2026-03-13T20:06:08.070Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4795 | 2026-03-13T20:06:08.071Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 37ad2590-c052-4c8c-9d6a-4f8705a4d94e, name: "phd-vm-37ad2590-c052-4c8c-9d6a-4f8705a4d94e", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 16ac9cb9-b166-4e36-9826-b02d03d3fbc0, project_id: 7f63a4cb-e369-4eb5-a95d-b0a28667ae16, sled_id: 5749d897-2df4-4429-9be3-7b6a1215a8f7, sled_serial: "5749d897-2df4-4429-9be3-7b6a1215a8f7", 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 = 37ad2590-c052-4c8c-9d6a-4f8705a4d94e
|
| 4796 | 2026-03-13T20:06:08.071Z | 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 = 37ad2590-c052-4c8c-9d6a-4f8705a4d94e
|
| 4797 | 2026-03-13T20:06:08.071Z | 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 = 37ad2590-c052-4c8c-9d6a-4f8705a4d94e
|
| 4798 | 2026-03-13T20:06:08.072Z | 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 = 37ad2590-c052-4c8c-9d6a-4f8705a4d94e
|
| 4799 | 2026-03-13T20:06:08.072Z | 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
|
| 4800 | 2026-03-13T20:06:08.072Z | 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 = 37ad2590-c052-4c8c-9d6a-4f8705a4d94e
|
| 4801 | 2026-03-13T20:06:08.072Z | DEBG | phd-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
|
| 4802 | 2026-03-13T20:06:08.073Z | 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 = 37ad2590-c052-4c8c-9d6a-4f8705a4d94e
|
| 4803 | 2026-03-13T20:06:08.073Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_boot_test
vm_id = 37ad2590-c052-4c8c-9d6a-4f8705a4d94e
|
| 4804 | 2026-03-13T20:06:13.196Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 5122
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 = 37ad2590-c052-4c8c-9d6a-4f8705a4d94e
|
| 4805 | 2026-03-13T20:06:13.196Z | DEBG | phd-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
|
| 4806 | 2026-03-13T20:06:13.196Z | DEBG | phd-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
|
| 4807 | 2026-03-13T20:06:13.196Z | 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 = 37ad2590-c052-4c8c-9d6a-4f8705a4d94e
|
| 4808 | 2026-03-13T20:06:13.196Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_boot_test
vm_id = 37ad2590-c052-4c8c-9d6a-4f8705a4d94e
|
| 4809 | 2026-03-13T20:06:13.214Z | 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::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 37ad2590-c052-4c8c-9d6a-4f8705a4d94e
|
| 4810 | 2026-03-13T20:06:13.214Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::smoke::boot_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 4811 | 2026-03-13T20:06:13.215Z | DEBG | phd-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
|
| 4812 | 2026-03-13T20:06:13.215Z | 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 = 37ad2590-c052-4c8c-9d6a-4f8705a4d94e
|
| 4813 | 2026-03-13T20:06:13.215Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_boot_test
vm_id = 37ad2590-c052-4c8c-9d6a-4f8705a4d94e
|
| 4814 | 2026-03-13T20:06:13.248Z | 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 = 37ad2590-c052-4c8c-9d6a-4f8705a4d94e
|
| 4815 | 2026-03-13T20:06:13.248Z | 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
|
| 4816 | 2026-03-13T20:06:13.248Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 5175
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
|
| 4817 | 2026-03-13T20:06:13.248Z | 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 = 37ad2590-c052-4c8c-9d6a-4f8705a4d94e
|
| 4818 | 2026-03-13T20:06:13.248Z | 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
|
| 4819 | 2026-03-13T20:06:13.248Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 5177
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4820 | 2026-03-13T20:06:13.248Z | INFO | phd-runner: test phd_tests::crucible::smoke::boot_test ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 4821 | 2026-03-13T20:06:13.248Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4822 | 2026-03-13T20:06:13.250Z | 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 = 37ad2590-c052-4c8c-9d6a-4f8705a4d94e
|
| 4823 | 2026-03-13T20:06:13.925Z | 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 = 37ad2590-c052-4c8c-9d6a-4f8705a4d94e
|
| 4824 | 2026-03-13T20:06:14.012Z | 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/cc7835e7-7088-4b71-932e-b4058b63faec_9000" } }
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = 37ad2590-c052-4c8c-9d6a-4f8705a4d94e
|
| 4825 | 2026-03-13T20:06:14.020Z | 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/cc7835e7-7088-4b71-932e-b4058b63faec_9000"
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = 37ad2590-c052-4c8c-9d6a-4f8705a4d94e
|
| 4826 | 2026-03-13T20:06:14.032Z | 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/cc7835e7-7088-4b71-932e-b4058b63faec_9001" } }
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = 37ad2590-c052-4c8c-9d6a-4f8705a4d94e
|
| 4827 | 2026-03-13T20:06:14.039Z | 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/cc7835e7-7088-4b71-932e-b4058b63faec_9001"
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = 37ad2590-c052-4c8c-9d6a-4f8705a4d94e
|
| 4828 | 2026-03-13T20:06:14.050Z | 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/cc7835e7-7088-4b71-932e-b4058b63faec_9002" } }
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = 37ad2590-c052-4c8c-9d6a-4f8705a4d94e
|
| 4829 | 2026-03-13T20:06:14.059Z | 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/cc7835e7-7088-4b71-932e-b4058b63faec_9002"
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = 37ad2590-c052-4c8c-9d6a-4f8705a4d94e
|
| 4830 | 2026-03-13T20:06:14.070Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 822
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 = 37ad2590-c052-4c8c-9d6a-4f8705a4d94e
|
| 4831 | 2026-03-13T20:06:14.070Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6842
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 = 37ad2590-c052-4c8c-9d6a-4f8705a4d94e
|
| 4832 | 2026-03-13T20:06:14.071Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 7232
file = phd-tests/tests/src/crucible/smoke.rs
line = 14
path = phd_tests::crucible::smoke::boot_test
target = phd_tests::crucible::smoke
|
| 4833 | 2026-03-13T20:06:14.071Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 822
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4834 | 2026-03-13T20:06:14.071Z | 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
|
| 4835 | 2026-03-13T20:06:14.071Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4836 | 2026-03-13T20:06:14.071Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4837 | 2026-03-13T20:06:14.071Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/crucible/smoke.rs
line = 23
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_tests::crucible::smoke
|
| 4838 | 2026-03-13T20:06:14.072Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 4839 | 2026-03-13T20:06:14.072Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4840 | 2026-03-13T20:06:14.072Z | 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
|
| 4841 | 2026-03-13T20:06:14.072Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4842 | 2026-03-13T20:06:14.072Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/54ecf37b-db52-48e4-89e0-1942c8396433_9000", "--encrypted", "--uuid", "54ecf37b-db52-48e4-89e0-1942c8396433", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::disk::crucible
|
| 4843 | 2026-03-13T20:06:14.172Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
path = phd_tests::crucible::smoke::api_reboot_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/54ecf37b-db52-48e4-89e0-1942c8396433_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:06:14.08427282Z","hostname":"BRM42220060","pid":1235}\n{"msg":"UUID: 54ecf37b-db52-48e4-89e0-1942c8396433","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:06:14.166612839Z","hostname":"BRM42220060","pid":1235}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:06:14.166627166Z","hostname":"BRM42220060","pid":1235}\n
target = phd_framework::disk::crucible
|
| 4844 | 2026-03-13T20:06:14.172Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/54ecf37b-db52-48e4-89e0-1942c8396433_9001", "--encrypted", "--uuid", "54ecf37b-db52-48e4-89e0-1942c8396433", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::disk::crucible
|
| 4845 | 2026-03-13T20:06:14.281Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
path = phd_tests::crucible::smoke::api_reboot_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/54ecf37b-db52-48e4-89e0-1942c8396433_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:06:14.184343674Z","hostname":"BRM42220060","pid":1236}\n{"msg":"UUID: 54ecf37b-db52-48e4-89e0-1942c8396433","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:06:14.275715199Z","hostname":"BRM42220060","pid":1236}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:06:14.275726791Z","hostname":"BRM42220060","pid":1236}\n
target = phd_framework::disk::crucible
|
| 4846 | 2026-03-13T20:06:14.282Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/54ecf37b-db52-48e4-89e0-1942c8396433_9002", "--encrypted", "--uuid", "54ecf37b-db52-48e4-89e0-1942c8396433", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::disk::crucible
|
| 4847 | 2026-03-13T20:06:14.389Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
path = phd_tests::crucible::smoke::api_reboot_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/54ecf37b-db52-48e4-89e0-1942c8396433_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:06:14.293586228Z","hostname":"BRM42220060","pid":1237}\n{"msg":"UUID: 54ecf37b-db52-48e4-89e0-1942c8396433","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:06:14.384050472Z","hostname":"BRM42220060","pid":1237}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:06:14.384077484Z","hostname":"BRM42220060","pid":1237}\n
target = phd_framework::disk::crucible
|
| 4848 | 2026-03-13T20:06:14.389Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::crucible::smoke::api_reboot_test
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::api_reboot_test/crucible_54ecf37b-db52-48e4-89e0-1942c8396433_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::api_reboot_test/crucible_54ecf37b-db52-48e4-89e0-1942c8396433_9000.stdout.log"
target = phd_framework::log_config
|
| 4849 | 2026-03-13T20:06:14.389Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/54ecf37b-db52-48e4-89e0-1942c8396433_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::disk::crucible
|
| 4850 | 2026-03-13T20:06:14.390Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/54ecf37b-db52-48e4-89e0-1942c8396433_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::disk::crucible
|
| 4851 | 2026-03-13T20:06:14.392Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::crucible::smoke::api_reboot_test
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::api_reboot_test/crucible_54ecf37b-db52-48e4-89e0-1942c8396433_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::api_reboot_test/crucible_54ecf37b-db52-48e4-89e0-1942c8396433_9001.stdout.log"
target = phd_framework::log_config
|
| 4852 | 2026-03-13T20:06:14.392Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/54ecf37b-db52-48e4-89e0-1942c8396433_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::disk::crucible
|
| 4853 | 2026-03-13T20:06:14.392Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/54ecf37b-db52-48e4-89e0-1942c8396433_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::disk::crucible
|
| 4854 | 2026-03-13T20:06:14.394Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::crucible::smoke::api_reboot_test
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::api_reboot_test/crucible_54ecf37b-db52-48e4-89e0-1942c8396433_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::api_reboot_test/crucible_54ecf37b-db52-48e4-89e0-1942c8396433_9002.stdout.log"
target = phd_framework::log_config
|
| 4855 | 2026-03-13T20:06:14.394Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/54ecf37b-db52-48e4-89e0-1942c8396433_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::disk::crucible
|
| 4856 | 2026-03-13T20:06:14.394Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/54ecf37b-db52-48e4-89e0-1942c8396433_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::disk::crucible
|
| 4857 | 2026-03-13T20:06:14.397Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 4858 | 2026-03-13T20:06:14.397Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm_name = crucible_guest_reboot_test
|
| 4859 | 2026-03-13T20:06:14.397Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 4860 | 2026-03-13T20:06:14.397Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 64
path = phd_tests::crucible::smoke::api_reboot_test
server_addr = 127.0.0.1:9003
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 4861 | 2026-03-13T20:06:14.397Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::crucible::smoke::api_reboot_test
stderr_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::api_reboot_test/crucible_guest_reboot_test.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::api_reboot_test/crucible_guest_reboot_test.stdout.log"
target = phd_framework::log_config
|
| 4862 | 2026-03-13T20:06:14.431Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1241
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm::server
|
| 4863 | 2026-03-13T20:06:14.446Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 49
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 4864 | 2026-03-13T20:06:14.446Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 219f48d0-02e0-41be-aa61-b39971aee4dd
|
| 4865 | 2026-03-13T20:06:14.447Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9003/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 452
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 219f48d0-02e0-41be-aa61-b39971aee4dd
|
| 4866 | 2026-03-13T20:06:15.105Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4867 | 2026-03-13T20:06:15.106Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 219f48d0-02e0-41be-aa61-b39971aee4dd, name: "phd-vm-219f48d0-02e0-41be-aa61-b39971aee4dd", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 59960124-7518-4396-879c-24222474cbfb, project_id: 0e370480-5c52-49ad-90b9-b1f6cf9589de, sled_id: 8f37d6a2-dea8-48ca-ab60-378fd9227d37, sled_serial: "8f37d6a2-dea8-48ca-ab60-378fd9227d37", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 219f48d0-02e0-41be-aa61-b39971aee4dd
|
| 4868 | 2026-03-13T20:06:15.106Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 219f48d0-02e0-41be-aa61-b39971aee4dd
|
| 4869 | 2026-03-13T20:06:15.106Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::crucible::smoke::api_reboot_test
state = Run
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 219f48d0-02e0-41be-aa61-b39971aee4dd
|
| 4870 | 2026-03-13T20:06:15.107Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 219f48d0-02e0-41be-aa61-b39971aee4dd
|
| 4871 | 2026-03-13T20:06:15.107Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 4872 | 2026-03-13T20:06:15.107Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = crucible_guest_reboot_test
vm_id = 219f48d0-02e0-41be-aa61-b39971aee4dd
|
| 4873 | 2026-03-13T20:06:15.107Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::smoke::api_reboot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 4874 | 2026-03-13T20:06:15.107Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 219f48d0-02e0-41be-aa61-b39971aee4dd
|
| 4875 | 2026-03-13T20:06:15.107Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 219f48d0-02e0-41be-aa61-b39971aee4dd
|
| 4876 | 2026-03-13T20:06:20.229Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 5121
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 219f48d0-02e0-41be-aa61-b39971aee4dd
|
| 4877 | 2026-03-13T20:06:20.229Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::smoke::api_reboot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 4878 | 2026-03-13T20:06:20.229Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::smoke::api_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4879 | 2026-03-13T20:06:20.229Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 219f48d0-02e0-41be-aa61-b39971aee4dd
|
| 4880 | 2026-03-13T20:06:20.229Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 219f48d0-02e0-41be-aa61-b39971aee4dd
|
| 4881 | 2026-03-13T20:06:20.248Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 219f48d0-02e0-41be-aa61-b39971aee4dd
|
| 4882 | 2026-03-13T20:06:20.248Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::smoke::api_reboot_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 4883 | 2026-03-13T20:06:20.248Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::smoke::api_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4884 | 2026-03-13T20:06:20.248Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 219f48d0-02e0-41be-aa61-b39971aee4dd
|
| 4885 | 2026-03-13T20:06:20.248Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 219f48d0-02e0-41be-aa61-b39971aee4dd
|
| 4886 | 2026-03-13T20:06:20.281Z | 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::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 219f48d0-02e0-41be-aa61-b39971aee4dd
|
| 4887 | 2026-03-13T20:06:20.281Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 4888 | 2026-03-13T20:06:20.282Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 5173
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 4889 | 2026-03-13T20:06:20.282Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 219f48d0-02e0-41be-aa61-b39971aee4dd
|
| 4890 | 2026-03-13T20:06:20.282Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::crucible::smoke::api_reboot_test
state = Reboot
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 219f48d0-02e0-41be-aa61-b39971aee4dd
|
| 4891 | 2026-03-13T20:06:20.283Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 219f48d0-02e0-41be-aa61-b39971aee4dd
|
| 4892 | 2026-03-13T20:06:20.283Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 4893 | 2026-03-13T20:06:20.283Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = crucible_guest_reboot_test
vm_id = 219f48d0-02e0-41be-aa61-b39971aee4dd
|
| 4894 | 2026-03-13T20:06:20.283Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::smoke::api_reboot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 4895 | 2026-03-13T20:06:20.283Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 219f48d0-02e0-41be-aa61-b39971aee4dd
|
| 4896 | 2026-03-13T20:06:20.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::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 219f48d0-02e0-41be-aa61-b39971aee4dd
|
| 4897 | 2026-03-13T20:06:24.975Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4692
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 219f48d0-02e0-41be-aa61-b39971aee4dd
|
| 4898 | 2026-03-13T20:06:24.975Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::smoke::api_reboot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 4899 | 2026-03-13T20:06:24.976Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::smoke::api_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4900 | 2026-03-13T20:06:24.976Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 219f48d0-02e0-41be-aa61-b39971aee4dd
|
| 4901 | 2026-03-13T20:06:24.976Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 219f48d0-02e0-41be-aa61-b39971aee4dd
|
| 4902 | 2026-03-13T20:06:24.995Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 219f48d0-02e0-41be-aa61-b39971aee4dd
|
| 4903 | 2026-03-13T20:06:24.995Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::smoke::api_reboot_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 4904 | 2026-03-13T20:06:24.995Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::smoke::api_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4905 | 2026-03-13T20:06:24.995Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 219f48d0-02e0-41be-aa61-b39971aee4dd
|
| 4906 | 2026-03-13T20:06:24.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::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 219f48d0-02e0-41be-aa61-b39971aee4dd
|
| 4907 | 2026-03-13T20:06:25.027Z | 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::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 219f48d0-02e0-41be-aa61-b39971aee4dd
|
| 4908 | 2026-03-13T20:06:25.027Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 4909 | 2026-03-13T20:06:25.027Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4743
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 4910 | 2026-03-13T20:06:25.027Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 219f48d0-02e0-41be-aa61-b39971aee4dd
|
| 4911 | 2026-03-13T20:06:25.027Z | 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
|
| 4912 | 2026-03-13T20:06:25.028Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 9921
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4913 | 2026-03-13T20:06:25.028Z | 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
|
| 4914 | 2026-03-13T20:06:25.028Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4915 | 2026-03-13T20:06:25.029Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 219f48d0-02e0-41be-aa61-b39971aee4dd
|
| 4916 | 2026-03-13T20:06:25.583Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
path = phd_tests::crucible::smoke::api_reboot_test
self.address = 127.0.0.1:9003
target = phd_framework::test_vm::server
vm = crucible_guest_reboot_test
vm_id = 219f48d0-02e0-41be-aa61-b39971aee4dd
|
| 4917 | 2026-03-13T20:06:25.670Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
path = phd_tests::crucible::smoke::api_reboot_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9000, vcr_address_override: None, data_dir: DataDirectory { path: "/tmp/propolis-phd/54ecf37b-db52-48e4-89e0-1942c8396433_9000" } }
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 219f48d0-02e0-41be-aa61-b39971aee4dd
|
| 4918 | 2026-03-13T20:06:25.679Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::smoke::api_reboot_test
self.path = "/tmp/propolis-phd/54ecf37b-db52-48e4-89e0-1942c8396433_9000"
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 219f48d0-02e0-41be-aa61-b39971aee4dd
|
| 4919 | 2026-03-13T20:06:25.690Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
path = phd_tests::crucible::smoke::api_reboot_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9001, vcr_address_override: None, data_dir: DataDirectory { path: "/tmp/propolis-phd/54ecf37b-db52-48e4-89e0-1942c8396433_9001" } }
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 219f48d0-02e0-41be-aa61-b39971aee4dd
|
| 4920 | 2026-03-13T20:06:25.698Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::smoke::api_reboot_test
self.path = "/tmp/propolis-phd/54ecf37b-db52-48e4-89e0-1942c8396433_9001"
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 219f48d0-02e0-41be-aa61-b39971aee4dd
|
| 4921 | 2026-03-13T20:06:25.710Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
path = phd_tests::crucible::smoke::api_reboot_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9002, vcr_address_override: None, data_dir: DataDirectory { path: "/tmp/propolis-phd/54ecf37b-db52-48e4-89e0-1942c8396433_9002" } }
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 219f48d0-02e0-41be-aa61-b39971aee4dd
|
| 4922 | 2026-03-13T20:06:25.718Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::smoke::api_reboot_test
self.path = "/tmp/propolis-phd/54ecf37b-db52-48e4-89e0-1942c8396433_9002"
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 219f48d0-02e0-41be-aa61-b39971aee4dd
|
| 4923 | 2026-03-13T20:06:25.729Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 701
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 219f48d0-02e0-41be-aa61-b39971aee4dd
|
| 4924 | 2026-03-13T20:06:25.730Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 11282
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 219f48d0-02e0-41be-aa61-b39971aee4dd
|
| 4925 | 2026-03-13T20:06:25.730Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 701
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4926 | 2026-03-13T20:06:25.730Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 11657
file = phd-tests/tests/src/crucible/smoke.rs
line = 23
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_tests::crucible::smoke
|
| 4927 | 2026-03-13T20:06:25.730Z | 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
|
| 4928 | 2026-03-13T20:06:25.730Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4929 | 2026-03-13T20:06:25.730Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4930 | 2026-03-13T20:06:25.730Z | 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
|
| 4931 | 2026-03-13T20:06:25.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
|
| 4932 | 2026-03-13T20:06:25.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
|
| 4933 | 2026-03-13T20:06:25.730Z | 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
|
| 4934 | 2026-03-13T20:06:25.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
|
| 4935 | 2026-03-13T20:06:25.731Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/6bc7e788-5ff4-4b25-94be-3aed0b51b298_9000", "--encrypted", "--uuid", "6bc7e788-5ff4-4b25-94be-3aed0b51b298", "--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
|
| 4936 | 2026-03-13T20:06:25.837Z | 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/6bc7e788-5ff4-4b25-94be-3aed0b51b298_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:06:25.742257351Z","hostname":"BRM42220060","pid":1243}\n{"msg":"UUID: 6bc7e788-5ff4-4b25-94be-3aed0b51b298","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:06:25.831757154Z","hostname":"BRM42220060","pid":1243}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:06:25.831784466Z","hostname":"BRM42220060","pid":1243}\n
target = phd_framework::disk::crucible
|
| 4937 | 2026-03-13T20:06:25.837Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/6bc7e788-5ff4-4b25-94be-3aed0b51b298_9001", "--encrypted", "--uuid", "6bc7e788-5ff4-4b25-94be-3aed0b51b298", "--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
|
| 4938 | 2026-03-13T20:06:25.941Z | 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/6bc7e788-5ff4-4b25-94be-3aed0b51b298_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:06:25.849511622Z","hostname":"BRM42220060","pid":1244}\n{"msg":"UUID: 6bc7e788-5ff4-4b25-94be-3aed0b51b298","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:06:25.936300097Z","hostname":"BRM42220060","pid":1244}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:06:25.936310577Z","hostname":"BRM42220060","pid":1244}\n
target = phd_framework::disk::crucible
|
| 4939 | 2026-03-13T20:06:25.942Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/6bc7e788-5ff4-4b25-94be-3aed0b51b298_9002", "--encrypted", "--uuid", "6bc7e788-5ff4-4b25-94be-3aed0b51b298", "--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
|
| 4940 | 2026-03-13T20:06:26.055Z | 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/6bc7e788-5ff4-4b25-94be-3aed0b51b298_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:06:25.954098679Z","hostname":"BRM42220060","pid":1245}\n{"msg":"UUID: 6bc7e788-5ff4-4b25-94be-3aed0b51b298","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:06:26.050887441Z","hostname":"BRM42220060","pid":1245}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:06:26.05090781Z","hostname":"BRM42220060","pid":1245}\n
target = phd_framework::disk::crucible
|
| 4941 | 2026-03-13T20:06:26.055Z | 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_6bc7e788-5ff4-4b25-94be-3aed0b51b298_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::guest_reboot_test/crucible_6bc7e788-5ff4-4b25-94be-3aed0b51b298_9000.stdout.log"
target = phd_framework::log_config
|
| 4942 | 2026-03-13T20:06:26.056Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/6bc7e788-5ff4-4b25-94be-3aed0b51b298_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
| 4943 | 2026-03-13T20:06:26.056Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/6bc7e788-5ff4-4b25-94be-3aed0b51b298_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
| 4944 | 2026-03-13T20:06:26.057Z | 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_6bc7e788-5ff4-4b25-94be-3aed0b51b298_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::guest_reboot_test/crucible_6bc7e788-5ff4-4b25-94be-3aed0b51b298_9001.stdout.log"
target = phd_framework::log_config
|
| 4945 | 2026-03-13T20:06:26.058Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/6bc7e788-5ff4-4b25-94be-3aed0b51b298_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
| 4946 | 2026-03-13T20:06:26.058Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/6bc7e788-5ff4-4b25-94be-3aed0b51b298_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
| 4947 | 2026-03-13T20:06:26.060Z | 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_6bc7e788-5ff4-4b25-94be-3aed0b51b298_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::guest_reboot_test/crucible_6bc7e788-5ff4-4b25-94be-3aed0b51b298_9002.stdout.log"
target = phd_framework::log_config
|
| 4948 | 2026-03-13T20:06:26.060Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/6bc7e788-5ff4-4b25-94be-3aed0b51b298_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
| 4949 | 2026-03-13T20:06:26.060Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/6bc7e788-5ff4-4b25-94be-3aed0b51b298_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
| 4950 | 2026-03-13T20:06:26.062Z | 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
|
| 4951 | 2026-03-13T20:06:26.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::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm_name = crucible_guest_reboot_test
|
| 4952 | 2026-03-13T20:06:26.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
|
| 4953 | 2026-03-13T20:06:26.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::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
|
| 4954 | 2026-03-13T20:06:26.062Z | 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
|
| 4955 | 2026-03-13T20:06:26.092Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1249
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
|
| 4956 | 2026-03-13T20:06:26.107Z | 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
|
| 4957 | 2026-03-13T20:06:26.107Z | 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 = f6ac2e99-c22c-436e-90a0-153f50787c96
|
| 4958 | 2026-03-13T20:06:26.108Z | 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 = f6ac2e99-c22c-436e-90a0-153f50787c96
|
| 4959 | 2026-03-13T20:06:26.919Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4960 | 2026-03-13T20:06:26.920Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: f6ac2e99-c22c-436e-90a0-153f50787c96, name: "phd-vm-f6ac2e99-c22c-436e-90a0-153f50787c96", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: fb8d8044-b01a-4a72-9cc6-98c65a3c4e07, project_id: 3a0b14cf-c84c-4b48-9bdf-7c7b948c78b2, sled_id: 0efe7331-2a3f-42ac-85f6-e67d39b84e8f, sled_serial: "0efe7331-2a3f-42ac-85f6-e67d39b84e8f", 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 = f6ac2e99-c22c-436e-90a0-153f50787c96
|
| 4961 | 2026-03-13T20:06:26.920Z | 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 = f6ac2e99-c22c-436e-90a0-153f50787c96
|
| 4962 | 2026-03-13T20:06:26.920Z | 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 = f6ac2e99-c22c-436e-90a0-153f50787c96
|
| 4963 | 2026-03-13T20:06:26.921Z | 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 = f6ac2e99-c22c-436e-90a0-153f50787c96
|
| 4964 | 2026-03-13T20:06:26.921Z | 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
|
| 4965 | 2026-03-13T20:06:26.921Z | 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 = f6ac2e99-c22c-436e-90a0-153f50787c96
|
| 4966 | 2026-03-13T20:06:26.921Z | DEBG | phd-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
|
| 4967 | 2026-03-13T20:06:26.921Z | 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 = f6ac2e99-c22c-436e-90a0-153f50787c96
|
| 4968 | 2026-03-13T20:06:26.921Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = f6ac2e99-c22c-436e-90a0-153f50787c96
|
| 4969 | 2026-03-13T20:06:32.051Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 5129
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 = f6ac2e99-c22c-436e-90a0-153f50787c96
|
| 4970 | 2026-03-13T20:06:32.051Z | DEBG | phd-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
|
| 4971 | 2026-03-13T20:06:32.051Z | DEBG | phd-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
|
| 4972 | 2026-03-13T20:06:32.051Z | 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 = f6ac2e99-c22c-436e-90a0-153f50787c96
|
| 4973 | 2026-03-13T20:06:32.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::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = f6ac2e99-c22c-436e-90a0-153f50787c96
|
| 4974 | 2026-03-13T20:06:32.069Z | 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 = f6ac2e99-c22c-436e-90a0-153f50787c96
|
| 4975 | 2026-03-13T20:06:32.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::crucible::smoke::guest_reboot_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 4976 | 2026-03-13T20:06:32.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::crucible::smoke::guest_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4977 | 2026-03-13T20:06:32.069Z | 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 = f6ac2e99-c22c-436e-90a0-153f50787c96
|
| 4978 | 2026-03-13T20:06:32.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::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = f6ac2e99-c22c-436e-90a0-153f50787c96
|
| 4979 | 2026-03-13T20:06:32.102Z | 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 = f6ac2e99-c22c-436e-90a0-153f50787c96
|
| 4980 | 2026-03-13T20:06:32.102Z | 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
|
| 4981 | 2026-03-13T20:06:32.102Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 5180
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 4982 | 2026-03-13T20:06:32.103Z | 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 = f6ac2e99-c22c-436e-90a0-153f50787c96
|
| 4983 | 2026-03-13T20:06:32.103Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 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 = f6ac2e99-c22c-436e-90a0-153f50787c96
|
| 4984 | 2026-03-13T20:06:32.113Z | INFO | 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::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = f6ac2e99-c22c-436e-90a0-153f50787c96
|
| 4985 | 2026-03-13T20:06:32.113Z | 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
|
| 4986 | 2026-03-13T20:06:32.113Z | 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 = f6ac2e99-c22c-436e-90a0-153f50787c96
|
| 4987 | 2026-03-13T20:06:32.113Z | DEBG | phd-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
|
| 4988 | 2026-03-13T20:06:32.114Z | 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 = f6ac2e99-c22c-436e-90a0-153f50787c96
|
| 4989 | 2026-03-13T20:06:32.114Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = f6ac2e99-c22c-436e-90a0-153f50787c96
|
| 4990 | 2026-03-13T20:06:39.245Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 7131
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 = f6ac2e99-c22c-436e-90a0-153f50787c96
|
| 4991 | 2026-03-13T20:06:39.245Z | DEBG | phd-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
|
| 4992 | 2026-03-13T20:06:39.246Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::crucible::smoke::guest_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4993 | 2026-03-13T20:06:39.246Z | 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 = f6ac2e99-c22c-436e-90a0-153f50787c96
|
| 4994 | 2026-03-13T20:06:39.246Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = f6ac2e99-c22c-436e-90a0-153f50787c96
|
| 4995 | 2026-03-13T20:06:39.264Z | 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 = f6ac2e99-c22c-436e-90a0-153f50787c96
|
| 4996 | 2026-03-13T20:06:39.264Z | DEBG | phd-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
|
| 4997 | 2026-03-13T20:06:39.264Z | DEBG | phd-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
|
| 4998 | 2026-03-13T20:06:39.264Z | 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 = f6ac2e99-c22c-436e-90a0-153f50787c96
|
| 4999 | 2026-03-13T20:06:39.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::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = f6ac2e99-c22c-436e-90a0-153f50787c96
|
| 5000 | 2026-03-13T20:06:39.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::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = f6ac2e99-c22c-436e-90a0-153f50787c96
|
| 5001 | 2026-03-13T20:06:39.298Z | 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
|
| 5002 | 2026-03-13T20:06:39.298Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 7183
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 5003 | 2026-03-13T20:06:39.298Z | 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 = f6ac2e99-c22c-436e-90a0-153f50787c96
|
| 5004 | 2026-03-13T20:06:39.298Z | 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
|
| 5005 | 2026-03-13T20:06:39.298Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 12378
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 5006 | 2026-03-13T20:06:39.298Z | 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
|
| 5007 | 2026-03-13T20:06:39.298Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 5008 | 2026-03-13T20:06:39.300Z | 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 = f6ac2e99-c22c-436e-90a0-153f50787c96
|
| 5009 | 2026-03-13T20:06:40.054Z | 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 = f6ac2e99-c22c-436e-90a0-153f50787c96
|
| 5010 | 2026-03-13T20:06:40.144Z | 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/6bc7e788-5ff4-4b25-94be-3aed0b51b298_9000" } }
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = f6ac2e99-c22c-436e-90a0-153f50787c96
|
| 5011 | 2026-03-13T20:06:40.152Z | 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/6bc7e788-5ff4-4b25-94be-3aed0b51b298_9000"
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = f6ac2e99-c22c-436e-90a0-153f50787c96
|
| 5012 | 2026-03-13T20:06:40.164Z | 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/6bc7e788-5ff4-4b25-94be-3aed0b51b298_9001" } }
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = f6ac2e99-c22c-436e-90a0-153f50787c96
|
| 5013 | 2026-03-13T20:06:40.171Z | 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/6bc7e788-5ff4-4b25-94be-3aed0b51b298_9001"
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = f6ac2e99-c22c-436e-90a0-153f50787c96
|
| 5014 | 2026-03-13T20:06:40.182Z | 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/6bc7e788-5ff4-4b25-94be-3aed0b51b298_9002" } }
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = f6ac2e99-c22c-436e-90a0-153f50787c96
|
| 5015 | 2026-03-13T20:06:40.192Z | 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/6bc7e788-5ff4-4b25-94be-3aed0b51b298_9002"
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = f6ac2e99-c22c-436e-90a0-153f50787c96
|
| 5016 | 2026-03-13T20:06:40.203Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 905
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 = f6ac2e99-c22c-436e-90a0-153f50787c96
|
| 5017 | 2026-03-13T20:06:40.204Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 14095
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 = f6ac2e99-c22c-436e-90a0-153f50787c96
|
| 5018 | 2026-03-13T20:06:40.204Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 14472
file = phd-tests/tests/src/crucible/smoke.rs
line = 35
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_tests::crucible::smoke
|
| 5019 | 2026-03-13T20:06:40.204Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 905
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 5020 | 2026-03-13T20:06:40.204Z | 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
|
| 5021 | 2026-03-13T20:06:40.204Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 5022 | 2026-03-13T20:06:40.204Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 5023 | 2026-03-13T20:06:40.204Z | 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
|
| 5024 | 2026-03-13T20:06:40.204Z | 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
|
| 5025 | 2026-03-13T20:06:40.204Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 5026 | 2026-03-13T20:06:40.204Z | 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
|
| 5027 | 2026-03-13T20:06:40.205Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 5028 | 2026-03-13T20:06:40.205Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/fed09104-5bab-499d-8350-1f15aa06f4d7_9000", "--encrypted", "--uuid", "fed09104-5bab-499d-8350-1f15aa06f4d7", "--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
|
| 5029 | 2026-03-13T20:06:40.314Z | 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/fed09104-5bab-499d-8350-1f15aa06f4d7_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:06:40.217158028Z","hostname":"BRM42220060","pid":1251}\n{"msg":"UUID: fed09104-5bab-499d-8350-1f15aa06f4d7","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:06:40.306856729Z","hostname":"BRM42220060","pid":1251}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:06:40.306879231Z","hostname":"BRM42220060","pid":1251}\n
target = phd_framework::disk::crucible
|
| 5030 | 2026-03-13T20:06:40.314Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/fed09104-5bab-499d-8350-1f15aa06f4d7_9001", "--encrypted", "--uuid", "fed09104-5bab-499d-8350-1f15aa06f4d7", "--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
|
| 5031 | 2026-03-13T20:06:40.424Z | 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/fed09104-5bab-499d-8350-1f15aa06f4d7_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:06:40.328761196Z","hostname":"BRM42220060","pid":1252}\n{"msg":"UUID: fed09104-5bab-499d-8350-1f15aa06f4d7","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:06:40.418743846Z","hostname":"BRM42220060","pid":1252}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:06:40.41875669Z","hostname":"BRM42220060","pid":1252}\n
target = phd_framework::disk::crucible
|
| 5032 | 2026-03-13T20:06:40.424Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/fed09104-5bab-499d-8350-1f15aa06f4d7_9002", "--encrypted", "--uuid", "fed09104-5bab-499d-8350-1f15aa06f4d7", "--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
|
| 5033 | 2026-03-13T20:06:40.533Z | 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/fed09104-5bab-499d-8350-1f15aa06f4d7_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:06:40.435860884Z","hostname":"BRM42220060","pid":1253}\n{"msg":"UUID: fed09104-5bab-499d-8350-1f15aa06f4d7","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:06:40.526742821Z","hostname":"BRM42220060","pid":1253}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:06:40.526766997Z","hostname":"BRM42220060","pid":1253}\n
target = phd_framework::disk::crucible
|
| 5034 | 2026-03-13T20:06:40.533Z | 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_fed09104-5bab-499d-8350-1f15aa06f4d7_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::shutdown_persistence_test/crucible_fed09104-5bab-499d-8350-1f15aa06f4d7_9000.stdout.log"
target = phd_framework::log_config
|
| 5035 | 2026-03-13T20:06:40.533Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/fed09104-5bab-499d-8350-1f15aa06f4d7_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
| 5036 | 2026-03-13T20:06:40.533Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/fed09104-5bab-499d-8350-1f15aa06f4d7_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
| 5037 | 2026-03-13T20:06:40.536Z | 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_fed09104-5bab-499d-8350-1f15aa06f4d7_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::shutdown_persistence_test/crucible_fed09104-5bab-499d-8350-1f15aa06f4d7_9001.stdout.log"
target = phd_framework::log_config
|
| 5038 | 2026-03-13T20:06:40.536Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/fed09104-5bab-499d-8350-1f15aa06f4d7_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
| 5039 | 2026-03-13T20:06:40.536Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/fed09104-5bab-499d-8350-1f15aa06f4d7_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
| 5040 | 2026-03-13T20:06:40.538Z | 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_fed09104-5bab-499d-8350-1f15aa06f4d7_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::shutdown_persistence_test/crucible_fed09104-5bab-499d-8350-1f15aa06f4d7_9002.stdout.log"
target = phd_framework::log_config
|
| 5041 | 2026-03-13T20:06:40.538Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/fed09104-5bab-499d-8350-1f15aa06f4d7_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 349
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
| 5042 | 2026-03-13T20:06:40.538Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/fed09104-5bab-499d-8350-1f15aa06f4d7_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 439
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
| 5043 | 2026-03-13T20:06:40.540Z | 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
|
| 5044 | 2026-03-13T20:06:40.541Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = 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
|
| 5045 | 2026-03-13T20:06:40.541Z | 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
|
| 5046 | 2026-03-13T20:06:40.541Z | INFO | phd-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
|
| 5047 | 2026-03-13T20:06:40.541Z | 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
|
| 5048 | 2026-03-13T20:06:40.575Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1257
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
|
| 5049 | 2026-03-13T20:06:40.590Z | 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
|
| 5050 | 2026-03-13T20:06:40.590Z | 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
|
| 5051 | 2026-03-13T20:06:40.603Z | 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/fed09104-5bab-499d-8350-1f15aa06f4d7_9000" } }
target = phd_framework::disk::crucible
|
| 5052 | 2026-03-13T20:06:40.608Z | 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/fed09104-5bab-499d-8350-1f15aa06f4d7_9000"
target = phd_framework::disk::crucible
|
| 5053 | 2026-03-13T20:06:40.617Z | 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/fed09104-5bab-499d-8350-1f15aa06f4d7_9001" } }
target = phd_framework::disk::crucible
|
| 5054 | 2026-03-13T20:06:40.623Z | 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/fed09104-5bab-499d-8350-1f15aa06f4d7_9001"
target = phd_framework::disk::crucible
|
| 5055 | 2026-03-13T20:06:40.632Z | 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/fed09104-5bab-499d-8350-1f15aa06f4d7_9002" } }
target = phd_framework::disk::crucible
|
| 5056 | 2026-03-13T20:06:40.640Z | 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/fed09104-5bab-499d-8350-1f15aa06f4d7_9002"
target = phd_framework::disk::crucible
|
| 5057 | 2026-03-13T20:06:40.648Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 444
file = phd-tests/tests/src/crucible/smoke.rs
line = 47
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_tests::crucible::smoke
|
| 5058 | 2026-03-13T20:06:40.649Z | 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
|
| 5059 | 2026-03-13T20:06:40.649Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 5060 | 2026-03-13T20:06:40.649Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 5061 | 2026-03-13T20:06:40.649Z | 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
|
| 5062 | 2026-03-13T20:06:40.649Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 5063 | 2026-03-13T20:06:40.649Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 5064 | 2026-03-13T20:06:40.649Z | 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
|
| 5065 | 2026-03-13T20:06:40.649Z | 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
|
| 5066 | 2026-03-13T20:06:40.649Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 5067 | 2026-03-13T20:06:40.649Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 5068 | 2026-03-13T20:06:40.649Z | 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
|
| 5069 | 2026-03-13T20:06:40.661Z | 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 231M 25.3T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 5070 | 2026-03-13T20:06:40.661Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-3120f1b9-5d63-41b5-95a3-b000c9127e63"]
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
|
| 5071 | 2026-03-13T20:06:40.679Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-3120f1b9-5d63-41b5-95a3-b000c9127e63", "phd-artifacts/phd-clone-ded67d78-386e-4589-9212-dd647f5ea882"]
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
|
| 5072 | 2026-03-13T20:06:40.699Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-ded67d78-386e-4589-9212-dd647f5ea882"]
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
|
| 5073 | 2026-03-13T20:06:40.709Z | 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-ded67d78-386e-4589-9212-dd647f5ea882 0B 25.3T 227M /phd-artifacts/phd-clone-ded67d78-386e-4589-9212-dd647f5ea882\n
target = phd_framework::zfs
|
| 5074 | 2026-03-13T20:06:40.709Z | 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
|
| 5075 | 2026-03-13T20:06:40.709Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/443bcef9-824d-4f97-8c2c-8a1f33f75a3f_9000", "--encrypted", "--uuid", "443bcef9-824d-4f97-8c2c-8a1f33f75a3f", "--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
|
| 5076 | 2026-03-13T20:06:40.735Z | 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/443bcef9-824d-4f97-8c2c-8a1f33f75a3f_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:06:40.72062374Z","hostname":"BRM42220060","pid":1263}\n{"msg":"UUID: 443bcef9-824d-4f97-8c2c-8a1f33f75a3f","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:06:40.732135425Z","hostname":"BRM42220060","pid":1263}\n{"msg":"Blocks per extent:131072 Total Extents: 16","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:06:40.732146586Z","hostname":"BRM42220060","pid":1263}\n
target = phd_framework::disk::crucible
|
| 5077 | 2026-03-13T20:06:40.735Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/443bcef9-824d-4f97-8c2c-8a1f33f75a3f_9001", "--encrypted", "--uuid", "443bcef9-824d-4f97-8c2c-8a1f33f75a3f", "--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
|
| 5078 | 2026-03-13T20:06:40.762Z | 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/443bcef9-824d-4f97-8c2c-8a1f33f75a3f_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:06:40.746810588Z","hostname":"BRM42220060","pid":1264}\n{"msg":"UUID: 443bcef9-824d-4f97-8c2c-8a1f33f75a3f","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:06:40.758341169Z","hostname":"BRM42220060","pid":1264}\n{"msg":"Blocks per extent:131072 Total Extents: 16","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:06:40.758353442Z","hostname":"BRM42220060","pid":1264}\n
target = phd_framework::disk::crucible
|
| 5079 | 2026-03-13T20:06:40.762Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/443bcef9-824d-4f97-8c2c-8a1f33f75a3f_9002", "--encrypted", "--uuid", "443bcef9-824d-4f97-8c2c-8a1f33f75a3f", "--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
|
| 5080 | 2026-03-13T20:06:40.789Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 308
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/443bcef9-824d-4f97-8c2c-8a1f33f75a3f_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:06:40.773865448Z","hostname":"BRM42220060","pid":1265}\n{"msg":"UUID: 443bcef9-824d-4f97-8c2c-8a1f33f75a3f","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:06:40.785021534Z","hostname":"BRM42220060","pid":1265}\n{"msg":"Blocks per extent:131072 Total Extents: 16","v":0,"name":"crucible","level":30,"time":"2026-03-13T20:06:40.785036162Z","hostname":"BRM42220060","pid":1265}\n
target = phd_framework::disk::crucible
|
| 5081 | 2026-03-13T20:06:40.789Z | 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_443bcef9-824d-4f97-8c2c-8a1f33f75a3f_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::vcr_replace_during_start_test/crucible_443bcef9-824d-4f97-8c2c-8a1f33f75a3f_9000.stdout.log"
target = phd_framework::log_config
|
| 5082 | 2026-03-13T20:06:40.789Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/443bcef9-824d-4f97-8c2c-8a1f33f75a3f_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
|
| 5083 | 2026-03-13T20:06:40.789Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/443bcef9-824d-4f97-8c2c-8a1f33f75a3f_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
|
| 5084 | 2026-03-13T20:06:40.791Z | 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_443bcef9-824d-4f97-8c2c-8a1f33f75a3f_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::vcr_replace_during_start_test/crucible_443bcef9-824d-4f97-8c2c-8a1f33f75a3f_9001.stdout.log"
target = phd_framework::log_config
|
| 5085 | 2026-03-13T20:06:40.791Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/443bcef9-824d-4f97-8c2c-8a1f33f75a3f_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
|
| 5086 | 2026-03-13T20:06:40.791Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/443bcef9-824d-4f97-8c2c-8a1f33f75a3f_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
|
| 5087 | 2026-03-13T20:06:40.793Z | 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_443bcef9-824d-4f97-8c2c-8a1f33f75a3f_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::crucible::smoke::vcr_replace_during_start_test/crucible_443bcef9-824d-4f97-8c2c-8a1f33f75a3f_9002.stdout.log"
target = phd_framework::log_config
|
| 5088 | 2026-03-13T20:06:40.793Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/443bcef9-824d-4f97-8c2c-8a1f33f75a3f_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
|
| 5089 | 2026-03-13T20:06:40.794Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/443bcef9-824d-4f97-8c2c-8a1f33f75a3f_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
|
| 5090 | 2026-03-13T20:06:40.795Z | 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
|
| 5091 | 2026-03-13T20:06:40.795Z | 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
|
| 5092 | 2026-03-13T20:06:40.795Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = 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
|
| 5093 | 2026-03-13T20:06:40.796Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 5094 | 2026-03-13T20:06:40.796Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 64
path = phd_tests::crucible::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
|
| 5095 | 2026-03-13T20:06:40.796Z | 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
|
| 5096 | 2026-03-13T20:06:40.828Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1269
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
|
| 5097 | 2026-03-13T20:06:40.844Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 48
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
|
| 5098 | 2026-03-13T20:06:40.844Z | 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 = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5099 | 2026-03-13T20:06:40.844Z | 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 = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5100 | 2026-03-13T20:06:41.628Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 5101 | 2026-03-13T20:06:41.629Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84, name: "phd-vm-5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 41ab8eaa-d329-4128-99d7-80db32e4c9a8, project_id: 97ac2c65-2709-4a18-9b56-f78bb04672de, sled_id: 5b961bbe-b741-40cd-81c6-bca9a84f03d4, sled_serial: "5b961bbe-b741-40cd-81c6-bca9a84f03d4", 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 = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5102 | 2026-03-13T20:06:41.629Z | 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 = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5103 | 2026-03-13T20:06:41.629Z | 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 = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5104 | 2026-03-13T20:06:41.630Z | 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::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5105 | 2026-03-13T20:06:41.630Z | 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 = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5106 | 2026-03-13T20:06:41.630Z | 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 = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5107 | 2026-03-13T20:06:41.630Z | 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 = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5108 | 2026-03-13T20:06:41.630Z | 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 = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5109 | 2026-03-13T20:06:41.631Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
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 = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5110 | 2026-03-13T20:06:41.946Z | 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 = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5111 | 2026-03-13T20:06:41.946Z | 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 = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5112 | 2026-03-13T20:06:41.947Z | 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 = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5113 | 2026-03-13T20:06:42.613Z | 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 = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5114 | 2026-03-13T20:06:42.613Z | 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 = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5115 | 2026-03-13T20:06:42.614Z | 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 = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5116 | 2026-03-13T20:06:44.046Z | 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 = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5117 | 2026-03-13T20:06:44.046Z | 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 = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5118 | 2026-03-13T20:06:44.047Z | 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 = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5119 | 2026-03-13T20:06:46.069Z | 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 = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5120 | 2026-03-13T20:06:46.069Z | 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 = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5121 | 2026-03-13T20:06:46.070Z | 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 = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5122 | 2026-03-13T20:06:46.070Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 4439
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 = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5123 | 2026-03-13T20:06:46.070Z | 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
|
| 5124 | 2026-03-13T20:06:46.070Z | 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: ad1eb9c2-bdda-40f9-8576-2b189d35eb5b, block_size: 512, sub_volumes: [Region { block_size: 512, blocks_per_extent: 131072, extent_count: 16, opts: CrucibleOpts { id: ad1eb9c2-bdda-40f9-8576-2b189d35eb5b, target: [127.0.0.1:9000, 127.0.0.1:9001, 127.0.0.1:9002], lossy: false, flush_timeout: None, key: Some("adeZpN06ttdFtLwvCuvvbSB7jSVHq90nCrc8Y6G+MII="), cert_pem: None, key_pem: None, root_cert_pem: None, control: None, read_only: false }, generation: 2 }], read_only_parent: None }
|
| 5125 | 2026-03-13T20:06:46.072Z | 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
|
| 5126 | 2026-03-13T20:06:46.072Z | 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 = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5127 | 2026-03-13T20:06:46.072Z | DEBG | phd-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
|
| 5128 | 2026-03-13T20:06:46.072Z | 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 = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5129 | 2026-03-13T20:06:46.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::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_vcr_replace_during_start_test
vm_id = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5130 | 2026-03-13T20:07:00.528Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 14455
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 = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5131 | 2026-03-13T20:07:00.528Z | DEBG | phd-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
|
| 5132 | 2026-03-13T20:07:00.528Z | DEBG | phd-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
|
| 5133 | 2026-03-13T20:07:00.528Z | 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 = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5134 | 2026-03-13T20:07:00.528Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_vcr_replace_during_start_test
vm_id = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5135 | 2026-03-13T20:07:00.547Z | 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 = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5136 | 2026-03-13T20:07:00.547Z | DEBG | phd-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
|
| 5137 | 2026-03-13T20:07:00.547Z | DEBG | phd-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
|
| 5138 | 2026-03-13T20:07:00.547Z | 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 = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5139 | 2026-03-13T20:07:00.547Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_vcr_replace_during_start_test
vm_id = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5140 | 2026-03-13T20:07:00.580Z | 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::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5141 | 2026-03-13T20:07:00.580Z | 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
|
| 5142 | 2026-03-13T20:07:00.580Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 14507
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
|
| 5143 | 2026-03-13T20:07:00.580Z | 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 = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5144 | 2026-03-13T20:07:00.580Z | 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 = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5145 | 2026-03-13T20:07:00.582Z | 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 = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5146 | 2026-03-13T20:07:00.582Z | 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: ad1eb9c2-bdda-40f9-8576-2b189d35eb5b, block_size: 512, sub_volumes: [Region { block_size: 512, blocks_per_extent: 131072, extent_count: 16, opts: CrucibleOpts { id: ad1eb9c2-bdda-40f9-8576-2b189d35eb5b, target: [127.0.0.1:9000, 127.0.0.1:9001, 127.0.0.1:9002], lossy: false, flush_timeout: None, key: Some("adeZpN06ttdFtLwvCuvvbSB7jSVHq90nCrc8Y6G+MII="), cert_pem: None, key_pem: None, root_cert_pem: None, control: None, read_only: false }, generation: 3 }], read_only_parent: None }
|
| 5147 | 2026-03-13T20:07:00.583Z | 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 = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5148 | 2026-03-13T20:07:00.583Z | 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
|
| 5149 | 2026-03-13T20:07:00.583Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 18954
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 5150 | 2026-03-13T20:07:00.584Z | 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
|
| 5151 | 2026-03-13T20:07:00.584Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 5152 | 2026-03-13T20:07:00.585Z | 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 = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5153 | 2026-03-13T20:07:01.256Z | 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 = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5154 | 2026-03-13T20:07:01.349Z | 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 = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5155 | 2026-03-13T20:07:01.349Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-ded67d78-386e-4589-9212-dd647f5ea882"]
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 = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5156 | 2026-03-13T20:07:01.377Z | 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 = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5157 | 2026-03-13T20:07:01.378Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-3120f1b9-5d63-41b5-95a3-b000c9127e63"]
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 = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5158 | 2026-03-13T20:07:01.396Z | 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/443bcef9-824d-4f97-8c2c-8a1f33f75a3f_9000" } }
target = phd_framework::disk::crucible
vm = crucible_vcr_replace_during_start_test
vm_id = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5159 | 2026-03-13T20:07:01.402Z | 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/443bcef9-824d-4f97-8c2c-8a1f33f75a3f_9000"
target = phd_framework::disk::crucible
vm = crucible_vcr_replace_during_start_test
vm_id = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5160 | 2026-03-13T20:07:01.404Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
path = phd_tests::crucible::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/443bcef9-824d-4f97-8c2c-8a1f33f75a3f_9001" } }
target = phd_framework::disk::crucible
vm = crucible_vcr_replace_during_start_test
vm_id = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5161 | 2026-03-13T20:07:01.410Z | 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/443bcef9-824d-4f97-8c2c-8a1f33f75a3f_9001"
target = phd_framework::disk::crucible
vm = crucible_vcr_replace_during_start_test
vm_id = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5162 | 2026-03-13T20:07:01.411Z | 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/443bcef9-824d-4f97-8c2c-8a1f33f75a3f_9002" } }
target = phd_framework::disk::crucible
vm = crucible_vcr_replace_during_start_test
vm_id = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5163 | 2026-03-13T20:07:01.417Z | 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/443bcef9-824d-4f97-8c2c-8a1f33f75a3f_9002"
target = phd_framework::disk::crucible
vm = crucible_vcr_replace_during_start_test
vm_id = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5164 | 2026-03-13T20:07:01.418Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 834
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 = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5165 | 2026-03-13T20:07:01.419Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 20573
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 = 5c6798fb-6c4a-49c7-a2dd-1f2ba94e7a84
|
| 5166 | 2026-03-13T20:07:01.419Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 20768
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
|
| 5167 | 2026-03-13T20:07:01.419Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 834
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 5168 | 2026-03-13T20:07:01.419Z | INFO | phd-runner: [EXECUTION_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 35
target = phd_runner::fixtures
|
| 5169 | 2026-03-13T20:07:01.419Z | INFO | phd-runner: [EXECUTION_CLEANUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 35
target = phd_runner::fixtures
|
| 5170 | | test result: ok. 42 passed; 0 failed; 2 skipped; 0 not run; finished in 477.64s |
| 5171 | | |
| 5172 | 2026-03-13T20:07:01.419Z | DEBG | phd-runner: phd_runner
exit_code = 0
file = phd-tests/runner/src/main.rs
line = 41
target = phd_runner
|