| 1 | 2025-12-24T02:04:34.357Z | 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 | 2025-12-24T02:04:34.360Z | 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("907a5fd1763ce5ddd74001261e5b52cd200a25f9"), sha256: "ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb" }), 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: 220, tv_nsec: 892949140 }, max_elapsed_time: Some(1200s), clock: SystemClock }, remote_server_uris: ["https://oxide-omicron-build.s3.amazonaws.com"] } }
target = phd_framework::artifacts::store
|
| 3 | 2025-12-24T02:04:34.360Z | 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 | 2025-12-24T02:04:34.360Z | 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 | 2025-12-24T02:04:34.360Z | 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 | 2025-12-24T02:04:34.507Z | WARN | phd-runner: No 'migration base' Propolis server provided. Migration-from-base tests will be skipped.
file = phd-tests/framework/src/lib.rs
line = 179
target = phd_framework
|
| 7 | 2025-12-24T02:04:34.507Z | INFO | phd-runner: [EXECUTION_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 25
target = phd_runner::fixtures
|
| 8 | 2025-12-24T02:04:34.507Z | INFO | phd-runner: [EXECUTION_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 25
target = phd_runner::fixtures
|
| 9 | 2025-12-24T02:04:34.507Z | INFO | phd-runner: Running 43 test(s)
file = phd-tests/runner/src/execute.rs
line = 82
target = phd_runner::execute
|
| 10 | 2025-12-24T02:04:34.507Z | 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
|
| 11 | 2025-12-24T02:04:34.508Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 12 | 2025-12-24T02:04:34.508Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 13 | 2025-12-24T02:04:34.508Z | 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
|
| 14 | 2025-12-24T02:04:34.508Z | 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/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::artifacts::store
|
| 15 | 2025-12-24T02:04:34.509Z | DEBG | phd-runner: [TEST - EVENT] Downloading file from Buildomat...
file = phd-tests/framework/src/artifacts/buildomat.rs
line = 215
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::artifacts::buildomat
timeout = 600s
uri = https://buildomat.eng.oxide.computer/public/file/oxidecomputer/edk2/image_debug/907a5fd1763ce5ddd74001261e5b52cd200a25f9/OVMF_CODE.fd
|
| 16 | 2025-12-24T02:04:35.121Z | 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::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::artifacts::store
|
| 17 | 2025-12-24T02:04:35.121Z | 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::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::artifacts::store
timeout = 600s
|
| 18 | 2025-12-24T02:05:02.674Z | DEBG | phd-runner: [TEST - EVENT] Verified 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 | 2025-12-24T02:05:02.674Z | 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
|
| 20 | 2025-12-24T02:05:02.681Z | 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 2.00M 1.80T 1.91M /phd-artifacts\n
target = phd_framework::zfs
|
| 21 | 2025-12-24T02:05:02.682Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-40fe3c88-0b94-47a7-a281-c707d1d904ab"]
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
|
| 22 | 2025-12-24T02:05:02.727Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-40fe3c88-0b94-47a7-a281-c707d1d904ab", "phd-artifacts/phd-clone-ab15d809-4572-4475-b764-8e4baadd0900"]
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
|
| 23 | 2025-12-24T02:05:02.738Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-ab15d809-4572-4475-b764-8e4baadd0900"]
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
|
| 24 | 2025-12-24T02:05:02.744Z | 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-ab15d809-4572-4475-b764-8e4baadd0900 0B 1.80T 48.9M /phd-artifacts/phd-clone-ab15d809-4572-4475-b764-8e4baadd0900\n
target = phd_framework::zfs
|
| 25 | 2025-12-24T02:05:02.745Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
|
| 26 | 2025-12-24T02:05:02.745Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm_name = cpuid_instance_spec_round_trip_test
|
| 27 | 2025-12-24T02:05:02.745Z | 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 | 2025-12-24T02:05:02.745Z | 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 | 2025-12-24T02:05:02.745Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 30 | 2025-12-24T02:05:02.745Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
stderr_path = "/tmp/propolis-phd/cpuid_instance_spec_round_trip_test.stderr.log"
stdout_path = "/tmp/propolis-phd/cpuid_instance_spec_round_trip_test.stdout.log"
target = phd_framework::log_config
|
| 31 | 2025-12-24T02:05:02.770Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 868
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
|
| 32 | 2025-12-24T02:05:02.770Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 25
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
|
| 33 | 2025-12-24T02:05:02.771Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 2fb1c032-13c7-4be0-b8d7-1acf3ce15250
|
| 34 | 2025-12-24T02:05:02.772Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 347
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 2fb1c032-13c7-4be0-b8d7-1acf3ce15250
|
| 35 | 2025-12-24T02:05:03.268Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 36 | 2025-12-24T02:05:03.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: 2fb1c032-13c7-4be0-b8d7-1acf3ce15250, name: "phd-vm-2fb1c032-13c7-4be0-b8d7-1acf3ce15250", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 5d9e0000-09af-4358-95b1-597f8730219b, project_id: 4af57154-d51a-4c9e-9eb5-881c0c582d3a, sled_id: 3fe1aca9-d0c6-4316-b006-b8600aa6947d, sled_serial: "3fe1aca9-d0c6-4316-b006-b8600aa6947d", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 406
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 2fb1c032-13c7-4be0-b8d7-1acf3ce15250
|
| 37 | 2025-12-24T02:05:03.269Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 2fb1c032-13c7-4be0-b8d7-1acf3ce15250
|
| 38 | 2025-12-24T02:05:03.269Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
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 = 2fb1c032-13c7-4be0-b8d7-1acf3ce15250
|
| 39 | 2025-12-24T02:05:03.269Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 2fb1c032-13c7-4be0-b8d7-1acf3ce15250
|
| 40 | 2025-12-24T02:05:03.269Z | INFO | phd-runner: [GET_SPEC - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 488
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 2fb1c032-13c7-4be0-b8d7-1acf3ce15250
|
| 41 | 2025-12-24T02:05:03.270Z | INFO | phd-runner: [GET_SPEC - EVENT] Sending instance spec get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 490
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 2fb1c032-13c7-4be0-b8d7-1acf3ce15250
|
| 42 | 2025-12-24T02:05:03.271Z | INFO | phd-runner: [GET_SPEC - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 488
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 2fb1c032-13c7-4be0-b8d7-1acf3ce15250
|
| 43 | 2025-12-24T02:05:03.271Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 2fb1c032-13c7-4be0-b8d7-1acf3ce15250
|
| 44 | 2025-12-24T02:05:03.271Z | 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
|
| 45 | 2025-12-24T02:05:03.271Z | INFO | phd-runner: test phd_tests::cpuid::cpuid_instance_spec_round_trip_test ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
| 46 | 2025-12-24T02:05:03.271Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 3
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 47 | 2025-12-24T02:05:03.272Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 48 | 2025-12-24T02:05:03.272Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1077
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 2fb1c032-13c7-4be0-b8d7-1acf3ce15250
|
| 49 | 2025-12-24T02:05:04.006Z | 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 = 2fb1c032-13c7-4be0-b8d7-1acf3ce15250
|
| 50 | 2025-12-24T02:05:04.085Z | 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 = 2fb1c032-13c7-4be0-b8d7-1acf3ce15250
|
| 51 | 2025-12-24T02:05:04.085Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-ab15d809-4572-4475-b764-8e4baadd0900"]
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 = 2fb1c032-13c7-4be0-b8d7-1acf3ce15250
|
| 52 | 2025-12-24T02:05:04.112Z | 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 = 2fb1c032-13c7-4be0-b8d7-1acf3ce15250
|
| 53 | 2025-12-24T02:05:04.112Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-40fe3c88-0b94-47a7-a281-c707d1d904ab"]
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 = 2fb1c032-13c7-4be0-b8d7-1acf3ce15250
|
| 54 | 2025-12-24T02:05:04.126Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 854
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 2fb1c032-13c7-4be0-b8d7-1acf3ce15250
|
| 55 | 2025-12-24T02:05:04.127Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 1355
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 2fb1c032-13c7-4be0-b8d7-1acf3ce15250
|
| 56 | 2025-12-24T02:05:04.127Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 855
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 57 | 2025-12-24T02:05:04.127Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 29618
file = phd-tests/tests/src/cpuid.rs
line = 24
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_tests::cpuid
|
| 58 | 2025-12-24T02:05:04.127Z | INFO | phd-runner: Starting test phd_tests::cpuid::cpuid_boot_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 59 | 2025-12-24T02:05:04.127Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 60 | 2025-12-24T02:05:04.127Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 61 | 2025-12-24T02:05:04.127Z | 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
|
| 62 | 2025-12-24T02:05:04.132Z | 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: 538182569, 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: 825505568, edx: 875700275 }), 2147483651: Absent(CpuidValues { eax: 1919894317, ebx: 1917853797, ecx: 1936024431, edx: 544370547 }), 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: 67146048 }), 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: 295410943 }), 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
|
| 63 | 2025-12-24T02:05:04.133Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 64 | 2025-12-24T02:05:04.133Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 65 | 2025-12-24T02:05:04.133Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 66 | 2025-12-24T02:05:04.133Z | 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
|
| 67 | 2025-12-24T02:05:04.139Z | 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 49.5M 1.80T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 68 | 2025-12-24T02:05:04.139Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-73ef065b-354e-4069-8cc5-110e5bbe5796"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::zfs
verb = snapshot
|
| 69 | 2025-12-24T02:05:04.152Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-73ef065b-354e-4069-8cc5-110e5bbe5796", "phd-artifacts/phd-clone-c774f670-3bf8-48e8-ba9f-3cb154594288"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::zfs
verb = clone
|
| 70 | 2025-12-24T02:05:04.168Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-c774f670-3bf8-48e8-ba9f-3cb154594288"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::zfs
verb = list
|
| 71 | 2025-12-24T02:05:04.175Z | 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-c774f670-3bf8-48e8-ba9f-3cb154594288 0B 1.80T 48.9M /phd-artifacts/phd-clone-c774f670-3bf8-48e8-ba9f-3cb154594288\n
target = phd_framework::zfs
|
| 72 | 2025-12-24T02:05:04.175Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
|
| 73 | 2025-12-24T02:05:04.175Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm_name = cpuid_boot_test
|
| 74 | 2025-12-24T02:05:04.175Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 75 | 2025-12-24T02:05:04.175Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 76 | 2025-12-24T02:05:04.175Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::cpuid::cpuid_boot_test
stderr_path = "/tmp/propolis-phd/cpuid_boot_test.stderr.log"
stdout_path = "/tmp/propolis-phd/cpuid_boot_test.stdout.log"
target = phd_framework::log_config
|
| 77 | 2025-12-24T02:05:04.186Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 876
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm::server
|
| 78 | 2025-12-24T02:05:04.187Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
|
| 79 | 2025-12-24T02:05:04.187Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 35f3dab5-c82c-432f-b44d-536c21eb5aa7
|
| 80 | 2025-12-24T02:05:04.187Z | 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 = 347
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 35f3dab5-c82c-432f-b44d-536c21eb5aa7
|
| 81 | 2025-12-24T02:05:04.775Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 82 | 2025-12-24T02:05:04.775Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 35f3dab5-c82c-432f-b44d-536c21eb5aa7, name: "phd-vm-35f3dab5-c82c-432f-b44d-536c21eb5aa7", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: c33f94f6-f01b-4299-8968-c972636a1f54, project_id: a4b08f62-3188-4a3c-895b-8557c106a1a9, sled_id: 56ee7897-1b65-44fd-bfe0-a84f52b34702, sled_serial: "56ee7897-1b65-44fd-bfe0-a84f52b34702", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 406
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 35f3dab5-c82c-432f-b44d-536c21eb5aa7
|
| 83 | 2025-12-24T02:05:04.776Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 35f3dab5-c82c-432f-b44d-536c21eb5aa7
|
| 84 | 2025-12-24T02:05:04.776Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::cpuid::cpuid_boot_test
state = Run
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 35f3dab5-c82c-432f-b44d-536c21eb5aa7
|
| 85 | 2025-12-24T02:05:04.776Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 35f3dab5-c82c-432f-b44d-536c21eb5aa7
|
| 86 | 2025-12-24T02:05:04.776Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
|
| 87 | 2025-12-24T02:05:04.776Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = cpuid_boot_test
vm_id = 35f3dab5-c82c-432f-b44d-536c21eb5aa7
|
| 88 | 2025-12-24T02:05:04.776Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::cpuid::cpuid_boot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 89 | 2025-12-24T02:05:04.777Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 35f3dab5-c82c-432f-b44d-536c21eb5aa7
|
| 90 | 2025-12-24T02:05:04.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 = 804
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = cpuid_boot_test
vm_id = 35f3dab5-c82c-432f-b44d-536c21eb5aa7
|
| 91 | 2025-12-24T02:05:09.153Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4375
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 35f3dab5-c82c-432f-b44d-536c21eb5aa7
|
| 92 | 2025-12-24T02:05:09.153Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::cpuid::cpuid_boot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 93 | 2025-12-24T02:05:09.153Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::cpuid::cpuid_boot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 94 | 2025-12-24T02:05:09.153Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 35f3dab5-c82c-432f-b44d-536c21eb5aa7
|
| 95 | 2025-12-24T02:05:09.153Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = cpuid_boot_test
vm_id = 35f3dab5-c82c-432f-b44d-536c21eb5aa7
|
| 96 | 2025-12-24T02:05:09.172Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 19
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 35f3dab5-c82c-432f-b44d-536c21eb5aa7
|
| 97 | 2025-12-24T02:05:09.172Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::cpuid::cpuid_boot_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 98 | 2025-12-24T02:05:09.172Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::cpuid::cpuid_boot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 99 | 2025-12-24T02:05:09.172Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 35f3dab5-c82c-432f-b44d-536c21eb5aa7
|
| 100 | 2025-12-24T02:05:09.172Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = cpuid_boot_test
vm_id = 35f3dab5-c82c-432f-b44d-536c21eb5aa7
|
| 101 | 2025-12-24T02:05:09.205Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 35f3dab5-c82c-432f-b44d-536c21eb5aa7
|
| 102 | 2025-12-24T02:05:09.205Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
|
| 103 | 2025-12-24T02:05:09.205Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4429
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
|
| 104 | 2025-12-24T02:05:09.206Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 35f3dab5-c82c-432f-b44d-536c21eb5aa7
|
| 105 | 2025-12-24T02:05:09.206Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = cpuid_boot_test
vm_id = 35f3dab5-c82c-432f-b44d-536c21eb5aa7
|
| 106 | 2025-12-24T02:05:09.216Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 35f3dab5-c82c-432f-b44d-536c21eb5aa7
|
| 107 | 2025-12-24T02:05:09.216Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 35f3dab5-c82c-432f-b44d-536c21eb5aa7
|
| 108 | 2025-12-24T02:05:09.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 = 804
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = cpuid_boot_test
vm_id = 35f3dab5-c82c-432f-b44d-536c21eb5aa7
|
| 109 | 2025-12-24T02:05:09.360Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 143
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 35f3dab5-c82c-432f-b44d-536c21eb5aa7
|
| 110 | 2025-12-24T02:05:09.360Z | 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: 2649.723\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 rdseed sha_ni xsaveopt clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload vgif v_spec_ctrl vaes vpclmulqdq\nbugs: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass\nbogomips: 5299.44\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: 2649.723\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 rdseed sha_ni xsaveopt clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload vgif v_spec_ctrl vaes vpclmulqdq\nbugs: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass\nbogomips: 5298.75\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
|
| 111 | 2025-12-24T02:05:09.360Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 35f3dab5-c82c-432f-b44d-536c21eb5aa7
|
| 112 | 2025-12-24T02:05:09.360Z | 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
|
| 113 | 2025-12-24T02:05:09.360Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4585
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 114 | 2025-12-24T02:05:09.360Z | INFO | phd-runner: test phd_tests::cpuid::cpuid_boot_test ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
| 115 | 2025-12-24T02:05:09.360Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 116 | 2025-12-24T02:05:09.361Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1077
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 35f3dab5-c82c-432f-b44d-536c21eb5aa7
|
| 117 | 2025-12-24T02:05:09.795Z | 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 = 35f3dab5-c82c-432f-b44d-536c21eb5aa7
|
| 118 | 2025-12-24T02:05:09.874Z | 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 = 35f3dab5-c82c-432f-b44d-536c21eb5aa7
|
| 119 | 2025-12-24T02:05:09.874Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-c774f670-3bf8-48e8-ba9f-3cb154594288"]
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 = 35f3dab5-c82c-432f-b44d-536c21eb5aa7
|
| 120 | 2025-12-24T02:05:09.894Z | 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 = 35f3dab5-c82c-432f-b44d-536c21eb5aa7
|
| 121 | 2025-12-24T02:05:09.894Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-73ef065b-354e-4069-8cc5-110e5bbe5796"]
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 = 35f3dab5-c82c-432f-b44d-536c21eb5aa7
|
| 122 | 2025-12-24T02:05:09.907Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 547
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 35f3dab5-c82c-432f-b44d-536c21eb5aa7
|
| 123 | 2025-12-24T02:05:09.908Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5720
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::cpuid::cpuid_boot_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = 35f3dab5-c82c-432f-b44d-536c21eb5aa7
|
| 124 | 2025-12-24T02:05:09.908Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 5780
file = phd-tests/tests/src/cpuid.rs
line = 141
path = phd_tests::cpuid::cpuid_boot_test
target = phd_tests::cpuid
|
| 125 | 2025-12-24T02:05:09.908Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 547
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 126 | 2025-12-24T02:05:09.908Z | 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
|
| 127 | 2025-12-24T02:05:09.908Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 128 | 2025-12-24T02:05:09.908Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 129 | 2025-12-24T02:05:09.908Z | 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
|
| 130 | 2025-12-24T02:05:09.913Z | 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: 538182569, 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: 825505568, edx: 875700275 }), 2147483651: Absent(CpuidValues { eax: 1919894317, ebx: 1917853797, ecx: 1936024431, edx: 544370547 }), 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: 67146048 }), 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: 295410943 }), 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
|
| 131 | 2025-12-24T02:05:09.913Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 132 | 2025-12-24T02:05:09.913Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 133 | 2025-12-24T02:05:09.913Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 134 | 2025-12-24T02:05:09.913Z | 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
|
| 135 | 2025-12-24T02:05:09.919Z | 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 50.2M 1.80T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 136 | 2025-12-24T02:05:09.920Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-8bd1ac1f-907b-4df0-a8bf-150f7b088253"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::zfs
verb = snapshot
|
| 137 | 2025-12-24T02:05:09.932Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-8bd1ac1f-907b-4df0-a8bf-150f7b088253", "phd-artifacts/phd-clone-66db4715-1202-4abc-83d8-9d1cb63d2206"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::zfs
verb = clone
|
| 138 | 2025-12-24T02:05:09.948Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-66db4715-1202-4abc-83d8-9d1cb63d2206"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::zfs
verb = list
|
| 139 | 2025-12-24T02:05:09.954Z | 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-66db4715-1202-4abc-83d8-9d1cb63d2206 0B 1.80T 48.9M /phd-artifacts/phd-clone-66db4715-1202-4abc-83d8-9d1cb63d2206\n
target = phd_framework::zfs
|
| 140 | 2025-12-24T02:05:09.955Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
|
| 141 | 2025-12-24T02:05:09.955Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm_name = cpuid_boot_test
|
| 142 | 2025-12-24T02:05:09.955Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 143 | 2025-12-24T02:05:09.955Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 144 | 2025-12-24T02:05:09.955Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::cpuid::cpuid_migrate_smoke_test
stderr_path = "/tmp/propolis-phd/cpuid_boot_test.stderr.log"
stdout_path = "/tmp/propolis-phd/cpuid_boot_test.stdout.log"
target = phd_framework::log_config
|
| 145 | 2025-12-24T02:05:09.966Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 884
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
|
| 146 | 2025-12-24T02:05:09.966Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
|
| 147 | 2025-12-24T02:05:09.966Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = b11c570e-5c06-402d-bccf-4f13991dbfee
|
| 148 | 2025-12-24T02:05:09.967Z | 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 = 347
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = b11c570e-5c06-402d-bccf-4f13991dbfee
|
| 149 | 2025-12-24T02:05:10.531Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 150 | 2025-12-24T02:05:10.532Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: b11c570e-5c06-402d-bccf-4f13991dbfee, name: "phd-vm-b11c570e-5c06-402d-bccf-4f13991dbfee", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: db1a9915-5068-485d-b0c3-48c3ca2ae507, project_id: 46a97c6d-9611-4984-82d3-3b2fd2f97d2c, sled_id: 000dd337-8a89-4d38-8f24-1af6ba5ded8b, sled_serial: "000dd337-8a89-4d38-8f24-1af6ba5ded8b", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 406
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = b11c570e-5c06-402d-bccf-4f13991dbfee
|
| 151 | 2025-12-24T02:05:10.532Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = b11c570e-5c06-402d-bccf-4f13991dbfee
|
| 152 | 2025-12-24T02:05:10.532Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::cpuid::cpuid_migrate_smoke_test
state = Run
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = b11c570e-5c06-402d-bccf-4f13991dbfee
|
| 153 | 2025-12-24T02:05:10.533Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = b11c570e-5c06-402d-bccf-4f13991dbfee
|
| 154 | 2025-12-24T02:05:10.533Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
|
| 155 | 2025-12-24T02:05:10.533Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = cpuid_boot_test
vm_id = b11c570e-5c06-402d-bccf-4f13991dbfee
|
| 156 | 2025-12-24T02:05:10.533Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::cpuid::cpuid_migrate_smoke_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 157 | 2025-12-24T02:05:10.533Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = b11c570e-5c06-402d-bccf-4f13991dbfee
|
| 158 | 2025-12-24T02:05:10.533Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = cpuid_boot_test
vm_id = b11c570e-5c06-402d-bccf-4f13991dbfee
|
| 159 | 2025-12-24T02:05:14.918Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4384
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = b11c570e-5c06-402d-bccf-4f13991dbfee
|
| 160 | 2025-12-24T02:05:14.918Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::cpuid::cpuid_migrate_smoke_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 161 | 2025-12-24T02:05:14.918Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::cpuid::cpuid_migrate_smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 162 | 2025-12-24T02:05:14.918Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = b11c570e-5c06-402d-bccf-4f13991dbfee
|
| 163 | 2025-12-24T02:05:14.918Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = cpuid_boot_test
vm_id = b11c570e-5c06-402d-bccf-4f13991dbfee
|
| 164 | 2025-12-24T02:05:14.936Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = b11c570e-5c06-402d-bccf-4f13991dbfee
|
| 165 | 2025-12-24T02:05:14.936Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::cpuid::cpuid_migrate_smoke_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 166 | 2025-12-24T02:05:14.936Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::cpuid::cpuid_migrate_smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 167 | 2025-12-24T02:05:14.936Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = b11c570e-5c06-402d-bccf-4f13991dbfee
|
| 168 | 2025-12-24T02:05:14.936Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = cpuid_boot_test
vm_id = b11c570e-5c06-402d-bccf-4f13991dbfee
|
| 169 | 2025-12-24T02:05:14.969Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = b11c570e-5c06-402d-bccf-4f13991dbfee
|
| 170 | 2025-12-24T02:05:14.969Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
|
| 171 | 2025-12-24T02:05:14.969Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4436
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
|
| 172 | 2025-12-24T02:05:14.969Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = b11c570e-5c06-402d-bccf-4f13991dbfee
|
| 173 | 2025-12-24T02:05:14.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 = 804
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = cpuid_boot_test
vm_id = b11c570e-5c06-402d-bccf-4f13991dbfee
|
| 174 | 2025-12-24T02:05:14.980Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = b11c570e-5c06-402d-bccf-4f13991dbfee
|
| 175 | 2025-12-24T02:05:14.980Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = b11c570e-5c06-402d-bccf-4f13991dbfee
|
| 176 | 2025-12-24T02:05:14.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 = 804
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = cpuid_boot_test
vm_id = b11c570e-5c06-402d-bccf-4f13991dbfee
|
| 177 | 2025-12-24T02:05:15.124Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 143
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = b11c570e-5c06-402d-bccf-4f13991dbfee
|
| 178 | 2025-12-24T02:05:15.124Z | 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: 2649.936\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 rdseed sha_ni xsaveopt clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload vgif v_spec_ctrl vaes vpclmulqdq\nbugs: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass\nbogomips: 5299.87\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: 2649.936\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 rdseed sha_ni xsaveopt clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload vgif v_spec_ctrl vaes vpclmulqdq\nbugs: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass\nbogomips: 5298.58\nTLB size: 2560 4K pages\nclflush size: 64\ncache_alignment: 64\naddress sizes: 48 bits physical, 48 bits virtual\npower management:
file = phd-tests/tests/src/cpuid.rs
line = 98
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_tests::cpuid
|
| 179 | 2025-12-24T02:05:15.124Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
|
| 180 | 2025-12-24T02:05:15.124Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm_name = cpuid_boot_test_migration_target
|
| 181 | 2025-12-24T02:05:15.124Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 182 | 2025-12-24T02:05:15.124Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 183 | 2025-12-24T02:05:15.124Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::cpuid::cpuid_migrate_smoke_test
stderr_path = "/tmp/propolis-phd/cpuid_boot_test_migration_target.stderr.log"
stdout_path = "/tmp/propolis-phd/cpuid_boot_test_migration_target.stdout.log"
target = phd_framework::log_config
|
| 184 | 2025-12-24T02:05:15.137Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 885
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
|
| 185 | 2025-12-24T02:05:15.137Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 12
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
|
| 186 | 2025-12-24T02:05:15.137Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 501
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = b11c570e-5c06-402d-bccf-4f13991dbfee
target = phd_framework::test_vm
target_id = 4c1556c5-e302-4a32-9d5b-690b7783ec76
|
| 187 | 2025-12-24T02:05:15.137Z | 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 = 534
migration_id = 31d1defb-23f2-45ce-9583-59aa2d6019a7
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = b11c570e-5c06-402d-bccf-4f13991dbfee
target = phd_framework::test_vm
target_id = 4c1556c5-e302-4a32-9d5b-690b7783ec76
timeout_duration = 45s
|
| 188 | 2025-12-24T02:05:15.137Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = b11c570e-5c06-402d-bccf-4f13991dbfee
target = phd_framework::test_vm
target_id = 4c1556c5-e302-4a32-9d5b-690b7783ec76
vm = cpuid_boot_test_migration_target
vm_id = 4c1556c5-e302-4a32-9d5b-690b7783ec76
|
| 189 | 2025-12-24T02:05:15.138Z | 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 = 347
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = b11c570e-5c06-402d-bccf-4f13991dbfee
target = phd_framework::test_vm
target_id = 4c1556c5-e302-4a32-9d5b-690b7783ec76
vm = cpuid_boot_test_migration_target
vm_id = 4c1556c5-e302-4a32-9d5b-690b7783ec76
|
| 190 | 2025-12-24T02:05:15.574Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 4c1556c5-e302-4a32-9d5b-690b7783ec76, name: "phd-vm-4c1556c5-e302-4a32-9d5b-690b7783ec76", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: db1a9915-5068-485d-b0c3-48c3ca2ae507, project_id: 46a97c6d-9611-4984-82d3-3b2fd2f97d2c, sled_id: 7ec4789f-8f82-407b-bcce-7b53fb6fd9c0, sled_serial: "7ec4789f-8f82-407b-bcce-7b53fb6fd9c0", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 406
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = b11c570e-5c06-402d-bccf-4f13991dbfee
target = phd_framework::test_vm
target_id = 4c1556c5-e302-4a32-9d5b-690b7783ec76
vm = cpuid_boot_test_migration_target
vm_id = 4c1556c5-e302-4a32-9d5b-690b7783ec76
|
| 191 | 2025-12-24T02:05:15.574Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 555
migration_id = 31d1defb-23f2-45ce-9583-59aa2d6019a7
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = b11c570e-5c06-402d-bccf-4f13991dbfee
target = phd_framework::test_vm
target_id = 4c1556c5-e302-4a32-9d5b-690b7783ec76
|
| 192 | 2025-12-24T02:05:17.869Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 568
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = b11c570e-5c06-402d-bccf-4f13991dbfee
target = phd_framework::test_vm
target_id = 4c1556c5-e302-4a32-9d5b-690b7783ec76
|
| 193 | 2025-12-24T02:05:17.869Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2294
file = phd-tests/framework/src/test_vm/mod.rs
line = 555
migration_id = 31d1defb-23f2-45ce-9583-59aa2d6019a7
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = b11c570e-5c06-402d-bccf-4f13991dbfee
target = phd_framework::test_vm
target_id = 4c1556c5-e302-4a32-9d5b-690b7783ec76
|
| 194 | 2025-12-24T02:05:17.869Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 4c1556c5-e302-4a32-9d5b-690b7783ec76
|
| 195 | 2025-12-24T02:05:17.869Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::cpuid::cpuid_migrate_smoke_test
state = Reboot
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 4c1556c5-e302-4a32-9d5b-690b7783ec76
|
| 196 | 2025-12-24T02:05:17.870Z | 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":10071}}
target = phd_framework::serial
|
| 197 | 2025-12-24T02:05:17.870Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 4c1556c5-e302-4a32-9d5b-690b7783ec76
|
| 198 | 2025-12-24T02:05:17.870Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
|
| 199 | 2025-12-24T02:05:17.870Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = cpuid_boot_test_migration_target
vm_id = 4c1556c5-e302-4a32-9d5b-690b7783ec76
|
| 200 | 2025-12-24T02:05:17.870Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::cpuid::cpuid_migrate_smoke_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 201 | 2025-12-24T02:05:17.870Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 4c1556c5-e302-4a32-9d5b-690b7783ec76
|
| 202 | 2025-12-24T02:05:17.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 = 804
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = cpuid_boot_test_migration_target
vm_id = 4c1556c5-e302-4a32-9d5b-690b7783ec76
|
| 203 | 2025-12-24T02:05:22.104Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4233
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 4c1556c5-e302-4a32-9d5b-690b7783ec76
|
| 204 | 2025-12-24T02:05:22.104Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::cpuid::cpuid_migrate_smoke_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 205 | 2025-12-24T02:05:22.104Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::cpuid::cpuid_migrate_smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 206 | 2025-12-24T02:05:22.104Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 4c1556c5-e302-4a32-9d5b-690b7783ec76
|
| 207 | 2025-12-24T02:05:22.104Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = cpuid_boot_test_migration_target
vm_id = 4c1556c5-e302-4a32-9d5b-690b7783ec76
|
| 208 | 2025-12-24T02:05:22.124Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 19
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 4c1556c5-e302-4a32-9d5b-690b7783ec76
|
| 209 | 2025-12-24T02:05:22.124Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::cpuid::cpuid_migrate_smoke_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 210 | 2025-12-24T02:05:22.124Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::cpuid::cpuid_migrate_smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 211 | 2025-12-24T02:05:22.124Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 4c1556c5-e302-4a32-9d5b-690b7783ec76
|
| 212 | 2025-12-24T02:05:22.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 = 804
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = cpuid_boot_test_migration_target
vm_id = 4c1556c5-e302-4a32-9d5b-690b7783ec76
|
| 213 | 2025-12-24T02:05:22.157Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 4c1556c5-e302-4a32-9d5b-690b7783ec76
|
| 214 | 2025-12-24T02:05:22.157Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
|
| 215 | 2025-12-24T02:05:22.157Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4286
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
|
| 216 | 2025-12-24T02:05:22.157Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 4c1556c5-e302-4a32-9d5b-690b7783ec76
|
| 217 | 2025-12-24T02:05:22.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 = 804
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 = 4c1556c5-e302-4a32-9d5b-690b7783ec76
|
| 218 | 2025-12-24T02:05:22.168Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 4c1556c5-e302-4a32-9d5b-690b7783ec76
|
| 219 | 2025-12-24T02:05:22.168Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 4c1556c5-e302-4a32-9d5b-690b7783ec76
|
| 220 | 2025-12-24T02:05:22.168Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 4c1556c5-e302-4a32-9d5b-690b7783ec76
|
| 221 | 2025-12-24T02:05:22.313Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 145
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 4c1556c5-e302-4a32-9d5b-690b7783ec76
|
| 222 | 2025-12-24T02:05:22.313Z | 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: 2649.995\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 rdseed sha_ni xsaveopt clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload vgif v_spec_ctrl vaes vpclmulqdq\nbugs: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass\nbogomips: 5299.99\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: 2649.995\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 rdseed sha_ni xsaveopt clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload vgif v_spec_ctrl vaes vpclmulqdq\nbugs: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass\nbogomips: 5299.95\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
|
| 223 | 2025-12-24T02:05:22.314Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 4c1556c5-e302-4a32-9d5b-690b7783ec76
|
| 224 | 2025-12-24T02:05:22.314Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = b11c570e-5c06-402d-bccf-4f13991dbfee
|
| 225 | 2025-12-24T02:05:22.314Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 226 | 2025-12-24T02:05:22.314Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 11783
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 227 | 2025-12-24T02:05:22.314Z | INFO | phd-runner: test phd_tests::cpuid::cpuid_migrate_smoke_test ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
| 228 | 2025-12-24T02:05:22.314Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 229 | 2025-12-24T02:05:22.316Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1077
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 4c1556c5-e302-4a32-9d5b-690b7783ec76
|
| 230 | 2025-12-24T02:05:22.316Z | 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 = b11c570e-5c06-402d-bccf-4f13991dbfee
|
| 231 | 2025-12-24T02:05:22.392Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 77
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = b11c570e-5c06-402d-bccf-4f13991dbfee
|
| 232 | 2025-12-24T02:05:22.392Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 12425
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test
vm_id = b11c570e-5c06-402d-bccf-4f13991dbfee
|
| 233 | 2025-12-24T02:05:22.393Z | 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 = 4c1556c5-e302-4a32-9d5b-690b7783ec76
|
| 234 | 2025-12-24T02:05:22.468Z | 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 = 4c1556c5-e302-4a32-9d5b-690b7783ec76
|
| 235 | 2025-12-24T02:05:22.468Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-66db4715-1202-4abc-83d8-9d1cb63d2206"]
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 = 4c1556c5-e302-4a32-9d5b-690b7783ec76
|
| 236 | 2025-12-24T02:05:22.487Z | 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 = 4c1556c5-e302-4a32-9d5b-690b7783ec76
|
| 237 | 2025-12-24T02:05:22.487Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-8bd1ac1f-907b-4df0-a8bf-150f7b088253"]
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 = 4c1556c5-e302-4a32-9d5b-690b7783ec76
|
| 238 | 2025-12-24T02:05:22.503Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 188
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_framework::test_vm
vm = cpuid_boot_test_migration_target
vm_id = 4c1556c5-e302-4a32-9d5b-690b7783ec76
|
| 239 | 2025-12-24T02:05:22.503Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 188
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 240 | 2025-12-24T02:05:22.503Z | 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
|
| 241 | 2025-12-24T02:05:22.503Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 242 | 2025-12-24T02:05:22.503Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 243 | 2025-12-24T02:05:22.503Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 7365
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = b11c570e-5c06-402d-bccf-4f13991dbfee
target = phd_framework::test_vm
target_id = 4c1556c5-e302-4a32-9d5b-690b7783ec76
vm = cpuid_boot_test_migration_target
vm_id = 4c1556c5-e302-4a32-9d5b-690b7783ec76
|
| 244 | 2025-12-24T02:05:22.503Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 7366
file = phd-tests/framework/src/test_vm/mod.rs
line = 501
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = b11c570e-5c06-402d-bccf-4f13991dbfee
target = phd_framework::test_vm
target_id = 4c1556c5-e302-4a32-9d5b-690b7783ec76
|
| 245 | 2025-12-24T02:05:22.503Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 12595
file = phd-tests/tests/src/cpuid.rs
line = 147
path = phd_tests::cpuid::cpuid_migrate_smoke_test
target = phd_tests::cpuid
|
| 246 | 2025-12-24T02:05:22.503Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/cpuid.rs
line = 278
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_tests::cpuid
|
| 247 | 2025-12-24T02:05:22.508Z | 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: 538182569, 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: 825505568, edx: 875700275 }), 2147483651: Absent(CpuidValues { eax: 1919894317, ebx: 1917853797, ecx: 1936024431, edx: 544370547 }), 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: 67146048 }), 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: 295410943 }), 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
|
| 248 | 2025-12-24T02:05:22.509Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 249 | 2025-12-24T02:05:22.509Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 250 | 2025-12-24T02:05:22.509Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 251 | 2025-12-24T02:05:22.509Z | 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
|
| 252 | 2025-12-24T02:05:22.515Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::cpuid::guest_cpu_topo_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 51.5M 1.80T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 253 | 2025-12-24T02:05:22.515Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-dc7cdb91-ece5-44c2-9598-4debebd9cdd5"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::zfs
verb = snapshot
|
| 254 | 2025-12-24T02:05:22.526Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-dc7cdb91-ece5-44c2-9598-4debebd9cdd5", "phd-artifacts/phd-clone-161c0f6b-6547-4f07-9077-d66cadf2250c"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::zfs
verb = clone
|
| 255 | 2025-12-24T02:05:22.540Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-161c0f6b-6547-4f07-9077-d66cadf2250c"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::zfs
verb = list
|
| 256 | 2025-12-24T02:05:22.547Z | 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-161c0f6b-6547-4f07-9077-d66cadf2250c 0B 1.80T 48.9M /phd-artifacts/phd-clone-161c0f6b-6547-4f07-9077-d66cadf2250c\n
target = phd_framework::zfs
|
| 257 | 2025-12-24T02:05:22.548Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
|
| 258 | 2025-12-24T02:05:22.548Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm_name = guest_cpu_topo_test
|
| 259 | 2025-12-24T02:05:22.548Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 260 | 2025-12-24T02:05:22.548Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 261 | 2025-12-24T02:05:22.548Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::cpuid::guest_cpu_topo_test
stderr_path = "/tmp/propolis-phd/guest_cpu_topo_test.stderr.log"
stdout_path = "/tmp/propolis-phd/guest_cpu_topo_test.stdout.log"
target = phd_framework::log_config
|
| 262 | 2025-12-24T02:05:22.559Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 894
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
|
| 263 | 2025-12-24T02:05:22.559Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
|
| 264 | 2025-12-24T02:05:22.559Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 6ea383db-3dd0-450e-a985-a53c57e832b9
|
| 265 | 2025-12-24T02:05:22.560Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 347
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 6ea383db-3dd0-450e-a985-a53c57e832b9
|
| 266 | 2025-12-24T02:05:23.231Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 267 | 2025-12-24T02:05:23.232Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 6ea383db-3dd0-450e-a985-a53c57e832b9, name: "phd-vm-6ea383db-3dd0-450e-a985-a53c57e832b9", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 4b3b642d-2971-4b4b-8ae9-29667ba7896b, project_id: 42678bba-2748-4cb9-864a-283577668fb3, sled_id: 6216b474-72b9-4278-9b82-54fc9bf1e602, sled_serial: "6216b474-72b9-4278-9b82-54fc9bf1e602", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 406
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 6ea383db-3dd0-450e-a985-a53c57e832b9
|
| 268 | 2025-12-24T02:05:23.232Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 6ea383db-3dd0-450e-a985-a53c57e832b9
|
| 269 | 2025-12-24T02:05:23.232Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::cpuid::guest_cpu_topo_test
state = Run
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 6ea383db-3dd0-450e-a985-a53c57e832b9
|
| 270 | 2025-12-24T02:05:23.233Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 6ea383db-3dd0-450e-a985-a53c57e832b9
|
| 271 | 2025-12-24T02:05:23.233Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
|
| 272 | 2025-12-24T02:05:23.233Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = guest_cpu_topo_test
vm_id = 6ea383db-3dd0-450e-a985-a53c57e832b9
|
| 273 | 2025-12-24T02:05:23.233Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::cpuid::guest_cpu_topo_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 274 | 2025-12-24T02:05:23.233Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 6ea383db-3dd0-450e-a985-a53c57e832b9
|
| 275 | 2025-12-24T02:05:23.233Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_cpu_topo_test
vm_id = 6ea383db-3dd0-450e-a985-a53c57e832b9
|
| 276 | 2025-12-24T02:05:27.597Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4364
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 6ea383db-3dd0-450e-a985-a53c57e832b9
|
| 277 | 2025-12-24T02:05:27.597Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::cpuid::guest_cpu_topo_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 278 | 2025-12-24T02:05:27.598Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::cpuid::guest_cpu_topo_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 279 | 2025-12-24T02:05:27.598Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 6ea383db-3dd0-450e-a985-a53c57e832b9
|
| 280 | 2025-12-24T02:05:27.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 = 804
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_cpu_topo_test
vm_id = 6ea383db-3dd0-450e-a985-a53c57e832b9
|
| 281 | 2025-12-24T02:05:27.616Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 6ea383db-3dd0-450e-a985-a53c57e832b9
|
| 282 | 2025-12-24T02:05:27.616Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::cpuid::guest_cpu_topo_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 283 | 2025-12-24T02:05:27.616Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::cpuid::guest_cpu_topo_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 284 | 2025-12-24T02:05:27.616Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 6ea383db-3dd0-450e-a985-a53c57e832b9
|
| 285 | 2025-12-24T02:05:27.616Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_cpu_topo_test
vm_id = 6ea383db-3dd0-450e-a985-a53c57e832b9
|
| 286 | 2025-12-24T02:05:27.649Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 6ea383db-3dd0-450e-a985-a53c57e832b9
|
| 287 | 2025-12-24T02:05:27.649Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
|
| 288 | 2025-12-24T02:05:27.649Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4416
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
|
| 289 | 2025-12-24T02:05:27.650Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 6ea383db-3dd0-450e-a985-a53c57e832b9
|
| 290 | 2025-12-24T02:05:27.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 = 804
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_cpu_topo_test
vm_id = 6ea383db-3dd0-450e-a985-a53c57e832b9
|
| 291 | 2025-12-24T02:05:27.660Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 6ea383db-3dd0-450e-a985-a53c57e832b9
|
| 292 | 2025-12-24T02:05:27.660Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 6ea383db-3dd0-450e-a985-a53c57e832b9
|
| 293 | 2025-12-24T02:05:27.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 = 804
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_cpu_topo_test
vm_id = 6ea383db-3dd0-450e-a985-a53c57e832b9
|
| 294 | 2025-12-24T02:05:27.705Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 44
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 6ea383db-3dd0-450e-a985-a53c57e832b9
|
| 295 | 2025-12-24T02:05:27.705Z | INFO | phd-runner: [GET_SPEC - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 488
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 6ea383db-3dd0-450e-a985-a53c57e832b9
|
| 296 | 2025-12-24T02:05:27.705Z | INFO | phd-runner: [GET_SPEC - EVENT] Sending instance spec get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 490
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 6ea383db-3dd0-450e-a985-a53c57e832b9
|
| 297 | 2025-12-24T02:05:27.707Z | INFO | phd-runner: [GET_SPEC - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 488
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 6ea383db-3dd0-450e-a985-a53c57e832b9
|
| 298 | 2025-12-24T02:05:27.707Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 6ea383db-3dd0-450e-a985-a53c57e832b9
|
| 299 | 2025-12-24T02:05:27.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 = 804
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_cpu_topo_test
vm_id = 6ea383db-3dd0-450e-a985-a53c57e832b9
|
| 300 | 2025-12-24T02:05:27.716Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 6ea383db-3dd0-450e-a985-a53c57e832b9
|
| 301 | 2025-12-24T02:05:27.716Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 6ea383db-3dd0-450e-a985-a53c57e832b9
|
| 302 | 2025-12-24T02:05:27.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 = 804
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_cpu_topo_test
vm_id = 6ea383db-3dd0-450e-a985-a53c57e832b9
|
| 303 | 2025-12-24T02:05:27.749Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 6ea383db-3dd0-450e-a985-a53c57e832b9
|
| 304 | 2025-12-24T02:05:27.749Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 6ea383db-3dd0-450e-a985-a53c57e832b9
|
| 305 | 2025-12-24T02:05:27.750Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_cpu_topo_test
vm_id = 6ea383db-3dd0-450e-a985-a53c57e832b9
|
| 306 | 2025-12-24T02:05:27.771Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 6ea383db-3dd0-450e-a985-a53c57e832b9
|
| 307 | 2025-12-24T02:05:27.771Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 6ea383db-3dd0-450e-a985-a53c57e832b9
|
| 308 | 2025-12-24T02:05:27.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 = 804
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_cpu_topo_test
vm_id = 6ea383db-3dd0-450e-a985-a53c57e832b9
|
| 309 | 2025-12-24T02:05:27.804Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 6ea383db-3dd0-450e-a985-a53c57e832b9
|
| 310 | 2025-12-24T02:05:27.805Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 6ea383db-3dd0-450e-a985-a53c57e832b9
|
| 311 | 2025-12-24T02:05:27.805Z | 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
|
| 312 | 2025-12-24T02:05:27.805Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4573
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 313 | 2025-12-24T02:05:27.805Z | 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 = 129
target = phd_runner::execute
|
| 314 | 2025-12-24T02:05:27.805Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 315 | 2025-12-24T02:05:27.806Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1077
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 6ea383db-3dd0-450e-a985-a53c57e832b9
|
| 316 | 2025-12-24T02:05:28.315Z | 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 = 6ea383db-3dd0-450e-a985-a53c57e832b9
|
| 317 | 2025-12-24T02:05:28.393Z | 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 = 6ea383db-3dd0-450e-a985-a53c57e832b9
|
| 318 | 2025-12-24T02:05:28.393Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-161c0f6b-6547-4f07-9077-d66cadf2250c"]
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 = 6ea383db-3dd0-450e-a985-a53c57e832b9
|
| 319 | 2025-12-24T02:05:28.413Z | 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 = 6ea383db-3dd0-450e-a985-a53c57e832b9
|
| 320 | 2025-12-24T02:05:28.413Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-dc7cdb91-ece5-44c2-9598-4debebd9cdd5"]
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 = 6ea383db-3dd0-450e-a985-a53c57e832b9
|
| 321 | 2025-12-24T02:05:28.429Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 624
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 6ea383db-3dd0-450e-a985-a53c57e832b9
|
| 322 | 2025-12-24T02:05:28.429Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5869
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_framework::test_vm
vm = guest_cpu_topo_test
vm_id = 6ea383db-3dd0-450e-a985-a53c57e832b9
|
| 323 | 2025-12-24T02:05:28.429Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 5925
file = phd-tests/tests/src/cpuid.rs
line = 278
path = phd_tests::cpuid::guest_cpu_topo_test
target = phd_tests::cpuid
|
| 324 | 2025-12-24T02:05:28.429Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 623
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 325 | 2025-12-24T02:05:28.429Z | INFO | phd-runner: Starting test phd_tests::hyperv::hyperv_smoke_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 326 | 2025-12-24T02:05:28.429Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 327 | 2025-12-24T02:05:28.429Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 328 | 2025-12-24T02:05:28.429Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/hyperv.rs
line = 53
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_tests::hyperv
|
| 329 | 2025-12-24T02:05:28.429Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 330 | 2025-12-24T02:05:28.430Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 331 | 2025-12-24T02:05:28.430Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 332 | 2025-12-24T02:05:28.430Z | 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
|
| 333 | 2025-12-24T02:05:28.437Z | 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.5M 1.80T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 334 | 2025-12-24T02:05:28.437Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-9dc24fa5-4394-44ae-b3d2-618dfef0f833"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::zfs
verb = snapshot
|
| 335 | 2025-12-24T02:05:28.447Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-9dc24fa5-4394-44ae-b3d2-618dfef0f833", "phd-artifacts/phd-clone-e6292b1e-1977-47e0-8df6-d8d59e3dac94"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::zfs
verb = clone
|
| 336 | 2025-12-24T02:05:28.460Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-e6292b1e-1977-47e0-8df6-d8d59e3dac94"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::zfs
verb = list
|
| 337 | 2025-12-24T02:05:28.466Z | 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-e6292b1e-1977-47e0-8df6-d8d59e3dac94 0B 1.80T 48.9M /phd-artifacts/phd-clone-e6292b1e-1977-47e0-8df6-d8d59e3dac94\n
target = phd_framework::zfs
|
| 338 | 2025-12-24T02:05:28.467Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
|
| 339 | 2025-12-24T02:05:28.467Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm_name = hyperv_smoke_test
|
| 340 | 2025-12-24T02:05:28.467Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 341 | 2025-12-24T02:05:28.467Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 342 | 2025-12-24T02:05:28.467Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::hyperv::hyperv_smoke_test
stderr_path = "/tmp/propolis-phd/hyperv_smoke_test.stderr.log"
stdout_path = "/tmp/propolis-phd/hyperv_smoke_test.stdout.log"
target = phd_framework::log_config
|
| 343 | 2025-12-24T02:05:28.477Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 902
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm::server
|
| 344 | 2025-12-24T02:05:28.477Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
|
| 345 | 2025-12-24T02:05:28.478Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 9c87484e-4fd4-4f75-ac37-516781fb2fdb
|
| 346 | 2025-12-24T02:05:28.478Z | 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 = 347
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 9c87484e-4fd4-4f75-ac37-516781fb2fdb
|
| 347 | 2025-12-24T02:05:28.921Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 348 | 2025-12-24T02:05:28.922Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 9c87484e-4fd4-4f75-ac37-516781fb2fdb, name: "phd-vm-9c87484e-4fd4-4f75-ac37-516781fb2fdb", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: a362b207-6dc3-4ecc-aed1-c6d489a2c2df, project_id: 6c4e36db-3466-4205-b894-36b6a8a8508d, sled_id: c8f6d180-7528-42a1-b01c-5628eb1dd54f, sled_serial: "c8f6d180-7528-42a1-b01c-5628eb1dd54f", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 406
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 9c87484e-4fd4-4f75-ac37-516781fb2fdb
|
| 349 | 2025-12-24T02:05:28.922Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 9c87484e-4fd4-4f75-ac37-516781fb2fdb
|
| 350 | 2025-12-24T02:05:28.922Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::hyperv::hyperv_smoke_test
state = Run
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 9c87484e-4fd4-4f75-ac37-516781fb2fdb
|
| 351 | 2025-12-24T02:05:28.923Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 9c87484e-4fd4-4f75-ac37-516781fb2fdb
|
| 352 | 2025-12-24T02:05:28.923Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
|
| 353 | 2025-12-24T02:05:28.923Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = hyperv_smoke_test
vm_id = 9c87484e-4fd4-4f75-ac37-516781fb2fdb
|
| 354 | 2025-12-24T02:05:28.923Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::hyperv::hyperv_smoke_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 355 | 2025-12-24T02:05:28.923Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 9c87484e-4fd4-4f75-ac37-516781fb2fdb
|
| 356 | 2025-12-24T02:05:28.923Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_smoke_test
vm_id = 9c87484e-4fd4-4f75-ac37-516781fb2fdb
|
| 357 | 2025-12-24T02:05:33.286Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4362
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 9c87484e-4fd4-4f75-ac37-516781fb2fdb
|
| 358 | 2025-12-24T02:05:33.286Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::hyperv::hyperv_smoke_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 359 | 2025-12-24T02:05:33.286Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::hyperv::hyperv_smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 360 | 2025-12-24T02:05:33.286Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 9c87484e-4fd4-4f75-ac37-516781fb2fdb
|
| 361 | 2025-12-24T02:05:33.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 = 804
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_smoke_test
vm_id = 9c87484e-4fd4-4f75-ac37-516781fb2fdb
|
| 362 | 2025-12-24T02:05:33.304Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 9c87484e-4fd4-4f75-ac37-516781fb2fdb
|
| 363 | 2025-12-24T02:05:33.304Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::hyperv::hyperv_smoke_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 364 | 2025-12-24T02:05:33.304Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::hyperv::hyperv_smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 365 | 2025-12-24T02:05:33.304Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 9c87484e-4fd4-4f75-ac37-516781fb2fdb
|
| 366 | 2025-12-24T02:05:33.304Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_smoke_test
vm_id = 9c87484e-4fd4-4f75-ac37-516781fb2fdb
|
| 367 | 2025-12-24T02:05:33.337Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 9c87484e-4fd4-4f75-ac37-516781fb2fdb
|
| 368 | 2025-12-24T02:05:33.337Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
|
| 369 | 2025-12-24T02:05:33.337Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4414
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
|
| 370 | 2025-12-24T02:05:33.337Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 9c87484e-4fd4-4f75-ac37-516781fb2fdb
|
| 371 | 2025-12-24T02:05:33.337Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_smoke_test
vm_id = 9c87484e-4fd4-4f75-ac37-516781fb2fdb
|
| 372 | 2025-12-24T02:05:33.349Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 9c87484e-4fd4-4f75-ac37-516781fb2fdb
|
| 373 | 2025-12-24T02:05:33.349Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 9c87484e-4fd4-4f75-ac37-516781fb2fdb
|
| 374 | 2025-12-24T02:05:33.349Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_smoke_test
vm_id = 9c87484e-4fd4-4f75-ac37-516781fb2fdb
|
| 375 | 2025-12-24T02:05:33.382Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 9c87484e-4fd4-4f75-ac37-516781fb2fdb
|
| 376 | 2025-12-24T02:05:33.382Z | WARN | phd-runner: [TEST - EVENT] guest doesn't support systemd-detect-virt, can't verify it detected Hyper-V support
file = phd-tests/tests/src/hyperv.rs
line = 34
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_tests::hyperv
|
| 377 | 2025-12-24T02:05:33.382Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 9c87484e-4fd4-4f75-ac37-516781fb2fdb
|
| 378 | 2025-12-24T02:05:33.382Z | 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 | 2025-12-24T02:05:33.383Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4461
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 380 | 2025-12-24T02:05:33.383Z | INFO | phd-runner: test phd_tests::hyperv::hyperv_smoke_test ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
| 381 | 2025-12-24T02:05:33.383Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 382 | 2025-12-24T02:05:33.384Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1077
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 9c87484e-4fd4-4f75-ac37-516781fb2fdb
|
| 383 | 2025-12-24T02:05:34.130Z | 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 = 9c87484e-4fd4-4f75-ac37-516781fb2fdb
|
| 384 | 2025-12-24T02:05:34.207Z | 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 = 9c87484e-4fd4-4f75-ac37-516781fb2fdb
|
| 385 | 2025-12-24T02:05:34.207Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-e6292b1e-1977-47e0-8df6-d8d59e3dac94"]
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 = 9c87484e-4fd4-4f75-ac37-516781fb2fdb
|
| 386 | 2025-12-24T02:05:34.227Z | 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 = 9c87484e-4fd4-4f75-ac37-516781fb2fdb
|
| 387 | 2025-12-24T02:05:34.227Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-9dc24fa5-4394-44ae-b3d2-618dfef0f833"]
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 = 9c87484e-4fd4-4f75-ac37-516781fb2fdb
|
| 388 | 2025-12-24T02:05:34.240Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 857
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 9c87484e-4fd4-4f75-ac37-516781fb2fdb
|
| 389 | 2025-12-24T02:05:34.241Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 857
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 390 | 2025-12-24T02:05:34.241Z | INFO | phd-runner: Starting test phd_tests::hyperv::hyperv_lifecycle_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 391 | 2025-12-24T02:05:34.241Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 392 | 2025-12-24T02:05:34.241Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5762
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 9c87484e-4fd4-4f75-ac37-516781fb2fdb
|
| 393 | 2025-12-24T02:05:34.241Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 394 | 2025-12-24T02:05:34.241Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 5811
file = phd-tests/tests/src/hyperv.rs
line = 53
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_tests::hyperv
|
| 395 | 2025-12-24T02:05:34.241Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/hyperv.rs
line = 66
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_tests::hyperv
|
| 396 | 2025-12-24T02:05:34.241Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 397 | 2025-12-24T02:05:34.241Z | DEBG | phd-runner: [TEST - EVENT] Verified 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 | 2025-12-24T02:05:34.241Z | DEBG | phd-runner: [TEST - EVENT] Verified 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 | 2025-12-24T02:05:34.241Z | 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
|
| 400 | 2025-12-24T02:05:34.247Z | 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.3M 1.80T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 401 | 2025-12-24T02:05:34.247Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-1d3613e1-43eb-4a95-9480-1d8082372804"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::zfs
verb = snapshot
|
| 402 | 2025-12-24T02:05:34.261Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-1d3613e1-43eb-4a95-9480-1d8082372804", "phd-artifacts/phd-clone-4fdb06e8-fea1-42cb-9479-da250bddc564"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::zfs
verb = clone
|
| 403 | 2025-12-24T02:05:34.272Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-4fdb06e8-fea1-42cb-9479-da250bddc564"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::zfs
verb = list
|
| 404 | 2025-12-24T02:05:34.279Z | 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-4fdb06e8-fea1-42cb-9479-da250bddc564 0B 1.80T 48.9M /phd-artifacts/phd-clone-4fdb06e8-fea1-42cb-9479-da250bddc564\n
target = phd_framework::zfs
|
| 405 | 2025-12-24T02:05:34.280Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
|
| 406 | 2025-12-24T02:05:34.280Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm_name = hyperv_lifecycle_test
|
| 407 | 2025-12-24T02:05:34.280Z | DEBG | phd-runner: [NEW - EVENT] Verified 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 | 2025-12-24T02:05:34.280Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 409 | 2025-12-24T02:05:34.280Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::hyperv::hyperv_lifecycle_test
stderr_path = "/tmp/propolis-phd/hyperv_lifecycle_test.stderr.log"
stdout_path = "/tmp/propolis-phd/hyperv_lifecycle_test.stdout.log"
target = phd_framework::log_config
|
| 410 | 2025-12-24T02:05:34.291Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 910
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm::server
|
| 411 | 2025-12-24T02:05:34.291Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
|
| 412 | 2025-12-24T02:05:34.291Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
|
| 413 | 2025-12-24T02:05:34.292Z | 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 = 347
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
|
| 414 | 2025-12-24T02:05:34.584Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 415 | 2025-12-24T02:05:34.585Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a, name: "phd-vm-0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: eec7bd7a-ba75-40e8-9dab-8b5e756f4917, project_id: 6dc84568-a0c1-402f-b21a-2493cda3aa14, sled_id: a4017aa0-b505-4ba2-b0f1-b57fb09f2e68, sled_serial: "a4017aa0-b505-4ba2-b0f1-b57fb09f2e68", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 406
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
|
| 416 | 2025-12-24T02:05:34.585Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
|
| 417 | 2025-12-24T02:05:34.585Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::hyperv::hyperv_lifecycle_test
state = Run
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
|
| 418 | 2025-12-24T02:05:34.586Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
|
| 419 | 2025-12-24T02:05:34.586Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
|
| 420 | 2025-12-24T02:05:34.586Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = hyperv_lifecycle_test
vm_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
|
| 421 | 2025-12-24T02:05:34.586Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::hyperv::hyperv_lifecycle_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 422 | 2025-12-24T02:05:34.586Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
|
| 423 | 2025-12-24T02:05:34.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 = 804
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_lifecycle_test
vm_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
|
| 424 | 2025-12-24T02:05:38.949Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4362
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
|
| 425 | 2025-12-24T02:05:38.949Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::hyperv::hyperv_lifecycle_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 426 | 2025-12-24T02:05:38.949Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::hyperv::hyperv_lifecycle_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 427 | 2025-12-24T02:05:38.949Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
|
| 428 | 2025-12-24T02:05:38.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 = 804
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_lifecycle_test
vm_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
|
| 429 | 2025-12-24T02:05:38.968Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
|
| 430 | 2025-12-24T02:05:38.968Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::hyperv::hyperv_lifecycle_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 431 | 2025-12-24T02:05:38.969Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::hyperv::hyperv_lifecycle_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 432 | 2025-12-24T02:05:38.969Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
|
| 433 | 2025-12-24T02:05:38.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 = 804
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_lifecycle_test
vm_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
|
| 434 | 2025-12-24T02:05:39.001Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
|
| 435 | 2025-12-24T02:05:39.001Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
|
| 436 | 2025-12-24T02:05:39.001Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4414
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
|
| 437 | 2025-12-24T02:05:39.001Z | 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
|
| 438 | 2025-12-24T02:05:39.001Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
|
| 439 | 2025-12-24T02:05:39.001Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::hyperv::hyperv_lifecycle_test
state = Reboot
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
|
| 440 | 2025-12-24T02:05:39.002Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
|
| 441 | 2025-12-24T02:05:39.002Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
|
| 442 | 2025-12-24T02:05:39.003Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = hyperv_lifecycle_test
vm_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
|
| 443 | 2025-12-24T02:05:39.003Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::hyperv::hyperv_lifecycle_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 444 | 2025-12-24T02:05:39.003Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
|
| 445 | 2025-12-24T02:05:39.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 = 804
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_lifecycle_test
vm_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
|
| 446 | 2025-12-24T02:05:43.252Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4248
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
|
| 447 | 2025-12-24T02:05:43.252Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::hyperv::hyperv_lifecycle_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 448 | 2025-12-24T02:05:43.252Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::hyperv::hyperv_lifecycle_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 449 | 2025-12-24T02:05:43.252Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
|
| 450 | 2025-12-24T02:05:43.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 = 804
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_lifecycle_test
vm_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
|
| 451 | 2025-12-24T02:05:43.270Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
|
| 452 | 2025-12-24T02:05:43.270Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::hyperv::hyperv_lifecycle_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 453 | 2025-12-24T02:05:43.270Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::hyperv::hyperv_lifecycle_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 454 | 2025-12-24T02:05:43.270Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
|
| 455 | 2025-12-24T02:05:43.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 = 804
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_lifecycle_test
vm_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
|
| 456 | 2025-12-24T02:05:43.303Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
|
| 457 | 2025-12-24T02:05:43.303Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
|
| 458 | 2025-12-24T02:05:43.303Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4300
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
|
| 459 | 2025-12-24T02:05:43.303Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
|
| 460 | 2025-12-24T02:05:43.303Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_lifecycle_test
vm_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
|
| 461 | 2025-12-24T02:05:43.314Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
|
| 462 | 2025-12-24T02:05:43.314Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
|
| 463 | 2025-12-24T02:05:43.314Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_lifecycle_test
vm_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
|
| 464 | 2025-12-24T02:05:43.347Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
|
| 465 | 2025-12-24T02:05:43.347Z | WARN | phd-runner: [TEST - EVENT] guest doesn't support systemd-detect-virt, can't verify it detected Hyper-V support
file = phd-tests/tests/src/hyperv.rs
line = 34
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_tests::hyperv
|
| 466 | 2025-12-24T02:05:43.347Z | 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
|
| 467 | 2025-12-24T02:05:43.347Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
|
| 468 | 2025-12-24T02:05:43.347Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm_name = hyperv_lifecycle_test_lifecycle_1
|
| 469 | 2025-12-24T02:05:43.347Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 470 | 2025-12-24T02:05:43.347Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 471 | 2025-12-24T02:05:43.347Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::hyperv::hyperv_lifecycle_test
stderr_path = "/tmp/propolis-phd/hyperv_lifecycle_test_lifecycle_1.stderr.log"
stdout_path = "/tmp/propolis-phd/hyperv_lifecycle_test_lifecycle_1.stdout.log"
target = phd_framework::log_config
|
| 472 | 2025-12-24T02:05:43.359Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 911
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm::server
|
| 473 | 2025-12-24T02:05:43.359Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
|
| 474 | 2025-12-24T02:05:43.359Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 501
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
target = phd_framework::test_vm
target_id = 674f677c-f65a-4061-9de7-5a3b99f57038
|
| 475 | 2025-12-24T02:05:43.359Z | 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 = 534
migration_id = ce88f3f3-ae24-4e87-8494-9d052df2003f
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
target = phd_framework::test_vm
target_id = 674f677c-f65a-4061-9de7-5a3b99f57038
timeout_duration = 45s
|
| 476 | 2025-12-24T02:05:43.359Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
target = phd_framework::test_vm
target_id = 674f677c-f65a-4061-9de7-5a3b99f57038
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 674f677c-f65a-4061-9de7-5a3b99f57038
|
| 477 | 2025-12-24T02:05:43.360Z | 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 = 347
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
target = phd_framework::test_vm
target_id = 674f677c-f65a-4061-9de7-5a3b99f57038
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 674f677c-f65a-4061-9de7-5a3b99f57038
|
| 478 | 2025-12-24T02:05:43.909Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 674f677c-f65a-4061-9de7-5a3b99f57038, name: "phd-vm-674f677c-f65a-4061-9de7-5a3b99f57038", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: eec7bd7a-ba75-40e8-9dab-8b5e756f4917, project_id: 6dc84568-a0c1-402f-b21a-2493cda3aa14, sled_id: 53832aff-6f44-4d8c-8010-b69e9f2b63f5, sled_serial: "53832aff-6f44-4d8c-8010-b69e9f2b63f5", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 406
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
target = phd_framework::test_vm
target_id = 674f677c-f65a-4061-9de7-5a3b99f57038
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 674f677c-f65a-4061-9de7-5a3b99f57038
|
| 479 | 2025-12-24T02:05:43.909Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 555
migration_id = ce88f3f3-ae24-4e87-8494-9d052df2003f
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
target = phd_framework::test_vm
target_id = 674f677c-f65a-4061-9de7-5a3b99f57038
|
| 480 | 2025-12-24T02:05:46.675Z | 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":15378}}
target = phd_framework::serial
|
| 481 | 2025-12-24T02:05:47.721Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 568
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
target = phd_framework::test_vm
target_id = 674f677c-f65a-4061-9de7-5a3b99f57038
|
| 482 | 2025-12-24T02:05:47.721Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3812
file = phd-tests/framework/src/test_vm/mod.rs
line = 555
migration_id = ce88f3f3-ae24-4e87-8494-9d052df2003f
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
target = phd_framework::test_vm
target_id = 674f677c-f65a-4061-9de7-5a3b99f57038
|
| 483 | 2025-12-24T02:05:47.723Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
|
| 484 | 2025-12-24T02:05:47.723Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 674f677c-f65a-4061-9de7-5a3b99f57038
|
| 485 | 2025-12-24T02:05:47.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 = 804
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 674f677c-f65a-4061-9de7-5a3b99f57038
|
| 486 | 2025-12-24T02:05:47.724Z | 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 = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
|
| 487 | 2025-12-24T02:05:47.802Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 78
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
|
| 488 | 2025-12-24T02:05:47.802Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 13510
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test
vm_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
|
| 489 | 2025-12-24T02:05:47.802Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 78
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 674f677c-f65a-4061-9de7-5a3b99f57038
|
| 490 | 2025-12-24T02:05:47.802Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 674f677c-f65a-4061-9de7-5a3b99f57038
|
| 491 | 2025-12-24T02:05:47.802Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 674f677c-f65a-4061-9de7-5a3b99f57038
|
| 492 | 2025-12-24T02:05:47.835Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 674f677c-f65a-4061-9de7-5a3b99f57038
|
| 493 | 2025-12-24T02:05:47.835Z | WARN | phd-runner: [TEST - EVENT] guest doesn't support systemd-detect-virt, can't verify it detected Hyper-V support
file = phd-tests/tests/src/hyperv.rs
line = 34
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_tests::hyperv
|
| 494 | 2025-12-24T02:05:47.835Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 674f677c-f65a-4061-9de7-5a3b99f57038
|
| 495 | 2025-12-24T02:05:47.836Z | 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
|
| 496 | 2025-12-24T02:05:47.836Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 13251
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 497 | 2025-12-24T02:05:47.836Z | INFO | phd-runner: test phd_tests::hyperv::hyperv_lifecycle_test ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
| 498 | 2025-12-24T02:05:47.836Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 499 | 2025-12-24T02:05:47.837Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1077
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 674f677c-f65a-4061-9de7-5a3b99f57038
|
| 500 | 2025-12-24T02:05:48.470Z | 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 = 674f677c-f65a-4061-9de7-5a3b99f57038
|
| 501 | 2025-12-24T02:05:48.541Z | 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 = 674f677c-f65a-4061-9de7-5a3b99f57038
|
| 502 | 2025-12-24T02:05:48.541Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-4fdb06e8-fea1-42cb-9479-da250bddc564"]
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 = 674f677c-f65a-4061-9de7-5a3b99f57038
|
| 503 | 2025-12-24T02:05:48.561Z | 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 = 674f677c-f65a-4061-9de7-5a3b99f57038
|
| 504 | 2025-12-24T02:05:48.561Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-1d3613e1-43eb-4a95-9480-1d8082372804"]
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 = 674f677c-f65a-4061-9de7-5a3b99f57038
|
| 505 | 2025-12-24T02:05:48.575Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 739
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_framework::test_vm
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 674f677c-f65a-4061-9de7-5a3b99f57038
|
| 506 | 2025-12-24T02:05:48.575Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 739
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 507 | 2025-12-24T02:05:48.575Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5215
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
target = phd_framework::test_vm
target_id = 674f677c-f65a-4061-9de7-5a3b99f57038
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 674f677c-f65a-4061-9de7-5a3b99f57038
|
| 508 | 2025-12-24T02:05:48.575Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 5216
file = phd-tests/framework/src/test_vm/mod.rs
line = 501
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 0a7b6f31-7ab6-4dcb-93df-cfaf013ced0a
target = phd_framework::test_vm
target_id = 674f677c-f65a-4061-9de7-5a3b99f57038
|
| 509 | 2025-12-24T02:05:48.575Z | 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
|
| 510 | 2025-12-24T02:05:48.575Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 14334
file = phd-tests/tests/src/hyperv.rs
line = 66
path = phd_tests::hyperv::hyperv_lifecycle_test
target = phd_tests::hyperv
|
| 511 | 2025-12-24T02:05:48.575Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 512 | 2025-12-24T02:05:48.575Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 513 | 2025-12-24T02:05:48.575Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/hyperv.rs
line = 91
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_tests::hyperv
|
| 514 | 2025-12-24T02:05:48.575Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 515 | 2025-12-24T02:05:48.575Z | DEBG | phd-runner: [TEST - EVENT] Verified 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 | 2025-12-24T02:05:48.575Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 517 | 2025-12-24T02:05:48.576Z | 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
|
| 518 | 2025-12-24T02:05:48.582Z | 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 49.9M 1.80T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 519 | 2025-12-24T02:05:48.582Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-0f408c01-e2d7-4ff8-a89b-de0034c630e5"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::zfs
verb = snapshot
|
| 520 | 2025-12-24T02:05:48.596Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-0f408c01-e2d7-4ff8-a89b-de0034c630e5", "phd-artifacts/phd-clone-6901f56d-c432-4585-bccf-04b104418fdd"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::zfs
verb = clone
|
| 521 | 2025-12-24T02:05:48.609Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-6901f56d-c432-4585-bccf-04b104418fdd"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::zfs
verb = list
|
| 522 | 2025-12-24T02:05:48.615Z | 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-6901f56d-c432-4585-bccf-04b104418fdd 0B 1.80T 48.9M /phd-artifacts/phd-clone-6901f56d-c432-4585-bccf-04b104418fdd\n
target = phd_framework::zfs
|
| 523 | 2025-12-24T02:05:48.616Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
|
| 524 | 2025-12-24T02:05:48.616Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm_name = hyperv_reference_tsc_test
|
| 525 | 2025-12-24T02:05:48.616Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 526 | 2025-12-24T02:05:48.616Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 527 | 2025-12-24T02:05:48.616Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
stderr_path = "/tmp/propolis-phd/hyperv_reference_tsc_test.stderr.log"
stdout_path = "/tmp/propolis-phd/hyperv_reference_tsc_test.stdout.log"
target = phd_framework::log_config
|
| 528 | 2025-12-24T02:05:48.627Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 920
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
|
| 529 | 2025-12-24T02:05:48.627Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
|
| 530 | 2025-12-24T02:05:48.627Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 701e6044-56ff-4040-87d7-071d653acfa6
|
| 531 | 2025-12-24T02:05:48.628Z | 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 = 347
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 701e6044-56ff-4040-87d7-071d653acfa6
|
| 532 | 2025-12-24T02:05:48.921Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 533 | 2025-12-24T02:05:48.922Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 701e6044-56ff-4040-87d7-071d653acfa6, name: "phd-vm-701e6044-56ff-4040-87d7-071d653acfa6", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 0d35b6f6-8a4e-4f01-907e-f7e3c6ea083d, project_id: ff325246-4b79-413b-9a92-3f5c707b5daa, sled_id: 24edd55a-17eb-4f83-a3c1-6c9c02a7d65c, sled_serial: "24edd55a-17eb-4f83-a3c1-6c9c02a7d65c", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 406
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 701e6044-56ff-4040-87d7-071d653acfa6
|
| 534 | 2025-12-24T02:05:48.922Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 701e6044-56ff-4040-87d7-071d653acfa6
|
| 535 | 2025-12-24T02:05:48.922Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
state = Run
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 701e6044-56ff-4040-87d7-071d653acfa6
|
| 536 | 2025-12-24T02:05:48.923Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 701e6044-56ff-4040-87d7-071d653acfa6
|
| 537 | 2025-12-24T02:05:48.924Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
|
| 538 | 2025-12-24T02:05:48.924Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = hyperv_reference_tsc_test
vm_id = 701e6044-56ff-4040-87d7-071d653acfa6
|
| 539 | 2025-12-24T02:05:48.924Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 540 | 2025-12-24T02:05:48.924Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 701e6044-56ff-4040-87d7-071d653acfa6
|
| 541 | 2025-12-24T02:05:48.924Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_test
vm_id = 701e6044-56ff-4040-87d7-071d653acfa6
|
| 542 | 2025-12-24T02:05:53.235Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4311
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 701e6044-56ff-4040-87d7-071d653acfa6
|
| 543 | 2025-12-24T02:05:53.235Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 544 | 2025-12-24T02:05:53.236Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 545 | 2025-12-24T02:05:53.236Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 701e6044-56ff-4040-87d7-071d653acfa6
|
| 546 | 2025-12-24T02:05:53.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 = 804
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_test
vm_id = 701e6044-56ff-4040-87d7-071d653acfa6
|
| 547 | 2025-12-24T02:05:53.254Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 701e6044-56ff-4040-87d7-071d653acfa6
|
| 548 | 2025-12-24T02:05:53.254Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 549 | 2025-12-24T02:05:53.254Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 550 | 2025-12-24T02:05:53.254Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 701e6044-56ff-4040-87d7-071d653acfa6
|
| 551 | 2025-12-24T02:05:53.254Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_test
vm_id = 701e6044-56ff-4040-87d7-071d653acfa6
|
| 552 | 2025-12-24T02:05:53.286Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 701e6044-56ff-4040-87d7-071d653acfa6
|
| 553 | 2025-12-24T02:05:53.286Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
|
| 554 | 2025-12-24T02:05:53.286Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4362
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
|
| 555 | 2025-12-24T02:05:53.287Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 701e6044-56ff-4040-87d7-071d653acfa6
|
| 556 | 2025-12-24T02:05:53.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 = 804
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 = 701e6044-56ff-4040-87d7-071d653acfa6
|
| 557 | 2025-12-24T02:05:53.298Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 701e6044-56ff-4040-87d7-071d653acfa6
|
| 558 | 2025-12-24T02:05:53.298Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 701e6044-56ff-4040-87d7-071d653acfa6
|
| 559 | 2025-12-24T02:05:53.298Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 701e6044-56ff-4040-87d7-071d653acfa6
|
| 560 | 2025-12-24T02:05:53.331Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 701e6044-56ff-4040-87d7-071d653acfa6
|
| 561 | 2025-12-24T02:05:53.331Z | 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
|
| 562 | 2025-12-24T02:05:53.331Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 701e6044-56ff-4040-87d7-071d653acfa6
|
| 563 | 2025-12-24T02:05:53.331Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
state = Reboot
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 701e6044-56ff-4040-87d7-071d653acfa6
|
| 564 | 2025-12-24T02:05:53.333Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 701e6044-56ff-4040-87d7-071d653acfa6
|
| 565 | 2025-12-24T02:05:53.333Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
|
| 566 | 2025-12-24T02:05:53.333Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = hyperv_reference_tsc_test
vm_id = 701e6044-56ff-4040-87d7-071d653acfa6
|
| 567 | 2025-12-24T02:05:53.333Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 568 | 2025-12-24T02:05:53.333Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 701e6044-56ff-4040-87d7-071d653acfa6
|
| 569 | 2025-12-24T02:05:53.333Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_test
vm_id = 701e6044-56ff-4040-87d7-071d653acfa6
|
| 570 | 2025-12-24T02:05:57.482Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4148
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 701e6044-56ff-4040-87d7-071d653acfa6
|
| 571 | 2025-12-24T02:05:57.482Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 572 | 2025-12-24T02:05:57.482Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 573 | 2025-12-24T02:05:57.482Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 701e6044-56ff-4040-87d7-071d653acfa6
|
| 574 | 2025-12-24T02:05:57.482Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_test
vm_id = 701e6044-56ff-4040-87d7-071d653acfa6
|
| 575 | 2025-12-24T02:05:57.501Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 701e6044-56ff-4040-87d7-071d653acfa6
|
| 576 | 2025-12-24T02:05:57.501Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 577 | 2025-12-24T02:05:57.501Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 578 | 2025-12-24T02:05:57.502Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 701e6044-56ff-4040-87d7-071d653acfa6
|
| 579 | 2025-12-24T02:05:57.502Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_test
vm_id = 701e6044-56ff-4040-87d7-071d653acfa6
|
| 580 | 2025-12-24T02:05:57.533Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 701e6044-56ff-4040-87d7-071d653acfa6
|
| 581 | 2025-12-24T02:05:57.533Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
|
| 582 | 2025-12-24T02:05:57.533Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4200
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
|
| 583 | 2025-12-24T02:05:57.534Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 701e6044-56ff-4040-87d7-071d653acfa6
|
| 584 | 2025-12-24T02:05:57.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 = 804
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 = 701e6044-56ff-4040-87d7-071d653acfa6
|
| 585 | 2025-12-24T02:05:57.545Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 701e6044-56ff-4040-87d7-071d653acfa6
|
| 586 | 2025-12-24T02:05:57.545Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 701e6044-56ff-4040-87d7-071d653acfa6
|
| 587 | 2025-12-24T02:05:57.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 = 804
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 = 701e6044-56ff-4040-87d7-071d653acfa6
|
| 588 | 2025-12-24T02:05:57.578Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 701e6044-56ff-4040-87d7-071d653acfa6
|
| 589 | 2025-12-24T02:05:57.578Z | 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
|
| 590 | 2025-12-24T02:05:57.578Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
|
| 591 | 2025-12-24T02:05:57.578Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm_name = hyperv_reference_tsc_test_lifecycle_1
|
| 592 | 2025-12-24T02:05:57.578Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 593 | 2025-12-24T02:05:57.578Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 594 | 2025-12-24T02:05:57.578Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
stderr_path = "/tmp/propolis-phd/hyperv_reference_tsc_test_lifecycle_1.stderr.log"
stdout_path = "/tmp/propolis-phd/hyperv_reference_tsc_test_lifecycle_1.stdout.log"
target = phd_framework::log_config
|
| 595 | 2025-12-24T02:05:57.590Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 921
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
|
| 596 | 2025-12-24T02:05:57.590Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 12
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
|
| 597 | 2025-12-24T02:05:57.591Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 501
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = 701e6044-56ff-4040-87d7-071d653acfa6
target = phd_framework::test_vm
target_id = b8817a56-ecfe-4836-86ba-b37f78643d52
|
| 598 | 2025-12-24T02:05:57.591Z | 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 = 534
migration_id = 1955c3ec-ad02-429a-a635-6282add696c4
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = 701e6044-56ff-4040-87d7-071d653acfa6
target = phd_framework::test_vm
target_id = b8817a56-ecfe-4836-86ba-b37f78643d52
timeout_duration = 45s
|
| 599 | 2025-12-24T02:05:57.591Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = 701e6044-56ff-4040-87d7-071d653acfa6
target = phd_framework::test_vm
target_id = b8817a56-ecfe-4836-86ba-b37f78643d52
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = b8817a56-ecfe-4836-86ba-b37f78643d52
|
| 600 | 2025-12-24T02:05:57.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:9002/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 347
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = 701e6044-56ff-4040-87d7-071d653acfa6
target = phd_framework::test_vm
target_id = b8817a56-ecfe-4836-86ba-b37f78643d52
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = b8817a56-ecfe-4836-86ba-b37f78643d52
|
| 601 | 2025-12-24T02:05:58.255Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: b8817a56-ecfe-4836-86ba-b37f78643d52, name: "phd-vm-b8817a56-ecfe-4836-86ba-b37f78643d52", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 0d35b6f6-8a4e-4f01-907e-f7e3c6ea083d, project_id: ff325246-4b79-413b-9a92-3f5c707b5daa, sled_id: ca7d87dc-7915-4690-9e0d-1df2d67b3ced, sled_serial: "ca7d87dc-7915-4690-9e0d-1df2d67b3ced", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 406
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = 701e6044-56ff-4040-87d7-071d653acfa6
target = phd_framework::test_vm
target_id = b8817a56-ecfe-4836-86ba-b37f78643d52
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = b8817a56-ecfe-4836-86ba-b37f78643d52
|
| 602 | 2025-12-24T02:05:58.256Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 555
migration_id = 1955c3ec-ad02-429a-a635-6282add696c4
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = 701e6044-56ff-4040-87d7-071d653acfa6
target = phd_framework::test_vm
target_id = b8817a56-ecfe-4836-86ba-b37f78643d52
|
| 603 | 2025-12-24T02:06:00.778Z | 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":15534}}
target = phd_framework::serial
|
| 604 | 2025-12-24T02:06:02.406Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 568
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = 701e6044-56ff-4040-87d7-071d653acfa6
target = phd_framework::test_vm
target_id = b8817a56-ecfe-4836-86ba-b37f78643d52
|
| 605 | 2025-12-24T02:06:02.406Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 4150
file = phd-tests/framework/src/test_vm/mod.rs
line = 555
migration_id = 1955c3ec-ad02-429a-a635-6282add696c4
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = 701e6044-56ff-4040-87d7-071d653acfa6
target = phd_framework::test_vm
target_id = b8817a56-ecfe-4836-86ba-b37f78643d52
|
| 606 | 2025-12-24T02:06:02.408Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 701e6044-56ff-4040-87d7-071d653acfa6
|
| 607 | 2025-12-24T02:06:02.408Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = b8817a56-ecfe-4836-86ba-b37f78643d52
|
| 608 | 2025-12-24T02:06:02.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 = 804
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 = b8817a56-ecfe-4836-86ba-b37f78643d52
|
| 609 | 2025-12-24T02:06:02.409Z | 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 = 701e6044-56ff-4040-87d7-071d653acfa6
|
| 610 | 2025-12-24T02:06:02.483Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 75
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 701e6044-56ff-4040-87d7-071d653acfa6
|
| 611 | 2025-12-24T02:06:02.483Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 75
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = b8817a56-ecfe-4836-86ba-b37f78643d52
|
| 612 | 2025-12-24T02:06:02.484Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 13856
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test
vm_id = 701e6044-56ff-4040-87d7-071d653acfa6
|
| 613 | 2025-12-24T02:06:02.484Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = b8817a56-ecfe-4836-86ba-b37f78643d52
|
| 614 | 2025-12-24T02:06:02.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 = 804
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 = b8817a56-ecfe-4836-86ba-b37f78643d52
|
| 615 | 2025-12-24T02:06:02.518Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 34
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = b8817a56-ecfe-4836-86ba-b37f78643d52
|
| 616 | 2025-12-24T02:06:02.518Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = b8817a56-ecfe-4836-86ba-b37f78643d52
|
| 617 | 2025-12-24T02:06:02.518Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 618 | 2025-12-24T02:06:02.518Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 13596
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 619 | 2025-12-24T02:06:02.518Z | INFO | phd-runner: test phd_tests::hyperv::hyperv_reference_tsc_clocksource_test ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
| 620 | 2025-12-24T02:06:02.518Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 621 | 2025-12-24T02:06:02.519Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1077
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = b8817a56-ecfe-4836-86ba-b37f78643d52
|
| 622 | 2025-12-24T02:06:03.244Z | 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 = b8817a56-ecfe-4836-86ba-b37f78643d52
|
| 623 | 2025-12-24T02:06:03.318Z | 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 = b8817a56-ecfe-4836-86ba-b37f78643d52
|
| 624 | 2025-12-24T02:06:03.318Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-6901f56d-c432-4585-bccf-04b104418fdd"]
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 = b8817a56-ecfe-4836-86ba-b37f78643d52
|
| 625 | 2025-12-24T02:06:03.338Z | 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 = b8817a56-ecfe-4836-86ba-b37f78643d52
|
| 626 | 2025-12-24T02:06:03.338Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-0f408c01-e2d7-4ff8-a89b-de0034c630e5"]
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 = b8817a56-ecfe-4836-86ba-b37f78643d52
|
| 627 | 2025-12-24T02:06:03.351Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 833
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = b8817a56-ecfe-4836-86ba-b37f78643d52
|
| 628 | 2025-12-24T02:06:03.351Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5760
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = 701e6044-56ff-4040-87d7-071d653acfa6
target = phd_framework::test_vm
target_id = b8817a56-ecfe-4836-86ba-b37f78643d52
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = b8817a56-ecfe-4836-86ba-b37f78643d52
|
| 629 | 2025-12-24T02:06:03.351Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 833
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 630 | 2025-12-24T02:06:03.351Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 5760
file = phd-tests/framework/src/test_vm/mod.rs
line = 501
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = 701e6044-56ff-4040-87d7-071d653acfa6
target = phd_framework::test_vm
target_id = b8817a56-ecfe-4836-86ba-b37f78643d52
|
| 631 | 2025-12-24T02:06:03.351Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 14776
file = phd-tests/tests/src/hyperv.rs
line = 91
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
target = phd_tests::hyperv
|
| 632 | 2025-12-24T02:06:03.351Z | 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
|
| 633 | 2025-12-24T02:06:03.351Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 634 | 2025-12-24T02:06:03.351Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 635 | 2025-12-24T02:06:03.352Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/hyperv.rs
line = 151
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 636 | 2025-12-24T02:06:03.352Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 637 | 2025-12-24T02:06:03.352Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 638 | 2025-12-24T02:06:03.352Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 639 | 2025-12-24T02:06:03.352Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 640 | 2025-12-24T02:06:03.352Z | 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
|
| 641 | 2025-12-24T02:06:03.359Z | 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 49.9M 1.80T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 642 | 2025-12-24T02:06:03.359Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2099246e-1905-4a3a-9a35-ee01455bf6e4"]
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
|
| 643 | 2025-12-24T02:06:03.373Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2099246e-1905-4a3a-9a35-ee01455bf6e4", "phd-artifacts/phd-clone-5f9e8a33-e46d-4c54-95aa-e88124b27530"]
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
|
| 644 | 2025-12-24T02:06:03.385Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-5f9e8a33-e46d-4c54-95aa-e88124b27530"]
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
|
| 645 | 2025-12-24T02:06:03.391Z | 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-5f9e8a33-e46d-4c54-95aa-e88124b27530 0B 1.80T 48.9M /phd-artifacts/phd-clone-5f9e8a33-e46d-4c54-95aa-e88124b27530\n
target = phd_framework::zfs
|
| 646 | 2025-12-24T02:06:03.392Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
|
| 647 | 2025-12-24T02:06:03.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 = 217
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm_name = hyperv_reference_tsc_elapsed_test
|
| 648 | 2025-12-24T02:06:03.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
|
| 649 | 2025-12-24T02:06:03.392Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 650 | 2025-12-24T02:06:03.392Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
stderr_path = "/tmp/propolis-phd/hyperv_reference_tsc_elapsed_test.stderr.log"
stdout_path = "/tmp/propolis-phd/hyperv_reference_tsc_elapsed_test.stdout.log"
target = phd_framework::log_config
|
| 651 | 2025-12-24T02:06:03.403Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 930
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
|
| 652 | 2025-12-24T02:06:03.404Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
|
| 653 | 2025-12-24T02:06:03.404Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 654 | 2025-12-24T02:06:03.404Z | 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 = 347
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 655 | 2025-12-24T02:06:04.123Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 656 | 2025-12-24T02:06:04.124Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 5d760e9c-87c3-4642-8fd8-396900feb0da, name: "phd-vm-5d760e9c-87c3-4642-8fd8-396900feb0da", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: d78b2e67-8e15-4056-8c6a-95544e938755, project_id: 06c6524e-492e-4ed9-b570-5e15e9b980ea, sled_id: 920e927e-2eed-44f2-9a44-708482f9de2b, sled_serial: "920e927e-2eed-44f2-9a44-708482f9de2b", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 406
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 657 | 2025-12-24T02:06:04.124Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 658 | 2025-12-24T02:06:04.124Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
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 = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 659 | 2025-12-24T02:06:04.125Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 660 | 2025-12-24T02:06:04.125Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
|
| 661 | 2025-12-24T02:06:04.125Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
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 = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 662 | 2025-12-24T02:06:04.125Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 663 | 2025-12-24T02:06:04.125Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 664 | 2025-12-24T02:06:04.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 = 804
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 = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 665 | 2025-12-24T02:06:08.426Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4300
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 666 | 2025-12-24T02:06:08.426Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 667 | 2025-12-24T02:06:08.426Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 668 | 2025-12-24T02:06:08.426Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 669 | 2025-12-24T02:06:08.426Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 670 | 2025-12-24T02:06:08.444Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 671 | 2025-12-24T02:06:08.444Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 672 | 2025-12-24T02:06:08.444Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 673 | 2025-12-24T02:06:08.444Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 674 | 2025-12-24T02:06:08.445Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 675 | 2025-12-24T02:06:08.477Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 676 | 2025-12-24T02:06:08.477Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
|
| 677 | 2025-12-24T02:06:08.477Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4351
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
|
| 678 | 2025-12-24T02:06:08.477Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 679 | 2025-12-24T02:06:08.477Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 680 | 2025-12-24T02:06:08.499Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 681 | 2025-12-24T02:06:08.499Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 682 | 2025-12-24T02:06:08.499Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 683 | 2025-12-24T02:06:08.532Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 684 | 2025-12-24T02:06:09.034Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 685 | 2025-12-24T02:06:09.034Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 686 | 2025-12-24T02:06:09.055Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 687 | 2025-12-24T02:06:09.056Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 688 | 2025-12-24T02:06:09.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 = 804
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 = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 689 | 2025-12-24T02:06:09.089Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 690 | 2025-12-24T02:06:09.591Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 691 | 2025-12-24T02:06:09.591Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 692 | 2025-12-24T02:06:09.613Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 693 | 2025-12-24T02:06:09.614Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 694 | 2025-12-24T02:06:09.614Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 695 | 2025-12-24T02:06:09.646Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 696 | 2025-12-24T02:06:10.148Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 697 | 2025-12-24T02:06:10.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 = 804
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 = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 698 | 2025-12-24T02:06:10.170Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 699 | 2025-12-24T02:06:10.170Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 700 | 2025-12-24T02:06:10.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 = 804
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 = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 701 | 2025-12-24T02:06:10.203Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 702 | 2025-12-24T02:06:10.704Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 703 | 2025-12-24T02:06:10.704Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 704 | 2025-12-24T02:06:10.716Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 705 | 2025-12-24T02:06:10.716Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 706 | 2025-12-24T02:06:10.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 = 804
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 = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 707 | 2025-12-24T02:06:10.749Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 708 | 2025-12-24T02:06:11.250Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 709 | 2025-12-24T02:06:11.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 = 804
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 = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 710 | 2025-12-24T02:06:11.262Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 711 | 2025-12-24T02:06:11.262Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 712 | 2025-12-24T02:06:11.262Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 713 | 2025-12-24T02:06:11.295Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 714 | 2025-12-24T02:06:11.796Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 315, tv_nsec: 622873759 }, guest_ns: 2551238300 }
before = Reading { taken_at: Instant { tv_sec: 315, tv_nsec: 66004251 }, guest_ns: 1993261200 }
diff = 1107592
diff_pct = 0.001988961478565998
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 557977100
host_delta_ns = 556869508
line = 200
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 715 | 2025-12-24T02:06:11.796Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 316, tv_nsec: 179802220 }, guest_ns: 3108610100 }
before = Reading { taken_at: Instant { tv_sec: 315, tv_nsec: 622873759 }, guest_ns: 2551238300 }
diff = 443339
diff_pct = 0.0007960429948290971
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 557371800
host_delta_ns = 556928461
line = 200
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 716 | 2025-12-24T02:06:11.797Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 316, tv_nsec: 736321739 }, guest_ns: 3665442200 }
before = Reading { taken_at: Instant { tv_sec: 316, tv_nsec: 179802220 }, guest_ns: 3108610100 }
diff = 312581
diff_pct = 0.0005616712250482628
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 556832100
host_delta_ns = 556519519
line = 200
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 717 | 2025-12-24T02:06:11.797Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 317, tv_nsec: 282246691 }, guest_ns: 4210702800 }
before = Reading { taken_at: Instant { tv_sec: 316, tv_nsec: 736321739 }, guest_ns: 3665442200 }
diff = 664352
diff_pct = 0.001216929172345286
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 545260600
host_delta_ns = 545924952
line = 200
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 718 | 2025-12-24T02:06:11.797Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 317, tv_nsec: 828348628 }, guest_ns: 4756585400 }
before = Reading { taken_at: Instant { tv_sec: 317, tv_nsec: 282246691 }, guest_ns: 4210702800 }
diff = 219337
diff_pct = 0.0004016411316995567
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 545882600
host_delta_ns = 546101937
line = 200
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 719 | 2025-12-24T02:06:11.797Z | INFO | phd-runner: [TEST - EVENT] TSC test results
bad_diffs = 0
file = phd-tests/tests/src/hyperv.rs
good_diffs = 5
line = 268
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 720 | 2025-12-24T02:06:11.797Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
|
| 721 | 2025-12-24T02:06:11.797Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm_name = hyperv_reference_tsc_elapsed_target
|
| 722 | 2025-12-24T02:06:11.797Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 723 | 2025-12-24T02:06:11.797Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 724 | 2025-12-24T02:06:11.797Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
stderr_path = "/tmp/propolis-phd/hyperv_reference_tsc_elapsed_target.stderr.log"
stdout_path = "/tmp/propolis-phd/hyperv_reference_tsc_elapsed_target.stdout.log"
target = phd_framework::log_config
|
| 725 | 2025-12-24T02:06:11.809Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 931
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
|
| 726 | 2025-12-24T02:06:11.809Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 12
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
|
| 727 | 2025-12-24T02:06:11.809Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 501
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
target = phd_framework::test_vm
target_id = d15230f0-3114-475e-b83e-f840b503ee38
|
| 728 | 2025-12-24T02:06:11.809Z | 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 = 534
migration_id = a2d66ecf-0739-486b-90a4-9df87b195e17
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
target = phd_framework::test_vm
target_id = d15230f0-3114-475e-b83e-f840b503ee38
timeout_duration = 45s
|
| 729 | 2025-12-24T02:06:11.810Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
target = phd_framework::test_vm
target_id = d15230f0-3114-475e-b83e-f840b503ee38
vm = hyperv_reference_tsc_elapsed_target
vm_id = d15230f0-3114-475e-b83e-f840b503ee38
|
| 730 | 2025-12-24T02:06:11.810Z | 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 = 347
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
target = phd_framework::test_vm
target_id = d15230f0-3114-475e-b83e-f840b503ee38
vm = hyperv_reference_tsc_elapsed_target
vm_id = d15230f0-3114-475e-b83e-f840b503ee38
|
| 731 | 2025-12-24T02:06:12.194Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: d15230f0-3114-475e-b83e-f840b503ee38, name: "phd-vm-d15230f0-3114-475e-b83e-f840b503ee38", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: d78b2e67-8e15-4056-8c6a-95544e938755, project_id: 06c6524e-492e-4ed9-b570-5e15e9b980ea, sled_id: 1bc06eb7-85c3-4416-be16-cea3a79ac513, sled_serial: "1bc06eb7-85c3-4416-be16-cea3a79ac513", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 406
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
target = phd_framework::test_vm
target_id = d15230f0-3114-475e-b83e-f840b503ee38
vm = hyperv_reference_tsc_elapsed_target
vm_id = d15230f0-3114-475e-b83e-f840b503ee38
|
| 732 | 2025-12-24T02:06:12.194Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 555
migration_id = a2d66ecf-0739-486b-90a4-9df87b195e17
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
target = phd_framework::test_vm
target_id = d15230f0-3114-475e-b83e-f840b503ee38
|
| 733 | 2025-12-24T02:06:14.492Z | 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":8179}}
target = phd_framework::serial
|
| 734 | 2025-12-24T02:06:15.950Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 568
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
target = phd_framework::test_vm
target_id = d15230f0-3114-475e-b83e-f840b503ee38
|
| 735 | 2025-12-24T02:06:15.950Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3755
file = phd-tests/framework/src/test_vm/mod.rs
line = 555
migration_id = a2d66ecf-0739-486b-90a4-9df87b195e17
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
target = phd_framework::test_vm
target_id = d15230f0-3114-475e-b83e-f840b503ee38
|
| 736 | 2025-12-24T02:06:15.950Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 737 | 2025-12-24T02:06:15.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 = 804
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 = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 738 | 2025-12-24T02:06:15.961Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 739 | 2025-12-24T02:06:15.961Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 740 | 2025-12-24T02:06:15.961Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 741 | 2025-12-24T02:06:15.995Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 742 | 2025-12-24T02:06:16.495Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 743 | 2025-12-24T02:06:16.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 = 804
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 = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 744 | 2025-12-24T02:06:16.518Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 745 | 2025-12-24T02:06:16.518Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 746 | 2025-12-24T02:06:16.518Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 747 | 2025-12-24T02:06:16.551Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 748 | 2025-12-24T02:06:17.053Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 749 | 2025-12-24T02:06:17.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 = 804
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 = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 750 | 2025-12-24T02:06:17.076Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 751 | 2025-12-24T02:06:17.076Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 752 | 2025-12-24T02:06:17.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 = 804
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 = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 753 | 2025-12-24T02:06:17.109Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 754 | 2025-12-24T02:06:17.610Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 755 | 2025-12-24T02:06:17.610Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 756 | 2025-12-24T02:06:17.633Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 757 | 2025-12-24T02:06:17.634Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 758 | 2025-12-24T02:06:17.634Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 759 | 2025-12-24T02:06:17.665Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 760 | 2025-12-24T02:06:18.167Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 761 | 2025-12-24T02:06:18.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 = 804
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 = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 762 | 2025-12-24T02:06:18.189Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 763 | 2025-12-24T02:06:18.189Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 764 | 2025-12-24T02:06:18.189Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 765 | 2025-12-24T02:06:18.222Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 766 | 2025-12-24T02:06:18.724Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 767 | 2025-12-24T02:06:18.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 = 804
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 = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 768 | 2025-12-24T02:06:18.746Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 769 | 2025-12-24T02:06:18.747Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 770 | 2025-12-24T02:06:18.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 = 804
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 = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 771 | 2025-12-24T02:06:18.778Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 772 | 2025-12-24T02:06:19.280Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 323, tv_nsec: 84882411 }, guest_ns: 10013317900 }
before = Reading { taken_at: Instant { tv_sec: 322, tv_nsec: 528490086 }, guest_ns: 9455806500 }
diff = 1119075
diff_pct = 0.0020113056016723453
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 557511400
host_delta_ns = 556392325
line = 200
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 773 | 2025-12-24T02:06:19.280Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 323, tv_nsec: 642379239 }, guest_ns: 10571108700 }
before = Reading { taken_at: Instant { tv_sec: 323, tv_nsec: 84882411 }, guest_ns: 10013317900 }
diff = 293972
diff_pct = 0.0005273070360859524
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 557790800
host_delta_ns = 557496828
line = 200
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 774 | 2025-12-24T02:06:19.280Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 324, tv_nsec: 199052362 }, guest_ns: 11128660900 }
before = Reading { taken_at: Instant { tv_sec: 323, tv_nsec: 642379239 }, guest_ns: 10571108700 }
diff = 879077
diff_pct = 0.0015791619240794566
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 557552200
host_delta_ns = 556673123
line = 200
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 775 | 2025-12-24T02:06:19.280Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 324, tv_nsec: 755672894 }, guest_ns: 11684413200 }
before = Reading { taken_at: Instant { tv_sec: 324, tv_nsec: 199052362 }, guest_ns: 11128660900 }
diff = 868232
diff_pct = 0.0015598274768635375
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 555752300
host_delta_ns = 556620532
line = 200
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 776 | 2025-12-24T02:06:19.280Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 325, tv_nsec: 311884424 }, guest_ns: 12241678900 }
before = Reading { taken_at: Instant { tv_sec: 324, tv_nsec: 755672894 }, guest_ns: 11684413200 }
diff = 1054170
diff_pct = 0.001895268154545448
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 557265700
host_delta_ns = 556211530
line = 200
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 777 | 2025-12-24T02:06:19.280Z | INFO | phd-runner: [TEST - EVENT] TSC test results
bad_diffs = 0
file = phd-tests/tests/src/hyperv.rs
good_diffs = 5
line = 268
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 778 | 2025-12-24T02:06:19.280Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_target
vm_id = d15230f0-3114-475e-b83e-f840b503ee38
|
| 779 | 2025-12-24T02:06:19.280Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 780 | 2025-12-24T02:06:19.281Z | 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
|
| 781 | 2025-12-24T02:06:19.281Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 15157
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 782 | 2025-12-24T02:06:19.281Z | INFO | phd-runner: test phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
| 783 | 2025-12-24T02:06:19.281Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 784 | 2025-12-24T02:06:19.282Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1077
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_target
vm_id = d15230f0-3114-475e-b83e-f840b503ee38
|
| 785 | 2025-12-24T02:06:19.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::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 = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 786 | 2025-12-24T02:06:19.359Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 78
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 787 | 2025-12-24T02:06:19.359Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 15955
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_test
vm_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
|
| 788 | 2025-12-24T02:06:19.360Z | 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 = d15230f0-3114-475e-b83e-f840b503ee38
|
| 789 | 2025-12-24T02:06:19.432Z | 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 = d15230f0-3114-475e-b83e-f840b503ee38
|
| 790 | 2025-12-24T02:06:19.432Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-5f9e8a33-e46d-4c54-95aa-e88124b27530"]
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 = d15230f0-3114-475e-b83e-f840b503ee38
|
| 791 | 2025-12-24T02:06:19.452Z | 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 = d15230f0-3114-475e-b83e-f840b503ee38
|
| 792 | 2025-12-24T02:06:19.452Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2099246e-1905-4a3a-9a35-ee01455bf6e4"]
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 = d15230f0-3114-475e-b83e-f840b503ee38
|
| 793 | 2025-12-24T02:06:19.469Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 188
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_framework::test_vm
vm = hyperv_reference_tsc_elapsed_target
vm_id = d15230f0-3114-475e-b83e-f840b503ee38
|
| 794 | 2025-12-24T02:06:19.469Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 7659
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
target = phd_framework::test_vm
target_id = d15230f0-3114-475e-b83e-f840b503ee38
vm = hyperv_reference_tsc_elapsed_target
vm_id = d15230f0-3114-475e-b83e-f840b503ee38
|
| 795 | 2025-12-24T02:06:19.469Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 188
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 796 | 2025-12-24T02:06:19.469Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 7660
file = phd-tests/framework/src/test_vm/mod.rs
line = 501
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = 5d760e9c-87c3-4642-8fd8-396900feb0da
target = phd_framework::test_vm
target_id = d15230f0-3114-475e-b83e-f840b503ee38
|
| 797 | 2025-12-24T02:06:19.469Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 16117
file = phd-tests/tests/src/hyperv.rs
line = 151
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
target = phd_tests::hyperv
|
| 798 | 2025-12-24T02:06:19.470Z | 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
|
| 799 | 2025-12-24T02:06:19.470Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 800 | 2025-12-24T02:06:19.470Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 801 | 2025-12-24T02:06:19.470Z | 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
|
| 802 | 2025-12-24T02:06:19.470Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 803 | 2025-12-24T02:06:19.470Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 804 | 2025-12-24T02:06:19.470Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 805 | 2025-12-24T02:06:19.470Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 806 | 2025-12-24T02:06:19.470Z | 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
|
| 807 | 2025-12-24T02:06:19.476Z | 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 50.9M 1.80T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 808 | 2025-12-24T02:06:19.476Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-7ac71561-84a6-46f9-b94d-1c9929e2596d"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::zfs
verb = snapshot
|
| 809 | 2025-12-24T02:06:19.487Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-7ac71561-84a6-46f9-b94d-1c9929e2596d", "phd-artifacts/phd-clone-440cd5cc-457a-45b9-b47d-00aec3974a4c"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::zfs
verb = clone
|
| 810 | 2025-12-24T02:06:19.503Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-440cd5cc-457a-45b9-b47d-00aec3974a4c"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::zfs
verb = list
|
| 811 | 2025-12-24T02:06:19.510Z | 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-440cd5cc-457a-45b9-b47d-00aec3974a4c 0B 1.80T 48.9M /phd-artifacts/phd-clone-440cd5cc-457a-45b9-b47d-00aec3974a4c\n
target = phd_framework::zfs
|
| 812 | 2025-12-24T02:06:19.511Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
|
| 813 | 2025-12-24T02:06:19.511Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm_name = in_memory_backend_test
|
| 814 | 2025-12-24T02:06:19.511Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 815 | 2025-12-24T02:06:19.511Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 816 | 2025-12-24T02:06:19.511Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::disk::in_memory_backend_smoke_test
stderr_path = "/tmp/propolis-phd/in_memory_backend_test.stderr.log"
stdout_path = "/tmp/propolis-phd/in_memory_backend_test.stdout.log"
target = phd_framework::log_config
|
| 817 | 2025-12-24T02:06:19.522Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 940
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
|
| 818 | 2025-12-24T02:06:19.523Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
|
| 819 | 2025-12-24T02:06:19.523Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 820 | 2025-12-24T02:06:19.525Z | 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 = 347
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 821 | 2025-12-24T02:06:19.914Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 822 | 2025-12-24T02:06:19.915Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 719fc452-79db-4c73-9e0f-8588c59a7070, name: "phd-vm-719fc452-79db-4c73-9e0f-8588c59a7070", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 4e53f8e4-ba89-4cb4-ab75-f66a73cdd4e7, project_id: 6083162a-7857-4bc5-8ff6-87c7fdf19f21, sled_id: 49ad9d46-6314-4579-8895-bcb1fa0c957f, sled_serial: "49ad9d46-6314-4579-8895-bcb1fa0c957f", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 406
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 823 | 2025-12-24T02:06:19.915Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 824 | 2025-12-24T02:06:19.915Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::disk::in_memory_backend_smoke_test
state = Run
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 825 | 2025-12-24T02:06:19.916Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 826 | 2025-12-24T02:06:19.916Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
|
| 827 | 2025-12-24T02:06:19.916Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = in_memory_backend_test
vm_id = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 828 | 2025-12-24T02:06:19.916Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::disk::in_memory_backend_smoke_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 829 | 2025-12-24T02:06:19.916Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 830 | 2025-12-24T02:06:19.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 = 804
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = in_memory_backend_test
vm_id = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 831 | 2025-12-24T02:06:24.318Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4402
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 832 | 2025-12-24T02:06:24.319Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::disk::in_memory_backend_smoke_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 833 | 2025-12-24T02:06:24.319Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::disk::in_memory_backend_smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 834 | 2025-12-24T02:06:24.319Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 835 | 2025-12-24T02:06:24.319Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = in_memory_backend_test
vm_id = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 836 | 2025-12-24T02:06:24.338Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 837 | 2025-12-24T02:06:24.338Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::disk::in_memory_backend_smoke_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 838 | 2025-12-24T02:06:24.338Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::disk::in_memory_backend_smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 839 | 2025-12-24T02:06:24.338Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 840 | 2025-12-24T02:06:24.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 = 804
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = in_memory_backend_test
vm_id = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 841 | 2025-12-24T02:06:24.371Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 842 | 2025-12-24T02:06:24.371Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
|
| 843 | 2025-12-24T02:06:24.371Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4455
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
|
| 844 | 2025-12-24T02:06:24.371Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 845 | 2025-12-24T02:06:24.371Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 846 | 2025-12-24T02:06:24.382Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 847 | 2025-12-24T02:06:24.382Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 848 | 2025-12-24T02:06:24.382Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 849 | 2025-12-24T02:06:24.415Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 850 | 2025-12-24T02:06:24.415Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 851 | 2025-12-24T02:06:24.415Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 852 | 2025-12-24T02:06:24.426Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 853 | 2025-12-24T02:06:24.426Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 854 | 2025-12-24T02:06:24.426Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 855 | 2025-12-24T02:06:24.449Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 856 | 2025-12-24T02:06:24.449Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 857 | 2025-12-24T02:06:24.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 = 804
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 = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 858 | 2025-12-24T02:06:24.460Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 859 | 2025-12-24T02:06:24.460Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 860 | 2025-12-24T02:06:24.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 = 804
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 = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 861 | 2025-12-24T02:06:24.493Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 862 | 2025-12-24T02:06:24.493Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 863 | 2025-12-24T02:06:24.493Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 864 | 2025-12-24T02:06:24.504Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 865 | 2025-12-24T02:06:24.504Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 866 | 2025-12-24T02:06:24.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 = 804
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 = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 867 | 2025-12-24T02:06:24.538Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 868 | 2025-12-24T02:06:24.538Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 869 | 2025-12-24T02:06:24.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 = 804
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 = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 870 | 2025-12-24T02:06:24.549Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 871 | 2025-12-24T02:06:24.549Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 872 | 2025-12-24T02:06:24.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 = 804
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 = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 873 | 2025-12-24T02:06:24.582Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 874 | 2025-12-24T02:06:24.582Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 875 | 2025-12-24T02:06:24.582Z | 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
|
| 876 | 2025-12-24T02:06:24.582Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4668
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 877 | 2025-12-24T02:06:24.582Z | INFO | phd-runner: test phd_tests::disk::in_memory_backend_smoke_test ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
| 878 | 2025-12-24T02:06:24.583Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 879 | 2025-12-24T02:06:24.584Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1077
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 880 | 2025-12-24T02:06:25.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::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 = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 881 | 2025-12-24T02:06:25.248Z | 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 = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 882 | 2025-12-24T02:06:25.248Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-440cd5cc-457a-45b9-b47d-00aec3974a4c"]
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 = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 883 | 2025-12-24T02:06:25.268Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::zfs
vm = in_memory_backend_test
vm_id = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 884 | 2025-12-24T02:06:25.268Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-7ac71561-84a6-46f9-b94d-1c9929e2596d"]
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 = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 885 | 2025-12-24T02:06:25.284Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 702
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 886 | 2025-12-24T02:06:25.284Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5761
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 719fc452-79db-4c73-9e0f-8588c59a7070
|
| 887 | 2025-12-24T02:06:25.285Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 5814
file = phd-tests/tests/src/disk.rs
line = 115
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_tests::disk
|
| 888 | 2025-12-24T02:06:25.285Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 701
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 889 | 2025-12-24T02:06:25.285Z | 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
|
| 890 | 2025-12-24T02:06:25.285Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 891 | 2025-12-24T02:06:25.285Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 892 | 2025-12-24T02:06:25.285Z | 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
|
| 893 | 2025-12-24T02:06:25.285Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 894 | 2025-12-24T02:06:25.285Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 895 | 2025-12-24T02:06:25.285Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 896 | 2025-12-24T02:06:25.285Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::zfs
verb = list
|
| 897 | 2025-12-24T02:06:25.291Z | 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.2M 1.80T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 898 | 2025-12-24T02:06:25.291Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-4969fc36-9118-4827-8acf-aeb4587b0a0c"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::zfs
verb = snapshot
|
| 899 | 2025-12-24T02:06:25.300Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-4969fc36-9118-4827-8acf-aeb4587b0a0c", "phd-artifacts/phd-clone-275b7b68-35d0-4eed-b4e4-8d85761e6524"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::zfs
verb = clone
|
| 900 | 2025-12-24T02:06:25.311Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-275b7b68-35d0-4eed-b4e4-8d85761e6524"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::zfs
verb = list
|
| 901 | 2025-12-24T02:06:25.318Z | 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-275b7b68-35d0-4eed-b4e4-8d85761e6524 0B 1.80T 48.9M /phd-artifacts/phd-clone-275b7b68-35d0-4eed-b4e4-8d85761e6524\n
target = phd_framework::zfs
|
| 902 | 2025-12-24T02:06:25.318Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
|
| 903 | 2025-12-24T02:06:25.318Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm_name = in_memory_backend_migration_test_source
|
| 904 | 2025-12-24T02:06:25.318Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 905 | 2025-12-24T02:06:25.318Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 906 | 2025-12-24T02:06:25.318Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::disk::in_memory_backend_migration_test
stderr_path = "/tmp/propolis-phd/in_memory_backend_migration_test_source.stderr.log"
stdout_path = "/tmp/propolis-phd/in_memory_backend_migration_test_source.stdout.log"
target = phd_framework::log_config
|
| 907 | 2025-12-24T02:06:25.330Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 948
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
|
| 908 | 2025-12-24T02:06:25.330Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
|
| 909 | 2025-12-24T02:06:25.330Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
|
| 910 | 2025-12-24T02:06:25.331Z | 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 = 347
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
|
| 911 | 2025-12-24T02:06:26.084Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 912 | 2025-12-24T02:06:26.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: 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648, name: "phd-vm-8d72e4ae-c701-4dc4-93e9-d40a4c3cc648", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 71b9dadd-de2b-4f05-874b-5f92d4d7cb0e, project_id: cf3efb2b-9eb4-4ae4-8d0f-e5340cc4562e, sled_id: b46831ce-2726-4163-a64c-97a2126fc277, sled_serial: "b46831ce-2726-4163-a64c-97a2126fc277", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 406
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
|
| 913 | 2025-12-24T02:06:26.085Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
|
| 914 | 2025-12-24T02:06:26.085Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
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 = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
|
| 915 | 2025-12-24T02:06:26.086Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
|
| 916 | 2025-12-24T02:06:26.086Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
|
| 917 | 2025-12-24T02:06:26.086Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
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 = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
|
| 918 | 2025-12-24T02:06:26.086Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::disk::in_memory_backend_migration_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 919 | 2025-12-24T02:06:26.086Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
|
| 920 | 2025-12-24T02:06:26.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 = 804
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 = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
|
| 921 | 2025-12-24T02:06:30.463Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4377
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
|
| 922 | 2025-12-24T02:06:30.464Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::disk::in_memory_backend_migration_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 923 | 2025-12-24T02:06:30.464Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::disk::in_memory_backend_migration_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 924 | 2025-12-24T02:06:30.464Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
|
| 925 | 2025-12-24T02:06:30.464Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
|
| 926 | 2025-12-24T02:06:30.482Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
|
| 927 | 2025-12-24T02:06:30.482Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::disk::in_memory_backend_migration_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 928 | 2025-12-24T02:06:30.482Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::disk::in_memory_backend_migration_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 929 | 2025-12-24T02:06:30.482Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
|
| 930 | 2025-12-24T02:06:30.482Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
|
| 931 | 2025-12-24T02:06:30.515Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
|
| 932 | 2025-12-24T02:06:30.515Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
|
| 933 | 2025-12-24T02:06:30.515Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4429
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
|
| 934 | 2025-12-24T02:06:30.516Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
|
| 935 | 2025-12-24T02:06:30.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 = 804
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 = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
|
| 936 | 2025-12-24T02:06:30.526Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
|
| 937 | 2025-12-24T02:06:30.526Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
|
| 938 | 2025-12-24T02:06:30.526Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
|
| 939 | 2025-12-24T02:06:30.559Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
|
| 940 | 2025-12-24T02:06:30.559Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
|
| 941 | 2025-12-24T02:06:30.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 = 804
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 = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
|
| 942 | 2025-12-24T02:06:30.570Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
|
| 943 | 2025-12-24T02:06:30.571Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
|
| 944 | 2025-12-24T02:06:30.571Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
|
| 945 | 2025-12-24T02:06:30.604Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
|
| 946 | 2025-12-24T02:06:30.604Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
|
| 947 | 2025-12-24T02:06:30.604Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
|
| 948 | 2025-12-24T02:06:30.615Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
|
| 949 | 2025-12-24T02:06:30.615Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
|
| 950 | 2025-12-24T02:06:30.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 = 804
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 = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
|
| 951 | 2025-12-24T02:06:30.648Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
|
| 952 | 2025-12-24T02:06:30.648Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
|
| 953 | 2025-12-24T02:06:30.648Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm_name = in_memory_backend_migration_test_target
|
| 954 | 2025-12-24T02:06:30.648Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 955 | 2025-12-24T02:06:30.648Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 956 | 2025-12-24T02:06:30.648Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::disk::in_memory_backend_migration_test
stderr_path = "/tmp/propolis-phd/in_memory_backend_migration_test_target.stderr.log"
stdout_path = "/tmp/propolis-phd/in_memory_backend_migration_test_target.stdout.log"
target = phd_framework::log_config
|
| 957 | 2025-12-24T02:06:30.660Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 949
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
|
| 958 | 2025-12-24T02:06:30.660Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 12
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
|
| 959 | 2025-12-24T02:06:30.660Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 501
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
target = phd_framework::test_vm
target_id = 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5
|
| 960 | 2025-12-24T02:06:30.660Z | 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 = 534
migration_id = f4f0caf9-917a-4050-a58e-ba3b21c6e620
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
target = phd_framework::test_vm
target_id = 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5
timeout_duration = 45s
|
| 961 | 2025-12-24T02:06:30.660Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
target = phd_framework::test_vm
target_id = 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5
vm = in_memory_backend_migration_test_target
vm_id = 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5
|
| 962 | 2025-12-24T02:06:30.661Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9002/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 347
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
target = phd_framework::test_vm
target_id = 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5
vm = in_memory_backend_migration_test_target
vm_id = 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5
|
| 963 | 2025-12-24T02:06:31.227Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5, name: "phd-vm-1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 71b9dadd-de2b-4f05-874b-5f92d4d7cb0e, project_id: cf3efb2b-9eb4-4ae4-8d0f-e5340cc4562e, sled_id: b7d00fa0-d127-49f3-968d-a650141815db, sled_serial: "b7d00fa0-d127-49f3-968d-a650141815db", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 406
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
target = phd_framework::test_vm
target_id = 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5
vm = in_memory_backend_migration_test_target
vm_id = 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5
|
| 964 | 2025-12-24T02:06:31.227Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 555
migration_id = f4f0caf9-917a-4050-a58e-ba3b21c6e620
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
target = phd_framework::test_vm
target_id = 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5
|
| 965 | 2025-12-24T02:06:33.543Z | 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":7945}}
target = phd_framework::serial
|
| 966 | 2025-12-24T02:06:34.252Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 568
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
target = phd_framework::test_vm
target_id = 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5
|
| 967 | 2025-12-24T02:06:34.252Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3024
file = phd-tests/framework/src/test_vm/mod.rs
line = 555
migration_id = f4f0caf9-917a-4050-a58e-ba3b21c6e620
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
target = phd_framework::test_vm
target_id = 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5
|
| 968 | 2025-12-24T02:06:34.252Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5
|
| 969 | 2025-12-24T02:06:34.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 = 804
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 = 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5
|
| 970 | 2025-12-24T02:06:35.627Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 1374
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5
|
| 971 | 2025-12-24T02:06:35.627Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5
|
| 972 | 2025-12-24T02:06:35.627Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5
|
| 973 | 2025-12-24T02:06:35.650Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5
|
| 974 | 2025-12-24T02:06:35.650Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5
|
| 975 | 2025-12-24T02:06:35.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 = 804
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 = 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5
|
| 976 | 2025-12-24T02:06:35.660Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5
|
| 977 | 2025-12-24T02:06:35.661Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5
|
| 978 | 2025-12-24T02:06:35.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 = 804
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 = 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5
|
| 979 | 2025-12-24T02:06:35.695Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5
|
| 980 | 2025-12-24T02:06:35.695Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5
|
| 981 | 2025-12-24T02:06:35.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 = 804
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 = 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5
|
| 982 | 2025-12-24T02:06:35.706Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5
|
| 983 | 2025-12-24T02:06:35.707Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5
|
| 984 | 2025-12-24T02:06:35.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 = 804
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 = 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5
|
| 985 | 2025-12-24T02:06:35.740Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5
|
| 986 | 2025-12-24T02:06:35.741Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5
|
| 987 | 2025-12-24T02:06:35.741Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5
|
| 988 | 2025-12-24T02:06:35.752Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5
|
| 989 | 2025-12-24T02:06:35.752Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5
|
| 990 | 2025-12-24T02:06:35.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 = 804
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 = 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5
|
| 991 | 2025-12-24T02:06:35.785Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5
|
| 992 | 2025-12-24T02:06:35.786Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5
|
| 993 | 2025-12-24T02:06:35.786Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
|
| 994 | 2025-12-24T02:06:35.786Z | 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
|
| 995 | 2025-12-24T02:06:35.786Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 9702
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 996 | 2025-12-24T02:06:35.786Z | INFO | phd-runner: test phd_tests::disk::in_memory_backend_migration_test ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
| 997 | 2025-12-24T02:06:35.786Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 998 | 2025-12-24T02:06:35.787Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1077
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5
|
| 999 | 2025-12-24T02:06:35.788Z | 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 = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
|
| 1000 | 2025-12-24T02:06:35.866Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 79
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
|
| 1001 | 2025-12-24T02:06:35.866Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 10535
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
|
| 1002 | 2025-12-24T02:06:35.867Z | 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 = 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5
|
| 1003 | 2025-12-24T02:06:35.940Z | 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 = 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5
|
| 1004 | 2025-12-24T02:06:35.940Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-275b7b68-35d0-4eed-b4e4-8d85761e6524"]
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 = 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5
|
| 1005 | 2025-12-24T02:06:35.960Z | 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 = 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5
|
| 1006 | 2025-12-24T02:06:35.960Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-4969fc36-9118-4827-8acf-aeb4587b0a0c"]
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 = 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5
|
| 1007 | 2025-12-24T02:06:35.971Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 185
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5
|
| 1008 | 2025-12-24T02:06:35.971Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 184
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1009 | 2025-12-24T02:06:35.971Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5311
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
target = phd_framework::test_vm
target_id = 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5
vm = in_memory_backend_migration_test_target
vm_id = 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5
|
| 1010 | 2025-12-24T02:06:35.971Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 5311
file = phd-tests/framework/src/test_vm/mod.rs
line = 501
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = 8d72e4ae-c701-4dc4-93e9-d40a4c3cc648
target = phd_framework::test_vm
target_id = 1772cbb3-d2ce-4d88-a3a8-5fd4715f6af5
|
| 1011 | 2025-12-24T02:06:35.971Z | 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
|
| 1012 | 2025-12-24T02:06:35.971Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 10686
file = phd-tests/tests/src/disk.rs
line = 146
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_tests::disk
|
| 1013 | 2025-12-24T02:06:35.971Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1014 | 2025-12-24T02:06:35.971Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1015 | 2025-12-24T02:06:35.972Z | 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
|
| 1016 | 2025-12-24T02:06:35.972Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 1017 | 2025-12-24T02:06:35.972Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1018 | 2025-12-24T02:06:35.972Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1019 | 2025-12-24T02:06:35.972Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = list
|
| 1020 | 2025-12-24T02:06:35.977Z | 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 50.3M 1.80T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 1021 | 2025-12-24T02:06:35.977Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-b68cb31f-6b84-4a1a-ad93-aefbd46ff438"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = snapshot
|
| 1022 | 2025-12-24T02:06:35.987Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-b68cb31f-6b84-4a1a-ad93-aefbd46ff438", "phd-artifacts/phd-clone-ca9eb0f6-2159-4c96-9746-1c4513fa9f8f"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = clone
|
| 1023 | 2025-12-24T02:06:36.002Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-ca9eb0f6-2159-4c96-9746-1c4513fa9f8f"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = list
|
| 1024 | 2025-12-24T02:06:36.009Z | 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-ca9eb0f6-2159-4c96-9746-1c4513fa9f8f 0B 1.80T 48.9M /phd-artifacts/phd-clone-ca9eb0f6-2159-4c96-9746-1c4513fa9f8f\n
target = phd_framework::zfs
|
| 1025 | 2025-12-24T02:06:36.009Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1026 | 2025-12-24T02:06:36.009Z | 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
|
| 1027 | 2025-12-24T02:06:36.016Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::boot_order::configurable_boot_order
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 51.2M 1.80T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 1028 | 2025-12-24T02:06:36.016Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-ac97bd78-1ff2-43fd-8c2a-15fea5fbd4ea"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = snapshot
|
| 1029 | 2025-12-24T02:06:36.029Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-ac97bd78-1ff2-43fd-8c2a-15fea5fbd4ea", "phd-artifacts/phd-clone-325b4b92-e289-464e-9673-ab687ab69f56"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = clone
|
| 1030 | 2025-12-24T02:06:36.045Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-325b4b92-e289-464e-9673-ab687ab69f56"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = list
|
| 1031 | 2025-12-24T02:06:36.051Z | 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-325b4b92-e289-464e-9673-ab687ab69f56 0B 1.80T 48.9M /phd-artifacts/phd-clone-325b4b92-e289-464e-9673-ab687ab69f56\n
target = phd_framework::zfs
|
| 1032 | 2025-12-24T02:06:36.051Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
|
| 1033 | 2025-12-24T02:06:36.052Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm_name = configurable_boot_order
|
| 1034 | 2025-12-24T02:06:36.052Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 1035 | 2025-12-24T02:06:36.052Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 1036 | 2025-12-24T02:06:36.052Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::boot_order::configurable_boot_order
stderr_path = "/tmp/propolis-phd/configurable_boot_order.stderr.log"
stdout_path = "/tmp/propolis-phd/configurable_boot_order.stdout.log"
target = phd_framework::log_config
|
| 1037 | 2025-12-24T02:06:36.063Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 962
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
|
| 1038 | 2025-12-24T02:06:36.063Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
|
| 1039 | 2025-12-24T02:06:36.063Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = af95c822-a2d8-43b9-bc0a-f9d90bb360b9
|
| 1040 | 2025-12-24T02:06:36.064Z | 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 = 347
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = af95c822-a2d8-43b9-bc0a-f9d90bb360b9
|
| 1041 | 2025-12-24T02:06:36.818Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1042 | 2025-12-24T02:06:36.819Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: af95c822-a2d8-43b9-bc0a-f9d90bb360b9, name: "phd-vm-af95c822-a2d8-43b9-bc0a-f9d90bb360b9", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: af9f4aaa-6489-4e8e-be19-2f59a49c54ad, project_id: bfc2f0fd-2e2d-4b63-bfe1-5916a719b52a, sled_id: 08c54787-1e20-49fd-9a39-22c6358a02ef, sled_serial: "08c54787-1e20-49fd-9a39-22c6358a02ef", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 406
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = af95c822-a2d8-43b9-bc0a-f9d90bb360b9
|
| 1043 | 2025-12-24T02:06:36.819Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = af95c822-a2d8-43b9-bc0a-f9d90bb360b9
|
| 1044 | 2025-12-24T02:06:36.819Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::boot_order::configurable_boot_order
state = Run
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = af95c822-a2d8-43b9-bc0a-f9d90bb360b9
|
| 1045 | 2025-12-24T02:06:36.821Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = af95c822-a2d8-43b9-bc0a-f9d90bb360b9
|
| 1046 | 2025-12-24T02:06:36.821Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
|
| 1047 | 2025-12-24T02:06:36.821Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = 300s
vm = configurable_boot_order
vm_id = af95c822-a2d8-43b9-bc0a-f9d90bb360b9
|
| 1048 | 2025-12-24T02:06:36.821Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::configurable_boot_order
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 1049 | 2025-12-24T02:06:36.821Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = af95c822-a2d8-43b9-bc0a-f9d90bb360b9
|
| 1050 | 2025-12-24T02:06:36.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 = 804
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = configurable_boot_order
vm_id = af95c822-a2d8-43b9-bc0a-f9d90bb360b9
|
| 1051 | 2025-12-24T02:06:41.283Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4461
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = af95c822-a2d8-43b9-bc0a-f9d90bb360b9
|
| 1052 | 2025-12-24T02:06:41.283Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::configurable_boot_order
step = WriteStr("root")
target = phd_framework::test_vm
|
| 1053 | 2025-12-24T02:06:41.283Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::configurable_boot_order
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1054 | 2025-12-24T02:06:41.283Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = af95c822-a2d8-43b9-bc0a-f9d90bb360b9
|
| 1055 | 2025-12-24T02:06:41.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 = 804
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = configurable_boot_order
vm_id = af95c822-a2d8-43b9-bc0a-f9d90bb360b9
|
| 1056 | 2025-12-24T02:06:41.301Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = af95c822-a2d8-43b9-bc0a-f9d90bb360b9
|
| 1057 | 2025-12-24T02:06:41.301Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::configurable_boot_order
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 1058 | 2025-12-24T02:06:41.302Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::configurable_boot_order
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1059 | 2025-12-24T02:06:41.302Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = af95c822-a2d8-43b9-bc0a-f9d90bb360b9
|
| 1060 | 2025-12-24T02:06:41.302Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = configurable_boot_order
vm_id = af95c822-a2d8-43b9-bc0a-f9d90bb360b9
|
| 1061 | 2025-12-24T02:06:41.334Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = af95c822-a2d8-43b9-bc0a-f9d90bb360b9
|
| 1062 | 2025-12-24T02:06:41.335Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
|
| 1063 | 2025-12-24T02:06:41.335Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4514
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
|
| 1064 | 2025-12-24T02:06:41.335Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = af95c822-a2d8-43b9-bc0a-f9d90bb360b9
|
| 1065 | 2025-12-24T02:06:41.335Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = configurable_boot_order
vm_id = af95c822-a2d8-43b9-bc0a-f9d90bb360b9
|
| 1066 | 2025-12-24T02:06:41.345Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = af95c822-a2d8-43b9-bc0a-f9d90bb360b9
|
| 1067 | 2025-12-24T02:06:41.346Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = af95c822-a2d8-43b9-bc0a-f9d90bb360b9
|
| 1068 | 2025-12-24T02:06:41.346Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = configurable_boot_order
vm_id = af95c822-a2d8-43b9-bc0a-f9d90bb360b9
|
| 1069 | 2025-12-24T02:06:41.379Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = af95c822-a2d8-43b9-bc0a-f9d90bb360b9
|
| 1070 | 2025-12-24T02:06:41.379Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = af95c822-a2d8-43b9-bc0a-f9d90bb360b9
|
| 1071 | 2025-12-24T02:06:41.379Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = configurable_boot_order
vm_id = af95c822-a2d8-43b9-bc0a-f9d90bb360b9
|
| 1072 | 2025-12-24T02:06:41.390Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = af95c822-a2d8-43b9-bc0a-f9d90bb360b9
|
| 1073 | 2025-12-24T02:06:41.390Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = af95c822-a2d8-43b9-bc0a-f9d90bb360b9
|
| 1074 | 2025-12-24T02:06:41.390Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = configurable_boot_order
vm_id = af95c822-a2d8-43b9-bc0a-f9d90bb360b9
|
| 1075 | 2025-12-24T02:06:41.423Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = af95c822-a2d8-43b9-bc0a-f9d90bb360b9
|
| 1076 | 2025-12-24T02:06:41.423Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 1077 | 2025-12-24T02:06:41.423Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1078 | 2025-12-24T02:06:41.423Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1079 | 2025-12-24T02:06:41.423Z | 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
|
| 1080 | 2025-12-24T02:06:41.431Z | 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 50.5M 1.80T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 1081 | 2025-12-24T02:06:41.431Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-7e6f67f9-4770-486b-8be0-348b12c78796"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = snapshot
|
| 1082 | 2025-12-24T02:06:41.445Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-7e6f67f9-4770-486b-8be0-348b12c78796", "phd-artifacts/phd-clone-aff496dd-a9ff-4786-b7a6-4d6f77c7a020"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = clone
|
| 1083 | 2025-12-24T02:06:41.457Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-aff496dd-a9ff-4786-b7a6-4d6f77c7a020"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = list
|
| 1084 | 2025-12-24T02:06:41.464Z | 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-aff496dd-a9ff-4786-b7a6-4d6f77c7a020 0B 1.80T 48.9M /phd-artifacts/phd-clone-aff496dd-a9ff-4786-b7a6-4d6f77c7a020\n
target = phd_framework::zfs
|
| 1085 | 2025-12-24T02:06:41.464Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1086 | 2025-12-24T02:06:41.464Z | 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
|
| 1087 | 2025-12-24T02:06:41.471Z | 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 50.7M 1.80T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 1088 | 2025-12-24T02:06:41.471Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-70403a71-05d2-4add-86e4-047d4f795a58"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = snapshot
|
| 1089 | 2025-12-24T02:06:41.484Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-70403a71-05d2-4add-86e4-047d4f795a58", "phd-artifacts/phd-clone-162c421a-e411-40de-bee7-a9bb8bd36d19"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = clone
|
| 1090 | 2025-12-24T02:06:41.496Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-162c421a-e411-40de-bee7-a9bb8bd36d19"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = list
|
| 1091 | 2025-12-24T02:06:41.502Z | 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-162c421a-e411-40de-bee7-a9bb8bd36d19 0B 1.80T 49.0M /phd-artifacts/phd-clone-162c421a-e411-40de-bee7-a9bb8bd36d19\n
target = phd_framework::zfs
|
| 1092 | 2025-12-24T02:06:41.502Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
|
| 1093 | 2025-12-24T02:06:41.502Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm_name = configurable_boot_order
|
| 1094 | 2025-12-24T02:06:41.502Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 1095 | 2025-12-24T02:06:41.502Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 1096 | 2025-12-24T02:06:41.502Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::boot_order::configurable_boot_order
stderr_path = "/tmp/propolis-phd/configurable_boot_order.stderr.log"
stdout_path = "/tmp/propolis-phd/configurable_boot_order.stdout.log"
target = phd_framework::log_config
|
| 1097 | 2025-12-24T02:06:41.513Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 971
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
|
| 1098 | 2025-12-24T02:06:41.513Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
|
| 1099 | 2025-12-24T02:06:41.513Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = d79d252b-274e-4f03-aa7d-7d8f2ffda345
|
| 1100 | 2025-12-24T02:06:41.514Z | 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 = 347
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = d79d252b-274e-4f03-aa7d-7d8f2ffda345
|
| 1101 | 2025-12-24T02:06:42.174Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1102 | 2025-12-24T02:06:42.175Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: d79d252b-274e-4f03-aa7d-7d8f2ffda345, name: "phd-vm-d79d252b-274e-4f03-aa7d-7d8f2ffda345", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 0ee404d7-e420-4341-b9fb-661eb43ca961, project_id: c081739b-d2ae-4b1b-8f62-e9bc00865e97, sled_id: fdaa8e79-0002-416a-a5c2-8a0014ee7b02, sled_serial: "fdaa8e79-0002-416a-a5c2-8a0014ee7b02", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 406
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = d79d252b-274e-4f03-aa7d-7d8f2ffda345
|
| 1103 | 2025-12-24T02:06:42.175Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = d79d252b-274e-4f03-aa7d-7d8f2ffda345
|
| 1104 | 2025-12-24T02:06:42.175Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::boot_order::configurable_boot_order
state = Run
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = d79d252b-274e-4f03-aa7d-7d8f2ffda345
|
| 1105 | 2025-12-24T02:06:42.176Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = d79d252b-274e-4f03-aa7d-7d8f2ffda345
|
| 1106 | 2025-12-24T02:06:42.176Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
|
| 1107 | 2025-12-24T02:06:42.176Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = 300s
vm = configurable_boot_order
vm_id = d79d252b-274e-4f03-aa7d-7d8f2ffda345
|
| 1108 | 2025-12-24T02:06:42.176Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::configurable_boot_order
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 1109 | 2025-12-24T02:06:42.176Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = d79d252b-274e-4f03-aa7d-7d8f2ffda345
|
| 1110 | 2025-12-24T02:06:42.176Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = configurable_boot_order
vm_id = d79d252b-274e-4f03-aa7d-7d8f2ffda345
|
| 1111 | 2025-12-24T02:06:46.622Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4446
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = d79d252b-274e-4f03-aa7d-7d8f2ffda345
|
| 1112 | 2025-12-24T02:06:46.622Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::configurable_boot_order
step = WriteStr("root")
target = phd_framework::test_vm
|
| 1113 | 2025-12-24T02:06:46.623Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::configurable_boot_order
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1114 | 2025-12-24T02:06:46.623Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = d79d252b-274e-4f03-aa7d-7d8f2ffda345
|
| 1115 | 2025-12-24T02:06:46.623Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = configurable_boot_order
vm_id = d79d252b-274e-4f03-aa7d-7d8f2ffda345
|
| 1116 | 2025-12-24T02:06:46.641Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = d79d252b-274e-4f03-aa7d-7d8f2ffda345
|
| 1117 | 2025-12-24T02:06:46.641Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::configurable_boot_order
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 1118 | 2025-12-24T02:06:46.641Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::configurable_boot_order
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1119 | 2025-12-24T02:06:46.641Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = d79d252b-274e-4f03-aa7d-7d8f2ffda345
|
| 1120 | 2025-12-24T02:06:46.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 = 804
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = configurable_boot_order
vm_id = d79d252b-274e-4f03-aa7d-7d8f2ffda345
|
| 1121 | 2025-12-24T02:06:46.673Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = d79d252b-274e-4f03-aa7d-7d8f2ffda345
|
| 1122 | 2025-12-24T02:06:46.673Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
|
| 1123 | 2025-12-24T02:06:46.673Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4497
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
|
| 1124 | 2025-12-24T02:06:46.674Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = d79d252b-274e-4f03-aa7d-7d8f2ffda345
|
| 1125 | 2025-12-24T02:06:46.674Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = configurable_boot_order
vm_id = d79d252b-274e-4f03-aa7d-7d8f2ffda345
|
| 1126 | 2025-12-24T02:06:46.706Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = d79d252b-274e-4f03-aa7d-7d8f2ffda345
|
| 1127 | 2025-12-24T02:06:46.707Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = d79d252b-274e-4f03-aa7d-7d8f2ffda345
|
| 1128 | 2025-12-24T02:06:46.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 = 804
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = configurable_boot_order
vm_id = d79d252b-274e-4f03-aa7d-7d8f2ffda345
|
| 1129 | 2025-12-24T02:06:46.740Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = d79d252b-274e-4f03-aa7d-7d8f2ffda345
|
| 1130 | 2025-12-24T02:06:46.740Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = d79d252b-274e-4f03-aa7d-7d8f2ffda345
|
| 1131 | 2025-12-24T02:06:46.740Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = configurable_boot_order
vm_id = d79d252b-274e-4f03-aa7d-7d8f2ffda345
|
| 1132 | 2025-12-24T02:06:46.773Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = d79d252b-274e-4f03-aa7d-7d8f2ffda345
|
| 1133 | 2025-12-24T02:06:46.773Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = d79d252b-274e-4f03-aa7d-7d8f2ffda345
|
| 1134 | 2025-12-24T02:06:46.773Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = configurable_boot_order
vm_id = d79d252b-274e-4f03-aa7d-7d8f2ffda345
|
| 1135 | 2025-12-24T02:06:46.828Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 54
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = d79d252b-274e-4f03-aa7d-7d8f2ffda345
|
| 1136 | 2025-12-24T02:06:46.828Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = d79d252b-274e-4f03-aa7d-7d8f2ffda345
|
| 1137 | 2025-12-24T02:06:46.828Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = af95c822-a2d8-43b9-bc0a-f9d90bb360b9
|
| 1138 | 2025-12-24T02:06:46.828Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 1139 | 2025-12-24T02:06:46.829Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 1140 | 2025-12-24T02:06:46.829Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4654
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1141 | 2025-12-24T02:06:46.829Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 10010
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1142 | 2025-12-24T02:06:46.829Z | INFO | phd-runner: test phd_tests::boot_order::configurable_boot_order ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
| 1143 | 2025-12-24T02:06:46.829Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1144 | 2025-12-24T02:06:46.830Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1077
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = d79d252b-274e-4f03-aa7d-7d8f2ffda345
|
| 1145 | 2025-12-24T02:06:46.830Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1077
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = af95c822-a2d8-43b9-bc0a-f9d90bb360b9
|
| 1146 | 2025-12-24T02:06:47.356Z | 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 = af95c822-a2d8-43b9-bc0a-f9d90bb360b9
|
| 1147 | 2025-12-24T02:06:47.434Z | 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 = af95c822-a2d8-43b9-bc0a-f9d90bb360b9
|
| 1148 | 2025-12-24T02:06:47.434Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-ca9eb0f6-2159-4c96-9746-1c4513fa9f8f"]
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 = af95c822-a2d8-43b9-bc0a-f9d90bb360b9
|
| 1149 | 2025-12-24T02:06:47.455Z | 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 = af95c822-a2d8-43b9-bc0a-f9d90bb360b9
|
| 1150 | 2025-12-24T02:06:47.455Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-b68cb31f-6b84-4a1a-ad93-aefbd46ff438"]
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 = af95c822-a2d8-43b9-bc0a-f9d90bb360b9
|
| 1151 | 2025-12-24T02:06:47.470Z | 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 = af95c822-a2d8-43b9-bc0a-f9d90bb360b9
|
| 1152 | 2025-12-24T02:06:47.471Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-325b4b92-e289-464e-9673-ab687ab69f56"]
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 = af95c822-a2d8-43b9-bc0a-f9d90bb360b9
|
| 1153 | 2025-12-24T02:06:47.489Z | 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 = af95c822-a2d8-43b9-bc0a-f9d90bb360b9
|
| 1154 | 2025-12-24T02:06:47.489Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-ac97bd78-1ff2-43fd-8c2a-15fea5fbd4ea"]
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 = af95c822-a2d8-43b9-bc0a-f9d90bb360b9
|
| 1155 | 2025-12-24T02:06:47.502Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 673
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = af95c822-a2d8-43b9-bc0a-f9d90bb360b9
|
| 1156 | 2025-12-24T02:06:47.502Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 11438
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = af95c822-a2d8-43b9-bc0a-f9d90bb360b9
|
| 1157 | 2025-12-24T02:06:47.503Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
path = phd_tests::boot_order::configurable_boot_order
self.address = 127.0.0.1:9002
target = phd_framework::test_vm::server
vm = configurable_boot_order
vm_id = d79d252b-274e-4f03-aa7d-7d8f2ffda345
|
| 1158 | 2025-12-24T02:06:47.574Z | 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 = d79d252b-274e-4f03-aa7d-7d8f2ffda345
|
| 1159 | 2025-12-24T02:06:47.574Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-aff496dd-a9ff-4786-b7a6-4d6f77c7a020"]
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 = d79d252b-274e-4f03-aa7d-7d8f2ffda345
|
| 1160 | 2025-12-24T02:06:47.594Z | 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 = d79d252b-274e-4f03-aa7d-7d8f2ffda345
|
| 1161 | 2025-12-24T02:06:47.594Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-7e6f67f9-4770-486b-8be0-348b12c78796"]
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 = d79d252b-274e-4f03-aa7d-7d8f2ffda345
|
| 1162 | 2025-12-24T02:06:47.607Z | 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 = d79d252b-274e-4f03-aa7d-7d8f2ffda345
|
| 1163 | 2025-12-24T02:06:47.607Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-162c421a-e411-40de-bee7-a9bb8bd36d19"]
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 = d79d252b-274e-4f03-aa7d-7d8f2ffda345
|
| 1164 | 2025-12-24T02:06:47.626Z | 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 = d79d252b-274e-4f03-aa7d-7d8f2ffda345
|
| 1165 | 2025-12-24T02:06:47.626Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-70403a71-05d2-4add-86e4-047d4f795a58"]
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 = d79d252b-274e-4f03-aa7d-7d8f2ffda345
|
| 1166 | 2025-12-24T02:06:47.638Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 809
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = d79d252b-274e-4f03-aa7d-7d8f2ffda345
|
| 1167 | 2025-12-24T02:06:47.638Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 809
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1168 | 2025-12-24T02:06:47.638Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6125
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = d79d252b-274e-4f03-aa7d-7d8f2ffda345
|
| 1169 | 2025-12-24T02:06:47.638Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 11666
file = phd-tests/tests/src/boot_order.rs
line = 51
path = phd_tests::boot_order::configurable_boot_order
target = phd_tests::boot_order
|
| 1170 | 2025-12-24T02:06:47.638Z | 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
|
| 1171 | 2025-12-24T02:06:47.638Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1172 | 2025-12-24T02:06:47.638Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1173 | 2025-12-24T02:06:47.638Z | 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
|
| 1174 | 2025-12-24T02:06:47.638Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 1175 | 2025-12-24T02:06:47.638Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1176 | 2025-12-24T02:06:47.638Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1177 | 2025-12-24T02:06:47.639Z | 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
|
| 1178 | 2025-12-24T02:06:47.645Z | 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 49.6M 1.80T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 1179 | 2025-12-24T02:06:47.645Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-4c3f5f39-55f9-42ea-9986-b72ebb98156d"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::zfs
verb = snapshot
|
| 1180 | 2025-12-24T02:06:47.658Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-4c3f5f39-55f9-42ea-9986-b72ebb98156d", "phd-artifacts/phd-clone-395c1799-12c4-42e8-b6e2-ef43e6b45ca6"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::zfs
verb = clone
|
| 1181 | 2025-12-24T02:06:47.669Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-395c1799-12c4-42e8-b6e2-ef43e6b45ca6"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::zfs
verb = list
|
| 1182 | 2025-12-24T02:06:47.676Z | 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-395c1799-12c4-42e8-b6e2-ef43e6b45ca6 0B 1.80T 48.9M /phd-artifacts/phd-clone-395c1799-12c4-42e8-b6e2-ef43e6b45ca6\n
target = phd_framework::zfs
|
| 1183 | 2025-12-24T02:06:47.677Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
|
| 1184 | 2025-12-24T02:06:47.677Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm_name = unbootable_disk_skipped
|
| 1185 | 2025-12-24T02:06:47.677Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 1186 | 2025-12-24T02:06:47.677Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 1187 | 2025-12-24T02:06:47.677Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::boot_order::unbootable_disk_skipped
stderr_path = "/tmp/propolis-phd/unbootable_disk_skipped.stderr.log"
stdout_path = "/tmp/propolis-phd/unbootable_disk_skipped.stdout.log"
target = phd_framework::log_config
|
| 1188 | 2025-12-24T02:06:47.689Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 986
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
|
| 1189 | 2025-12-24T02:06:47.689Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
|
| 1190 | 2025-12-24T02:06:47.689Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1191 | 2025-12-24T02:06:47.691Z | 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 = 347
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1192 | 2025-12-24T02:06:48.353Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1193 | 2025-12-24T02:06:48.354Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: e1bc6da6-c993-4366-a221-fc08b863f6e4, name: "phd-vm-e1bc6da6-c993-4366-a221-fc08b863f6e4", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: c6c76858-e97c-40bb-87c5-f22a43ae9ae9, project_id: 8ca1b063-3bf2-45cf-948a-6f2a84c713fd, sled_id: 4989898c-34a3-4f88-85f7-8f8a922c13ea, sled_serial: "4989898c-34a3-4f88-85f7-8f8a922c13ea", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 406
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1194 | 2025-12-24T02:06:48.354Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1195 | 2025-12-24T02:06:48.354Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::boot_order::unbootable_disk_skipped
state = Run
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1196 | 2025-12-24T02:06:48.355Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1197 | 2025-12-24T02:06:48.355Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
|
| 1198 | 2025-12-24T02:06:48.355Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = 300s
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1199 | 2025-12-24T02:06:48.355Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::unbootable_disk_skipped
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 1200 | 2025-12-24T02:06:48.355Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1201 | 2025-12-24T02:06:48.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 = 804
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1202 | 2025-12-24T02:06:52.883Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4527
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1203 | 2025-12-24T02:06:52.883Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::unbootable_disk_skipped
step = WriteStr("root")
target = phd_framework::test_vm
|
| 1204 | 2025-12-24T02:06:52.883Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::unbootable_disk_skipped
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1205 | 2025-12-24T02:06:52.883Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1206 | 2025-12-24T02:06:52.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 = 804
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1207 | 2025-12-24T02:06:52.902Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 19
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1208 | 2025-12-24T02:06:52.902Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::unbootable_disk_skipped
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 1209 | 2025-12-24T02:06:52.903Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::unbootable_disk_skipped
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1210 | 2025-12-24T02:06:52.903Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1211 | 2025-12-24T02:06:52.903Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1212 | 2025-12-24T02:06:52.935Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1213 | 2025-12-24T02:06:52.935Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
|
| 1214 | 2025-12-24T02:06:52.935Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4579
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
|
| 1215 | 2025-12-24T02:06:52.935Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1216 | 2025-12-24T02:06:52.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 = 804
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1217 | 2025-12-24T02:06:52.968Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1218 | 2025-12-24T02:06:52.968Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1219 | 2025-12-24T02:06:52.968Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1220 | 2025-12-24T02:06:53.001Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1221 | 2025-12-24T02:06:53.001Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1222 | 2025-12-24T02:06:53.002Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1223 | 2025-12-24T02:06:53.034Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1224 | 2025-12-24T02:06:53.034Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1225 | 2025-12-24T02:06:53.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 = 804
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1226 | 2025-12-24T02:06:53.089Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 54
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1227 | 2025-12-24T02:06:53.089Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1228 | 2025-12-24T02:06:53.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 = 804
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1229 | 2025-12-24T02:06:53.122Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1230 | 2025-12-24T02:06:53.123Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1231 | 2025-12-24T02:06:53.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 = 804
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1232 | 2025-12-24T02:06:53.156Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1233 | 2025-12-24T02:06:53.156Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1234 | 2025-12-24T02:06:53.156Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1235 | 2025-12-24T02:06:53.190Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1236 | 2025-12-24T02:06:53.190Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1237 | 2025-12-24T02:06:53.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 = 804
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1238 | 2025-12-24T02:06:53.245Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 55
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1239 | 2025-12-24T02:06:53.246Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1240 | 2025-12-24T02:06:53.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 = 804
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1241 | 2025-12-24T02:06:53.278Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1242 | 2025-12-24T02:06:53.278Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1243 | 2025-12-24T02:06:53.278Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1244 | 2025-12-24T02:06:53.323Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 45
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1245 | 2025-12-24T02:06:53.323Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1246 | 2025-12-24T02:06:53.323Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1247 | 2025-12-24T02:06:53.356Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1248 | 2025-12-24T02:06:53.356Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1249 | 2025-12-24T02:06:53.356Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1250 | 2025-12-24T02:06:53.400Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 43
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1251 | 2025-12-24T02:06:53.400Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1252 | 2025-12-24T02:06:53.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 = 804
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1253 | 2025-12-24T02:06:53.434Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1254 | 2025-12-24T02:06:53.434Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1255 | 2025-12-24T02:06:53.434Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1256 | 2025-12-24T02:06:53.490Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 55
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1257 | 2025-12-24T02:06:53.490Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1258 | 2025-12-24T02:06:53.490Z | 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
|
| 1259 | 2025-12-24T02:06:53.490Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 5136
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1260 | 2025-12-24T02:06:53.490Z | INFO | phd-runner: test phd_tests::boot_order::unbootable_disk_skipped ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
| 1261 | 2025-12-24T02:06:53.490Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1262 | 2025-12-24T02:06:53.491Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1077
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1263 | 2025-12-24T02:06:54.018Z | 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 = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1264 | 2025-12-24T02:06:54.097Z | 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 = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1265 | 2025-12-24T02:06:54.097Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-395c1799-12c4-42e8-b6e2-ef43e6b45ca6"]
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 = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1266 | 2025-12-24T02:06:54.116Z | 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 = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1267 | 2025-12-24T02:06:54.116Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-4c3f5f39-55f9-42ea-9986-b72ebb98156d"]
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 = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1268 | 2025-12-24T02:06:54.130Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 640
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1269 | 2025-12-24T02:06:54.130Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6441
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = e1bc6da6-c993-4366-a221-fc08b863f6e4
|
| 1270 | 2025-12-24T02:06:54.130Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 6491
file = phd-tests/tests/src/boot_order.rs
line = 117
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_tests::boot_order
|
| 1271 | 2025-12-24T02:06:54.130Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 639
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1272 | 2025-12-24T02:06:54.130Z | 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
|
| 1273 | 2025-12-24T02:06:54.130Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1274 | 2025-12-24T02:06:54.130Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1275 | 2025-12-24T02:06:54.130Z | 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
|
| 1276 | 2025-12-24T02:06:54.131Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 1277 | 2025-12-24T02:06:54.131Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1278 | 2025-12-24T02:06:54.131Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1279 | 2025-12-24T02:06:54.131Z | 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
|
| 1280 | 2025-12-24T02:06:54.137Z | 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 49.9M 1.80T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 1281 | 2025-12-24T02:06:54.137Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d3a97ca2-0c6f-4e53-870f-96f857d21171"]
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
|
| 1282 | 2025-12-24T02:06:54.146Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d3a97ca2-0c6f-4e53-870f-96f857d21171", "phd-artifacts/phd-clone-483717f6-4880-4708-bb18-790a91054af4"]
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
|
| 1283 | 2025-12-24T02:06:54.157Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-483717f6-4880-4708-bb18-790a91054af4"]
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
|
| 1284 | 2025-12-24T02:06:54.164Z | 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-483717f6-4880-4708-bb18-790a91054af4 0B 1.80T 48.9M /phd-artifacts/phd-clone-483717f6-4880-4708-bb18-790a91054af4\n
target = phd_framework::zfs
|
| 1285 | 2025-12-24T02:06:54.165Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
|
| 1286 | 2025-12-24T02:06:54.165Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm_name = guest_can_adjust_boot_order
|
| 1287 | 2025-12-24T02:06:54.165Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 1288 | 2025-12-24T02:06:54.165Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 1289 | 2025-12-24T02:06:54.165Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::boot_order::guest_can_adjust_boot_order
stderr_path = "/tmp/propolis-phd/guest_can_adjust_boot_order.stderr.log"
stdout_path = "/tmp/propolis-phd/guest_can_adjust_boot_order.stdout.log"
target = phd_framework::log_config
|
| 1290 | 2025-12-24T02:06:54.176Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 994
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm::server
|
| 1291 | 2025-12-24T02:06:54.176Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
|
| 1292 | 2025-12-24T02:06:54.177Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1293 | 2025-12-24T02:06:54.179Z | 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 = 347
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1294 | 2025-12-24T02:06:54.579Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1295 | 2025-12-24T02:06:54.580Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 28745dce-33ac-4bf7-a6f8-84e06200b875, name: "phd-vm-28745dce-33ac-4bf7-a6f8-84e06200b875", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 4b491c49-321a-41e2-9cab-0304190fc5c6, project_id: fda980eb-af22-4ba4-af07-f28adce9ef5b, sled_id: f60a0acd-c882-4b14-b41d-c678f1ae4f1e, sled_serial: "f60a0acd-c882-4b14-b41d-c678f1ae4f1e", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 406
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1296 | 2025-12-24T02:06:54.580Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1297 | 2025-12-24T02:06:54.580Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1298 | 2025-12-24T02:06:54.581Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1299 | 2025-12-24T02:06:54.581Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
|
| 1300 | 2025-12-24T02:06:54.581Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1301 | 2025-12-24T02:06:54.581Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::guest_can_adjust_boot_order
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 1302 | 2025-12-24T02:06:54.581Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1303 | 2025-12-24T02:06:54.581Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1304 | 2025-12-24T02:06:59.054Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4472
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1305 | 2025-12-24T02:06:59.054Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::guest_can_adjust_boot_order
step = WriteStr("root")
target = phd_framework::test_vm
|
| 1306 | 2025-12-24T02:06:59.054Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::guest_can_adjust_boot_order
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1307 | 2025-12-24T02:06:59.054Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1308 | 2025-12-24T02:06:59.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 = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1309 | 2025-12-24T02:06:59.072Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1310 | 2025-12-24T02:06:59.072Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::guest_can_adjust_boot_order
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 1311 | 2025-12-24T02:06:59.073Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::guest_can_adjust_boot_order
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1312 | 2025-12-24T02:06:59.073Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1313 | 2025-12-24T02:06:59.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 = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1314 | 2025-12-24T02:06:59.106Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1315 | 2025-12-24T02:06:59.106Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
|
| 1316 | 2025-12-24T02:06:59.106Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4524
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
|
| 1317 | 2025-12-24T02:06:59.106Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1318 | 2025-12-24T02:06:59.106Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1319 | 2025-12-24T02:06:59.116Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1320 | 2025-12-24T02:06:59.117Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1321 | 2025-12-24T02:06:59.117Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1322 | 2025-12-24T02:06:59.150Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1323 | 2025-12-24T02:06:59.150Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1324 | 2025-12-24T02:06:59.150Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1325 | 2025-12-24T02:06:59.162Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1326 | 2025-12-24T02:06:59.162Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1327 | 2025-12-24T02:06:59.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 = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1328 | 2025-12-24T02:06:59.195Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1329 | 2025-12-24T02:06:59.195Z | WARN | phd-runner: [TEST - EVENT] guest environment already has a BootFFFF entry; is this not a fresh image?
file = phd-tests/tests/src/boot_order.rs
line = 276
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_tests::boot_order
|
| 1330 | 2025-12-24T02:06:59.195Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1331 | 2025-12-24T02:06:59.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 = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1332 | 2025-12-24T02:06:59.205Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1333 | 2025-12-24T02:06:59.205Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1334 | 2025-12-24T02:06:59.206Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1335 | 2025-12-24T02:06:59.238Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1336 | 2025-12-24T02:06:59.239Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1337 | 2025-12-24T02:06:59.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 = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1338 | 2025-12-24T02:06:59.249Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1339 | 2025-12-24T02:06:59.249Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1340 | 2025-12-24T02:06:59.249Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1341 | 2025-12-24T02:06:59.282Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1342 | 2025-12-24T02:06:59.282Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1343 | 2025-12-24T02:06:59.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 = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1344 | 2025-12-24T02:06:59.294Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1345 | 2025-12-24T02:06:59.294Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1346 | 2025-12-24T02:06:59.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 = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1347 | 2025-12-24T02:06:59.327Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1348 | 2025-12-24T02:06:59.327Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1349 | 2025-12-24T02:06:59.327Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1350 | 2025-12-24T02:06:59.360Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1351 | 2025-12-24T02:06:59.360Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1352 | 2025-12-24T02:06:59.360Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1353 | 2025-12-24T02:06:59.393Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1354 | 2025-12-24T02:06:59.393Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1355 | 2025-12-24T02:06:59.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 = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1356 | 2025-12-24T02:06:59.403Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1357 | 2025-12-24T02:06:59.403Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1358 | 2025-12-24T02:06:59.403Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1359 | 2025-12-24T02:06:59.448Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 44
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1360 | 2025-12-24T02:06:59.448Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1361 | 2025-12-24T02:06:59.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 = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1362 | 2025-12-24T02:06:59.459Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1363 | 2025-12-24T02:06:59.459Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1364 | 2025-12-24T02:06:59.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 = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1365 | 2025-12-24T02:06:59.503Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 43
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1366 | 2025-12-24T02:06:59.503Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1367 | 2025-12-24T02:06:59.503Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1368 | 2025-12-24T02:06:59.513Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1369 | 2025-12-24T02:06:59.513Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1370 | 2025-12-24T02:06:59.513Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1371 | 2025-12-24T02:06:59.546Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1372 | 2025-12-24T02:06:59.546Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1373 | 2025-12-24T02:06:59.546Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1374 | 2025-12-24T02:06:59.558Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1375 | 2025-12-24T02:06:59.558Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1376 | 2025-12-24T02:06:59.558Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1377 | 2025-12-24T02:06:59.591Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1378 | 2025-12-24T02:06:59.591Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1379 | 2025-12-24T02:06:59.591Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1380 | 2025-12-24T02:06:59.625Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1381 | 2025-12-24T02:06:59.625Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1382 | 2025-12-24T02:06:59.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 = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1383 | 2025-12-24T02:06:59.658Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1384 | 2025-12-24T02:06:59.658Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1385 | 2025-12-24T02:06:59.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 = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1386 | 2025-12-24T02:06:59.670Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1387 | 2025-12-24T02:06:59.670Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1388 | 2025-12-24T02:06:59.670Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1389 | 2025-12-24T02:06:59.725Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 54
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1390 | 2025-12-24T02:06:59.725Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1391 | 2025-12-24T02:06:59.725Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1392 | 2025-12-24T02:06:59.737Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1393 | 2025-12-24T02:06:59.737Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1394 | 2025-12-24T02:06:59.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 = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1395 | 2025-12-24T02:06:59.770Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1396 | 2025-12-24T02:06:59.770Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1397 | 2025-12-24T02:06:59.770Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1398 | 2025-12-24T02:06:59.802Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1399 | 2025-12-24T02:06:59.802Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1400 | 2025-12-24T02:06:59.802Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1401 | 2025-12-24T02:06:59.835Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1402 | 2025-12-24T02:06:59.835Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1403 | 2025-12-24T02:06:59.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 = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1404 | 2025-12-24T02:06:59.846Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1405 | 2025-12-24T02:06:59.846Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1406 | 2025-12-24T02:06:59.846Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1407 | 2025-12-24T02:06:59.901Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 54
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1408 | 2025-12-24T02:06:59.901Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1409 | 2025-12-24T02:06:59.901Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1410 | 2025-12-24T02:06:59.913Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1411 | 2025-12-24T02:06:59.913Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1412 | 2025-12-24T02:06:59.913Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1413 | 2025-12-24T02:06:59.946Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1414 | 2025-12-24T02:06:59.946Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1415 | 2025-12-24T02:06:59.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 = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1416 | 2025-12-24T02:06:59.967Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1417 | 2025-12-24T02:06:59.967Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1418 | 2025-12-24T02:06:59.967Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1419 | 2025-12-24T02:07:00.000Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1420 | 2025-12-24T02:07:00.000Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1421 | 2025-12-24T02:07:00.000Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1422 | 2025-12-24T02:07:00.011Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1423 | 2025-12-24T02:07:00.012Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1424 | 2025-12-24T02:07:00.012Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1425 | 2025-12-24T02:07:00.044Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1426 | 2025-12-24T02:07:00.044Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1427 | 2025-12-24T02:07:00.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 = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1428 | 2025-12-24T02:07:00.056Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1429 | 2025-12-24T02:07:00.056Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
|
| 1430 | 2025-12-24T02:07:00.056Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1431 | 2025-12-24T02:07:00.056Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::guest_can_adjust_boot_order
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 1432 | 2025-12-24T02:07:00.056Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1433 | 2025-12-24T02:07:00.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 = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1434 | 2025-12-24T02:07:06.745Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 6689
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1435 | 2025-12-24T02:07:06.745Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::guest_can_adjust_boot_order
step = WriteStr("root")
target = phd_framework::test_vm
|
| 1436 | 2025-12-24T02:07:06.746Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::guest_can_adjust_boot_order
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1437 | 2025-12-24T02:07:06.746Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1438 | 2025-12-24T02:07:06.746Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1439 | 2025-12-24T02:07:06.764Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1440 | 2025-12-24T02:07:06.764Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::guest_can_adjust_boot_order
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 1441 | 2025-12-24T02:07:06.764Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::guest_can_adjust_boot_order
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1442 | 2025-12-24T02:07:06.764Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1443 | 2025-12-24T02:07:06.764Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1444 | 2025-12-24T02:07:06.796Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1445 | 2025-12-24T02:07:06.796Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
|
| 1446 | 2025-12-24T02:07:06.796Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 6740
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
|
| 1447 | 2025-12-24T02:07:06.796Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1448 | 2025-12-24T02:07:06.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 = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1449 | 2025-12-24T02:07:06.807Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1450 | 2025-12-24T02:07:06.807Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1451 | 2025-12-24T02:07:06.808Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1452 | 2025-12-24T02:07:06.840Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1453 | 2025-12-24T02:07:06.840Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1454 | 2025-12-24T02:07:06.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 = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1455 | 2025-12-24T02:07:06.852Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1456 | 2025-12-24T02:07:06.852Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1457 | 2025-12-24T02:07:06.852Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1458 | 2025-12-24T02:07:06.884Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1459 | 2025-12-24T02:07:06.885Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1460 | 2025-12-24T02:07:06.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 = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1461 | 2025-12-24T02:07:06.896Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1462 | 2025-12-24T02:07:06.896Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1463 | 2025-12-24T02:07:06.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 = 804
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1464 | 2025-12-24T02:07:06.929Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1465 | 2025-12-24T02:07:06.929Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1466 | 2025-12-24T02:07:06.929Z | 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
|
| 1467 | 2025-12-24T02:07:06.929Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 12350
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1468 | 2025-12-24T02:07:06.929Z | INFO | phd-runner: test phd_tests::boot_order::guest_can_adjust_boot_order ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
| 1469 | 2025-12-24T02:07:06.930Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1470 | 2025-12-24T02:07:06.931Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1077
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1471 | 2025-12-24T02:07:07.401Z | 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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1472 | 2025-12-24T02:07:07.479Z | 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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1473 | 2025-12-24T02:07:07.479Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-483717f6-4880-4708-bb18-790a91054af4"]
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1474 | 2025-12-24T02:07:07.500Z | 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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1475 | 2025-12-24T02:07:07.500Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d3a97ca2-0c6f-4e53-870f-96f857d21171"]
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 = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1476 | 2025-12-24T02:07:07.513Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 584
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1477 | 2025-12-24T02:07:07.514Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 583
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1478 | 2025-12-24T02:07:07.514Z | 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
|
| 1479 | 2025-12-24T02:07:07.514Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1480 | 2025-12-24T02:07:07.514Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1481 | 2025-12-24T02:07:07.514Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 13337
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = 28745dce-33ac-4bf7-a6f8-84e06200b875
|
| 1482 | 2025-12-24T02:07:07.514Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 13383
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
|
| 1483 | 2025-12-24T02:07:07.514Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/boot_order.rs
line = 397
path = phd_tests::boot_order::boot_order_source_priority
target = phd_tests::boot_order
|
| 1484 | 2025-12-24T02:07:07.514Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 1485 | 2025-12-24T02:07:07.514Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1486 | 2025-12-24T02:07:07.514Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1487 | 2025-12-24T02:07:07.514Z | 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
|
| 1488 | 2025-12-24T02:07:07.520Z | 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 49.6M 1.80T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 1489 | 2025-12-24T02:07:07.520Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-dfa02046-2877-4387-8712-b63e6fee9467"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::zfs
verb = snapshot
|
| 1490 | 2025-12-24T02:07:07.531Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-dfa02046-2877-4387-8712-b63e6fee9467", "phd-artifacts/phd-clone-29bb50c4-6cb2-41bd-83d0-62372d8c78e7"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::zfs
verb = clone
|
| 1491 | 2025-12-24T02:07:07.547Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-29bb50c4-6cb2-41bd-83d0-62372d8c78e7"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::zfs
verb = list
|
| 1492 | 2025-12-24T02:07:07.553Z | 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-29bb50c4-6cb2-41bd-83d0-62372d8c78e7 0B 1.80T 48.9M /phd-artifacts/phd-clone-29bb50c4-6cb2-41bd-83d0-62372d8c78e7\n
target = phd_framework::zfs
|
| 1493 | 2025-12-24T02:07:07.555Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
|
| 1494 | 2025-12-24T02:07:07.555Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm_name = boot_order_source_priority
|
| 1495 | 2025-12-24T02:07:07.555Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 1496 | 2025-12-24T02:07:07.555Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 1497 | 2025-12-24T02:07:07.555Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::boot_order::boot_order_source_priority
stderr_path = "/tmp/propolis-phd/boot_order_source_priority.stderr.log"
stdout_path = "/tmp/propolis-phd/boot_order_source_priority.stdout.log"
target = phd_framework::log_config
|
| 1498 | 2025-12-24T02:07:07.566Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1002
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm::server
|
| 1499 | 2025-12-24T02:07:07.566Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
|
| 1500 | 2025-12-24T02:07:07.566Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1501 | 2025-12-24T02:07:07.569Z | 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 = 347
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1502 | 2025-12-24T02:07:07.984Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1503 | 2025-12-24T02:07:07.985Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: e81e201c-726c-406d-b795-134a5a73802a, name: "phd-vm-e81e201c-726c-406d-b795-134a5a73802a", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 5b543378-e22f-4c03-bb57-e83d46c7d624, project_id: 08ba06e0-a06f-4eab-aafb-e1735fbc444f, sled_id: 210b2bd8-3423-43c7-ab7a-379bed0d687d, sled_serial: "210b2bd8-3423-43c7-ab7a-379bed0d687d", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 406
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1504 | 2025-12-24T02:07:07.986Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1505 | 2025-12-24T02:07:07.986Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::boot_order::boot_order_source_priority
state = Run
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1506 | 2025-12-24T02:07:07.986Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1507 | 2025-12-24T02:07:07.986Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
|
| 1508 | 2025-12-24T02:07:07.986Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = 300s
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1509 | 2025-12-24T02:07:07.986Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::boot_order_source_priority
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 1510 | 2025-12-24T02:07:07.987Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1511 | 2025-12-24T02:07:07.987Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1512 | 2025-12-24T02:07:12.552Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4565
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1513 | 2025-12-24T02:07:12.552Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::boot_order_source_priority
step = WriteStr("root")
target = phd_framework::test_vm
|
| 1514 | 2025-12-24T02:07:12.553Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::boot_order_source_priority
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1515 | 2025-12-24T02:07:12.553Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1516 | 2025-12-24T02:07:12.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 = 804
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1517 | 2025-12-24T02:07:12.571Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1518 | 2025-12-24T02:07:12.571Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::boot_order_source_priority
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 1519 | 2025-12-24T02:07:12.571Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::boot_order_source_priority
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1520 | 2025-12-24T02:07:12.571Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1521 | 2025-12-24T02:07:12.571Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1522 | 2025-12-24T02:07:12.604Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1523 | 2025-12-24T02:07:12.604Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
|
| 1524 | 2025-12-24T02:07:12.604Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4617
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
|
| 1525 | 2025-12-24T02:07:12.604Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1526 | 2025-12-24T02:07:12.604Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = e81e201c-726c-406d-b795-134a5a73802a
|
| 1527 | 2025-12-24T02:07:12.638Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1528 | 2025-12-24T02:07:12.638Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1529 | 2025-12-24T02:07:12.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 = 804
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 = e81e201c-726c-406d-b795-134a5a73802a
|
| 1530 | 2025-12-24T02:07:12.671Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1531 | 2025-12-24T02:07:12.671Z | 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
|
| 1532 | 2025-12-24T02:07:12.671Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1533 | 2025-12-24T02:07:12.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 = 804
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 = e81e201c-726c-406d-b795-134a5a73802a
|
| 1534 | 2025-12-24T02:07:12.704Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1535 | 2025-12-24T02:07:12.705Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1536 | 2025-12-24T02:07:12.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 = 804
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 = e81e201c-726c-406d-b795-134a5a73802a
|
| 1537 | 2025-12-24T02:07:12.749Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 44
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1538 | 2025-12-24T02:07:12.749Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1539 | 2025-12-24T02:07:12.749Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = e81e201c-726c-406d-b795-134a5a73802a
|
| 1540 | 2025-12-24T02:07:12.783Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1541 | 2025-12-24T02:07:12.783Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1542 | 2025-12-24T02:07:12.783Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = e81e201c-726c-406d-b795-134a5a73802a
|
| 1543 | 2025-12-24T02:07:12.815Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1544 | 2025-12-24T02:07:12.815Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1545 | 2025-12-24T02:07:12.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 = 804
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 = e81e201c-726c-406d-b795-134a5a73802a
|
| 1546 | 2025-12-24T02:07:12.848Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1547 | 2025-12-24T02:07:12.848Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1548 | 2025-12-24T02:07:12.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 = 804
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 = e81e201c-726c-406d-b795-134a5a73802a
|
| 1549 | 2025-12-24T02:07:12.882Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1550 | 2025-12-24T02:07:12.882Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1551 | 2025-12-24T02:07:12.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 = 804
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 = e81e201c-726c-406d-b795-134a5a73802a
|
| 1552 | 2025-12-24T02:07:12.914Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1553 | 2025-12-24T02:07:12.915Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1554 | 2025-12-24T02:07:12.915Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = e81e201c-726c-406d-b795-134a5a73802a
|
| 1555 | 2025-12-24T02:07:12.969Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 54
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1556 | 2025-12-24T02:07:12.969Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1557 | 2025-12-24T02:07:12.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 = 804
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 = e81e201c-726c-406d-b795-134a5a73802a
|
| 1558 | 2025-12-24T02:07:13.003Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1559 | 2025-12-24T02:07:13.003Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1560 | 2025-12-24T02:07:13.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 = 804
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 = e81e201c-726c-406d-b795-134a5a73802a
|
| 1561 | 2025-12-24T02:07:13.036Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1562 | 2025-12-24T02:07:13.036Z | INFO | phd-runner: [TEST - EVENT] Found boot options: {"efi shell": 4, "unbootable": 2, "boot-disk": 1, "uiapp": 0, "unbootable-2": 3}
file = phd-tests/tests/src/boot_order/efi_utils.rs
line = 469
path = phd_tests::boot_order::boot_order_source_priority
target = phd_tests::boot_order::efi_utils
|
| 1563 | 2025-12-24T02:07:13.037Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1564 | 2025-12-24T02:07:13.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 = 804
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 = e81e201c-726c-406d-b795-134a5a73802a
|
| 1565 | 2025-12-24T02:07:13.069Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1566 | 2025-12-24T02:07:13.069Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1567 | 2025-12-24T02:07:13.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 = 804
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 = e81e201c-726c-406d-b795-134a5a73802a
|
| 1568 | 2025-12-24T02:07:13.102Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1569 | 2025-12-24T02:07:13.103Z | 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
|
| 1570 | 2025-12-24T02:07:13.103Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1571 | 2025-12-24T02:07:13.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 = 804
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 = e81e201c-726c-406d-b795-134a5a73802a
|
| 1572 | 2025-12-24T02:07:13.136Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1573 | 2025-12-24T02:07:13.136Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1574 | 2025-12-24T02:07:13.136Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = e81e201c-726c-406d-b795-134a5a73802a
|
| 1575 | 2025-12-24T02:07:13.169Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1576 | 2025-12-24T02:07:13.170Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1577 | 2025-12-24T02:07:13.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 = 804
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 = e81e201c-726c-406d-b795-134a5a73802a
|
| 1578 | 2025-12-24T02:07:13.191Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1579 | 2025-12-24T02:07:13.191Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1580 | 2025-12-24T02:07:13.191Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = e81e201c-726c-406d-b795-134a5a73802a
|
| 1581 | 2025-12-24T02:07:13.224Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1582 | 2025-12-24T02:07:13.224Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1583 | 2025-12-24T02:07:13.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 = 804
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 = e81e201c-726c-406d-b795-134a5a73802a
|
| 1584 | 2025-12-24T02:07:13.236Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1585 | 2025-12-24T02:07:13.236Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
|
| 1586 | 2025-12-24T02:07:13.236Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = 300s
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1587 | 2025-12-24T02:07:13.236Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::boot_order_source_priority
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 1588 | 2025-12-24T02:07:13.236Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1589 | 2025-12-24T02:07:13.237Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1590 | 2025-12-24T02:07:20.056Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 6819
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1591 | 2025-12-24T02:07:20.056Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::boot_order_source_priority
step = WriteStr("root")
target = phd_framework::test_vm
|
| 1592 | 2025-12-24T02:07:20.056Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::boot_order_source_priority
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1593 | 2025-12-24T02:07:20.056Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1594 | 2025-12-24T02:07:20.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 = 804
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1595 | 2025-12-24T02:07:20.075Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1596 | 2025-12-24T02:07:20.075Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::boot_order_source_priority
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 1597 | 2025-12-24T02:07:20.075Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::boot_order_source_priority
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1598 | 2025-12-24T02:07:20.075Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1599 | 2025-12-24T02:07:20.075Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1600 | 2025-12-24T02:07:20.107Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1601 | 2025-12-24T02:07:20.107Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
|
| 1602 | 2025-12-24T02:07:20.107Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 6871
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
|
| 1603 | 2025-12-24T02:07:20.107Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1604 | 2025-12-24T02:07:20.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 = 804
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 = e81e201c-726c-406d-b795-134a5a73802a
|
| 1605 | 2025-12-24T02:07:20.119Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1606 | 2025-12-24T02:07:20.119Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1607 | 2025-12-24T02:07:20.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 = 804
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 = e81e201c-726c-406d-b795-134a5a73802a
|
| 1608 | 2025-12-24T02:07:20.152Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1609 | 2025-12-24T02:07:20.152Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1610 | 2025-12-24T02:07:20.153Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 1611 | 2025-12-24T02:07:20.153Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1612 | 2025-12-24T02:07:20.153Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1613 | 2025-12-24T02:07:20.153Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::zfs
verb = list
|
| 1614 | 2025-12-24T02:07:20.155Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1077
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1615 | 2025-12-24T02:07:20.160Z | 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 49.9M 1.80T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 1616 | 2025-12-24T02:07:20.160Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-4300ca46-9d9a-45a1-8585-352201a1f0d4"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::zfs
verb = snapshot
|
| 1617 | 2025-12-24T02:07:20.172Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-4300ca46-9d9a-45a1-8585-352201a1f0d4", "phd-artifacts/phd-clone-1d751105-68f4-4ce2-b7c9-be430d58bcb8"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::zfs
verb = clone
|
| 1618 | 2025-12-24T02:07:20.184Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-1d751105-68f4-4ce2-b7c9-be430d58bcb8"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::zfs
verb = list
|
| 1619 | 2025-12-24T02:07:20.191Z | 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-1d751105-68f4-4ce2-b7c9-be430d58bcb8 0B 1.80T 48.9M /phd-artifacts/phd-clone-1d751105-68f4-4ce2-b7c9-be430d58bcb8\n
target = phd_framework::zfs
|
| 1620 | 2025-12-24T02:07:20.192Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
|
| 1621 | 2025-12-24T02:07:20.192Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm_name = boot_order_source_priority
|
| 1622 | 2025-12-24T02:07:20.193Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 1623 | 2025-12-24T02:07:20.193Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 1624 | 2025-12-24T02:07:20.193Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::boot_order::boot_order_source_priority
stderr_path = "/tmp/propolis-phd/boot_order_source_priority.stderr.log"
stdout_path = "/tmp/propolis-phd/boot_order_source_priority.stdout.log"
target = phd_framework::log_config
|
| 1625 | 2025-12-24T02:07:20.204Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1007
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
|
| 1626 | 2025-12-24T02:07:20.204Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
|
| 1627 | 2025-12-24T02:07:20.204Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1628 | 2025-12-24T02:07:20.207Z | 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 = 347
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1629 | 2025-12-24T02:07:20.207Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 1630 | 2025-12-24T02:07:20.208Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 12222
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1631 | 2025-12-24T02:07:20.537Z | 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 = e81e201c-726c-406d-b795-134a5a73802a
|
| 1632 | 2025-12-24T02:07:20.615Z | 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 = e81e201c-726c-406d-b795-134a5a73802a
|
| 1633 | 2025-12-24T02:07:20.615Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-29bb50c4-6cb2-41bd-83d0-62372d8c78e7"]
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 = e81e201c-726c-406d-b795-134a5a73802a
|
| 1634 | 2025-12-24T02:07:20.637Z | 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 = e81e201c-726c-406d-b795-134a5a73802a
|
| 1635 | 2025-12-24T02:07:20.637Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-dfa02046-2877-4387-8712-b63e6fee9467"]
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 = e81e201c-726c-406d-b795-134a5a73802a
|
| 1636 | 2025-12-24T02:07:20.650Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 497
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1637 | 2025-12-24T02:07:20.651Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 13084
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e81e201c-726c-406d-b795-134a5a73802a
|
| 1638 | 2025-12-24T02:07:20.687Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1639 | 2025-12-24T02:07:20.688Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d, name: "phd-vm-e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: de96241b-2aa6-40cd-b4b1-69250eb9251e, project_id: b4253faf-c063-47fb-88b2-b6fdddf5f21c, sled_id: 57c659ce-f357-494e-b618-9ac5ddb1af3b, sled_serial: "57c659ce-f357-494e-b618-9ac5ddb1af3b", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 406
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1640 | 2025-12-24T02:07:20.688Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1641 | 2025-12-24T02:07:20.688Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::boot_order::boot_order_source_priority
state = Run
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1642 | 2025-12-24T02:07:20.689Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1643 | 2025-12-24T02:07:20.689Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
|
| 1644 | 2025-12-24T02:07:20.689Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = 300s
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1645 | 2025-12-24T02:07:20.689Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::boot_order_source_priority
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 1646 | 2025-12-24T02:07:20.689Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1647 | 2025-12-24T02:07:20.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 = 804
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1648 | 2025-12-24T02:07:25.183Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4493
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1649 | 2025-12-24T02:07:25.183Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::boot_order_source_priority
step = WriteStr("root")
target = phd_framework::test_vm
|
| 1650 | 2025-12-24T02:07:25.183Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::boot_order_source_priority
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1651 | 2025-12-24T02:07:25.184Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1652 | 2025-12-24T02:07:25.184Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1653 | 2025-12-24T02:07:25.202Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1654 | 2025-12-24T02:07:25.202Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::boot_order_source_priority
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 1655 | 2025-12-24T02:07:25.202Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::boot_order_source_priority
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1656 | 2025-12-24T02:07:25.202Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1657 | 2025-12-24T02:07:25.202Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1658 | 2025-12-24T02:07:25.234Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1659 | 2025-12-24T02:07:25.234Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
|
| 1660 | 2025-12-24T02:07:25.234Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4545
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
|
| 1661 | 2025-12-24T02:07:25.234Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1662 | 2025-12-24T02:07:25.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 = 804
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 = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1663 | 2025-12-24T02:07:25.246Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1664 | 2025-12-24T02:07:25.246Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1665 | 2025-12-24T02:07:25.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 = 804
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 = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1666 | 2025-12-24T02:07:25.279Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1667 | 2025-12-24T02:07:25.279Z | 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
|
| 1668 | 2025-12-24T02:07:25.279Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1669 | 2025-12-24T02:07:25.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 = 804
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 = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1670 | 2025-12-24T02:07:25.290Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1671 | 2025-12-24T02:07:25.290Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1672 | 2025-12-24T02:07:25.290Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1673 | 2025-12-24T02:07:25.334Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 44
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1674 | 2025-12-24T02:07:25.335Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1675 | 2025-12-24T02:07:25.335Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1676 | 2025-12-24T02:07:25.345Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1677 | 2025-12-24T02:07:25.345Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1678 | 2025-12-24T02:07:25.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 = 804
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 = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1679 | 2025-12-24T02:07:25.402Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 56
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1680 | 2025-12-24T02:07:25.402Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1681 | 2025-12-24T02:07:25.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 = 804
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 = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1682 | 2025-12-24T02:07:25.413Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1683 | 2025-12-24T02:07:25.413Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1684 | 2025-12-24T02:07:25.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 = 804
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 = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1685 | 2025-12-24T02:07:25.467Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 54
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1686 | 2025-12-24T02:07:25.467Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1687 | 2025-12-24T02:07:25.467Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1688 | 2025-12-24T02:07:25.479Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1689 | 2025-12-24T02:07:25.479Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1690 | 2025-12-24T02:07:25.479Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1691 | 2025-12-24T02:07:25.523Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 43
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1692 | 2025-12-24T02:07:25.523Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1693 | 2025-12-24T02:07:25.523Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1694 | 2025-12-24T02:07:25.535Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1695 | 2025-12-24T02:07:25.535Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1696 | 2025-12-24T02:07:25.535Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1697 | 2025-12-24T02:07:25.590Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 55
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1698 | 2025-12-24T02:07:25.590Z | INFO | phd-runner: [TEST - EVENT] Found boot options: {"uiapp": 0, "boot-disk": 1, "unbootable-2": 3, "efi shell": 4, "unbootable": 2}
file = phd-tests/tests/src/boot_order/efi_utils.rs
line = 469
path = phd_tests::boot_order::boot_order_source_priority
target = phd_tests::boot_order::efi_utils
|
| 1699 | 2025-12-24T02:07:25.590Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1700 | 2025-12-24T02:07:25.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 = 804
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 = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1701 | 2025-12-24T02:07:25.602Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1702 | 2025-12-24T02:07:25.602Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1703 | 2025-12-24T02:07:25.602Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1704 | 2025-12-24T02:07:25.635Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1705 | 2025-12-24T02:07:25.635Z | 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
|
| 1706 | 2025-12-24T02:07:25.636Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1707 | 2025-12-24T02:07:25.636Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1708 | 2025-12-24T02:07:25.647Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1709 | 2025-12-24T02:07:25.647Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1710 | 2025-12-24T02:07:25.647Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1711 | 2025-12-24T02:07:25.680Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1712 | 2025-12-24T02:07:25.680Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1713 | 2025-12-24T02:07:25.680Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1714 | 2025-12-24T02:07:25.701Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1715 | 2025-12-24T02:07:25.702Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1716 | 2025-12-24T02:07:25.702Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1717 | 2025-12-24T02:07:25.735Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1718 | 2025-12-24T02:07:25.735Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1719 | 2025-12-24T02:07:25.735Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1720 | 2025-12-24T02:07:25.745Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1721 | 2025-12-24T02:07:25.745Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
|
| 1722 | 2025-12-24T02:07:25.745Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = 300s
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1723 | 2025-12-24T02:07:25.745Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::boot_order_source_priority
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 1724 | 2025-12-24T02:07:25.745Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1725 | 2025-12-24T02:07:25.745Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1726 | 2025-12-24T02:07:32.480Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 6734
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1727 | 2025-12-24T02:07:32.480Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::boot_order_source_priority
step = WriteStr("root")
target = phd_framework::test_vm
|
| 1728 | 2025-12-24T02:07:32.480Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::boot_order_source_priority
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1729 | 2025-12-24T02:07:32.480Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1730 | 2025-12-24T02:07:32.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 = 804
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1731 | 2025-12-24T02:07:32.499Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1732 | 2025-12-24T02:07:32.499Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::boot_order_source_priority
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 1733 | 2025-12-24T02:07:32.500Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::boot_order_source_priority
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1734 | 2025-12-24T02:07:32.500Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1735 | 2025-12-24T02:07:32.500Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1736 | 2025-12-24T02:07:32.533Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1737 | 2025-12-24T02:07:32.533Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
|
| 1738 | 2025-12-24T02:07:32.533Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 6787
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
|
| 1739 | 2025-12-24T02:07:32.533Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1740 | 2025-12-24T02:07:32.533Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1741 | 2025-12-24T02:07:32.543Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1742 | 2025-12-24T02:07:32.543Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1743 | 2025-12-24T02:07:32.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 = 804
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 = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1744 | 2025-12-24T02:07:32.576Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1745 | 2025-12-24T02:07:32.576Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1746 | 2025-12-24T02:07:32.577Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 1747 | 2025-12-24T02:07:32.577Z | INFO | phd-runner: test phd_tests::boot_order::boot_order_source_priority ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
| 1748 | 2025-12-24T02:07:32.577Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 11889
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1749 | 2025-12-24T02:07:32.577Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1750 | 2025-12-24T02:07:32.578Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1077
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1751 | 2025-12-24T02:07:33.247Z | 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 = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1752 | 2025-12-24T02:07:33.324Z | 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 = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1753 | 2025-12-24T02:07:33.324Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-1d751105-68f4-4ce2-b7c9-be430d58bcb8"]
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 = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1754 | 2025-12-24T02:07:33.345Z | 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 = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1755 | 2025-12-24T02:07:33.345Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-4300ca46-9d9a-45a1-8585-352201a1f0d4"]
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 = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1756 | 2025-12-24T02:07:33.359Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 782
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1757 | 2025-12-24T02:07:33.359Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 781
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1758 | 2025-12-24T02:07:33.359Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 13154
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::boot_order::boot_order_source_priority
target = phd_framework::test_vm
vm = boot_order_source_priority
vm_id = e1e4d998-2071-4ea1-b3f5-81b5e3b61d4d
|
| 1759 | 2025-12-24T02:07:33.359Z | 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
|
| 1760 | 2025-12-24T02:07:33.359Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 25845
file = phd-tests/tests/src/boot_order.rs
line = 397
path = phd_tests::boot_order::boot_order_source_priority
target = phd_tests::boot_order
|
| 1761 | 2025-12-24T02:07:33.359Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1762 | 2025-12-24T02:07:33.359Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1763 | 2025-12-24T02:07:33.359Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/boot_order.rs
line = 504
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_tests::boot_order
|
| 1764 | 2025-12-24T02:07:33.359Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 1765 | 2025-12-24T02:07:33.359Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1766 | 2025-12-24T02:07:33.359Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1767 | 2025-12-24T02:07:33.360Z | 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
|
| 1768 | 2025-12-24T02:07:33.366Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::boot_order::nvme_boot_option_description
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 50.0M 1.80T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 1769 | 2025-12-24T02:07:33.366Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-e8573e6d-d28e-42b5-94d3-0f14b996d100"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
verb = snapshot
|
| 1770 | 2025-12-24T02:07:33.377Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-e8573e6d-d28e-42b5-94d3-0f14b996d100", "phd-artifacts/phd-clone-131e6294-17e4-46aa-bdee-d4f3f87848f7"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
verb = clone
|
| 1771 | 2025-12-24T02:07:33.393Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-131e6294-17e4-46aa-bdee-d4f3f87848f7"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
verb = list
|
| 1772 | 2025-12-24T02:07:33.400Z | 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-131e6294-17e4-46aa-bdee-d4f3f87848f7 0B 1.80T 48.9M /phd-artifacts/phd-clone-131e6294-17e4-46aa-bdee-d4f3f87848f7\n
target = phd_framework::zfs
|
| 1773 | 2025-12-24T02:07:33.400Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1774 | 2025-12-24T02:07:33.401Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
verb = list
|
| 1775 | 2025-12-24T02:07:33.407Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::boot_order::nvme_boot_option_description
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 50.6M 1.80T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 1776 | 2025-12-24T02:07:33.407Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2014919a-0f98-4efe-9241-aac26c6bad0c"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
verb = snapshot
|
| 1777 | 2025-12-24T02:07:33.420Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2014919a-0f98-4efe-9241-aac26c6bad0c", "phd-artifacts/phd-clone-cd80570b-b2ed-4f32-971f-54f1a55fb0dc"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
verb = clone
|
| 1778 | 2025-12-24T02:07:33.432Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-cd80570b-b2ed-4f32-971f-54f1a55fb0dc"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
verb = list
|
| 1779 | 2025-12-24T02:07:33.439Z | 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-cd80570b-b2ed-4f32-971f-54f1a55fb0dc 0B 1.80T 48.9M /phd-artifacts/phd-clone-cd80570b-b2ed-4f32-971f-54f1a55fb0dc\n
target = phd_framework::zfs
|
| 1780 | 2025-12-24T02:07:33.439Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
|
| 1781 | 2025-12-24T02:07:33.439Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm_name = nvme_boot_option_description
|
| 1782 | 2025-12-24T02:07:33.439Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 1783 | 2025-12-24T02:07:33.439Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 1784 | 2025-12-24T02:07:33.439Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::boot_order::nvme_boot_option_description
stderr_path = "/tmp/propolis-phd/nvme_boot_option_description.stderr.log"
stdout_path = "/tmp/propolis-phd/nvme_boot_option_description.stdout.log"
target = phd_framework::log_config
|
| 1785 | 2025-12-24T02:07:33.450Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1022
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
|
| 1786 | 2025-12-24T02:07:33.450Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
|
| 1787 | 2025-12-24T02:07:33.450Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 21549957-0310-4191-b382-d991636fd853
|
| 1788 | 2025-12-24T02:07:33.451Z | 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 = 347
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 21549957-0310-4191-b382-d991636fd853
|
| 1789 | 2025-12-24T02:07:33.879Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1790 | 2025-12-24T02:07:33.880Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 21549957-0310-4191-b382-d991636fd853, name: "phd-vm-21549957-0310-4191-b382-d991636fd853", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: e4d974ee-1e2a-4a66-b9e2-666e688eb297, project_id: 9f219621-6bdc-406f-ad18-f9d36ab2e1d6, sled_id: de3bf9b0-7d9c-4596-a453-5acf65ad2625, sled_serial: "de3bf9b0-7d9c-4596-a453-5acf65ad2625", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 406
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 21549957-0310-4191-b382-d991636fd853
|
| 1791 | 2025-12-24T02:07:33.880Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 21549957-0310-4191-b382-d991636fd853
|
| 1792 | 2025-12-24T02:07:33.880Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::boot_order::nvme_boot_option_description
state = Run
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 21549957-0310-4191-b382-d991636fd853
|
| 1793 | 2025-12-24T02:07:33.881Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 21549957-0310-4191-b382-d991636fd853
|
| 1794 | 2025-12-24T02:07:33.881Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
|
| 1795 | 2025-12-24T02:07:33.881Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = 300s
vm = nvme_boot_option_description
vm_id = 21549957-0310-4191-b382-d991636fd853
|
| 1796 | 2025-12-24T02:07:33.881Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::nvme_boot_option_description
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 1797 | 2025-12-24T02:07:33.881Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 21549957-0310-4191-b382-d991636fd853
|
| 1798 | 2025-12-24T02:07:33.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 = 804
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = nvme_boot_option_description
vm_id = 21549957-0310-4191-b382-d991636fd853
|
| 1799 | 2025-12-24T02:07:38.346Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4465
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 21549957-0310-4191-b382-d991636fd853
|
| 1800 | 2025-12-24T02:07:38.346Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::nvme_boot_option_description
step = WriteStr("root")
target = phd_framework::test_vm
|
| 1801 | 2025-12-24T02:07:38.347Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::nvme_boot_option_description
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1802 | 2025-12-24T02:07:38.347Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 21549957-0310-4191-b382-d991636fd853
|
| 1803 | 2025-12-24T02:07:38.347Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = nvme_boot_option_description
vm_id = 21549957-0310-4191-b382-d991636fd853
|
| 1804 | 2025-12-24T02:07:38.365Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 21549957-0310-4191-b382-d991636fd853
|
| 1805 | 2025-12-24T02:07:38.365Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::nvme_boot_option_description
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 1806 | 2025-12-24T02:07:38.365Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::boot_order::nvme_boot_option_description
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1807 | 2025-12-24T02:07:38.365Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 21549957-0310-4191-b382-d991636fd853
|
| 1808 | 2025-12-24T02:07:38.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 = 804
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = nvme_boot_option_description
vm_id = 21549957-0310-4191-b382-d991636fd853
|
| 1809 | 2025-12-24T02:07:38.397Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 21549957-0310-4191-b382-d991636fd853
|
| 1810 | 2025-12-24T02:07:38.397Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
|
| 1811 | 2025-12-24T02:07:38.398Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4516
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
|
| 1812 | 2025-12-24T02:07:38.398Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 21549957-0310-4191-b382-d991636fd853
|
| 1813 | 2025-12-24T02:07:38.398Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 21549957-0310-4191-b382-d991636fd853
|
| 1814 | 2025-12-24T02:07:38.409Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 21549957-0310-4191-b382-d991636fd853
|
| 1815 | 2025-12-24T02:07:38.409Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 21549957-0310-4191-b382-d991636fd853
|
| 1816 | 2025-12-24T02:07:38.409Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 21549957-0310-4191-b382-d991636fd853
|
| 1817 | 2025-12-24T02:07:38.441Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 21549957-0310-4191-b382-d991636fd853
|
| 1818 | 2025-12-24T02:07:38.441Z | 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
|
| 1819 | 2025-12-24T02:07:38.442Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 21549957-0310-4191-b382-d991636fd853
|
| 1820 | 2025-12-24T02:07:38.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 = 804
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 = 21549957-0310-4191-b382-d991636fd853
|
| 1821 | 2025-12-24T02:07:38.453Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 21549957-0310-4191-b382-d991636fd853
|
| 1822 | 2025-12-24T02:07:38.454Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 21549957-0310-4191-b382-d991636fd853
|
| 1823 | 2025-12-24T02:07:38.454Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 21549957-0310-4191-b382-d991636fd853
|
| 1824 | 2025-12-24T02:07:38.498Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 43
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 21549957-0310-4191-b382-d991636fd853
|
| 1825 | 2025-12-24T02:07:38.498Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 21549957-0310-4191-b382-d991636fd853
|
| 1826 | 2025-12-24T02:07:38.498Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 21549957-0310-4191-b382-d991636fd853
|
| 1827 | 2025-12-24T02:07:38.509Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 21549957-0310-4191-b382-d991636fd853
|
| 1828 | 2025-12-24T02:07:38.509Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 21549957-0310-4191-b382-d991636fd853
|
| 1829 | 2025-12-24T02:07:38.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 = 804
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 = 21549957-0310-4191-b382-d991636fd853
|
| 1830 | 2025-12-24T02:07:38.553Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 43
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 21549957-0310-4191-b382-d991636fd853
|
| 1831 | 2025-12-24T02:07:38.554Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 21549957-0310-4191-b382-d991636fd853
|
| 1832 | 2025-12-24T02:07:38.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 = 804
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 = 21549957-0310-4191-b382-d991636fd853
|
| 1833 | 2025-12-24T02:07:38.565Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 21549957-0310-4191-b382-d991636fd853
|
| 1834 | 2025-12-24T02:07:38.565Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 21549957-0310-4191-b382-d991636fd853
|
| 1835 | 2025-12-24T02:07:38.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 = 804
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 = 21549957-0310-4191-b382-d991636fd853
|
| 1836 | 2025-12-24T02:07:38.609Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 44
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 21549957-0310-4191-b382-d991636fd853
|
| 1837 | 2025-12-24T02:07:38.609Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 21549957-0310-4191-b382-d991636fd853
|
| 1838 | 2025-12-24T02:07:38.610Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 21549957-0310-4191-b382-d991636fd853
|
| 1839 | 2025-12-24T02:07:38.621Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 21549957-0310-4191-b382-d991636fd853
|
| 1840 | 2025-12-24T02:07:38.621Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 21549957-0310-4191-b382-d991636fd853
|
| 1841 | 2025-12-24T02:07:38.622Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 21549957-0310-4191-b382-d991636fd853
|
| 1842 | 2025-12-24T02:07:38.677Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 55
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 21549957-0310-4191-b382-d991636fd853
|
| 1843 | 2025-12-24T02:07:38.677Z | INFO | phd-runner: [TEST - EVENT] Found boot options: {"nvme-test-disk": 2, "boot-disk": 1, "efi shell": 3, "uiapp": 0}
file = phd-tests/tests/src/boot_order/efi_utils.rs
line = 469
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_tests::boot_order::efi_utils
|
| 1844 | 2025-12-24T02:07:38.677Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 21549957-0310-4191-b382-d991636fd853
|
| 1845 | 2025-12-24T02:07:38.677Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 21549957-0310-4191-b382-d991636fd853
|
| 1846 | 2025-12-24T02:07:38.687Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 21549957-0310-4191-b382-d991636fd853
|
| 1847 | 2025-12-24T02:07:38.687Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 21549957-0310-4191-b382-d991636fd853
|
| 1848 | 2025-12-24T02:07:38.687Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 21549957-0310-4191-b382-d991636fd853
|
| 1849 | 2025-12-24T02:07:38.731Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 44
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 21549957-0310-4191-b382-d991636fd853
|
| 1850 | 2025-12-24T02:07:38.732Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 21549957-0310-4191-b382-d991636fd853
|
| 1851 | 2025-12-24T02:07:38.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
|
| 1852 | 2025-12-24T02:07:38.732Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4852
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1853 | 2025-12-24T02:07:38.732Z | INFO | phd-runner: test phd_tests::boot_order::nvme_boot_option_description ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
| 1854 | 2025-12-24T02:07:38.732Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1855 | 2025-12-24T02:07:38.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 = 1077
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 21549957-0310-4191-b382-d991636fd853
|
| 1856 | 2025-12-24T02:07:39.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::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 = 21549957-0310-4191-b382-d991636fd853
|
| 1857 | 2025-12-24T02:07:39.334Z | 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 = 21549957-0310-4191-b382-d991636fd853
|
| 1858 | 2025-12-24T02:07:39.334Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-131e6294-17e4-46aa-bdee-d4f3f87848f7"]
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 = 21549957-0310-4191-b382-d991636fd853
|
| 1859 | 2025-12-24T02:07:39.354Z | 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 = 21549957-0310-4191-b382-d991636fd853
|
| 1860 | 2025-12-24T02:07:39.354Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-e8573e6d-d28e-42b5-94d3-0f14b996d100"]
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 = 21549957-0310-4191-b382-d991636fd853
|
| 1861 | 2025-12-24T02:07:39.368Z | 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 = 21549957-0310-4191-b382-d991636fd853
|
| 1862 | 2025-12-24T02:07:39.368Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-cd80570b-b2ed-4f32-971f-54f1a55fb0dc"]
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 = 21549957-0310-4191-b382-d991636fd853
|
| 1863 | 2025-12-24T02:07:39.386Z | 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 = 21549957-0310-4191-b382-d991636fd853
|
| 1864 | 2025-12-24T02:07:39.386Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2014919a-0f98-4efe-9241-aac26c6bad0c"]
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 = 21549957-0310-4191-b382-d991636fd853
|
| 1865 | 2025-12-24T02:07:39.400Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 668
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 21549957-0310-4191-b382-d991636fd853
|
| 1866 | 2025-12-24T02:07:39.400Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 667
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1867 | 2025-12-24T02:07:39.400Z | INFO | phd-runner: Starting test phd_tests::migrate::smoke_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 1868 | 2025-12-24T02:07:39.400Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1869 | 2025-12-24T02:07:39.400Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5950
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = 21549957-0310-4191-b382-d991636fd853
|
| 1870 | 2025-12-24T02:07:39.400Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1871 | 2025-12-24T02:07:39.400Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 6041
file = phd-tests/tests/src/boot_order.rs
line = 504
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_tests::boot_order
|
| 1872 | 2025-12-24T02:07:39.400Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 15
path = phd_tests::migrate::smoke_test
target = phd_tests::migrate
|
| 1873 | 2025-12-24T02:07:39.401Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 1874 | 2025-12-24T02:07:39.401Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1875 | 2025-12-24T02:07:39.401Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1876 | 2025-12-24T02:07:39.401Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::smoke_test
target = phd_framework::zfs
verb = list
|
| 1877 | 2025-12-24T02:07:39.407Z | 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 49.6M 1.80T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 1878 | 2025-12-24T02:07:39.407Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-01c6d042-208d-418b-9680-7484fc66ec1f"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::smoke_test
target = phd_framework::zfs
verb = snapshot
|
| 1879 | 2025-12-24T02:07:39.418Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-01c6d042-208d-418b-9680-7484fc66ec1f", "phd-artifacts/phd-clone-d73ae774-54ff-4401-83c7-6e5b67040143"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::smoke_test
target = phd_framework::zfs
verb = clone
|
| 1880 | 2025-12-24T02:07:39.430Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-d73ae774-54ff-4401-83c7-6e5b67040143"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::smoke_test
target = phd_framework::zfs
verb = list
|
| 1881 | 2025-12-24T02:07:39.436Z | 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-d73ae774-54ff-4401-83c7-6e5b67040143 0B 1.80T 48.9M /phd-artifacts/phd-clone-d73ae774-54ff-4401-83c7-6e5b67040143\n
target = phd_framework::zfs
|
| 1882 | 2025-12-24T02:07:39.437Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
|
| 1883 | 2025-12-24T02:07:39.437Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm_name = migration_smoke
|
| 1884 | 2025-12-24T02:07:39.437Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 1885 | 2025-12-24T02:07:39.437Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 1886 | 2025-12-24T02:07:39.437Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::migrate::smoke_test
stderr_path = "/tmp/propolis-phd/migration_smoke.stderr.log"
stdout_path = "/tmp/propolis-phd/migration_smoke.stdout.log"
target = phd_framework::log_config
|
| 1887 | 2025-12-24T02:07:39.448Z | 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::smoke_test
target = phd_framework::test_vm::server
|
| 1888 | 2025-12-24T02:07:39.448Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
|
| 1889 | 2025-12-24T02:07:39.448Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 0ac23502-2a9c-417a-9494-916ef2756023
|
| 1890 | 2025-12-24T02:07:39.449Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 347
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 0ac23502-2a9c-417a-9494-916ef2756023
|
| 1891 | 2025-12-24T02:07:40.065Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1892 | 2025-12-24T02:07:40.065Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 0ac23502-2a9c-417a-9494-916ef2756023, name: "phd-vm-0ac23502-2a9c-417a-9494-916ef2756023", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: c986982e-8ef4-44a9-afc8-e36e0eef7048, project_id: 14300932-a124-4fea-99c9-9a5377a4c30e, sled_id: 7849b5e0-43b7-49fd-8c71-0b24e21fd4e8, sled_serial: "7849b5e0-43b7-49fd-8c71-0b24e21fd4e8", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 406
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 0ac23502-2a9c-417a-9494-916ef2756023
|
| 1893 | 2025-12-24T02:07:40.065Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 0ac23502-2a9c-417a-9494-916ef2756023
|
| 1894 | 2025-12-24T02:07:40.065Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::migrate::smoke_test
state = Run
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 0ac23502-2a9c-417a-9494-916ef2756023
|
| 1895 | 2025-12-24T02:07:40.066Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 0ac23502-2a9c-417a-9494-916ef2756023
|
| 1896 | 2025-12-24T02:07:40.066Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
|
| 1897 | 2025-12-24T02:07:40.067Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = migration_smoke
vm_id = 0ac23502-2a9c-417a-9494-916ef2756023
|
| 1898 | 2025-12-24T02:07:40.067Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::migrate::smoke_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 1899 | 2025-12-24T02:07:40.067Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 0ac23502-2a9c-417a-9494-916ef2756023
|
| 1900 | 2025-12-24T02:07: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 = 804
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_smoke
vm_id = 0ac23502-2a9c-417a-9494-916ef2756023
|
| 1901 | 2025-12-24T02:07:44.429Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4362
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 0ac23502-2a9c-417a-9494-916ef2756023
|
| 1902 | 2025-12-24T02:07:44.429Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::migrate::smoke_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 1903 | 2025-12-24T02:07:44.429Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::migrate::smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1904 | 2025-12-24T02:07:44.430Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 0ac23502-2a9c-417a-9494-916ef2756023
|
| 1905 | 2025-12-24T02:07:44.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 = 804
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_smoke
vm_id = 0ac23502-2a9c-417a-9494-916ef2756023
|
| 1906 | 2025-12-24T02:07:44.448Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 0ac23502-2a9c-417a-9494-916ef2756023
|
| 1907 | 2025-12-24T02:07:44.448Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::migrate::smoke_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 1908 | 2025-12-24T02:07:44.448Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::migrate::smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 1909 | 2025-12-24T02:07:44.448Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 0ac23502-2a9c-417a-9494-916ef2756023
|
| 1910 | 2025-12-24T02:07: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 = 804
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_smoke
vm_id = 0ac23502-2a9c-417a-9494-916ef2756023
|
| 1911 | 2025-12-24T02:07:44.481Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 0ac23502-2a9c-417a-9494-916ef2756023
|
| 1912 | 2025-12-24T02:07:44.481Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
|
| 1913 | 2025-12-24T02:07:44.481Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4414
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
|
| 1914 | 2025-12-24T02:07:44.481Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 0ac23502-2a9c-417a-9494-916ef2756023
|
| 1915 | 2025-12-24T02:07: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 = 804
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_smoke
vm_id = 0ac23502-2a9c-417a-9494-916ef2756023
|
| 1916 | 2025-12-24T02:07:44.492Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 0ac23502-2a9c-417a-9494-916ef2756023
|
| 1917 | 2025-12-24T02:07:44.492Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 0ac23502-2a9c-417a-9494-916ef2756023
|
| 1918 | 2025-12-24T02:07: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 = 804
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_smoke
vm_id = 0ac23502-2a9c-417a-9494-916ef2756023
|
| 1919 | 2025-12-24T02:07:44.525Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 0ac23502-2a9c-417a-9494-916ef2756023
|
| 1920 | 2025-12-24T02:07:44.525Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 0ac23502-2a9c-417a-9494-916ef2756023
|
| 1921 | 2025-12-24T02:07:44.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 = 804
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_smoke
vm_id = 0ac23502-2a9c-417a-9494-916ef2756023
|
| 1922 | 2025-12-24T02:07:44.537Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 0ac23502-2a9c-417a-9494-916ef2756023
|
| 1923 | 2025-12-24T02:07:44.537Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 0ac23502-2a9c-417a-9494-916ef2756023
|
| 1924 | 2025-12-24T02:07:44.537Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_smoke
vm_id = 0ac23502-2a9c-417a-9494-916ef2756023
|
| 1925 | 2025-12-24T02:07:44.570Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 0ac23502-2a9c-417a-9494-916ef2756023
|
| 1926 | 2025-12-24T02:07:44.570Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 0ac23502-2a9c-417a-9494-916ef2756023
|
| 1927 | 2025-12-24T02:07:44.570Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_smoke
vm_id = 0ac23502-2a9c-417a-9494-916ef2756023
|
| 1928 | 2025-12-24T02:07:44.580Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 0ac23502-2a9c-417a-9494-916ef2756023
|
| 1929 | 2025-12-24T02:07:44.580Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 0ac23502-2a9c-417a-9494-916ef2756023
|
| 1930 | 2025-12-24T02:07:44.580Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_smoke
vm_id = 0ac23502-2a9c-417a-9494-916ef2756023
|
| 1931 | 2025-12-24T02:07:44.613Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 0ac23502-2a9c-417a-9494-916ef2756023
|
| 1932 | 2025-12-24T02:07:44.613Z | 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
|
| 1933 | 2025-12-24T02:07:44.614Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
|
| 1934 | 2025-12-24T02:07:44.614Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm_name = migration_smoke_lifecycle_0
|
| 1935 | 2025-12-24T02:07:44.614Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 1936 | 2025-12-24T02:07:44.614Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 1937 | 2025-12-24T02:07:44.614Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::migrate::smoke_test
stderr_path = "/tmp/propolis-phd/migration_smoke_lifecycle_0.stderr.log"
stdout_path = "/tmp/propolis-phd/migration_smoke_lifecycle_0.stdout.log"
target = phd_framework::log_config
|
| 1938 | 2025-12-24T02:07:44.626Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1033
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm::server
|
| 1939 | 2025-12-24T02:07:44.626Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 12
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
|
| 1940 | 2025-12-24T02:07:44.626Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 501
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 0ac23502-2a9c-417a-9494-916ef2756023
target = phd_framework::test_vm
target_id = 20635449-3732-48e5-a75d-987a0658ebaf
|
| 1941 | 2025-12-24T02:07:44.626Z | 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 = 534
migration_id = 9d505312-d7c9-4c64-a951-121cd261d68d
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 0ac23502-2a9c-417a-9494-916ef2756023
target = phd_framework::test_vm
target_id = 20635449-3732-48e5-a75d-987a0658ebaf
timeout_duration = 45s
|
| 1942 | 2025-12-24T02:07:44.626Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 0ac23502-2a9c-417a-9494-916ef2756023
target = phd_framework::test_vm
target_id = 20635449-3732-48e5-a75d-987a0658ebaf
vm = migration_smoke_lifecycle_0
vm_id = 20635449-3732-48e5-a75d-987a0658ebaf
|
| 1943 | 2025-12-24T02:07:44.627Z | 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 = 347
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 0ac23502-2a9c-417a-9494-916ef2756023
target = phd_framework::test_vm
target_id = 20635449-3732-48e5-a75d-987a0658ebaf
vm = migration_smoke_lifecycle_0
vm_id = 20635449-3732-48e5-a75d-987a0658ebaf
|
| 1944 | 2025-12-24T02:07:45.030Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 20635449-3732-48e5-a75d-987a0658ebaf, name: "phd-vm-20635449-3732-48e5-a75d-987a0658ebaf", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: c986982e-8ef4-44a9-afc8-e36e0eef7048, project_id: 14300932-a124-4fea-99c9-9a5377a4c30e, sled_id: d5f2f0c7-6925-4382-bb24-5e15914fcc59, sled_serial: "d5f2f0c7-6925-4382-bb24-5e15914fcc59", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 406
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 0ac23502-2a9c-417a-9494-916ef2756023
target = phd_framework::test_vm
target_id = 20635449-3732-48e5-a75d-987a0658ebaf
vm = migration_smoke_lifecycle_0
vm_id = 20635449-3732-48e5-a75d-987a0658ebaf
|
| 1945 | 2025-12-24T02:07:45.030Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 555
migration_id = 9d505312-d7c9-4c64-a951-121cd261d68d
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 0ac23502-2a9c-417a-9494-916ef2756023
target = phd_framework::test_vm
target_id = 20635449-3732-48e5-a75d-987a0658ebaf
|
| 1946 | 2025-12-24T02:07:47.329Z | 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":7760}}
target = phd_framework::serial
|
| 1947 | 2025-12-24T02:07:47.917Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 568
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 0ac23502-2a9c-417a-9494-916ef2756023
target = phd_framework::test_vm
target_id = 20635449-3732-48e5-a75d-987a0658ebaf
|
| 1948 | 2025-12-24T02:07:47.917Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2887
file = phd-tests/framework/src/test_vm/mod.rs
line = 555
migration_id = 9d505312-d7c9-4c64-a951-121cd261d68d
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 0ac23502-2a9c-417a-9494-916ef2756023
target = phd_framework::test_vm
target_id = 20635449-3732-48e5-a75d-987a0658ebaf
|
| 1949 | 2025-12-24T02:07:47.919Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 0ac23502-2a9c-417a-9494-916ef2756023
|
| 1950 | 2025-12-24T02:07:47.919Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke_lifecycle_0
vm_id = 20635449-3732-48e5-a75d-987a0658ebaf
|
| 1951 | 2025-12-24T02:07:47.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 = 804
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_smoke_lifecycle_0
vm_id = 20635449-3732-48e5-a75d-987a0658ebaf
|
| 1952 | 2025-12-24T02:07:47.920Z | 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 = 0ac23502-2a9c-417a-9494-916ef2756023
|
| 1953 | 2025-12-24T02:07:48.000Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 80
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 0ac23502-2a9c-417a-9494-916ef2756023
|
| 1954 | 2025-12-24T02:07:48.000Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 80
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke_lifecycle_0
vm_id = 20635449-3732-48e5-a75d-987a0658ebaf
|
| 1955 | 2025-12-24T02:07:48.000Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 8552
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 0ac23502-2a9c-417a-9494-916ef2756023
|
| 1956 | 2025-12-24T02:07:48.000Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke_lifecycle_0
vm_id = 20635449-3732-48e5-a75d-987a0658ebaf
|
| 1957 | 2025-12-24T02:07:48.000Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_smoke_lifecycle_0
vm_id = 20635449-3732-48e5-a75d-987a0658ebaf
|
| 1958 | 2025-12-24T02:07:48.030Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 30
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke_lifecycle_0
vm_id = 20635449-3732-48e5-a75d-987a0658ebaf
|
| 1959 | 2025-12-24T02:07:48.030Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke_lifecycle_0
vm_id = 20635449-3732-48e5-a75d-987a0658ebaf
|
| 1960 | 2025-12-24T02:07:48.031Z | 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
|
| 1961 | 2025-12-24T02:07:48.031Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 7966
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1962 | 2025-12-24T02:07:48.031Z | INFO | phd-runner: test phd_tests::migrate::smoke_test ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
| 1963 | 2025-12-24T02:07:48.031Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1964 | 2025-12-24T02:07:48.032Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1077
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke_lifecycle_0
vm_id = 20635449-3732-48e5-a75d-987a0658ebaf
|
| 1965 | 2025-12-24T02:07:48.570Z | 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 = 20635449-3732-48e5-a75d-987a0658ebaf
|
| 1966 | 2025-12-24T02:07:48.643Z | 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 = 20635449-3732-48e5-a75d-987a0658ebaf
|
| 1967 | 2025-12-24T02:07:48.643Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-d73ae774-54ff-4401-83c7-6e5b67040143"]
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 = 20635449-3732-48e5-a75d-987a0658ebaf
|
| 1968 | 2025-12-24T02:07:48.663Z | 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 = 20635449-3732-48e5-a75d-987a0658ebaf
|
| 1969 | 2025-12-24T02:07:48.663Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-01c6d042-208d-418b-9680-7484fc66ec1f"]
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 = 20635449-3732-48e5-a75d-987a0658ebaf
|
| 1970 | 2025-12-24T02:07:48.677Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 646
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke_lifecycle_0
vm_id = 20635449-3732-48e5-a75d-987a0658ebaf
|
| 1971 | 2025-12-24T02:07:48.677Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 646
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 1972 | 2025-12-24T02:07:48.677Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 4050
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 0ac23502-2a9c-417a-9494-916ef2756023
target = phd_framework::test_vm
target_id = 20635449-3732-48e5-a75d-987a0658ebaf
vm = migration_smoke_lifecycle_0
vm_id = 20635449-3732-48e5-a75d-987a0658ebaf
|
| 1973 | 2025-12-24T02:07:48.677Z | INFO | phd-runner: Starting test phd_tests::migrate::serial_history
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 1974 | 2025-12-24T02:07:48.677Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 4050
file = phd-tests/framework/src/test_vm/mod.rs
line = 501
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 0ac23502-2a9c-417a-9494-916ef2756023
target = phd_framework::test_vm
target_id = 20635449-3732-48e5-a75d-987a0658ebaf
|
| 1975 | 2025-12-24T02:07:48.677Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1976 | 2025-12-24T02:07:48.677Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 9276
file = phd-tests/tests/src/migrate.rs
line = 15
path = phd_tests::migrate::smoke_test
target = phd_tests::migrate
|
| 1977 | 2025-12-24T02:07:48.677Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 1978 | 2025-12-24T02:07:48.677Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 20
path = phd_tests::migrate::serial_history
target = phd_tests::migrate
|
| 1979 | 2025-12-24T02:07:48.677Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 1980 | 2025-12-24T02:07:48.677Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1981 | 2025-12-24T02:07:48.677Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 1982 | 2025-12-24T02:07:48.678Z | 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
|
| 1983 | 2025-12-24T02:07:48.684Z | 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 49.2M 1.80T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 1984 | 2025-12-24T02:07:48.684Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-6adb6c01-16ae-4757-8a3f-dbb5307e2874"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::serial_history
target = phd_framework::zfs
verb = snapshot
|
| 1985 | 2025-12-24T02:07:48.693Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-6adb6c01-16ae-4757-8a3f-dbb5307e2874", "phd-artifacts/phd-clone-f2543e5d-cb54-447c-88d0-7c1426f1b647"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::serial_history
target = phd_framework::zfs
verb = clone
|
| 1986 | 2025-12-24T02:07:48.706Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-f2543e5d-cb54-447c-88d0-7c1426f1b647"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::serial_history
target = phd_framework::zfs
verb = list
|
| 1987 | 2025-12-24T02:07:48.713Z | 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-f2543e5d-cb54-447c-88d0-7c1426f1b647 0B 1.80T 48.9M /phd-artifacts/phd-clone-f2543e5d-cb54-447c-88d0-7c1426f1b647\n
target = phd_framework::zfs
|
| 1988 | 2025-12-24T02:07:48.713Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
|
| 1989 | 2025-12-24T02:07:48.713Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm_name = migration_serial_history
|
| 1990 | 2025-12-24T02:07:48.713Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 1991 | 2025-12-24T02:07:48.714Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 1992 | 2025-12-24T02:07:48.714Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::migrate::serial_history
stderr_path = "/tmp/propolis-phd/migration_serial_history.stderr.log"
stdout_path = "/tmp/propolis-phd/migration_serial_history.stdout.log"
target = phd_framework::log_config
|
| 1993 | 2025-12-24T02:07:48.724Z | 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::serial_history
target = phd_framework::test_vm::server
|
| 1994 | 2025-12-24T02:07:48.724Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
|
| 1995 | 2025-12-24T02:07:48.724Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 3af4fef5-0300-4d1e-bc16-585eb27f61c2
|
| 1996 | 2025-12-24T02:07:48.725Z | 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 = 347
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 3af4fef5-0300-4d1e-bc16-585eb27f61c2
|
| 1997 | 2025-12-24T02:07:49.182Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 1998 | 2025-12-24T02:07:49.183Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 3af4fef5-0300-4d1e-bc16-585eb27f61c2, name: "phd-vm-3af4fef5-0300-4d1e-bc16-585eb27f61c2", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: cf3cc6a0-15bc-4860-90d5-8aaa46596421, project_id: 51e76a78-70b8-4e7e-a5c0-e8c828bde7e0, sled_id: 00f11348-f51b-44c9-8830-a6294e814802, sled_serial: "00f11348-f51b-44c9-8830-a6294e814802", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 406
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 3af4fef5-0300-4d1e-bc16-585eb27f61c2
|
| 1999 | 2025-12-24T02:07:49.183Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 3af4fef5-0300-4d1e-bc16-585eb27f61c2
|
| 2000 | 2025-12-24T02:07:49.183Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::migrate::serial_history
state = Run
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 3af4fef5-0300-4d1e-bc16-585eb27f61c2
|
| 2001 | 2025-12-24T02:07:49.184Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 3af4fef5-0300-4d1e-bc16-585eb27f61c2
|
| 2002 | 2025-12-24T02:07:49.184Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
|
| 2003 | 2025-12-24T02:07:49.184Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
timeout_duration = 300s
vm = migration_serial_history
vm_id = 3af4fef5-0300-4d1e-bc16-585eb27f61c2
|
| 2004 | 2025-12-24T02:07:49.185Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::migrate::serial_history
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 2005 | 2025-12-24T02:07:49.185Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 3af4fef5-0300-4d1e-bc16-585eb27f61c2
|
| 2006 | 2025-12-24T02:07:49.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 = 804
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_serial_history
vm_id = 3af4fef5-0300-4d1e-bc16-585eb27f61c2
|
| 2007 | 2025-12-24T02:07:53.576Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4391
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 3af4fef5-0300-4d1e-bc16-585eb27f61c2
|
| 2008 | 2025-12-24T02:07:53.576Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::migrate::serial_history
step = WriteStr("root")
target = phd_framework::test_vm
|
| 2009 | 2025-12-24T02:07:53.577Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::migrate::serial_history
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2010 | 2025-12-24T02:07:53.577Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 3af4fef5-0300-4d1e-bc16-585eb27f61c2
|
| 2011 | 2025-12-24T02:07:53.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 = 804
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_serial_history
vm_id = 3af4fef5-0300-4d1e-bc16-585eb27f61c2
|
| 2012 | 2025-12-24T02:07:53.595Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 3af4fef5-0300-4d1e-bc16-585eb27f61c2
|
| 2013 | 2025-12-24T02:07:53.595Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::migrate::serial_history
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 2014 | 2025-12-24T02:07:53.595Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::migrate::serial_history
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2015 | 2025-12-24T02:07:53.595Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 3af4fef5-0300-4d1e-bc16-585eb27f61c2
|
| 2016 | 2025-12-24T02:07:53.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 = 804
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_serial_history
vm_id = 3af4fef5-0300-4d1e-bc16-585eb27f61c2
|
| 2017 | 2025-12-24T02:07:53.628Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 3af4fef5-0300-4d1e-bc16-585eb27f61c2
|
| 2018 | 2025-12-24T02:07:53.628Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
|
| 2019 | 2025-12-24T02:07:53.628Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4443
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
|
| 2020 | 2025-12-24T02:07:53.628Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 3af4fef5-0300-4d1e-bc16-585eb27f61c2
|
| 2021 | 2025-12-24T02:07:53.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 = 804
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_serial_history
vm_id = 3af4fef5-0300-4d1e-bc16-585eb27f61c2
|
| 2022 | 2025-12-24T02:07:53.639Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 3af4fef5-0300-4d1e-bc16-585eb27f61c2
|
| 2023 | 2025-12-24T02:07:53.639Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 3af4fef5-0300-4d1e-bc16-585eb27f61c2
|
| 2024 | 2025-12-24T02:07:53.639Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_serial_history
vm_id = 3af4fef5-0300-4d1e-bc16-585eb27f61c2
|
| 2025 | 2025-12-24T02:07:53.672Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 3af4fef5-0300-4d1e-bc16-585eb27f61c2
|
| 2026 | 2025-12-24T02:07:53.677Z | 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
|
| 2027 | 2025-12-24T02:07:53.677Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
|
| 2028 | 2025-12-24T02:07:53.677Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm_name = migration_serial_history_lifecycle_0
|
| 2029 | 2025-12-24T02:07:53.677Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 2030 | 2025-12-24T02:07:53.677Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 2031 | 2025-12-24T02:07:53.677Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::migrate::serial_history
stderr_path = "/tmp/propolis-phd/migration_serial_history_lifecycle_0.stderr.log"
stdout_path = "/tmp/propolis-phd/migration_serial_history_lifecycle_0.stdout.log"
target = phd_framework::log_config
|
| 2032 | 2025-12-24T02:07:53.688Z | 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::serial_history
target = phd_framework::test_vm::server
|
| 2033 | 2025-12-24T02:07:53.688Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
|
| 2034 | 2025-12-24T02:07:53.688Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 501
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 3af4fef5-0300-4d1e-bc16-585eb27f61c2
target = phd_framework::test_vm
target_id = f3081232-a296-4896-8048-6a59feb7320d
|
| 2035 | 2025-12-24T02:07:53.688Z | 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 = 534
migration_id = 436a256b-cdd5-4985-b691-e38fc0249592
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 3af4fef5-0300-4d1e-bc16-585eb27f61c2
target = phd_framework::test_vm
target_id = f3081232-a296-4896-8048-6a59feb7320d
timeout_duration = 45s
|
| 2036 | 2025-12-24T02:07:53.688Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 3af4fef5-0300-4d1e-bc16-585eb27f61c2
target = phd_framework::test_vm
target_id = f3081232-a296-4896-8048-6a59feb7320d
vm = migration_serial_history_lifecycle_0
vm_id = f3081232-a296-4896-8048-6a59feb7320d
|
| 2037 | 2025-12-24T02:07:53.689Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9002/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 347
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 3af4fef5-0300-4d1e-bc16-585eb27f61c2
target = phd_framework::test_vm
target_id = f3081232-a296-4896-8048-6a59feb7320d
vm = migration_serial_history_lifecycle_0
vm_id = f3081232-a296-4896-8048-6a59feb7320d
|
| 2038 | 2025-12-24T02:07:54.051Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: f3081232-a296-4896-8048-6a59feb7320d, name: "phd-vm-f3081232-a296-4896-8048-6a59feb7320d", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: cf3cc6a0-15bc-4860-90d5-8aaa46596421, project_id: 51e76a78-70b8-4e7e-a5c0-e8c828bde7e0, sled_id: b36a2c19-5e47-4b38-be01-646d8fc0aab2, sled_serial: "b36a2c19-5e47-4b38-be01-646d8fc0aab2", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 406
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 3af4fef5-0300-4d1e-bc16-585eb27f61c2
target = phd_framework::test_vm
target_id = f3081232-a296-4896-8048-6a59feb7320d
vm = migration_serial_history_lifecycle_0
vm_id = f3081232-a296-4896-8048-6a59feb7320d
|
| 2039 | 2025-12-24T02:07:54.052Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 555
migration_id = 436a256b-cdd5-4985-b691-e38fc0249592
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 3af4fef5-0300-4d1e-bc16-585eb27f61c2
target = phd_framework::test_vm
target_id = f3081232-a296-4896-8048-6a59feb7320d
|
| 2040 | 2025-12-24T02:07:56.322Z | 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":7727}}
target = phd_framework::serial
|
| 2041 | 2025-12-24T02:07:56.522Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 568
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 3af4fef5-0300-4d1e-bc16-585eb27f61c2
target = phd_framework::test_vm
target_id = f3081232-a296-4896-8048-6a59feb7320d
|
| 2042 | 2025-12-24T02:07:56.522Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2470
file = phd-tests/framework/src/test_vm/mod.rs
line = 555
migration_id = 436a256b-cdd5-4985-b691-e38fc0249592
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 3af4fef5-0300-4d1e-bc16-585eb27f61c2
target = phd_framework::test_vm
target_id = f3081232-a296-4896-8048-6a59feb7320d
|
| 2043 | 2025-12-24T02:07:56.524Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 3af4fef5-0300-4d1e-bc16-585eb27f61c2
|
| 2044 | 2025-12-24T02:07:56.525Z | 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 = 3af4fef5-0300-4d1e-bc16-585eb27f61c2
|
| 2045 | 2025-12-24T02:07:56.604Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 80
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 3af4fef5-0300-4d1e-bc16-585eb27f61c2
|
| 2046 | 2025-12-24T02:07:56.605Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 7880
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 3af4fef5-0300-4d1e-bc16-585eb27f61c2
|
| 2047 | 2025-12-24T02:07:56.607Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_lifecycle_0
vm_id = f3081232-a296-4896-8048-6a59feb7320d
|
| 2048 | 2025-12-24T02:07:56.607Z | 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
|
| 2049 | 2025-12-24T02:07:56.607Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 7424
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2050 | 2025-12-24T02:07:56.607Z | INFO | phd-runner: test phd_tests::migrate::serial_history ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
| 2051 | 2025-12-24T02:07:56.607Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2052 | 2025-12-24T02:07:56.608Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1077
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_lifecycle_0
vm_id = f3081232-a296-4896-8048-6a59feb7320d
|
| 2053 | 2025-12-24T02:07:57.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::migrate::serial_history
self.address = 127.0.0.1:9002
target = phd_framework::test_vm::server
vm = migration_serial_history_lifecycle_0
vm_id = f3081232-a296-4896-8048-6a59feb7320d
|
| 2054 | 2025-12-24T02:07:57.394Z | 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 = f3081232-a296-4896-8048-6a59feb7320d
|
| 2055 | 2025-12-24T02:07:57.394Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-f2543e5d-cb54-447c-88d0-7c1426f1b647"]
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 = f3081232-a296-4896-8048-6a59feb7320d
|
| 2056 | 2025-12-24T02:07:57.415Z | 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 = f3081232-a296-4896-8048-6a59feb7320d
|
| 2057 | 2025-12-24T02:07:57.415Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-6adb6c01-16ae-4757-8a3f-dbb5307e2874"]
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 = f3081232-a296-4896-8048-6a59feb7320d
|
| 2058 | 2025-12-24T02:07:57.429Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 821
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_lifecycle_0
vm_id = f3081232-a296-4896-8048-6a59feb7320d
|
| 2059 | 2025-12-24T02:07:57.429Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 821
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2060 | 2025-12-24T02:07:57.429Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 3740
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 3af4fef5-0300-4d1e-bc16-585eb27f61c2
target = phd_framework::test_vm
target_id = f3081232-a296-4896-8048-6a59feb7320d
vm = migration_serial_history_lifecycle_0
vm_id = f3081232-a296-4896-8048-6a59feb7320d
|
| 2061 | 2025-12-24T02:07:57.429Z | INFO | phd-runner: Starting test phd_tests::migrate::multiple_migrations
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 2062 | 2025-12-24T02:07:57.429Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2063 | 2025-12-24T02:07:57.429Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 3740
file = phd-tests/framework/src/test_vm/mod.rs
line = 501
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 3af4fef5-0300-4d1e-bc16-585eb27f61c2
target = phd_framework::test_vm
target_id = f3081232-a296-4896-8048-6a59feb7320d
|
| 2064 | 2025-12-24T02:07:57.429Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2065 | 2025-12-24T02:07:57.429Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 8751
file = phd-tests/tests/src/migrate.rs
line = 20
path = phd_tests::migrate::serial_history
target = phd_tests::migrate
|
| 2066 | 2025-12-24T02:07:57.429Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 295
path = phd_tests::migrate::multiple_migrations
target = phd_tests::migrate
|
| 2067 | 2025-12-24T02:07:57.429Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 2068 | 2025-12-24T02:07:57.429Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2069 | 2025-12-24T02:07:57.429Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2070 | 2025-12-24T02:07:57.429Z | 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
|
| 2071 | 2025-12-24T02:07:57.436Z | 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 49.2M 1.80T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 2072 | 2025-12-24T02:07:57.436Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-43ab2b87-0402-4dd8-8c56-ed9515bba558"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::multiple_migrations
target = phd_framework::zfs
verb = snapshot
|
| 2073 | 2025-12-24T02:07:57.447Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-43ab2b87-0402-4dd8-8c56-ed9515bba558", "phd-artifacts/phd-clone-27b232fe-9084-4166-a562-e92116d0c123"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::multiple_migrations
target = phd_framework::zfs
verb = clone
|
| 2074 | 2025-12-24T02:07:57.460Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-27b232fe-9084-4166-a562-e92116d0c123"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::multiple_migrations
target = phd_framework::zfs
verb = list
|
| 2075 | 2025-12-24T02:07:57.466Z | 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-27b232fe-9084-4166-a562-e92116d0c123 0B 1.80T 48.9M /phd-artifacts/phd-clone-27b232fe-9084-4166-a562-e92116d0c123\n
target = phd_framework::zfs
|
| 2076 | 2025-12-24T02:07:57.467Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
|
| 2077 | 2025-12-24T02:07:57.467Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm_name = multiple_migrations_0
|
| 2078 | 2025-12-24T02:07:57.467Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 2079 | 2025-12-24T02:07:57.467Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 2080 | 2025-12-24T02:07:57.467Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::migrate::multiple_migrations
stderr_path = "/tmp/propolis-phd/multiple_migrations_0.stderr.log"
stdout_path = "/tmp/propolis-phd/multiple_migrations_0.stdout.log"
target = phd_framework::log_config
|
| 2081 | 2025-12-24T02:07:57.477Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1052
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm::server
|
| 2082 | 2025-12-24T02:07:57.478Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
|
| 2083 | 2025-12-24T02:07:57.478Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
|
| 2084 | 2025-12-24T02:07:57.478Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm_name = multiple_migrations_1
|
| 2085 | 2025-12-24T02:07:57.478Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 2086 | 2025-12-24T02:07:57.478Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 2087 | 2025-12-24T02:07:57.478Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::migrate::multiple_migrations
stderr_path = "/tmp/propolis-phd/multiple_migrations_1.stderr.log"
stdout_path = "/tmp/propolis-phd/multiple_migrations_1.stdout.log"
target = phd_framework::log_config
|
| 2088 | 2025-12-24T02:07:57.485Z | 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::multiple_migrations
target = phd_framework::test_vm::server
|
| 2089 | 2025-12-24T02:07:57.486Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 7
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
|
| 2090 | 2025-12-24T02:07:57.486Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
|
| 2091 | 2025-12-24T02:07:57.486Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm_name = multiple_migrations_2
|
| 2092 | 2025-12-24T02:07:57.486Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 2093 | 2025-12-24T02:07:57.486Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 2094 | 2025-12-24T02:07:57.486Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::migrate::multiple_migrations
stderr_path = "/tmp/propolis-phd/multiple_migrations_2.stderr.log"
stdout_path = "/tmp/propolis-phd/multiple_migrations_2.stdout.log"
target = phd_framework::log_config
|
| 2095 | 2025-12-24T02:07:57.493Z | 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::multiple_migrations
target = phd_framework::test_vm::server
|
| 2096 | 2025-12-24T02:07:57.494Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 7
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
|
| 2097 | 2025-12-24T02:07:57.494Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = bb62176a-5f46-4f2a-b350-e67975229ad4
|
| 2098 | 2025-12-24T02:07:57.527Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2099 | 2025-12-24T02:07:57.528Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: bb62176a-5f46-4f2a-b350-e67975229ad4, name: "phd-vm-bb62176a-5f46-4f2a-b350-e67975229ad4", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: c1b62776-aa42-47a5-b9dc-7a32477b7a53, project_id: 21d921c2-1279-4d20-874a-ecbbec8d5f77, sled_id: 4b94804f-4701-43cf-853c-1abcf6ede453, sled_serial: "4b94804f-4701-43cf-853c-1abcf6ede453", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 406
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = bb62176a-5f46-4f2a-b350-e67975229ad4
|
| 2100 | 2025-12-24T02:07:57.528Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = bb62176a-5f46-4f2a-b350-e67975229ad4
|
| 2101 | 2025-12-24T02:07:57.528Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::migrate::multiple_migrations
state = Run
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = bb62176a-5f46-4f2a-b350-e67975229ad4
|
| 2102 | 2025-12-24T02:07:57.528Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = bb62176a-5f46-4f2a-b350-e67975229ad4
|
| 2103 | 2025-12-24T02:07:57.529Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
|
| 2104 | 2025-12-24T02:07:57.529Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = 300s
vm = multiple_migrations_0
vm_id = bb62176a-5f46-4f2a-b350-e67975229ad4
|
| 2105 | 2025-12-24T02:07:57.529Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::migrate::multiple_migrations
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 2106 | 2025-12-24T02:07:57.529Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = bb62176a-5f46-4f2a-b350-e67975229ad4
|
| 2107 | 2025-12-24T02:07:57.529Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = multiple_migrations_0
vm_id = bb62176a-5f46-4f2a-b350-e67975229ad4
|
| 2108 | 2025-12-24T02:08:01.878Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4349
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = bb62176a-5f46-4f2a-b350-e67975229ad4
|
| 2109 | 2025-12-24T02:08:01.879Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::migrate::multiple_migrations
step = WriteStr("root")
target = phd_framework::test_vm
|
| 2110 | 2025-12-24T02:08:01.879Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::migrate::multiple_migrations
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2111 | 2025-12-24T02:08:01.879Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = bb62176a-5f46-4f2a-b350-e67975229ad4
|
| 2112 | 2025-12-24T02:08:01.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 = 804
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = multiple_migrations_0
vm_id = bb62176a-5f46-4f2a-b350-e67975229ad4
|
| 2113 | 2025-12-24T02:08:01.897Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = bb62176a-5f46-4f2a-b350-e67975229ad4
|
| 2114 | 2025-12-24T02:08:01.897Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::migrate::multiple_migrations
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 2115 | 2025-12-24T02:08:01.897Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::migrate::multiple_migrations
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2116 | 2025-12-24T02:08:01.897Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = bb62176a-5f46-4f2a-b350-e67975229ad4
|
| 2117 | 2025-12-24T02:08:01.897Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = multiple_migrations_0
vm_id = bb62176a-5f46-4f2a-b350-e67975229ad4
|
| 2118 | 2025-12-24T02:08:01.929Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = bb62176a-5f46-4f2a-b350-e67975229ad4
|
| 2119 | 2025-12-24T02:08:01.929Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
|
| 2120 | 2025-12-24T02:08:01.929Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4400
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
|
| 2121 | 2025-12-24T02:08:01.929Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 501
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = bb62176a-5f46-4f2a-b350-e67975229ad4
target = phd_framework::test_vm
target_id = 013fd8a9-73bf-429d-ba83-44067f9b754c
|
| 2122 | 2025-12-24T02:08:01.930Z | 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 = 534
migration_id = e37f53c2-6ee0-44e4-b0c0-cb32420e28ee
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = bb62176a-5f46-4f2a-b350-e67975229ad4
target = phd_framework::test_vm
target_id = 013fd8a9-73bf-429d-ba83-44067f9b754c
timeout_duration = 45s
|
| 2123 | 2025-12-24T02:08:01.930Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = bb62176a-5f46-4f2a-b350-e67975229ad4
target = phd_framework::test_vm
target_id = 013fd8a9-73bf-429d-ba83-44067f9b754c
vm = multiple_migrations_1
vm_id = 013fd8a9-73bf-429d-ba83-44067f9b754c
|
| 2124 | 2025-12-24T02:08:01.961Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 013fd8a9-73bf-429d-ba83-44067f9b754c, name: "phd-vm-013fd8a9-73bf-429d-ba83-44067f9b754c", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: c1b62776-aa42-47a5-b9dc-7a32477b7a53, project_id: 21d921c2-1279-4d20-874a-ecbbec8d5f77, sled_id: 29aeae57-0dfb-48d7-9dbe-a49a7a282765, sled_serial: "29aeae57-0dfb-48d7-9dbe-a49a7a282765", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 406
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = bb62176a-5f46-4f2a-b350-e67975229ad4
target = phd_framework::test_vm
target_id = 013fd8a9-73bf-429d-ba83-44067f9b754c
vm = multiple_migrations_1
vm_id = 013fd8a9-73bf-429d-ba83-44067f9b754c
|
| 2125 | 2025-12-24T02:08:01.961Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 555
migration_id = e37f53c2-6ee0-44e4-b0c0-cb32420e28ee
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = bb62176a-5f46-4f2a-b350-e67975229ad4
target = phd_framework::test_vm
target_id = 013fd8a9-73bf-429d-ba83-44067f9b754c
|
| 2126 | 2025-12-24T02:08:04.045Z | 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
|
| 2127 | 2025-12-24T02:08:04.884Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 568
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = bb62176a-5f46-4f2a-b350-e67975229ad4
target = phd_framework::test_vm
target_id = 013fd8a9-73bf-429d-ba83-44067f9b754c
|
| 2128 | 2025-12-24T02:08:04.884Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2923
file = phd-tests/framework/src/test_vm/mod.rs
line = 555
migration_id = e37f53c2-6ee0-44e4-b0c0-cb32420e28ee
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = bb62176a-5f46-4f2a-b350-e67975229ad4
target = phd_framework::test_vm
target_id = 013fd8a9-73bf-429d-ba83-44067f9b754c
|
| 2129 | 2025-12-24T02:08:04.884Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_1
vm_id = 013fd8a9-73bf-429d-ba83-44067f9b754c
|
| 2130 | 2025-12-24T02:08:04.884Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = multiple_migrations_1
vm_id = 013fd8a9-73bf-429d-ba83-44067f9b754c
|
| 2131 | 2025-12-24T02:08:04.896Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_1
vm_id = 013fd8a9-73bf-429d-ba83-44067f9b754c
|
| 2132 | 2025-12-24T02:08:04.896Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_1
vm_id = 013fd8a9-73bf-429d-ba83-44067f9b754c
|
| 2133 | 2025-12-24T02:08:04.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 = 804
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = multiple_migrations_1
vm_id = 013fd8a9-73bf-429d-ba83-44067f9b754c
|
| 2134 | 2025-12-24T02:08:04.928Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_1
vm_id = 013fd8a9-73bf-429d-ba83-44067f9b754c
|
| 2135 | 2025-12-24T02:08:04.928Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 501
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = 013fd8a9-73bf-429d-ba83-44067f9b754c
target = phd_framework::test_vm
target_id = 8a9c9669-e9df-4399-a11b-d070d1b01a7d
|
| 2136 | 2025-12-24T02:08:04.928Z | 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 = 534
migration_id = 2819ccd6-cfbc-4774-966e-78bc39eec1cc
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = 013fd8a9-73bf-429d-ba83-44067f9b754c
target = phd_framework::test_vm
target_id = 8a9c9669-e9df-4399-a11b-d070d1b01a7d
timeout_duration = 45s
|
| 2137 | 2025-12-24T02:08:04.928Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = 013fd8a9-73bf-429d-ba83-44067f9b754c
target = phd_framework::test_vm
target_id = 8a9c9669-e9df-4399-a11b-d070d1b01a7d
vm = multiple_migrations_2
vm_id = 8a9c9669-e9df-4399-a11b-d070d1b01a7d
|
| 2138 | 2025-12-24T02:08:04.959Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 8a9c9669-e9df-4399-a11b-d070d1b01a7d, name: "phd-vm-8a9c9669-e9df-4399-a11b-d070d1b01a7d", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: c1b62776-aa42-47a5-b9dc-7a32477b7a53, project_id: 21d921c2-1279-4d20-874a-ecbbec8d5f77, sled_id: 7af32220-c174-405e-8314-d47013a7e4bd, sled_serial: "7af32220-c174-405e-8314-d47013a7e4bd", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 406
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = 013fd8a9-73bf-429d-ba83-44067f9b754c
target = phd_framework::test_vm
target_id = 8a9c9669-e9df-4399-a11b-d070d1b01a7d
vm = multiple_migrations_2
vm_id = 8a9c9669-e9df-4399-a11b-d070d1b01a7d
|
| 2139 | 2025-12-24T02:08:04.959Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 555
migration_id = 2819ccd6-cfbc-4774-966e-78bc39eec1cc
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = 013fd8a9-73bf-429d-ba83-44067f9b754c
target = phd_framework::test_vm
target_id = 8a9c9669-e9df-4399-a11b-d070d1b01a7d
|
| 2140 | 2025-12-24T02:08:07.033Z | 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":7699}}
target = phd_framework::serial
|
| 2141 | 2025-12-24T02:08:07.337Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 568
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = 013fd8a9-73bf-429d-ba83-44067f9b754c
target = phd_framework::test_vm
target_id = 8a9c9669-e9df-4399-a11b-d070d1b01a7d
|
| 2142 | 2025-12-24T02:08:07.337Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2378
file = phd-tests/framework/src/test_vm/mod.rs
line = 555
migration_id = 2819ccd6-cfbc-4774-966e-78bc39eec1cc
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = 013fd8a9-73bf-429d-ba83-44067f9b754c
target = phd_framework::test_vm
target_id = 8a9c9669-e9df-4399-a11b-d070d1b01a7d
|
| 2143 | 2025-12-24T02:08:07.337Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = 8a9c9669-e9df-4399-a11b-d070d1b01a7d
|
| 2144 | 2025-12-24T02:08:07.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 = 804
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = multiple_migrations_2
vm_id = 8a9c9669-e9df-4399-a11b-d070d1b01a7d
|
| 2145 | 2025-12-24T02:08:07.348Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = 8a9c9669-e9df-4399-a11b-d070d1b01a7d
|
| 2146 | 2025-12-24T02:08:07.348Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = 8a9c9669-e9df-4399-a11b-d070d1b01a7d
|
| 2147 | 2025-12-24T02:08:07.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 = 804
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = multiple_migrations_2
vm_id = 8a9c9669-e9df-4399-a11b-d070d1b01a7d
|
| 2148 | 2025-12-24T02:08:07.383Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 34
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = 8a9c9669-e9df-4399-a11b-d070d1b01a7d
|
| 2149 | 2025-12-24T02:08:07.383Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = 8a9c9669-e9df-4399-a11b-d070d1b01a7d
|
| 2150 | 2025-12-24T02:08:07.383Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_1
vm_id = 013fd8a9-73bf-429d-ba83-44067f9b754c
|
| 2151 | 2025-12-24T02:08:07.383Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = bb62176a-5f46-4f2a-b350-e67975229ad4
|
| 2152 | 2025-12-24T02:08:07.383Z | 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
|
| 2153 | 2025-12-24T02:08:07.383Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 9856
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2154 | 2025-12-24T02:08:07.383Z | INFO | phd-runner: test phd_tests::migrate::multiple_migrations ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
| 2155 | 2025-12-24T02:08:07.384Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2156 | 2025-12-24T02:08:07.384Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1077
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = 8a9c9669-e9df-4399-a11b-d070d1b01a7d
|
| 2157 | 2025-12-24T02:08:07.385Z | 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 = 013fd8a9-73bf-429d-ba83-44067f9b754c
|
| 2158 | 2025-12-24T02:08:07.385Z | 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 = bb62176a-5f46-4f2a-b350-e67975229ad4
|
| 2159 | 2025-12-24T02:08:07.449Z | 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 = 8a9c9669-e9df-4399-a11b-d070d1b01a7d
|
| 2160 | 2025-12-24T02:08:07.453Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 70
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_1
vm_id = 013fd8a9-73bf-429d-ba83-44067f9b754c
|
| 2161 | 2025-12-24T02:08:07.453Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5523
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = bb62176a-5f46-4f2a-b350-e67975229ad4
target = phd_framework::test_vm
target_id = 013fd8a9-73bf-429d-ba83-44067f9b754c
vm = multiple_migrations_1
vm_id = 013fd8a9-73bf-429d-ba83-44067f9b754c
|
| 2162 | 2025-12-24T02:08:07.453Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 5523
file = phd-tests/framework/src/test_vm/mod.rs
line = 501
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = bb62176a-5f46-4f2a-b350-e67975229ad4
target = phd_framework::test_vm
target_id = 013fd8a9-73bf-429d-ba83-44067f9b754c
|
| 2163 | 2025-12-24T02:08:07.519Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 135
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = bb62176a-5f46-4f2a-b350-e67975229ad4
|
| 2164 | 2025-12-24T02:08:07.519Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 10025
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = bb62176a-5f46-4f2a-b350-e67975229ad4
|
| 2165 | 2025-12-24T02:08:07.580Z | 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 = 8a9c9669-e9df-4399-a11b-d070d1b01a7d
|
| 2166 | 2025-12-24T02:08:07.580Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-27b232fe-9084-4166-a562-e92116d0c123"]
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 = 8a9c9669-e9df-4399-a11b-d070d1b01a7d
|
| 2167 | 2025-12-24T02:08:07.599Z | 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 = 8a9c9669-e9df-4399-a11b-d070d1b01a7d
|
| 2168 | 2025-12-24T02:08:07.599Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-43ab2b87-0402-4dd8-8c56-ed9515bba558"]
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 = 8a9c9669-e9df-4399-a11b-d070d1b01a7d
|
| 2169 | 2025-12-24T02:08:07.615Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 231
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = 8a9c9669-e9df-4399-a11b-d070d1b01a7d
|
| 2170 | 2025-12-24T02:08:07.615Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 2686
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = 013fd8a9-73bf-429d-ba83-44067f9b754c
target = phd_framework::test_vm
target_id = 8a9c9669-e9df-4399-a11b-d070d1b01a7d
vm = multiple_migrations_2
vm_id = 8a9c9669-e9df-4399-a11b-d070d1b01a7d
|
| 2171 | 2025-12-24T02:08:07.615Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 231
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2172 | 2025-12-24T02:08:07.615Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 2686
file = phd-tests/framework/src/test_vm/mod.rs
line = 501
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = 013fd8a9-73bf-429d-ba83-44067f9b754c
target = phd_framework::test_vm
target_id = 8a9c9669-e9df-4399-a11b-d070d1b01a7d
|
| 2173 | 2025-12-24T02:08:07.615Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 10185
file = phd-tests/tests/src/migrate.rs
line = 295
path = phd_tests::migrate::multiple_migrations
target = phd_tests::migrate
|
| 2174 | 2025-12-24T02:08:07.615Z | 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
|
| 2175 | 2025-12-24T02:08:07.615Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2176 | 2025-12-24T02:08:07.615Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2177 | 2025-12-24T02:08:07.615Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 379
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_tests::migrate
|
| 2178 | 2025-12-24T02:08:07.615Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 2179 | 2025-12-24T02:08:07.615Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2180 | 2025-12-24T02:08:07.615Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2181 | 2025-12-24T02:08:07.615Z | 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
|
| 2182 | 2025-12-24T02:08:07.622Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::migration_ensures_instance_metadata
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 50.1M 1.80T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 2183 | 2025-12-24T02:08:07.622Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-360c66ea-3c38-48a5-92a7-22807edb5407"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::zfs
verb = snapshot
|
| 2184 | 2025-12-24T02:08:07.633Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-360c66ea-3c38-48a5-92a7-22807edb5407", "phd-artifacts/phd-clone-cd8206b1-5885-43a3-bf6d-7371704cd4d4"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::zfs
verb = clone
|
| 2185 | 2025-12-24T02:08:07.645Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-cd8206b1-5885-43a3-bf6d-7371704cd4d4"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::zfs
verb = list
|
| 2186 | 2025-12-24T02:08:07.651Z | 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-cd8206b1-5885-43a3-bf6d-7371704cd4d4 0B 1.80T 48.9M /phd-artifacts/phd-clone-cd8206b1-5885-43a3-bf6d-7371704cd4d4\n
target = phd_framework::zfs
|
| 2187 | 2025-12-24T02:08:07.652Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
|
| 2188 | 2025-12-24T02:08:07.652Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm_name = migration_ensures_instance_metadata_source
|
| 2189 | 2025-12-24T02:08:07.652Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 2190 | 2025-12-24T02:08:07.652Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 2191 | 2025-12-24T02:08:07.652Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::migrate::migration_ensures_instance_metadata
stderr_path = "/tmp/propolis-phd/migration_ensures_instance_metadata_source.stderr.log"
stdout_path = "/tmp/propolis-phd/migration_ensures_instance_metadata_source.stdout.log"
target = phd_framework::log_config
|
| 2192 | 2025-12-24T02:08:07.663Z | 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::migration_ensures_instance_metadata
target = phd_framework::test_vm::server
|
| 2193 | 2025-12-24T02:08:07.663Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
|
| 2194 | 2025-12-24T02:08:07.663Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
|
| 2195 | 2025-12-24T02:08:07.664Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm_name = migration_ensures_instance_metadata_target
|
| 2196 | 2025-12-24T02:08:07.664Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 2197 | 2025-12-24T02:08:07.664Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 2198 | 2025-12-24T02:08:07.664Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::migrate::migration_ensures_instance_metadata
stderr_path = "/tmp/propolis-phd/migration_ensures_instance_metadata_target.stderr.log"
stdout_path = "/tmp/propolis-phd/migration_ensures_instance_metadata_target.stdout.log"
target = phd_framework::log_config
|
| 2199 | 2025-12-24T02:08:07.671Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1065
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
|
| 2200 | 2025-12-24T02:08:07.671Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 7
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
|
| 2201 | 2025-12-24T02:08:07.671Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = af1eeb78-a4e1-4b7e-bc02-ddc0531fd72a
|
| 2202 | 2025-12-24T02:08:07.672Z | 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 = 347
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = af1eeb78-a4e1-4b7e-bc02-ddc0531fd72a
|
| 2203 | 2025-12-24T02:08:08.214Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2204 | 2025-12-24T02:08:08.215Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: af1eeb78-a4e1-4b7e-bc02-ddc0531fd72a, name: "phd-vm-af1eeb78-a4e1-4b7e-bc02-ddc0531fd72a", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 4921347e-9fb7-4136-aeee-5e249ff8e2c6, project_id: 41cd894d-8493-46d9-9fea-99648f642950, sled_id: 98e34c7f-36ac-43d2-abc0-bf0d4b8151be, sled_serial: "98e34c7f-36ac-43d2-abc0-bf0d4b8151be", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 406
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = af1eeb78-a4e1-4b7e-bc02-ddc0531fd72a
|
| 2205 | 2025-12-24T02:08:08.215Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = af1eeb78-a4e1-4b7e-bc02-ddc0531fd72a
|
| 2206 | 2025-12-24T02:08:08.215Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::migrate::migration_ensures_instance_metadata
state = Run
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = af1eeb78-a4e1-4b7e-bc02-ddc0531fd72a
|
| 2207 | 2025-12-24T02:08:08.216Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = af1eeb78-a4e1-4b7e-bc02-ddc0531fd72a
|
| 2208 | 2025-12-24T02:08:08.216Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
|
| 2209 | 2025-12-24T02:08:08.216Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
timeout_duration = 300s
vm = migration_ensures_instance_metadata_source
vm_id = af1eeb78-a4e1-4b7e-bc02-ddc0531fd72a
|
| 2210 | 2025-12-24T02:08:08.216Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::migrate::migration_ensures_instance_metadata
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 2211 | 2025-12-24T02:08:08.216Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = af1eeb78-a4e1-4b7e-bc02-ddc0531fd72a
|
| 2212 | 2025-12-24T02:08:08.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 = 804
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_ensures_instance_metadata_source
vm_id = af1eeb78-a4e1-4b7e-bc02-ddc0531fd72a
|
| 2213 | 2025-12-24T02:08:12.596Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4380
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = af1eeb78-a4e1-4b7e-bc02-ddc0531fd72a
|
| 2214 | 2025-12-24T02:08:12.596Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::migrate::migration_ensures_instance_metadata
step = WriteStr("root")
target = phd_framework::test_vm
|
| 2215 | 2025-12-24T02:08:12.596Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::migrate::migration_ensures_instance_metadata
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2216 | 2025-12-24T02:08:12.596Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = af1eeb78-a4e1-4b7e-bc02-ddc0531fd72a
|
| 2217 | 2025-12-24T02:08:12.596Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_ensures_instance_metadata_source
vm_id = af1eeb78-a4e1-4b7e-bc02-ddc0531fd72a
|
| 2218 | 2025-12-24T02:08:12.614Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = af1eeb78-a4e1-4b7e-bc02-ddc0531fd72a
|
| 2219 | 2025-12-24T02:08:12.614Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::migrate::migration_ensures_instance_metadata
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 2220 | 2025-12-24T02:08:12.615Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::migrate::migration_ensures_instance_metadata
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2221 | 2025-12-24T02:08:12.615Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = af1eeb78-a4e1-4b7e-bc02-ddc0531fd72a
|
| 2222 | 2025-12-24T02:08: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 = 804
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_ensures_instance_metadata_source
vm_id = af1eeb78-a4e1-4b7e-bc02-ddc0531fd72a
|
| 2223 | 2025-12-24T02:08:12.647Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = af1eeb78-a4e1-4b7e-bc02-ddc0531fd72a
|
| 2224 | 2025-12-24T02:08:12.648Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
|
| 2225 | 2025-12-24T02:08:12.648Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4431
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
|
| 2226 | 2025-12-24T02:08:12.648Z | INFO | phd-runner: [GET_SPEC - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 488
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = af1eeb78-a4e1-4b7e-bc02-ddc0531fd72a
|
| 2227 | 2025-12-24T02:08:12.648Z | INFO | phd-runner: [GET_SPEC - EVENT] Sending instance spec get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 490
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = af1eeb78-a4e1-4b7e-bc02-ddc0531fd72a
|
| 2228 | 2025-12-24T02:08:12.649Z | INFO | phd-runner: [GET_SPEC - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 488
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = af1eeb78-a4e1-4b7e-bc02-ddc0531fd72a
|
| 2229 | 2025-12-24T02:08:12.649Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 501
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = af1eeb78-a4e1-4b7e-bc02-ddc0531fd72a
target = phd_framework::test_vm
target_id = f16fd12e-1a23-45f3-9872-2f8ab5397c6b
|
| 2230 | 2025-12-24T02:08:12.650Z | 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 = 534
migration_id = 26868add-adc2-4210-ad58-d9113842a472
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = af1eeb78-a4e1-4b7e-bc02-ddc0531fd72a
target = phd_framework::test_vm
target_id = f16fd12e-1a23-45f3-9872-2f8ab5397c6b
timeout_duration = 45s
|
| 2231 | 2025-12-24T02:08:12.650Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = af1eeb78-a4e1-4b7e-bc02-ddc0531fd72a
target = phd_framework::test_vm
target_id = f16fd12e-1a23-45f3-9872-2f8ab5397c6b
vm = migration_ensures_instance_metadata_target
vm_id = f16fd12e-1a23-45f3-9872-2f8ab5397c6b
|
| 2232 | 2025-12-24T02:08:12.680Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: f16fd12e-1a23-45f3-9872-2f8ab5397c6b, name: "phd-vm-f16fd12e-1a23-45f3-9872-2f8ab5397c6b", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 4921347e-9fb7-4136-aeee-5e249ff8e2c6, project_id: 41cd894d-8493-46d9-9fea-99648f642950, sled_id: d8b70393-ae92-4364-a800-03ee7e8fa77d, sled_serial: "d8b70393-ae92-4364-a800-03ee7e8fa77d", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 406
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = af1eeb78-a4e1-4b7e-bc02-ddc0531fd72a
target = phd_framework::test_vm
target_id = f16fd12e-1a23-45f3-9872-2f8ab5397c6b
vm = migration_ensures_instance_metadata_target
vm_id = f16fd12e-1a23-45f3-9872-2f8ab5397c6b
|
| 2233 | 2025-12-24T02:08:12.681Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 555
migration_id = 26868add-adc2-4210-ad58-d9113842a472
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = af1eeb78-a4e1-4b7e-bc02-ddc0531fd72a
target = phd_framework::test_vm
target_id = f16fd12e-1a23-45f3-9872-2f8ab5397c6b
|
| 2234 | 2025-12-24T02:08:14.978Z | 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
|
| 2235 | 2025-12-24T02:08:15.486Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 568
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = af1eeb78-a4e1-4b7e-bc02-ddc0531fd72a
target = phd_framework::test_vm
target_id = f16fd12e-1a23-45f3-9872-2f8ab5397c6b
|
| 2236 | 2025-12-24T02:08:15.486Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2805
file = phd-tests/framework/src/test_vm/mod.rs
line = 555
migration_id = 26868add-adc2-4210-ad58-d9113842a472
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = af1eeb78-a4e1-4b7e-bc02-ddc0531fd72a
target = phd_framework::test_vm
target_id = f16fd12e-1a23-45f3-9872-2f8ab5397c6b
|
| 2237 | 2025-12-24T02:08:15.486Z | INFO | phd-runner: [GET_SPEC - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 488
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_target
vm_id = f16fd12e-1a23-45f3-9872-2f8ab5397c6b
|
| 2238 | 2025-12-24T02:08:15.486Z | INFO | phd-runner: [GET_SPEC - EVENT] Sending instance spec get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 490
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_target
vm_id = f16fd12e-1a23-45f3-9872-2f8ab5397c6b
|
| 2239 | 2025-12-24T02:08:15.488Z | INFO | phd-runner: [GET_SPEC - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 488
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_target
vm_id = f16fd12e-1a23-45f3-9872-2f8ab5397c6b
|
| 2240 | 2025-12-24T02:08:15.488Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_target
vm_id = f16fd12e-1a23-45f3-9872-2f8ab5397c6b
|
| 2241 | 2025-12-24T02:08:15.488Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = af1eeb78-a4e1-4b7e-bc02-ddc0531fd72a
|
| 2242 | 2025-12-24T02:08:15.488Z | 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
|
| 2243 | 2025-12-24T02:08:15.488Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 7274
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2244 | 2025-12-24T02:08:15.488Z | INFO | phd-runner: test phd_tests::migrate::migration_ensures_instance_metadata ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
| 2245 | 2025-12-24T02:08:15.488Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2246 | 2025-12-24T02:08:15.489Z | 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 = af1eeb78-a4e1-4b7e-bc02-ddc0531fd72a
|
| 2247 | 2025-12-24T02:08:15.565Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 76
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = af1eeb78-a4e1-4b7e-bc02-ddc0531fd72a
|
| 2248 | 2025-12-24T02:08:15.565Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 7893
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = af1eeb78-a4e1-4b7e-bc02-ddc0531fd72a
|
| 2249 | 2025-12-24T02:08:15.565Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1077
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_target
vm_id = f16fd12e-1a23-45f3-9872-2f8ab5397c6b
|
| 2250 | 2025-12-24T02:08:15.825Z | 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 = f16fd12e-1a23-45f3-9872-2f8ab5397c6b
|
| 2251 | 2025-12-24T02:08:15.897Z | 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 = f16fd12e-1a23-45f3-9872-2f8ab5397c6b
|
| 2252 | 2025-12-24T02:08:15.897Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-cd8206b1-5885-43a3-bf6d-7371704cd4d4"]
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 = f16fd12e-1a23-45f3-9872-2f8ab5397c6b
|
| 2253 | 2025-12-24T02:08:15.916Z | 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 = f16fd12e-1a23-45f3-9872-2f8ab5397c6b
|
| 2254 | 2025-12-24T02:08:15.917Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-360c66ea-3c38-48a5-92a7-22807edb5407"]
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 = f16fd12e-1a23-45f3-9872-2f8ab5397c6b
|
| 2255 | 2025-12-24T02:08:15.931Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 442
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_target
vm_id = f16fd12e-1a23-45f3-9872-2f8ab5397c6b
|
| 2256 | 2025-12-24T02:08:15.931Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 3281
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = af1eeb78-a4e1-4b7e-bc02-ddc0531fd72a
target = phd_framework::test_vm
target_id = f16fd12e-1a23-45f3-9872-2f8ab5397c6b
vm = migration_ensures_instance_metadata_target
vm_id = f16fd12e-1a23-45f3-9872-2f8ab5397c6b
|
| 2257 | 2025-12-24T02:08:15.931Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 442
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2258 | 2025-12-24T02:08:15.931Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 3281
file = phd-tests/framework/src/test_vm/mod.rs
line = 501
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = af1eeb78-a4e1-4b7e-bc02-ddc0531fd72a
target = phd_framework::test_vm
target_id = f16fd12e-1a23-45f3-9872-2f8ab5397c6b
|
| 2259 | 2025-12-24T02:08:15.931Z | 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
|
| 2260 | 2025-12-24T02:08:15.931Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 8316
file = phd-tests/tests/src/migrate.rs
line = 379
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_tests::migrate
|
| 2261 | 2025-12-24T02:08:15.931Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2262 | 2025-12-24T02:08:15.931Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2263 | 2025-12-24T02:08:15.931Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 424
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_tests::migrate
|
| 2264 | 2025-12-24T02:08:15.931Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 2265 | 2025-12-24T02:08:15.931Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2266 | 2025-12-24T02:08:15.932Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2267 | 2025-12-24T02:08:15.932Z | 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
|
| 2268 | 2025-12-24T02:08:15.939Z | 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 49.6M 1.80T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 2269 | 2025-12-24T02:08:15.939Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-36eeec8d-e280-4cb8-9fdc-d2bdade7d0be"]
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
|
| 2270 | 2025-12-24T02:08:15.949Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-36eeec8d-e280-4cb8-9fdc-d2bdade7d0be", "phd-artifacts/phd-clone-ed6d464c-d6f0-4169-ab15-5912067d53ca"]
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
|
| 2271 | 2025-12-24T02:08:15.962Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-ed6d464c-d6f0-4169-ab15-5912067d53ca"]
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
|
| 2272 | 2025-12-24T02:08:15.968Z | 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-ed6d464c-d6f0-4169-ab15-5912067d53ca 0B 1.80T 48.9M /phd-artifacts/phd-clone-ed6d464c-d6f0-4169-ab15-5912067d53ca\n
target = phd_framework::zfs
|
| 2273 | 2025-12-24T02:08:15.968Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
|
| 2274 | 2025-12-24T02:08:15.968Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm_name = vm_reaches_destroyed_after_migration_out_source
|
| 2275 | 2025-12-24T02:08:15.968Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 2276 | 2025-12-24T02:08:15.968Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 2277 | 2025-12-24T02:08:15.969Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
stderr_path = "/tmp/propolis-phd/vm_reaches_destroyed_after_migration_out_source.stderr.log"
stdout_path = "/tmp/propolis-phd/vm_reaches_destroyed_after_migration_out_source.stdout.log"
target = phd_framework::log_config
|
| 2278 | 2025-12-24T02:08:15.979Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1074
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
|
| 2279 | 2025-12-24T02:08:15.979Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
|
| 2280 | 2025-12-24T02:08:15.979Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
|
| 2281 | 2025-12-24T02:08:15.979Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm_name = vm_reaches_destroyed_after_migration_out_target
|
| 2282 | 2025-12-24T02:08:15.980Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 2283 | 2025-12-24T02:08:15.980Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 2284 | 2025-12-24T02:08:15.980Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
stderr_path = "/tmp/propolis-phd/vm_reaches_destroyed_after_migration_out_target.stderr.log"
stdout_path = "/tmp/propolis-phd/vm_reaches_destroyed_after_migration_out_target.stdout.log"
target = phd_framework::log_config
|
| 2285 | 2025-12-24T02:08:15.988Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1075
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
|
| 2286 | 2025-12-24T02:08:15.988Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 8
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
|
| 2287 | 2025-12-24T02:08:15.988Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
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 = 00b9e93f-d58e-4cdf-82ae-907e4241cde5
|
| 2288 | 2025-12-24T02:08:15.988Z | 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 = 347
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 = 00b9e93f-d58e-4cdf-82ae-907e4241cde5
|
| 2289 | 2025-12-24T02:08:16.439Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2290 | 2025-12-24T02:08:16.440Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 00b9e93f-d58e-4cdf-82ae-907e4241cde5, name: "phd-vm-00b9e93f-d58e-4cdf-82ae-907e4241cde5", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: b1f1feb6-7444-4426-bcd5-ad22a79b66d0, project_id: 2996a9ca-fd52-4f0f-aa70-d31fc3e05162, sled_id: e8931c53-4e0a-4241-8335-34b6de93a647, sled_serial: "e8931c53-4e0a-4241-8335-34b6de93a647", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 406
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 = 00b9e93f-d58e-4cdf-82ae-907e4241cde5
|
| 2291 | 2025-12-24T02:08:16.440Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
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 = 00b9e93f-d58e-4cdf-82ae-907e4241cde5
|
| 2292 | 2025-12-24T02:08:16.440Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
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 = 00b9e93f-d58e-4cdf-82ae-907e4241cde5
|
| 2293 | 2025-12-24T02:08:16.441Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
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 = 00b9e93f-d58e-4cdf-82ae-907e4241cde5
|
| 2294 | 2025-12-24T02:08:16.441Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
|
| 2295 | 2025-12-24T02:08:16.441Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
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 = 00b9e93f-d58e-4cdf-82ae-907e4241cde5
|
| 2296 | 2025-12-24T02:08:16.441Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 2297 | 2025-12-24T02:08:16.441Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
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 = 00b9e93f-d58e-4cdf-82ae-907e4241cde5
|
| 2298 | 2025-12-24T02:08:16.441Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 00b9e93f-d58e-4cdf-82ae-907e4241cde5
|
| 2299 | 2025-12-24T02:08:20.805Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4363
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
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 = 00b9e93f-d58e-4cdf-82ae-907e4241cde5
|
| 2300 | 2025-12-24T02:08:20.805Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
step = WriteStr("root")
target = phd_framework::test_vm
|
| 2301 | 2025-12-24T02:08:20.805Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2302 | 2025-12-24T02:08:20.805Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
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 = 00b9e93f-d58e-4cdf-82ae-907e4241cde5
|
| 2303 | 2025-12-24T02:08:20.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 = 804
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 = 00b9e93f-d58e-4cdf-82ae-907e4241cde5
|
| 2304 | 2025-12-24T02:08:20.823Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
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 = 00b9e93f-d58e-4cdf-82ae-907e4241cde5
|
| 2305 | 2025-12-24T02:08:20.823Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 2306 | 2025-12-24T02:08:20.823Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2307 | 2025-12-24T02:08:20.823Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
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 = 00b9e93f-d58e-4cdf-82ae-907e4241cde5
|
| 2308 | 2025-12-24T02:08:20.823Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 00b9e93f-d58e-4cdf-82ae-907e4241cde5
|
| 2309 | 2025-12-24T02:08:20.856Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
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 = 00b9e93f-d58e-4cdf-82ae-907e4241cde5
|
| 2310 | 2025-12-24T02:08:20.856Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
|
| 2311 | 2025-12-24T02:08:20.856Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4415
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
|
| 2312 | 2025-12-24T02:08:20.856Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 501
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
source = vm_reaches_destroyed_after_migration_out_source
source_id = 00b9e93f-d58e-4cdf-82ae-907e4241cde5
target = phd_framework::test_vm
target_id = 50619e9f-0906-4873-bcfe-98d79f100e7c
|
| 2313 | 2025-12-24T02:08:20.856Z | 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 = 534
migration_id = 9a68e73b-5c7f-4eea-8336-0aad28abab22
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
source = vm_reaches_destroyed_after_migration_out_source
source_id = 00b9e93f-d58e-4cdf-82ae-907e4241cde5
target = phd_framework::test_vm
target_id = 50619e9f-0906-4873-bcfe-98d79f100e7c
timeout_duration = 45s
|
| 2314 | 2025-12-24T02:08:20.856Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
source = vm_reaches_destroyed_after_migration_out_source
source_id = 00b9e93f-d58e-4cdf-82ae-907e4241cde5
target = phd_framework::test_vm
target_id = 50619e9f-0906-4873-bcfe-98d79f100e7c
vm = vm_reaches_destroyed_after_migration_out_target
vm_id = 50619e9f-0906-4873-bcfe-98d79f100e7c
|
| 2315 | 2025-12-24T02:08:20.887Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 50619e9f-0906-4873-bcfe-98d79f100e7c, name: "phd-vm-50619e9f-0906-4873-bcfe-98d79f100e7c", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: b1f1feb6-7444-4426-bcd5-ad22a79b66d0, project_id: 2996a9ca-fd52-4f0f-aa70-d31fc3e05162, sled_id: 5b5387a0-163d-461d-8d89-5d42bb863b89, sled_serial: "5b5387a0-163d-461d-8d89-5d42bb863b89", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 406
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
source = vm_reaches_destroyed_after_migration_out_source
source_id = 00b9e93f-d58e-4cdf-82ae-907e4241cde5
target = phd_framework::test_vm
target_id = 50619e9f-0906-4873-bcfe-98d79f100e7c
vm = vm_reaches_destroyed_after_migration_out_target
vm_id = 50619e9f-0906-4873-bcfe-98d79f100e7c
|
| 2316 | 2025-12-24T02:08:20.887Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 555
migration_id = 9a68e73b-5c7f-4eea-8336-0aad28abab22
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
source = vm_reaches_destroyed_after_migration_out_source
source_id = 00b9e93f-d58e-4cdf-82ae-907e4241cde5
target = phd_framework::test_vm
target_id = 50619e9f-0906-4873-bcfe-98d79f100e7c
|
| 2317 | 2025-12-24T02:08:23.180Z | 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
|
| 2318 | 2025-12-24T02:08:23.625Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 568
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
source = vm_reaches_destroyed_after_migration_out_source
source_id = 00b9e93f-d58e-4cdf-82ae-907e4241cde5
target = phd_framework::test_vm
target_id = 50619e9f-0906-4873-bcfe-98d79f100e7c
|
| 2319 | 2025-12-24T02:08:23.625Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2738
file = phd-tests/framework/src/test_vm/mod.rs
line = 555
migration_id = 9a68e73b-5c7f-4eea-8336-0aad28abab22
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
source = vm_reaches_destroyed_after_migration_out_source
source_id = 00b9e93f-d58e-4cdf-82ae-907e4241cde5
target = phd_framework::test_vm
target_id = 50619e9f-0906-4873-bcfe-98d79f100e7c
|
| 2320 | 2025-12-24T02:08:23.625Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 680
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 = 00b9e93f-d58e-4cdf-82ae-907e4241cde5
|
| 2321 | 2025-12-24T02:08:23.625Z | 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 = 686
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 = 00b9e93f-d58e-4cdf-82ae-907e4241cde5
|
| 2322 | 2025-12-24T02:08:23.625Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 477
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 = 00b9e93f-d58e-4cdf-82ae-907e4241cde5
|
| 2323 | 2025-12-24T02:08:23.625Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 479
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 = 00b9e93f-d58e-4cdf-82ae-907e4241cde5
|
| 2324 | 2025-12-24T02:08:23.626Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 477
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 = 00b9e93f-d58e-4cdf-82ae-907e4241cde5
|
| 2325 | 2025-12-24T02:08:23.626Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 680
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 = 00b9e93f-d58e-4cdf-82ae-907e4241cde5
|
| 2326 | 2025-12-24T02:08:23.626Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
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 = 50619e9f-0906-4873-bcfe-98d79f100e7c
|
| 2327 | 2025-12-24T02:08:23.626Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
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 = 00b9e93f-d58e-4cdf-82ae-907e4241cde5
|
| 2328 | 2025-12-24T02:08:23.626Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 2329 | 2025-12-24T02:08:23.627Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 7187
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2330 | 2025-12-24T02:08:23.627Z | INFO | phd-runner: test phd_tests::migrate::vm_reaches_destroyed_after_migration_out ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
| 2331 | 2025-12-24T02:08:23.627Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2332 | 2025-12-24T02:08:23.628Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1077
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 = 50619e9f-0906-4873-bcfe-98d79f100e7c
|
| 2333 | 2025-12-24T02:08:23.628Z | 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 = 00b9e93f-d58e-4cdf-82ae-907e4241cde5
|
| 2334 | 2025-12-24T02:08:23.707Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 80
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
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 = 00b9e93f-d58e-4cdf-82ae-907e4241cde5
|
| 2335 | 2025-12-24T02:08:23.707Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 7719
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
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 = 00b9e93f-d58e-4cdf-82ae-907e4241cde5
|
| 2336 | 2025-12-24T02:08:23.709Z | 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 = 50619e9f-0906-4873-bcfe-98d79f100e7c
|
| 2337 | 2025-12-24T02:08:23.779Z | 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 = 50619e9f-0906-4873-bcfe-98d79f100e7c
|
| 2338 | 2025-12-24T02:08:23.779Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-ed6d464c-d6f0-4169-ab15-5912067d53ca"]
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 = 50619e9f-0906-4873-bcfe-98d79f100e7c
|
| 2339 | 2025-12-24T02:08:23.799Z | 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 = 50619e9f-0906-4873-bcfe-98d79f100e7c
|
| 2340 | 2025-12-24T02:08:23.799Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-36eeec8d-e280-4cb8-9fdc-d2bdade7d0be"]
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 = 50619e9f-0906-4873-bcfe-98d79f100e7c
|
| 2341 | 2025-12-24T02:08:23.815Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 188
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
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 = 50619e9f-0906-4873-bcfe-98d79f100e7c
|
| 2342 | 2025-12-24T02:08:23.815Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 2958
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
source = vm_reaches_destroyed_after_migration_out_source
source_id = 00b9e93f-d58e-4cdf-82ae-907e4241cde5
target = phd_framework::test_vm
target_id = 50619e9f-0906-4873-bcfe-98d79f100e7c
vm = vm_reaches_destroyed_after_migration_out_target
vm_id = 50619e9f-0906-4873-bcfe-98d79f100e7c
|
| 2343 | 2025-12-24T02:08:23.815Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 2959
file = phd-tests/framework/src/test_vm/mod.rs
line = 501
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
source = vm_reaches_destroyed_after_migration_out_source
source_id = 00b9e93f-d58e-4cdf-82ae-907e4241cde5
target = phd_framework::test_vm
target_id = 50619e9f-0906-4873-bcfe-98d79f100e7c
|
| 2344 | 2025-12-24T02:08:23.815Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 188
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2345 | 2025-12-24T02:08:23.815Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 7884
file = phd-tests/tests/src/migrate.rs
line = 424
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_tests::migrate
|
| 2346 | 2025-12-24T02:08:23.816Z | 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
|
| 2347 | 2025-12-24T02:08:23.816Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2348 | 2025-12-24T02:08:23.816Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2349 | 2025-12-24T02:08:23.816Z | 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
|
| 2350 | 2025-12-24T02:08:23.816Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 2351 | 2025-12-24T02:08:23.816Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2352 | 2025-12-24T02:08:23.816Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2353 | 2025-12-24T02:08:23.816Z | 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
|
| 2354 | 2025-12-24T02:08:23.823Z | 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 50.5M 1.80T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 2355 | 2025-12-24T02:08:23.823Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-dcbaff45-eaed-47e3-838c-c14fb38a71f8"]
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
|
| 2356 | 2025-12-24T02:08:23.834Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-dcbaff45-eaed-47e3-838c-c14fb38a71f8", "phd-artifacts/phd-clone-fa33c305-6805-4d0e-8852-5cc4e44ee87f"]
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
|
| 2357 | 2025-12-24T02:08:23.847Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-fa33c305-6805-4d0e-8852-5cc4e44ee87f"]
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
|
| 2358 | 2025-12-24T02:08:23.853Z | 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-fa33c305-6805-4d0e-8852-5cc4e44ee87f 0B 1.80T 48.9M /phd-artifacts/phd-clone-fa33c305-6805-4d0e-8852-5cc4e44ee87f\n
target = phd_framework::zfs
|
| 2359 | 2025-12-24T02:08:23.854Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
|
| 2360 | 2025-12-24T02:08:23.854Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm_name = instance_ensure_running_test
|
| 2361 | 2025-12-24T02:08:23.854Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 2362 | 2025-12-24T02:08:23.854Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 2363 | 2025-12-24T02:08:23.854Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::server_state_machine::instance_start_stop_test
stderr_path = "/tmp/propolis-phd/instance_ensure_running_test.stderr.log"
stdout_path = "/tmp/propolis-phd/instance_ensure_running_test.stdout.log"
target = phd_framework::log_config
|
| 2364 | 2025-12-24T02:08:23.864Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1084
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
|
| 2365 | 2025-12-24T02:08:23.865Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
|
| 2366 | 2025-12-24T02:08:23.865Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = 2530e97f-7fbc-41b7-b260-b17aec061027
|
| 2367 | 2025-12-24T02:08:23.865Z | 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 = 347
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = 2530e97f-7fbc-41b7-b260-b17aec061027
|
| 2368 | 2025-12-24T02:08:24.631Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2369 | 2025-12-24T02:08:24.632Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 2530e97f-7fbc-41b7-b260-b17aec061027, name: "phd-vm-2530e97f-7fbc-41b7-b260-b17aec061027", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 4253fc21-9ffc-48a2-b540-a981afe63e66, project_id: 160146eb-b671-47f6-bae3-1774a28362ac, sled_id: 893fbfa5-1f53-4398-bf1f-5c6d94ac6f1b, sled_serial: "893fbfa5-1f53-4398-bf1f-5c6d94ac6f1b", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 406
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = 2530e97f-7fbc-41b7-b260-b17aec061027
|
| 2370 | 2025-12-24T02:08:24.632Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 477
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = 2530e97f-7fbc-41b7-b260-b17aec061027
|
| 2371 | 2025-12-24T02:08:24.632Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 479
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = 2530e97f-7fbc-41b7-b260-b17aec061027
|
| 2372 | 2025-12-24T02:08:24.633Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 477
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = 2530e97f-7fbc-41b7-b260-b17aec061027
|
| 2373 | 2025-12-24T02:08:24.633Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = 2530e97f-7fbc-41b7-b260-b17aec061027
|
| 2374 | 2025-12-24T02:08:24.633Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::server_state_machine::instance_start_stop_test
state = Run
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = 2530e97f-7fbc-41b7-b260-b17aec061027
|
| 2375 | 2025-12-24T02:08:24.634Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = 2530e97f-7fbc-41b7-b260-b17aec061027
|
| 2376 | 2025-12-24T02:08:24.634Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 680
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = 2530e97f-7fbc-41b7-b260-b17aec061027
|
| 2377 | 2025-12-24T02:08:24.634Z | 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 = 686
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = 2530e97f-7fbc-41b7-b260-b17aec061027
|
| 2378 | 2025-12-24T02:08:24.634Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 477
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = 2530e97f-7fbc-41b7-b260-b17aec061027
|
| 2379 | 2025-12-24T02:08:24.634Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 479
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = 2530e97f-7fbc-41b7-b260-b17aec061027
|
| 2380 | 2025-12-24T02:08:24.635Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 477
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = 2530e97f-7fbc-41b7-b260-b17aec061027
|
| 2381 | 2025-12-24T02:08:24.635Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 680
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = 2530e97f-7fbc-41b7-b260-b17aec061027
|
| 2382 | 2025-12-24T02:08:24.635Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = 2530e97f-7fbc-41b7-b260-b17aec061027
|
| 2383 | 2025-12-24T02:08:24.635Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::server_state_machine::instance_start_stop_test
state = Stop
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = 2530e97f-7fbc-41b7-b260-b17aec061027
|
| 2384 | 2025-12-24T02:08:24.636Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = 2530e97f-7fbc-41b7-b260-b17aec061027
|
| 2385 | 2025-12-24T02:08:24.636Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 680
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = 2530e97f-7fbc-41b7-b260-b17aec061027
|
| 2386 | 2025-12-24T02:08:24.636Z | 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 = 686
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = 2530e97f-7fbc-41b7-b260-b17aec061027
|
| 2387 | 2025-12-24T02:08:24.636Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 477
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = 2530e97f-7fbc-41b7-b260-b17aec061027
|
| 2388 | 2025-12-24T02:08:24.636Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 479
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = 2530e97f-7fbc-41b7-b260-b17aec061027
|
| 2389 | 2025-12-24T02:08:24.637Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 477
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = 2530e97f-7fbc-41b7-b260-b17aec061027
|
| 2390 | 2025-12-24T02:08:24.639Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial websocket closed
file = phd-tests/framework/src/serial/mod.rs
line = 271
target = phd_framework::serial
|
| 2391 | 2025-12-24T02:08:24.639Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 7
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2392 | 2025-12-24T02:08:25.102Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 477
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = 2530e97f-7fbc-41b7-b260-b17aec061027
|
| 2393 | 2025-12-24T02:08:25.102Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 479
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = 2530e97f-7fbc-41b7-b260-b17aec061027
|
| 2394 | 2025-12-24T02:08:25.104Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 477
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = 2530e97f-7fbc-41b7-b260-b17aec061027
|
| 2395 | 2025-12-24T02:08:25.104Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 467
file = phd-tests/framework/src/test_vm/mod.rs
line = 680
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = 2530e97f-7fbc-41b7-b260-b17aec061027
|
| 2396 | 2025-12-24T02:08:25.104Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = 2530e97f-7fbc-41b7-b260-b17aec061027
|
| 2397 | 2025-12-24T02:08:25.104Z | INFO | phd-runner: test phd_tests::server_state_machine::instance_start_stop_test ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
| 2398 | 2025-12-24T02:08:25.104Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2399 | 2025-12-24T02:08:25.105Z | 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 = 2530e97f-7fbc-41b7-b260-b17aec061027
|
| 2400 | 2025-12-24T02:08:25.180Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::zfs
vm = instance_ensure_running_test
vm_id = 2530e97f-7fbc-41b7-b260-b17aec061027
|
| 2401 | 2025-12-24T02:08:25.180Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-fa33c305-6805-4d0e-8852-5cc4e44ee87f"]
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 = 2530e97f-7fbc-41b7-b260-b17aec061027
|
| 2402 | 2025-12-24T02:08:25.207Z | 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 = 2530e97f-7fbc-41b7-b260-b17aec061027
|
| 2403 | 2025-12-24T02:08:25.207Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-dcbaff45-eaed-47e3-838c-c14fb38a71f8"]
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 = 2530e97f-7fbc-41b7-b260-b17aec061027
|
| 2404 | 2025-12-24T02:08:25.225Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 121
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = 2530e97f-7fbc-41b7-b260-b17aec061027
|
| 2405 | 2025-12-24T02:08:25.225Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 1360
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = 2530e97f-7fbc-41b7-b260-b17aec061027
|
| 2406 | 2025-12-24T02:08:25.225Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 120
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2407 | 2025-12-24T02:08:25.225Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 1409
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
|
| 2408 | 2025-12-24T02:08:25.225Z | 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
|
| 2409 | 2025-12-24T02:08:25.225Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2410 | 2025-12-24T02:08:25.225Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2411 | 2025-12-24T02:08:25.225Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/server_state_machine.rs
line = 32
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_tests::server_state_machine
|
| 2412 | 2025-12-24T02:08:25.226Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 2413 | 2025-12-24T02:08:25.226Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2414 | 2025-12-24T02:08:25.226Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2415 | 2025-12-24T02:08:25.226Z | 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
|
| 2416 | 2025-12-24T02:08:25.232Z | 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 50.6M 1.80T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 2417 | 2025-12-24T02:08:25.232Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-08f9d108-f98e-46ab-bef0-c510e35f6cf1"]
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
|
| 2418 | 2025-12-24T02:08:25.242Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-08f9d108-f98e-46ab-bef0-c510e35f6cf1", "phd-artifacts/phd-clone-e1b78df7-63c3-4439-b295-22fa8ea43e81"]
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
|
| 2419 | 2025-12-24T02:08:25.258Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-e1b78df7-63c3-4439-b295-22fa8ea43e81"]
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
|
| 2420 | 2025-12-24T02:08:25.265Z | 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-e1b78df7-63c3-4439-b295-22fa8ea43e81 0B 1.80T 48.9M /phd-artifacts/phd-clone-e1b78df7-63c3-4439-b295-22fa8ea43e81\n
target = phd_framework::zfs
|
| 2421 | 2025-12-24T02:08:25.265Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
|
| 2422 | 2025-12-24T02:08:25.265Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm_name = instance_stop_causes_destroy_test
|
| 2423 | 2025-12-24T02:08:25.265Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 2424 | 2025-12-24T02:08:25.265Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 2425 | 2025-12-24T02:08:25.265Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
stderr_path = "/tmp/propolis-phd/instance_stop_causes_destroy_test.stderr.log"
stdout_path = "/tmp/propolis-phd/instance_stop_causes_destroy_test.stdout.log"
target = phd_framework::log_config
|
| 2426 | 2025-12-24T02:08:25.277Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1092
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
|
| 2427 | 2025-12-24T02:08:25.277Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
|
| 2428 | 2025-12-24T02:08:25.277Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = f15230e3-290d-4c73-b783-8f3b0fc98940
|
| 2429 | 2025-12-24T02:08:25.277Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 347
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = f15230e3-290d-4c73-b783-8f3b0fc98940
|
| 2430 | 2025-12-24T02:08:26.043Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2431 | 2025-12-24T02:08:26.044Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: f15230e3-290d-4c73-b783-8f3b0fc98940, name: "phd-vm-f15230e3-290d-4c73-b783-8f3b0fc98940", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 2d9f26cc-24a6-440f-85c7-8419ef6b072b, project_id: 7602554c-d5f7-4c9f-bb9e-7f12f45271a6, sled_id: 32a4674a-fb9b-49eb-a56e-e43cb772f608, sled_serial: "32a4674a-fb9b-49eb-a56e-e43cb772f608", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 406
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = f15230e3-290d-4c73-b783-8f3b0fc98940
|
| 2432 | 2025-12-24T02:08:26.044Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = f15230e3-290d-4c73-b783-8f3b0fc98940
|
| 2433 | 2025-12-24T02:08:26.044Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
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 = f15230e3-290d-4c73-b783-8f3b0fc98940
|
| 2434 | 2025-12-24T02:08:26.045Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = f15230e3-290d-4c73-b783-8f3b0fc98940
|
| 2435 | 2025-12-24T02:08:26.045Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = f15230e3-290d-4c73-b783-8f3b0fc98940
|
| 2436 | 2025-12-24T02:08:26.045Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
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 = f15230e3-290d-4c73-b783-8f3b0fc98940
|
| 2437 | 2025-12-24T02:08:26.046Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = f15230e3-290d-4c73-b783-8f3b0fc98940
|
| 2438 | 2025-12-24T02:08:26.046Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 680
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = f15230e3-290d-4c73-b783-8f3b0fc98940
|
| 2439 | 2025-12-24T02:08:26.046Z | 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 = 686
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = f15230e3-290d-4c73-b783-8f3b0fc98940
|
| 2440 | 2025-12-24T02:08:26.046Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 477
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = f15230e3-290d-4c73-b783-8f3b0fc98940
|
| 2441 | 2025-12-24T02:08:26.046Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 479
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = f15230e3-290d-4c73-b783-8f3b0fc98940
|
| 2442 | 2025-12-24T02:08:26.047Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 477
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = f15230e3-290d-4c73-b783-8f3b0fc98940
|
| 2443 | 2025-12-24T02:08:26.049Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial websocket closed
file = phd-tests/framework/src/serial/mod.rs
line = 271
target = phd_framework::serial
|
| 2444 | 2025-12-24T02:08:26.049Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 5
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2445 | 2025-12-24T02:08:26.415Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 477
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = f15230e3-290d-4c73-b783-8f3b0fc98940
|
| 2446 | 2025-12-24T02:08:26.415Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 479
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = f15230e3-290d-4c73-b783-8f3b0fc98940
|
| 2447 | 2025-12-24T02:08:26.416Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 477
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = f15230e3-290d-4c73-b783-8f3b0fc98940
|
| 2448 | 2025-12-24T02:08:26.417Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 370
file = phd-tests/framework/src/test_vm/mod.rs
line = 680
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = f15230e3-290d-4c73-b783-8f3b0fc98940
|
| 2449 | 2025-12-24T02:08:26.417Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = f15230e3-290d-4c73-b783-8f3b0fc98940
|
| 2450 | 2025-12-24T02:08:26.417Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
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 = f15230e3-290d-4c73-b783-8f3b0fc98940
|
| 2451 | 2025-12-24T02:08:26.417Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = f15230e3-290d-4c73-b783-8f3b0fc98940
|
| 2452 | 2025-12-24T02:08:26.417Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = f15230e3-290d-4c73-b783-8f3b0fc98940
|
| 2453 | 2025-12-24T02:08:26.418Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
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 = f15230e3-290d-4c73-b783-8f3b0fc98940
|
| 2454 | 2025-12-24T02:08:26.418Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = f15230e3-290d-4c73-b783-8f3b0fc98940
|
| 2455 | 2025-12-24T02:08:26.418Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = f15230e3-290d-4c73-b783-8f3b0fc98940
|
| 2456 | 2025-12-24T02:08:26.418Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
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 = f15230e3-290d-4c73-b783-8f3b0fc98940
|
| 2457 | 2025-12-24T02:08:26.419Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = f15230e3-290d-4c73-b783-8f3b0fc98940
|
| 2458 | 2025-12-24T02:08:26.419Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = f15230e3-290d-4c73-b783-8f3b0fc98940
|
| 2459 | 2025-12-24T02:08:26.419Z | INFO | phd-runner: test phd_tests::server_state_machine::instance_stop_causes_destroy_test ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
| 2460 | 2025-12-24T02:08:26.419Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2461 | 2025-12-24T02:08:26.420Z | 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 = f15230e3-290d-4c73-b783-8f3b0fc98940
|
| 2462 | 2025-12-24T02:08:26.496Z | 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 = f15230e3-290d-4c73-b783-8f3b0fc98940
|
| 2463 | 2025-12-24T02:08:26.496Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-e1b78df7-63c3-4439-b295-22fa8ea43e81"]
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 = f15230e3-290d-4c73-b783-8f3b0fc98940
|
| 2464 | 2025-12-24T02:08:26.523Z | 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 = f15230e3-290d-4c73-b783-8f3b0fc98940
|
| 2465 | 2025-12-24T02:08:26.523Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-08f9d108-f98e-46ab-bef0-c510e35f6cf1"]
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 = f15230e3-290d-4c73-b783-8f3b0fc98940
|
| 2466 | 2025-12-24T02:08:26.536Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 117
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = f15230e3-290d-4c73-b783-8f3b0fc98940
|
| 2467 | 2025-12-24T02:08:26.536Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 116
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2468 | 2025-12-24T02:08:26.536Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 1259
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = f15230e3-290d-4c73-b783-8f3b0fc98940
|
| 2469 | 2025-12-24T02:08:26.536Z | 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
|
| 2470 | 2025-12-24T02:08:26.536Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 1310
file = phd-tests/tests/src/server_state_machine.rs
line = 32
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_tests::server_state_machine
|
| 2471 | 2025-12-24T02:08:26.536Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2472 | 2025-12-24T02:08:26.537Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2473 | 2025-12-24T02:08:26.537Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/server_state_machine.rs
line = 56
path = phd_tests::server_state_machine::instance_reset_test
target = phd_tests::server_state_machine
|
| 2474 | 2025-12-24T02:08:26.537Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 2475 | 2025-12-24T02:08:26.537Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2476 | 2025-12-24T02:08:26.537Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2477 | 2025-12-24T02:08:26.537Z | 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
|
| 2478 | 2025-12-24T02:08:26.545Z | 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 50.4M 1.80T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 2479 | 2025-12-24T02:08:26.545Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-fe95d483-91c5-438f-a649-cb716b89269e"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::zfs
verb = snapshot
|
| 2480 | 2025-12-24T02:08:26.556Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-fe95d483-91c5-438f-a649-cb716b89269e", "phd-artifacts/phd-clone-025414cb-62f3-4a2d-b642-9ba8d2670296"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::zfs
verb = clone
|
| 2481 | 2025-12-24T02:08:26.568Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-025414cb-62f3-4a2d-b642-9ba8d2670296"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::zfs
verb = list
|
| 2482 | 2025-12-24T02:08:26.574Z | 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-025414cb-62f3-4a2d-b642-9ba8d2670296 0B 1.80T 48.9M /phd-artifacts/phd-clone-025414cb-62f3-4a2d-b642-9ba8d2670296\n
target = phd_framework::zfs
|
| 2483 | 2025-12-24T02:08:26.574Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
|
| 2484 | 2025-12-24T02:08:26.574Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm_name = instance_reset_returns_to_running_test
|
| 2485 | 2025-12-24T02:08:26.574Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 2486 | 2025-12-24T02:08:26.574Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 2487 | 2025-12-24T02:08:26.574Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::server_state_machine::instance_reset_test
stderr_path = "/tmp/propolis-phd/instance_reset_returns_to_running_test.stderr.log"
stdout_path = "/tmp/propolis-phd/instance_reset_returns_to_running_test.stdout.log"
target = phd_framework::log_config
|
| 2488 | 2025-12-24T02:08:26.585Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1100
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
|
| 2489 | 2025-12-24T02:08:26.585Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
|
| 2490 | 2025-12-24T02:08:26.585Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2491 | 2025-12-24T02:08:26.585Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
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 = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2492 | 2025-12-24T02:08:26.585Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2493 | 2025-12-24T02:08:26.586Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2494 | 2025-12-24T02:08:26.586Z | 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 = 347
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2495 | 2025-12-24T02:08:27.076Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2496 | 2025-12-24T02:08:27.077Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e, name: "phd-vm-4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 90e59c28-ed8c-401e-ab81-c0f8b83f546d, project_id: 51c842e8-1aba-4091-bc6e-976894709dc1, sled_id: 5bc158ff-8da1-417d-94fb-6828b766ece7, sled_serial: "5bc158ff-8da1-417d-94fb-6828b766ece7", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 406
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2497 | 2025-12-24T02:08:27.077Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2498 | 2025-12-24T02:08:27.077Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
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 = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2499 | 2025-12-24T02:08:27.078Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2500 | 2025-12-24T02:08:27.078Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 680
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2501 | 2025-12-24T02:08:27.078Z | 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 = 686
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2502 | 2025-12-24T02:08:27.078Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 477
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2503 | 2025-12-24T02:08:27.078Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 479
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2504 | 2025-12-24T02:08:27.079Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 477
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2505 | 2025-12-24T02:08:27.079Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 680
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2506 | 2025-12-24T02:08:27.079Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2507 | 2025-12-24T02:08:27.079Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
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 = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2508 | 2025-12-24T02:08:27.080Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2509 | 2025-12-24T02:08:27.080Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 680
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2510 | 2025-12-24T02:08:27.080Z | 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 = 686
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2511 | 2025-12-24T02:08:27.080Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 477
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2512 | 2025-12-24T02:08:27.080Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 479
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2513 | 2025-12-24T02:08:27.086Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 6
file = phd-tests/framework/src/test_vm/mod.rs
line = 477
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2514 | 2025-12-24T02:08:27.086Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 6
file = phd-tests/framework/src/test_vm/mod.rs
line = 680
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2515 | 2025-12-24T02:08:27.086Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2516 | 2025-12-24T02:08:27.087Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
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 = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2517 | 2025-12-24T02:08:27.087Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2518 | 2025-12-24T02:08:27.087Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2519 | 2025-12-24T02:08:27.087Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
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 = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2520 | 2025-12-24T02:08:27.088Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2521 | 2025-12-24T02:08:27.088Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2522 | 2025-12-24T02:08:27.088Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
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 = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2523 | 2025-12-24T02:08:27.089Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2524 | 2025-12-24T02:08:27.089Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2525 | 2025-12-24T02:08:27.089Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
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 = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2526 | 2025-12-24T02:08:27.089Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2527 | 2025-12-24T02:08:27.089Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2528 | 2025-12-24T02:08:27.089Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
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 = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2529 | 2025-12-24T02:08:27.090Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2530 | 2025-12-24T02:08:27.090Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2531 | 2025-12-24T02:08:27.090Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
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 = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2532 | 2025-12-24T02:08:27.091Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2533 | 2025-12-24T02:08:27.091Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2534 | 2025-12-24T02:08:27.091Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
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 = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2535 | 2025-12-24T02:08:27.091Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2536 | 2025-12-24T02:08:27.091Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2537 | 2025-12-24T02:08:27.091Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
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 = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2538 | 2025-12-24T02:08:27.092Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2539 | 2025-12-24T02:08:27.092Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2540 | 2025-12-24T02:08:27.092Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
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 = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2541 | 2025-12-24T02:08:27.093Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2542 | 2025-12-24T02:08:27.093Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2543 | 2025-12-24T02:08:27.093Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
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 = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2544 | 2025-12-24T02:08:27.093Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2545 | 2025-12-24T02:08:27.093Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 680
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2546 | 2025-12-24T02:08:27.093Z | 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 = 686
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2547 | 2025-12-24T02:08:27.093Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 477
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2548 | 2025-12-24T02:08:27.093Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 479
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2549 | 2025-12-24T02:08:27.094Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 477
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2550 | 2025-12-24T02:08:27.094Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 680
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2551 | 2025-12-24T02:08:27.094Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2552 | 2025-12-24T02:08:27.094Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
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 = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2553 | 2025-12-24T02:08:27.095Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2554 | 2025-12-24T02:08:27.095Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 680
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2555 | 2025-12-24T02:08:27.095Z | 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 = 686
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2556 | 2025-12-24T02:08:27.095Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 477
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2557 | 2025-12-24T02:08:27.095Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 479
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2558 | 2025-12-24T02:08:27.096Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 477
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2559 | 2025-12-24T02:08:27.098Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial websocket closed
file = phd-tests/framework/src/serial/mod.rs
line = 271
target = phd_framework::serial
|
| 2560 | 2025-12-24T02:08:27.098Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2561 | 2025-12-24T02:08:27.773Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 477
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2562 | 2025-12-24T02:08:27.773Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 479
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2563 | 2025-12-24T02:08:27.774Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 477
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2564 | 2025-12-24T02:08:27.775Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 679
file = phd-tests/framework/src/test_vm/mod.rs
line = 680
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2565 | 2025-12-24T02:08:27.775Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2566 | 2025-12-24T02:08:27.775Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
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 = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2567 | 2025-12-24T02:08:27.775Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2568 | 2025-12-24T02:08:27.775Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2569 | 2025-12-24T02:08:27.776Z | INFO | phd-runner: test phd_tests::server_state_machine::instance_reset_test ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
| 2570 | 2025-12-24T02:08:27.776Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2571 | 2025-12-24T02:08:27.777Z | 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 = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2572 | 2025-12-24T02:08:27.853Z | 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 = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2573 | 2025-12-24T02:08:27.853Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-025414cb-62f3-4a2d-b642-9ba8d2670296"]
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 = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2574 | 2025-12-24T02:08:27.880Z | 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 = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2575 | 2025-12-24T02:08:27.880Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-fe95d483-91c5-438f-a649-cb716b89269e"]
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 = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2576 | 2025-12-24T02:08:27.893Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 117
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2577 | 2025-12-24T02:08:27.893Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 1307
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 4f62c45b-c9c6-4ba1-9792-aa8a05f7ae4e
|
| 2578 | 2025-12-24T02:08:27.893Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 117
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2579 | 2025-12-24T02:08:27.893Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 1356
file = phd-tests/tests/src/server_state_machine.rs
line = 56
path = phd_tests::server_state_machine::instance_reset_test
target = phd_tests::server_state_machine
|
| 2580 | 2025-12-24T02:08:27.893Z | 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
|
| 2581 | 2025-12-24T02:08:27.893Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2582 | 2025-12-24T02:08:27.893Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2583 | 2025-12-24T02:08:27.893Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/server_state_machine.rs
line = 87
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_tests::server_state_machine
|
| 2584 | 2025-12-24T02:08:27.893Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 2585 | 2025-12-24T02:08:27.894Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2586 | 2025-12-24T02:08:27.894Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2587 | 2025-12-24T02:08:27.894Z | 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
|
| 2588 | 2025-12-24T02:08:27.901Z | 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 50.0M 1.80T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 2589 | 2025-12-24T02:08:27.901Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-b0e0d3cb-13f9-4eec-ba5e-dd6d4a24f2ca"]
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
|
| 2590 | 2025-12-24T02:08:27.911Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-b0e0d3cb-13f9-4eec-ba5e-dd6d4a24f2ca", "phd-artifacts/phd-clone-58b6f930-c3ad-47e2-a484-3c158098d37e"]
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
|
| 2591 | 2025-12-24T02:08:27.927Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-58b6f930-c3ad-47e2-a484-3c158098d37e"]
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
|
| 2592 | 2025-12-24T02:08:27.932Z | 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-58b6f930-c3ad-47e2-a484-3c158098d37e 0B 1.80T 48.9M /phd-artifacts/phd-clone-58b6f930-c3ad-47e2-a484-3c158098d37e\n
target = phd_framework::zfs
|
| 2593 | 2025-12-24T02:08:27.933Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
|
| 2594 | 2025-12-24T02:08:27.933Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm_name = instance_reset_requires_running_test
|
| 2595 | 2025-12-24T02:08:27.933Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 2596 | 2025-12-24T02:08:27.933Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 2597 | 2025-12-24T02:08:27.933Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::server_state_machine::instance_reset_requires_running_test
stderr_path = "/tmp/propolis-phd/instance_reset_requires_running_test.stderr.log"
stdout_path = "/tmp/propolis-phd/instance_reset_requires_running_test.stdout.log"
target = phd_framework::log_config
|
| 2598 | 2025-12-24T02:08:27.944Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1108
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
|
| 2599 | 2025-12-24T02:08:27.944Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
|
| 2600 | 2025-12-24T02:08:27.944Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 6c173a3b-d222-4088-a3c2-11eca8d140ab
|
| 2601 | 2025-12-24T02:08:27.944Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
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 = 6c173a3b-d222-4088-a3c2-11eca8d140ab
|
| 2602 | 2025-12-24T02:08:27.945Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 6c173a3b-d222-4088-a3c2-11eca8d140ab
|
| 2603 | 2025-12-24T02:08:27.945Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 6c173a3b-d222-4088-a3c2-11eca8d140ab
|
| 2604 | 2025-12-24T02:08:27.945Z | 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 = 347
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 6c173a3b-d222-4088-a3c2-11eca8d140ab
|
| 2605 | 2025-12-24T02:08:28.264Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2606 | 2025-12-24T02:08:28.265Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 6c173a3b-d222-4088-a3c2-11eca8d140ab, name: "phd-vm-6c173a3b-d222-4088-a3c2-11eca8d140ab", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: c7aa0888-021c-48bb-b647-561ac944c6a3, project_id: ab78b667-54f1-47bd-b1c6-3539d57ce8eb, sled_id: 681c909f-25d6-4e12-8b13-2ad6ce3279d5, sled_serial: "681c909f-25d6-4e12-8b13-2ad6ce3279d5", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 406
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 6c173a3b-d222-4088-a3c2-11eca8d140ab
|
| 2607 | 2025-12-24T02:08:28.265Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 6c173a3b-d222-4088-a3c2-11eca8d140ab
|
| 2608 | 2025-12-24T02:08:28.265Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
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 = 6c173a3b-d222-4088-a3c2-11eca8d140ab
|
| 2609 | 2025-12-24T02:08:28.266Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 6c173a3b-d222-4088-a3c2-11eca8d140ab
|
| 2610 | 2025-12-24T02:08:28.266Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 680
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 6c173a3b-d222-4088-a3c2-11eca8d140ab
|
| 2611 | 2025-12-24T02:08:28.266Z | 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 = 686
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 6c173a3b-d222-4088-a3c2-11eca8d140ab
|
| 2612 | 2025-12-24T02:08:28.266Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 477
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 6c173a3b-d222-4088-a3c2-11eca8d140ab
|
| 2613 | 2025-12-24T02:08:28.266Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 479
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 6c173a3b-d222-4088-a3c2-11eca8d140ab
|
| 2614 | 2025-12-24T02:08:28.267Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 477
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 6c173a3b-d222-4088-a3c2-11eca8d140ab
|
| 2615 | 2025-12-24T02:08:28.267Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 680
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 6c173a3b-d222-4088-a3c2-11eca8d140ab
|
| 2616 | 2025-12-24T02:08:28.267Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 6c173a3b-d222-4088-a3c2-11eca8d140ab
|
| 2617 | 2025-12-24T02:08:28.267Z | 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
|
| 2618 | 2025-12-24T02:08:28.267Z | INFO | phd-runner: test phd_tests::server_state_machine::instance_reset_requires_running_test ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
| 2619 | 2025-12-24T02:08:28.267Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 3
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2620 | 2025-12-24T02:08:28.267Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2621 | 2025-12-24T02:08:28.268Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1077
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 6c173a3b-d222-4088-a3c2-11eca8d140ab
|
| 2622 | 2025-12-24T02:08:28.624Z | 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 = 6c173a3b-d222-4088-a3c2-11eca8d140ab
|
| 2623 | 2025-12-24T02:08:28.699Z | 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 = 6c173a3b-d222-4088-a3c2-11eca8d140ab
|
| 2624 | 2025-12-24T02:08:28.699Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-58b6f930-c3ad-47e2-a484-3c158098d37e"]
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 = 6c173a3b-d222-4088-a3c2-11eca8d140ab
|
| 2625 | 2025-12-24T02:08:28.725Z | 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 = 6c173a3b-d222-4088-a3c2-11eca8d140ab
|
| 2626 | 2025-12-24T02:08:28.725Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-b0e0d3cb-13f9-4eec-ba5e-dd6d4a24f2ca"]
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 = 6c173a3b-d222-4088-a3c2-11eca8d140ab
|
| 2627 | 2025-12-24T02:08:28.741Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 474
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 6c173a3b-d222-4088-a3c2-11eca8d140ab
|
| 2628 | 2025-12-24T02:08:28.742Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 474
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2629 | 2025-12-24T02:08:28.742Z | 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
|
| 2630 | 2025-12-24T02:08:28.742Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 796
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 6c173a3b-d222-4088-a3c2-11eca8d140ab
|
| 2631 | 2025-12-24T02:08:28.742Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2632 | 2025-12-24T02:08:28.742Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 848
file = phd-tests/tests/src/server_state_machine.rs
line = 87
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_tests::server_state_machine
|
| 2633 | 2025-12-24T02:08:28.742Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2634 | 2025-12-24T02:08:28.742Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/server_state_machine.rs
line = 97
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_tests::server_state_machine
|
| 2635 | 2025-12-24T02:08:28.742Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 2636 | 2025-12-24T02:08:28.742Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2637 | 2025-12-24T02:08:28.742Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2638 | 2025-12-24T02:08:28.742Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::zfs
verb = list
|
| 2639 | 2025-12-24T02:08:28.749Z | 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 50.5M 1.80T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
| 2640 | 2025-12-24T02:08:28.749Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-ef70e9da-cdd8-49e6-9ebb-923815cee486"]
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
|
| 2641 | 2025-12-24T02:08:28.759Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-ef70e9da-cdd8-49e6-9ebb-923815cee486", "phd-artifacts/phd-clone-12f9480a-9d1f-4c7f-aaa6-7dd9298d8ae8"]
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
|
| 2642 | 2025-12-24T02:08:28.771Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-12f9480a-9d1f-4c7f-aaa6-7dd9298d8ae8"]
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
|
| 2643 | 2025-12-24T02:08:28.778Z | 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-12f9480a-9d1f-4c7f-aaa6-7dd9298d8ae8 0B 1.80T 48.9M /phd-artifacts/phd-clone-12f9480a-9d1f-4c7f-aaa6-7dd9298d8ae8\n
target = phd_framework::zfs
|
| 2644 | 2025-12-24T02:08:28.779Z | 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
|
| 2645 | 2025-12-24T02:08:28.779Z | 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
|
| 2646 | 2025-12-24T02:08:49.654Z | 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
|
| 2647 | 2025-12-24T02:08:49.654Z | 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
|
| 2648 | 2025-12-24T02:08:57.138Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/3f9bf07f-ba20-4cb7-859b-71048752d94a_9000", "--encrypted", "--uuid", "3f9bf07f-ba20-4cb7-859b-71048752d94a", "--extent-size", "131072", "--extent-count", "16"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::disk::crucible
|
| 2649 | 2025-12-24T02:08:57.162Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 305
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/3f9bf07f-ba20-4cb7-859b-71048752d94a_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:08:57.151199997Z","hostname":"buskin","pid":1116}\n{"msg":"UUID: 3f9bf07f-ba20-4cb7-859b-71048752d94a","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:08:57.159628021Z","hostname":"buskin","pid":1116}\n{"msg":"Blocks per extent:131072 Total Extents: 16","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:08:57.159638371Z","hostname":"buskin","pid":1116}\n
target = phd_framework::disk::crucible
|
| 2650 | 2025-12-24T02:08:57.162Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/3f9bf07f-ba20-4cb7-859b-71048752d94a_9001", "--encrypted", "--uuid", "3f9bf07f-ba20-4cb7-859b-71048752d94a", "--extent-size", "131072", "--extent-count", "16"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::disk::crucible
|
| 2651 | 2025-12-24T02:08:57.181Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 305
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/3f9bf07f-ba20-4cb7-859b-71048752d94a_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:08:57.17130174Z","hostname":"buskin","pid":1117}\n{"msg":"UUID: 3f9bf07f-ba20-4cb7-859b-71048752d94a","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:08:57.179617691Z","hostname":"buskin","pid":1117}\n{"msg":"Blocks per extent:131072 Total Extents: 16","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:08:57.179630862Z","hostname":"buskin","pid":1117}\n
target = phd_framework::disk::crucible
|
| 2652 | 2025-12-24T02:08:57.181Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/3f9bf07f-ba20-4cb7-859b-71048752d94a_9002", "--encrypted", "--uuid", "3f9bf07f-ba20-4cb7-859b-71048752d94a", "--extent-size", "131072", "--extent-count", "16"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::disk::crucible
|
| 2653 | 2025-12-24T02:08:57.199Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 305
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/3f9bf07f-ba20-4cb7-859b-71048752d94a_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:08:57.188793657Z","hostname":"buskin","pid":1118}\n{"msg":"UUID: 3f9bf07f-ba20-4cb7-859b-71048752d94a","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:08:57.196960974Z","hostname":"buskin","pid":1118}\n{"msg":"Blocks per extent:131072 Total Extents: 16","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:08:57.196971605Z","hostname":"buskin","pid":1118}\n
target = phd_framework::disk::crucible
|
| 2654 | 2025-12-24T02:08:57.199Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
stderr_path = "/tmp/propolis-phd/crucible_3f9bf07f-ba20-4cb7-859b-71048752d94a_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_3f9bf07f-ba20-4cb7-859b-71048752d94a_9000.stdout.log"
target = phd_framework::log_config
|
| 2655 | 2025-12-24T02:08:57.199Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/3f9bf07f-ba20-4cb7-859b-71048752d94a_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::disk::crucible
|
| 2656 | 2025-12-24T02:08:57.199Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/3f9bf07f-ba20-4cb7-859b-71048752d94a_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::disk::crucible
|
| 2657 | 2025-12-24T02:08:57.199Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
stderr_path = "/tmp/propolis-phd/crucible_3f9bf07f-ba20-4cb7-859b-71048752d94a_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_3f9bf07f-ba20-4cb7-859b-71048752d94a_9001.stdout.log"
target = phd_framework::log_config
|
| 2658 | 2025-12-24T02:08:57.199Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/3f9bf07f-ba20-4cb7-859b-71048752d94a_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::disk::crucible
|
| 2659 | 2025-12-24T02:08:57.200Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/3f9bf07f-ba20-4cb7-859b-71048752d94a_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::disk::crucible
|
| 2660 | 2025-12-24T02:08:57.200Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
stderr_path = "/tmp/propolis-phd/crucible_3f9bf07f-ba20-4cb7-859b-71048752d94a_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_3f9bf07f-ba20-4cb7-859b-71048752d94a_9002.stdout.log"
target = phd_framework::log_config
|
| 2661 | 2025-12-24T02:08:57.200Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/3f9bf07f-ba20-4cb7-859b-71048752d94a_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::disk::crucible
|
| 2662 | 2025-12-24T02:08:57.200Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/3f9bf07f-ba20-4cb7-859b-71048752d94a_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::disk::crucible
|
| 2663 | 2025-12-24T02:08:57.201Z | INFO | phd-runner: [TEST - EVENT] enabling vcr black hole
disk = vcr-replacement-target
file = phd-tests/framework/src/disk/crucible.rs
line = 128
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::disk::crucible
|
| 2664 | 2025-12-24T02:08:57.201Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
|
| 2665 | 2025-12-24T02:08:57.201Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
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
|
| 2666 | 2025-12-24T02:08:57.201Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 2667 | 2025-12-24T02:08:57.201Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 2668 | 2025-12-24T02:08:57.201Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
stderr_path = "/tmp/propolis-phd/stop_while_blocked_on_start_test.stderr.log"
stdout_path = "/tmp/propolis-phd/stop_while_blocked_on_start_test.stdout.log"
target = phd_framework::log_config
|
| 2669 | 2025-12-24T02:08:57.259Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1122
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
|
| 2670 | 2025-12-24T02:08:57.260Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 58
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_framework::test_vm
|
| 2671 | 2025-12-24T02:08:57.260Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
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 = 320d97fc-3916-4a96-be7c-cad78272bfc0
|
| 2672 | 2025-12-24T02:08:57.261Z | 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 = 347
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 = 320d97fc-3916-4a96-be7c-cad78272bfc0
|
| 2673 | 2025-12-24T02:08:57.984Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2674 | 2025-12-24T02:08:57.985Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 320d97fc-3916-4a96-be7c-cad78272bfc0, name: "phd-vm-320d97fc-3916-4a96-be7c-cad78272bfc0", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 3bed0122-6453-474c-8b75-d4d2b3ac8ac7, project_id: 410b192b-730e-480b-a3ab-4f8f3c850f32, sled_id: 5fb9d03b-c00d-4425-89fe-c1334fe1d08e, sled_serial: "5fb9d03b-c00d-4425-89fe-c1334fe1d08e", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 406
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 = 320d97fc-3916-4a96-be7c-cad78272bfc0
|
| 2675 | 2025-12-24T02:08:57.985Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
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 = 320d97fc-3916-4a96-be7c-cad78272bfc0
|
| 2676 | 2025-12-24T02:08:57.985Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
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 = 320d97fc-3916-4a96-be7c-cad78272bfc0
|
| 2677 | 2025-12-24T02:08:57.986Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
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 = 320d97fc-3916-4a96-be7c-cad78272bfc0
|
| 2678 | 2025-12-24T02:08:57.986Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 680
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 = 320d97fc-3916-4a96-be7c-cad78272bfc0
|
| 2679 | 2025-12-24T02:08:57.986Z | 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 = 686
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 = 320d97fc-3916-4a96-be7c-cad78272bfc0
|
| 2680 | 2025-12-24T02:08:57.986Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 477
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 = 320d97fc-3916-4a96-be7c-cad78272bfc0
|
| 2681 | 2025-12-24T02:08:57.986Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 479
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 = 320d97fc-3916-4a96-be7c-cad78272bfc0
|
| 2682 | 2025-12-24T02:08:57.987Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 477
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 = 320d97fc-3916-4a96-be7c-cad78272bfc0
|
| 2683 | 2025-12-24T02:08:57.987Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 680
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 = 320d97fc-3916-4a96-be7c-cad78272bfc0
|
| 2684 | 2025-12-24T02:08:57.987Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
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 = 320d97fc-3916-4a96-be7c-cad78272bfc0
|
| 2685 | 2025-12-24T02:08:57.987Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
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 = 320d97fc-3916-4a96-be7c-cad78272bfc0
|
| 2686 | 2025-12-24T02:08:57.988Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
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 = 320d97fc-3916-4a96-be7c-cad78272bfc0
|
| 2687 | 2025-12-24T02:08:57.988Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 680
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 = 320d97fc-3916-4a96-be7c-cad78272bfc0
|
| 2688 | 2025-12-24T02:08:57.988Z | 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 = 686
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 = 320d97fc-3916-4a96-be7c-cad78272bfc0
|
| 2689 | 2025-12-24T02:08:57.988Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 477
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 = 320d97fc-3916-4a96-be7c-cad78272bfc0
|
| 2690 | 2025-12-24T02:08:57.988Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 479
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 = 320d97fc-3916-4a96-be7c-cad78272bfc0
|
| 2691 | 2025-12-24T02:08:57.992Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial websocket closed
file = phd-tests/framework/src/serial/mod.rs
line = 271
target = phd_framework::serial
|
| 2692 | 2025-12-24T02:08:57.992Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 8
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2693 | 2025-12-24T02:08:57.993Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 4
file = phd-tests/framework/src/test_vm/mod.rs
line = 477
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 = 320d97fc-3916-4a96-be7c-cad78272bfc0
|
| 2694 | 2025-12-24T02:08:57.993Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 5
file = phd-tests/framework/src/test_vm/mod.rs
line = 680
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 = 320d97fc-3916-4a96-be7c-cad78272bfc0
|
| 2695 | 2025-12-24T02:08:57.993Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
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 = 320d97fc-3916-4a96-be7c-cad78272bfc0
|
| 2696 | 2025-12-24T02:08:57.993Z | INFO | phd-runner: test phd_tests::server_state_machine::stop_while_blocked_on_start_test ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
| 2697 | 2025-12-24T02:08:57.993Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2698 | 2025-12-24T02:08:57.994Z | 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 = 320d97fc-3916-4a96-be7c-cad78272bfc0
|
| 2699 | 2025-12-24T02:08:58.075Z | 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 = 320d97fc-3916-4a96-be7c-cad78272bfc0
|
| 2700 | 2025-12-24T02:08:58.075Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-12f9480a-9d1f-4c7f-aaa6-7dd9298d8ae8"]
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 = 320d97fc-3916-4a96-be7c-cad78272bfc0
|
| 2701 | 2025-12-24T02:08:58.127Z | 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 = 320d97fc-3916-4a96-be7c-cad78272bfc0
|
| 2702 | 2025-12-24T02:08:58.127Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-ef70e9da-cdd8-49e6-9ebb-923815cee486"]
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 = 320d97fc-3916-4a96-be7c-cad78272bfc0
|
| 2703 | 2025-12-24T02:08:58.140Z | 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/3f9bf07f-ba20-4cb7-859b-71048752d94a_9000" } }
target = phd_framework::disk::crucible
vm = stop_while_blocked_on_start_test
vm_id = 320d97fc-3916-4a96-be7c-cad78272bfc0
|
| 2704 | 2025-12-24T02:08:58.144Z | 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/3f9bf07f-ba20-4cb7-859b-71048752d94a_9000"
target = phd_framework::disk::crucible
vm = stop_while_blocked_on_start_test
vm_id = 320d97fc-3916-4a96-be7c-cad78272bfc0
|
| 2705 | 2025-12-24T02:08:58.145Z | 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/3f9bf07f-ba20-4cb7-859b-71048752d94a_9001" } }
target = phd_framework::disk::crucible
vm = stop_while_blocked_on_start_test
vm_id = 320d97fc-3916-4a96-be7c-cad78272bfc0
|
| 2706 | 2025-12-24T02:08:58.149Z | 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/3f9bf07f-ba20-4cb7-859b-71048752d94a_9001"
target = phd_framework::disk::crucible
vm = stop_while_blocked_on_start_test
vm_id = 320d97fc-3916-4a96-be7c-cad78272bfc0
|
| 2707 | 2025-12-24T02:08:58.149Z | 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/3f9bf07f-ba20-4cb7-859b-71048752d94a_9002" } }
target = phd_framework::disk::crucible
vm = stop_while_blocked_on_start_test
vm_id = 320d97fc-3916-4a96-be7c-cad78272bfc0
|
| 2708 | 2025-12-24T02:08:58.154Z | 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/3f9bf07f-ba20-4cb7-859b-71048752d94a_9002"
target = phd_framework::disk::crucible
vm = stop_while_blocked_on_start_test
vm_id = 320d97fc-3916-4a96-be7c-cad78272bfc0
|
| 2709 | 2025-12-24T02:08:58.155Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 161
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
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 = 320d97fc-3916-4a96-be7c-cad78272bfc0
|
| 2710 | 2025-12-24T02:08:58.155Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 161
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2711 | 2025-12-24T02:08:58.155Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 894
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
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 = 320d97fc-3916-4a96-be7c-cad78272bfc0
|
| 2712 | 2025-12-24T02:08:58.155Z | INFO | phd-runner: Starting test phd_tests::stats::instance_vcpu_stats
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 2713 | 2025-12-24T02:08:58.155Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2714 | 2025-12-24T02:08:58.155Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 29413
file = phd-tests/tests/src/server_state_machine.rs
line = 97
path = phd_tests::server_state_machine::stop_while_blocked_on_start_test
target = phd_tests::server_state_machine
|
| 2715 | 2025-12-24T02:08:58.155Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2716 | 2025-12-24T02:08:58.155Z | 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
|
| 2717 | 2025-12-24T02:08:58.155Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 2718 | 2025-12-24T02:08:58.155Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2719 | 2025-12-24T02:08:58.155Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2720 | 2025-12-24T02:08:58.155Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::zfs
verb = list
|
| 2721 | 2025-12-24T02:08:58.163Z | 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 228M 1.80T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 2722 | 2025-12-24T02:08:58.163Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2ef44670-7e5f-46b4-b8b2-ce4f448cd9c3"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::zfs
verb = snapshot
|
| 2723 | 2025-12-24T02:08:58.174Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2ef44670-7e5f-46b4-b8b2-ce4f448cd9c3", "phd-artifacts/phd-clone-acf221fa-d82f-4599-bd4a-c61c4bddebc1"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::zfs
verb = clone
|
| 2724 | 2025-12-24T02:08:58.186Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-acf221fa-d82f-4599-bd4a-c61c4bddebc1"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::zfs
verb = list
|
| 2725 | 2025-12-24T02:08:58.192Z | 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-acf221fa-d82f-4599-bd4a-c61c4bddebc1 0B 1.80T 227M /phd-artifacts/phd-clone-acf221fa-d82f-4599-bd4a-c61c4bddebc1\n
target = phd_framework::zfs
|
| 2726 | 2025-12-24T02:08:58.192Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
|
| 2727 | 2025-12-24T02:08:58.193Z | 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 = 217
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm_name = instance_vcpu_stats
|
| 2728 | 2025-12-24T02:08:58.193Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 2729 | 2025-12-24T02:08:58.193Z | DEBG | slog-rs (phd-oximeter-consumer): registered endpoint
local_addr = [::1]:40411
method = POST
path = /metrics/producers
versions = all
|
| 2730 | 2025-12-24T02:08:58.194Z | INFO | slog-rs (phd-oximeter-consumer): listening
local_addr = [::1]:40411
|
| 2731 | 2025-12-24T02:08:58.194Z | DEBG | slog-rs (phd-oximeter-consumer): successfully registered DTrace USDT probes
local_addr = [::1]:40411
|
| 2732 | 2025-12-24T02:08:58.194Z | INFO | slog-rs (phd-oximeter-consumer): fake oximeter test server listening
address = [::1]:40411
|
| 2733 | 2025-12-24T02:08:58.194Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 2734 | 2025-12-24T02:08:58.195Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::stats::instance_vcpu_stats
stderr_path = "/tmp/propolis-phd/instance_vcpu_stats.stderr.log"
stdout_path = "/tmp/propolis-phd/instance_vcpu_stats.stdout.log"
target = phd_framework::log_config
|
| 2735 | 2025-12-24T02:08:58.215Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1130
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm::server
|
| 2736 | 2025-12-24T02:08:58.216Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 23
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
|
| 2737 | 2025-12-24T02:08:58.216Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2738 | 2025-12-24T02:08:58.217Z | 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 = 347
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2739 | 2025-12-24T02:08:58.556Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2740 | 2025-12-24T02:08:58.557Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: ae37ae5e-50f3-47cb-a151-2db6bd920642, name: "phd-vm-ae37ae5e-50f3-47cb-a151-2db6bd920642", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: e4098987-9759-411d-8f60-e25efca223aa, project_id: f3c14a49-2463-43b8-9823-9bf238ffe804, sled_id: cea58560-533e-412f-8922-87e570130be9, sled_serial: "cea58560-533e-412f-8922-87e570130be9", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 406
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2741 | 2025-12-24T02:08:58.557Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2742 | 2025-12-24T02:08:58.557Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::stats::instance_vcpu_stats
state = Run
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2743 | 2025-12-24T02:08:58.558Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2744 | 2025-12-24T02:08:58.558Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
|
| 2745 | 2025-12-24T02:08:58.558Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = 300s
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2746 | 2025-12-24T02:08:58.558Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::stats::instance_vcpu_stats
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 2747 | 2025-12-24T02:08:58.558Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2748 | 2025-12-24T02:08:58.558Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2749 | 2025-12-24T02:08:58.598Z | INFO | slog-rs (phd-oximeter-consumer): accepted connection
local_addr = [::1]:40411
remote_addr = [::1]:62689
|
| 2750 | 2025-12-24T02:08:58.599Z | TRAC | slog-rs (phd-oximeter-consumer): incoming request
local_addr = [::1]:40411
method = POST
remote_addr = [::1]:62689
req_id = b4379a15-7c1e-4057-bf7b-d2c265bb2deb
uri = /metrics/producers
|
| 2751 | 2025-12-24T02:08:58.599Z | INFO | slog-rs (phd-oximeter-consumer): request completed
latency_us = 375
local_addr = [::1]:40411
method = POST
remote_addr = [::1]:62689
req_id = b4379a15-7c1e-4057-bf7b-d2c265bb2deb
response_code = 201
uri = /metrics/producers
|
| 2752 | 2025-12-24T02:09:02.526Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 3967
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2753 | 2025-12-24T02:09:02.526Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::stats::instance_vcpu_stats
step = WriteStr("root")
target = phd_framework::test_vm
|
| 2754 | 2025-12-24T02:09:02.526Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::stats::instance_vcpu_stats
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2755 | 2025-12-24T02:09:02.526Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2756 | 2025-12-24T02:09:02.526Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2757 | 2025-12-24T02:09:02.544Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2758 | 2025-12-24T02:09:02.544Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::stats::instance_vcpu_stats
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 2759 | 2025-12-24T02:09:02.544Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::stats::instance_vcpu_stats
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2760 | 2025-12-24T02:09:02.545Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2761 | 2025-12-24T02:09:02.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 = 804
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2762 | 2025-12-24T02:09:02.577Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2763 | 2025-12-24T02:09:02.577Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
|
| 2764 | 2025-12-24T02:09:02.577Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4019
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
|
| 2765 | 2025-12-24T02:09:02.577Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2766 | 2025-12-24T02:09:02.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 = 804
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2767 | 2025-12-24T02:09:02.589Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2768 | 2025-12-24T02:09:02.589Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2769 | 2025-12-24T02:09:02.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 = 804
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2770 | 2025-12-24T02:09:22.623Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 20033
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2771 | 2025-12-24T02:09:24.947Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2772 | 2025-12-24T02:09:24.947Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2773 | 2025-12-24T02:09:24.958Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2774 | 2025-12-24T02:09:24.959Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2775 | 2025-12-24T02:09:24.959Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2776 | 2025-12-24T02:09:24.982Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2777 | 2025-12-24T02:09:24.982Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2778 | 2025-12-24T02:09:24.982Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2779 | 2025-12-24T02:09:24.993Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2780 | 2025-12-24T02:09:24.994Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2781 | 2025-12-24T02:09:24.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 = 804
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2782 | 2025-12-24T02:09:25.027Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2783 | 2025-12-24T02:09:25.027Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2784 | 2025-12-24T02:09:25.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 = 804
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2785 | 2025-12-24T02:09:25.037Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2786 | 2025-12-24T02:09:25.038Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2787 | 2025-12-24T02:09:25.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 = 804
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2788 | 2025-12-24T02:09:29.573Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4535
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2789 | 2025-12-24T02:09:39.908Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2790 | 2025-12-24T02:09:39.908Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2791 | 2025-12-24T02:09:39.918Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2792 | 2025-12-24T02:09:39.919Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2793 | 2025-12-24T02:09:39.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 = 804
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2794 | 2025-12-24T02:09:49.953Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10034
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2795 | 2025-12-24T02:09:54.885Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2796 | | {"msg":"beginning graceful shutdown","v":0,"name":"slog-rs","level":30{"v":0,"name":"phd-runner","msg":"[SERIAL CONSOLE TASK - EVENT] serial console command channel was closed","level":20,"hostname":"buskin","pid":863,"time":"2025-12-24T02:09:54.886046074Z","target":"phd_framework::serial","line":213,"file":"phd-tests/framework/src/serial/mod.rs"} |
| 2797 | | ,"time":"2025-12-24T02:09:54.886048464Z","hostname":"buskin","pid":863,"local_addr":"[::1]:40411","component":"phd-oximeter-consumer"} |
| 2798 | 2025-12-24T02:09:54.886Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 56329
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2799 | 2025-12-24T02:09:54.886Z | INFO | phd-runner: test phd_tests::stats::instance_vcpu_stats ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
| 2800 | 2025-12-24T02:09:54.886Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2801 | 2025-12-24T02:09:54.887Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1077
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2802 | 2025-12-24T02:09:55.159Z | 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 = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2803 | 2025-12-24T02:09:55.239Z | 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 = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2804 | 2025-12-24T02:09:55.239Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-acf221fa-d82f-4599-bd4a-c61c4bddebc1"]
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 = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2805 | 2025-12-24T02:09:55.263Z | 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 = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2806 | 2025-12-24T02:09:55.263Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2ef44670-7e5f-46b4-b8b2-ce4f448cd9c3"]
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 = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2807 | 2025-12-24T02:09:55.278Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 57061
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2808 | 2025-12-24T02:09:55.278Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 391
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2809 | 2025-12-24T02:09:55.278Z | INFO | phd-runner: Starting test phd_tests::crucible::smoke::boot_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 2810 | 2025-12-24T02:09:55.278Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2811 | 2025-12-24T02:09:55.278Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2812 | 2025-12-24T02:09:55.278Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 392
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::stats::instance_vcpu_stats
target = phd_framework::test_vm
vm = instance_vcpu_stats
vm_id = ae37ae5e-50f3-47cb-a151-2db6bd920642
|
| 2813 | 2025-12-24T02:09:55.278Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 57122
file = phd-tests/tests/src/stats.rs
line = 198
path = phd_tests::stats::instance_vcpu_stats
target = phd_tests::stats
|
| 2814 | 2025-12-24T02:09:55.278Z | 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
|
| 2815 | 2025-12-24T02:09:55.278Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 2816 | 2025-12-24T02:09:55.278Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2817 | 2025-12-24T02:09:55.278Z | 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
|
| 2818 | 2025-12-24T02:09:55.278Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2819 | 2025-12-24T02:09:55.278Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/6ca882f3-c4d1-4a53-bd3e-e7b783f56e36_9000", "--encrypted", "--uuid", "6ca882f3-c4d1-4a53-bd3e-e7b783f56e36", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
| 2820 | 2025-12-24T02:09:55.369Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 305
path = phd_tests::crucible::smoke::boot_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/6ca882f3-c4d1-4a53-bd3e-e7b783f56e36_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:09:55.287852603Z","hostname":"buskin","pid":1135}\n{"msg":"UUID: 6ca882f3-c4d1-4a53-bd3e-e7b783f56e36","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:09:55.366431573Z","hostname":"buskin","pid":1135}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:09:55.366449104Z","hostname":"buskin","pid":1135}\n
target = phd_framework::disk::crucible
|
| 2821 | 2025-12-24T02:09:55.369Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/6ca882f3-c4d1-4a53-bd3e-e7b783f56e36_9001", "--encrypted", "--uuid", "6ca882f3-c4d1-4a53-bd3e-e7b783f56e36", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
| 2822 | 2025-12-24T02:09:55.460Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 305
path = phd_tests::crucible::smoke::boot_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/6ca882f3-c4d1-4a53-bd3e-e7b783f56e36_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:09:55.378202725Z","hostname":"buskin","pid":1136}\n{"msg":"UUID: 6ca882f3-c4d1-4a53-bd3e-e7b783f56e36","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:09:55.457035812Z","hostname":"buskin","pid":1136}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:09:55.457047843Z","hostname":"buskin","pid":1136}\n
target = phd_framework::disk::crucible
|
| 2823 | 2025-12-24T02:09:55.460Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/6ca882f3-c4d1-4a53-bd3e-e7b783f56e36_9002", "--encrypted", "--uuid", "6ca882f3-c4d1-4a53-bd3e-e7b783f56e36", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
| 2824 | 2025-12-24T02:09:55.550Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 305
path = phd_tests::crucible::smoke::boot_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/6ca882f3-c4d1-4a53-bd3e-e7b783f56e36_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:09:55.469044851Z","hostname":"buskin","pid":1137}\n{"msg":"UUID: 6ca882f3-c4d1-4a53-bd3e-e7b783f56e36","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:09:55.547342393Z","hostname":"buskin","pid":1137}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:09:55.547361184Z","hostname":"buskin","pid":1137}\n
target = phd_framework::disk::crucible
|
| 2825 | 2025-12-24T02:09:55.550Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::crucible::smoke::boot_test
stderr_path = "/tmp/propolis-phd/crucible_6ca882f3-c4d1-4a53-bd3e-e7b783f56e36_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_6ca882f3-c4d1-4a53-bd3e-e7b783f56e36_9000.stdout.log"
target = phd_framework::log_config
|
| 2826 | 2025-12-24T02:09:55.550Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/6ca882f3-c4d1-4a53-bd3e-e7b783f56e36_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
| 2827 | 2025-12-24T02:09:55.550Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/6ca882f3-c4d1-4a53-bd3e-e7b783f56e36_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
| 2828 | 2025-12-24T02:09:55.551Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::crucible::smoke::boot_test
stderr_path = "/tmp/propolis-phd/crucible_6ca882f3-c4d1-4a53-bd3e-e7b783f56e36_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_6ca882f3-c4d1-4a53-bd3e-e7b783f56e36_9001.stdout.log"
target = phd_framework::log_config
|
| 2829 | 2025-12-24T02:09:55.551Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/6ca882f3-c4d1-4a53-bd3e-e7b783f56e36_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
| 2830 | 2025-12-24T02:09:55.551Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/6ca882f3-c4d1-4a53-bd3e-e7b783f56e36_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
| 2831 | 2025-12-24T02:09:55.552Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::crucible::smoke::boot_test
stderr_path = "/tmp/propolis-phd/crucible_6ca882f3-c4d1-4a53-bd3e-e7b783f56e36_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_6ca882f3-c4d1-4a53-bd3e-e7b783f56e36_9002.stdout.log"
target = phd_framework::log_config
|
| 2832 | 2025-12-24T02:09:55.552Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/6ca882f3-c4d1-4a53-bd3e-e7b783f56e36_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
| 2833 | 2025-12-24T02:09:55.552Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/6ca882f3-c4d1-4a53-bd3e-e7b783f56e36_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
| 2834 | 2025-12-24T02:09:55.553Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
|
| 2835 | 2025-12-24T02:09:55.553Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm_name = crucible_boot_test
|
| 2836 | 2025-12-24T02:09:55.553Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 2837 | 2025-12-24T02:09:55.553Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 2838 | 2025-12-24T02:09:55.553Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::crucible::smoke::boot_test
stderr_path = "/tmp/propolis-phd/crucible_boot_test.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_boot_test.stdout.log"
target = phd_framework::log_config
|
| 2839 | 2025-12-24T02:09:55.575Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1141
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm::server
|
| 2840 | 2025-12-24T02:09:55.575Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
|
| 2841 | 2025-12-24T02:09:55.575Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 5ddbe977-99fa-48ae-937e-4b8736d8603b
|
| 2842 | 2025-12-24T02:09:55.576Z | 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 = 347
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 5ddbe977-99fa-48ae-937e-4b8736d8603b
|
| 2843 | 2025-12-24T02:09:55.863Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2844 | 2025-12-24T02:09:55.863Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 5ddbe977-99fa-48ae-937e-4b8736d8603b, name: "phd-vm-5ddbe977-99fa-48ae-937e-4b8736d8603b", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 72e93153-1240-4ca7-afc7-b368db502b83, project_id: 7bd37e7a-c6c5-4c31-8279-5213793acc13, sled_id: 4c5d26ff-b33f-4bf0-96b7-9fe1dcdb6078, sled_serial: "4c5d26ff-b33f-4bf0-96b7-9fe1dcdb6078", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 406
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 5ddbe977-99fa-48ae-937e-4b8736d8603b
|
| 2845 | 2025-12-24T02:09:55.863Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 5ddbe977-99fa-48ae-937e-4b8736d8603b
|
| 2846 | 2025-12-24T02:09:55.864Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::crucible::smoke::boot_test
state = Run
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 5ddbe977-99fa-48ae-937e-4b8736d8603b
|
| 2847 | 2025-12-24T02:09:55.864Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 5ddbe977-99fa-48ae-937e-4b8736d8603b
|
| 2848 | 2025-12-24T02:09:55.864Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
|
| 2849 | 2025-12-24T02:09:55.864Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = crucible_boot_test
vm_id = 5ddbe977-99fa-48ae-937e-4b8736d8603b
|
| 2850 | 2025-12-24T02:09:55.864Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::crucible::smoke::boot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 2851 | 2025-12-24T02:09:55.864Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 5ddbe977-99fa-48ae-937e-4b8736d8603b
|
| 2852 | 2025-12-24T02:09:55.864Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_boot_test
vm_id = 5ddbe977-99fa-48ae-937e-4b8736d8603b
|
| 2853 | 2025-12-24T02:10:00.686Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4821
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 5ddbe977-99fa-48ae-937e-4b8736d8603b
|
| 2854 | 2025-12-24T02:10:00.686Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::crucible::smoke::boot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 2855 | 2025-12-24T02:10:00.686Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::crucible::smoke::boot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2856 | 2025-12-24T02:10:00.686Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 5ddbe977-99fa-48ae-937e-4b8736d8603b
|
| 2857 | 2025-12-24T02:10:00.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 = 804
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_boot_test
vm_id = 5ddbe977-99fa-48ae-937e-4b8736d8603b
|
| 2858 | 2025-12-24T02:10:00.704Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 5ddbe977-99fa-48ae-937e-4b8736d8603b
|
| 2859 | 2025-12-24T02:10:00.704Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::crucible::smoke::boot_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 2860 | 2025-12-24T02:10:00.704Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::crucible::smoke::boot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2861 | 2025-12-24T02:10:00.704Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 5ddbe977-99fa-48ae-937e-4b8736d8603b
|
| 2862 | 2025-12-24T02:10:00.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 = 804
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_boot_test
vm_id = 5ddbe977-99fa-48ae-937e-4b8736d8603b
|
| 2863 | 2025-12-24T02:10:00.737Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 5ddbe977-99fa-48ae-937e-4b8736d8603b
|
| 2864 | 2025-12-24T02:10:00.737Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
|
| 2865 | 2025-12-24T02:10:00.737Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4873
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
|
| 2866 | 2025-12-24T02:10:00.738Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 5ddbe977-99fa-48ae-937e-4b8736d8603b
|
| 2867 | 2025-12-24T02:10:00.738Z | 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
|
| 2868 | 2025-12-24T02:10:00.738Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4875
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2869 | 2025-12-24T02:10:00.738Z | INFO | phd-runner: test phd_tests::crucible::smoke::boot_test ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
| 2870 | 2025-12-24T02:10:00.738Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2871 | 2025-12-24T02:10:00.739Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1077
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 5ddbe977-99fa-48ae-937e-4b8736d8603b
|
| 2872 | 2025-12-24T02:10:01.097Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
path = phd_tests::crucible::smoke::boot_test
self.address = 127.0.0.1:9003
target = phd_framework::test_vm::server
vm = crucible_boot_test
vm_id = 5ddbe977-99fa-48ae-937e-4b8736d8603b
|
| 2873 | 2025-12-24T02:10:01.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::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/6ca882f3-c4d1-4a53-bd3e-e7b783f56e36_9000" } }
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = 5ddbe977-99fa-48ae-937e-4b8736d8603b
|
| 2874 | 2025-12-24T02:10:01.187Z | 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/6ca882f3-c4d1-4a53-bd3e-e7b783f56e36_9000"
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = 5ddbe977-99fa-48ae-937e-4b8736d8603b
|
| 2875 | 2025-12-24T02:10:01.197Z | 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/6ca882f3-c4d1-4a53-bd3e-e7b783f56e36_9001" } }
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = 5ddbe977-99fa-48ae-937e-4b8736d8603b
|
| 2876 | 2025-12-24T02:10:01.203Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::smoke::boot_test
self.path = "/tmp/propolis-phd/6ca882f3-c4d1-4a53-bd3e-e7b783f56e36_9001"
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = 5ddbe977-99fa-48ae-937e-4b8736d8603b
|
| 2877 | 2025-12-24T02:10:01.213Z | 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/6ca882f3-c4d1-4a53-bd3e-e7b783f56e36_9002" } }
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = 5ddbe977-99fa-48ae-937e-4b8736d8603b
|
| 2878 | 2025-12-24T02:10:01.219Z | 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/6ca882f3-c4d1-4a53-bd3e-e7b783f56e36_9002"
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = 5ddbe977-99fa-48ae-937e-4b8736d8603b
|
| 2879 | 2025-12-24T02:10:01.229Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 491
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 5ddbe977-99fa-48ae-937e-4b8736d8603b
|
| 2880 | 2025-12-24T02:10:01.229Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5654
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 5ddbe977-99fa-48ae-937e-4b8736d8603b
|
| 2881 | 2025-12-24T02:10:01.229Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 5951
file = phd-tests/tests/src/crucible/smoke.rs
line = 14
path = phd_tests::crucible::smoke::boot_test
target = phd_tests::crucible::smoke
|
| 2882 | 2025-12-24T02:10:01.230Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 491
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2883 | 2025-12-24T02:10:01.230Z | 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
|
| 2884 | 2025-12-24T02:10:01.230Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2885 | 2025-12-24T02:10:01.230Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2886 | 2025-12-24T02:10:01.230Z | 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
|
| 2887 | 2025-12-24T02:10:01.230Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 2888 | 2025-12-24T02:10:01.230Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2889 | 2025-12-24T02:10:01.230Z | 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
|
| 2890 | 2025-12-24T02:10:01.230Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2891 | 2025-12-24T02:10:01.230Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/2c436fcd-69cb-481e-9838-7c936765062c_9000", "--encrypted", "--uuid", "2c436fcd-69cb-481e-9838-7c936765062c", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::disk::crucible
|
| 2892 | 2025-12-24T02:10:01.322Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 305
path = phd_tests::crucible::smoke::api_reboot_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/2c436fcd-69cb-481e-9838-7c936765062c_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:10:01.240179457Z","hostname":"buskin","pid":1143}\n{"msg":"UUID: 2c436fcd-69cb-481e-9838-7c936765062c","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:10:01.318697305Z","hostname":"buskin","pid":1143}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:10:01.318707045Z","hostname":"buskin","pid":1143}\n
target = phd_framework::disk::crucible
|
| 2893 | 2025-12-24T02:10:01.322Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/2c436fcd-69cb-481e-9838-7c936765062c_9001", "--encrypted", "--uuid", "2c436fcd-69cb-481e-9838-7c936765062c", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::disk::crucible
|
| 2894 | 2025-12-24T02:10:01.410Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 305
path = phd_tests::crucible::smoke::api_reboot_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/2c436fcd-69cb-481e-9838-7c936765062c_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:10:01.32956264Z","hostname":"buskin","pid":1144}\n{"msg":"UUID: 2c436fcd-69cb-481e-9838-7c936765062c","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:10:01.407316416Z","hostname":"buskin","pid":1144}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:10:01.407324927Z","hostname":"buskin","pid":1144}\n
target = phd_framework::disk::crucible
|
| 2895 | 2025-12-24T02:10:01.410Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/2c436fcd-69cb-481e-9838-7c936765062c_9002", "--encrypted", "--uuid", "2c436fcd-69cb-481e-9838-7c936765062c", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::disk::crucible
|
| 2896 | 2025-12-24T02:10:01.501Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 305
path = phd_tests::crucible::smoke::api_reboot_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/2c436fcd-69cb-481e-9838-7c936765062c_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:10:01.419459749Z","hostname":"buskin","pid":1145}\n{"msg":"UUID: 2c436fcd-69cb-481e-9838-7c936765062c","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:10:01.498039869Z","hostname":"buskin","pid":1145}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:10:01.498047919Z","hostname":"buskin","pid":1145}\n
target = phd_framework::disk::crucible
|
| 2897 | 2025-12-24T02:10:01.501Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::crucible::smoke::api_reboot_test
stderr_path = "/tmp/propolis-phd/crucible_2c436fcd-69cb-481e-9838-7c936765062c_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_2c436fcd-69cb-481e-9838-7c936765062c_9000.stdout.log"
target = phd_framework::log_config
|
| 2898 | 2025-12-24T02:10:01.501Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/2c436fcd-69cb-481e-9838-7c936765062c_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::disk::crucible
|
| 2899 | 2025-12-24T02:10:01.501Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/2c436fcd-69cb-481e-9838-7c936765062c_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::disk::crucible
|
| 2900 | 2025-12-24T02:10:01.501Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::crucible::smoke::api_reboot_test
stderr_path = "/tmp/propolis-phd/crucible_2c436fcd-69cb-481e-9838-7c936765062c_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_2c436fcd-69cb-481e-9838-7c936765062c_9001.stdout.log"
target = phd_framework::log_config
|
| 2901 | 2025-12-24T02:10:01.502Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/2c436fcd-69cb-481e-9838-7c936765062c_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::disk::crucible
|
| 2902 | 2025-12-24T02:10:01.502Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/2c436fcd-69cb-481e-9838-7c936765062c_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::disk::crucible
|
| 2903 | 2025-12-24T02:10:01.502Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::crucible::smoke::api_reboot_test
stderr_path = "/tmp/propolis-phd/crucible_2c436fcd-69cb-481e-9838-7c936765062c_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_2c436fcd-69cb-481e-9838-7c936765062c_9002.stdout.log"
target = phd_framework::log_config
|
| 2904 | 2025-12-24T02:10:01.502Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/2c436fcd-69cb-481e-9838-7c936765062c_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::disk::crucible
|
| 2905 | 2025-12-24T02:10:01.502Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/2c436fcd-69cb-481e-9838-7c936765062c_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::disk::crucible
|
| 2906 | 2025-12-24T02:10:01.503Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 2907 | 2025-12-24T02:10:01.503Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm_name = crucible_guest_reboot_test
|
| 2908 | 2025-12-24T02:10:01.503Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 2909 | 2025-12-24T02:10:01.503Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 2910 | 2025-12-24T02:10:01.503Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::crucible::smoke::api_reboot_test
stderr_path = "/tmp/propolis-phd/crucible_guest_reboot_test.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_guest_reboot_test.stdout.log"
target = phd_framework::log_config
|
| 2911 | 2025-12-24T02:10:01.524Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1149
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
|
| 2912 | 2025-12-24T02:10:01.525Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 2913 | 2025-12-24T02:10:01.525Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 12e50a44-fcc7-4178-bf58-7d3dff475dbd
|
| 2914 | 2025-12-24T02:10:01.525Z | 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 = 347
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 12e50a44-fcc7-4178-bf58-7d3dff475dbd
|
| 2915 | 2025-12-24T02:10:01.918Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2916 | 2025-12-24T02:10:01.919Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 12e50a44-fcc7-4178-bf58-7d3dff475dbd, name: "phd-vm-12e50a44-fcc7-4178-bf58-7d3dff475dbd", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: d3742a3a-fee8-42c0-b657-172953029798, project_id: 969c5175-cfcf-4ed5-a606-07ba3c783b99, sled_id: b78ea358-50ba-4dda-8433-a3a7e8e6d7da, sled_serial: "b78ea358-50ba-4dda-8433-a3a7e8e6d7da", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 406
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 12e50a44-fcc7-4178-bf58-7d3dff475dbd
|
| 2917 | 2025-12-24T02:10:01.919Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 12e50a44-fcc7-4178-bf58-7d3dff475dbd
|
| 2918 | 2025-12-24T02:10:01.919Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::crucible::smoke::api_reboot_test
state = Run
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 12e50a44-fcc7-4178-bf58-7d3dff475dbd
|
| 2919 | 2025-12-24T02:10:01.920Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 12e50a44-fcc7-4178-bf58-7d3dff475dbd
|
| 2920 | 2025-12-24T02:10:01.920Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 2921 | 2025-12-24T02:10:01.920Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = crucible_guest_reboot_test
vm_id = 12e50a44-fcc7-4178-bf58-7d3dff475dbd
|
| 2922 | 2025-12-24T02:10:01.920Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::crucible::smoke::api_reboot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 2923 | 2025-12-24T02:10:01.920Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 12e50a44-fcc7-4178-bf58-7d3dff475dbd
|
| 2924 | 2025-12-24T02:10:01.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 = 804
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 12e50a44-fcc7-4178-bf58-7d3dff475dbd
|
| 2925 | 2025-12-24T02:10:06.721Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4800
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 12e50a44-fcc7-4178-bf58-7d3dff475dbd
|
| 2926 | 2025-12-24T02:10:06.721Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::crucible::smoke::api_reboot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 2927 | 2025-12-24T02:10:06.721Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::crucible::smoke::api_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2928 | 2025-12-24T02:10:06.721Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 12e50a44-fcc7-4178-bf58-7d3dff475dbd
|
| 2929 | 2025-12-24T02:10:06.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 = 804
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 12e50a44-fcc7-4178-bf58-7d3dff475dbd
|
| 2930 | 2025-12-24T02:10:06.740Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 12e50a44-fcc7-4178-bf58-7d3dff475dbd
|
| 2931 | 2025-12-24T02:10:06.740Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::crucible::smoke::api_reboot_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 2932 | 2025-12-24T02:10:06.740Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::crucible::smoke::api_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2933 | 2025-12-24T02:10:06.740Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 12e50a44-fcc7-4178-bf58-7d3dff475dbd
|
| 2934 | 2025-12-24T02:10:06.740Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 12e50a44-fcc7-4178-bf58-7d3dff475dbd
|
| 2935 | 2025-12-24T02:10:06.774Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 12e50a44-fcc7-4178-bf58-7d3dff475dbd
|
| 2936 | 2025-12-24T02:10:06.774Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 2937 | 2025-12-24T02:10:06.774Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4854
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 2938 | 2025-12-24T02:10:06.774Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 12e50a44-fcc7-4178-bf58-7d3dff475dbd
|
| 2939 | 2025-12-24T02:10:06.774Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::crucible::smoke::api_reboot_test
state = Reboot
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 12e50a44-fcc7-4178-bf58-7d3dff475dbd
|
| 2940 | 2025-12-24T02:10:06.775Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 12e50a44-fcc7-4178-bf58-7d3dff475dbd
|
| 2941 | 2025-12-24T02:10:06.775Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 2942 | 2025-12-24T02:10:06.775Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = crucible_guest_reboot_test
vm_id = 12e50a44-fcc7-4178-bf58-7d3dff475dbd
|
| 2943 | 2025-12-24T02:10:06.775Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::crucible::smoke::api_reboot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 2944 | 2025-12-24T02:10:06.775Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 12e50a44-fcc7-4178-bf58-7d3dff475dbd
|
| 2945 | 2025-12-24T02:10:06.775Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 12e50a44-fcc7-4178-bf58-7d3dff475dbd
|
| 2946 | 2025-12-24T02:10:11.403Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4627
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 12e50a44-fcc7-4178-bf58-7d3dff475dbd
|
| 2947 | 2025-12-24T02:10:11.403Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::crucible::smoke::api_reboot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 2948 | 2025-12-24T02:10:11.403Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::crucible::smoke::api_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2949 | 2025-12-24T02:10:11.403Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 12e50a44-fcc7-4178-bf58-7d3dff475dbd
|
| 2950 | 2025-12-24T02:10:11.403Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 12e50a44-fcc7-4178-bf58-7d3dff475dbd
|
| 2951 | 2025-12-24T02:10:11.421Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 12e50a44-fcc7-4178-bf58-7d3dff475dbd
|
| 2952 | 2025-12-24T02:10:11.421Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::crucible::smoke::api_reboot_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 2953 | 2025-12-24T02:10:11.421Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::crucible::smoke::api_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 2954 | 2025-12-24T02:10:11.422Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 12e50a44-fcc7-4178-bf58-7d3dff475dbd
|
| 2955 | 2025-12-24T02:10:11.422Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 12e50a44-fcc7-4178-bf58-7d3dff475dbd
|
| 2956 | 2025-12-24T02:10:11.454Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 12e50a44-fcc7-4178-bf58-7d3dff475dbd
|
| 2957 | 2025-12-24T02:10:11.454Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 2958 | 2025-12-24T02:10:11.454Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4679
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 2959 | 2025-12-24T02:10:11.454Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 12e50a44-fcc7-4178-bf58-7d3dff475dbd
|
| 2960 | 2025-12-24T02:10:11.455Z | 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
|
| 2961 | 2025-12-24T02:10:11.455Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 9536
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 2962 | 2025-12-24T02:10:11.455Z | INFO | phd-runner: test phd_tests::crucible::smoke::api_reboot_test ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
| 2963 | 2025-12-24T02:10:11.455Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2964 | 2025-12-24T02:10:11.456Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1077
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 12e50a44-fcc7-4178-bf58-7d3dff475dbd
|
| 2965 | 2025-12-24T02:10:12.061Z | 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 = 12e50a44-fcc7-4178-bf58-7d3dff475dbd
|
| 2966 | 2025-12-24T02:10:12.142Z | 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/2c436fcd-69cb-481e-9838-7c936765062c_9000" } }
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 12e50a44-fcc7-4178-bf58-7d3dff475dbd
|
| 2967 | 2025-12-24T02:10:12.148Z | 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/2c436fcd-69cb-481e-9838-7c936765062c_9000"
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 12e50a44-fcc7-4178-bf58-7d3dff475dbd
|
| 2968 | 2025-12-24T02:10:12.159Z | 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/2c436fcd-69cb-481e-9838-7c936765062c_9001" } }
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 12e50a44-fcc7-4178-bf58-7d3dff475dbd
|
| 2969 | 2025-12-24T02:10:12.166Z | 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/2c436fcd-69cb-481e-9838-7c936765062c_9001"
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 12e50a44-fcc7-4178-bf58-7d3dff475dbd
|
| 2970 | 2025-12-24T02:10:12.176Z | 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/2c436fcd-69cb-481e-9838-7c936765062c_9002" } }
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 12e50a44-fcc7-4178-bf58-7d3dff475dbd
|
| 2971 | 2025-12-24T02:10:12.182Z | 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/2c436fcd-69cb-481e-9838-7c936765062c_9002"
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 12e50a44-fcc7-4178-bf58-7d3dff475dbd
|
| 2972 | 2025-12-24T02:10:12.193Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 738
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 12e50a44-fcc7-4178-bf58-7d3dff475dbd
|
| 2973 | 2025-12-24T02:10:12.193Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 738
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 2974 | 2025-12-24T02:10:12.193Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 10668
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 12e50a44-fcc7-4178-bf58-7d3dff475dbd
|
| 2975 | 2025-12-24T02:10:12.193Z | 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
|
| 2976 | 2025-12-24T02:10:12.193Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 10963
file = phd-tests/tests/src/crucible/smoke.rs
line = 23
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_tests::crucible::smoke
|
| 2977 | 2025-12-24T02:10:12.193Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2978 | 2025-12-24T02:10:12.193Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 2979 | 2025-12-24T02:10:12.193Z | 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
|
| 2980 | 2025-12-24T02:10:12.193Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 2981 | 2025-12-24T02:10:12.193Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2982 | 2025-12-24T02:10:12.193Z | 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
|
| 2983 | 2025-12-24T02:10:12.194Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 2984 | 2025-12-24T02:10:12.194Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/6bcf2c5d-6e82-4451-9eb8-7eebc0961f93_9000", "--encrypted", "--uuid", "6bcf2c5d-6e82-4451-9eb8-7eebc0961f93", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
| 2985 | 2025-12-24T02:10:12.285Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 305
path = phd_tests::crucible::smoke::guest_reboot_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/6bcf2c5d-6e82-4451-9eb8-7eebc0961f93_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:10:12.203205548Z","hostname":"buskin","pid":1151}\n{"msg":"UUID: 6bcf2c5d-6e82-4451-9eb8-7eebc0961f93","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:10:12.281740357Z","hostname":"buskin","pid":1151}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:10:12.281755347Z","hostname":"buskin","pid":1151}\n
target = phd_framework::disk::crucible
|
| 2986 | 2025-12-24T02:10:12.285Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/6bcf2c5d-6e82-4451-9eb8-7eebc0961f93_9001", "--encrypted", "--uuid", "6bcf2c5d-6e82-4451-9eb8-7eebc0961f93", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
| 2987 | 2025-12-24T02:10:12.376Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 305
path = phd_tests::crucible::smoke::guest_reboot_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/6bcf2c5d-6e82-4451-9eb8-7eebc0961f93_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:10:12.294579839Z","hostname":"buskin","pid":1152}\n{"msg":"UUID: 6bcf2c5d-6e82-4451-9eb8-7eebc0961f93","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:10:12.372851931Z","hostname":"buskin","pid":1152}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:10:12.372868661Z","hostname":"buskin","pid":1152}\n
target = phd_framework::disk::crucible
|
| 2988 | 2025-12-24T02:10:12.376Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/6bcf2c5d-6e82-4451-9eb8-7eebc0961f93_9002", "--encrypted", "--uuid", "6bcf2c5d-6e82-4451-9eb8-7eebc0961f93", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
| 2989 | 2025-12-24T02:10:12.466Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 305
path = phd_tests::crucible::smoke::guest_reboot_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/6bcf2c5d-6e82-4451-9eb8-7eebc0961f93_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:10:12.384722455Z","hostname":"buskin","pid":1153}\n{"msg":"UUID: 6bcf2c5d-6e82-4451-9eb8-7eebc0961f93","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:10:12.463050258Z","hostname":"buskin","pid":1153}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:10:12.463075029Z","hostname":"buskin","pid":1153}\n
target = phd_framework::disk::crucible
|
| 2990 | 2025-12-24T02:10:12.466Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::crucible::smoke::guest_reboot_test
stderr_path = "/tmp/propolis-phd/crucible_6bcf2c5d-6e82-4451-9eb8-7eebc0961f93_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_6bcf2c5d-6e82-4451-9eb8-7eebc0961f93_9000.stdout.log"
target = phd_framework::log_config
|
| 2991 | 2025-12-24T02:10:12.466Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/6bcf2c5d-6e82-4451-9eb8-7eebc0961f93_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
| 2992 | 2025-12-24T02:10:12.466Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/6bcf2c5d-6e82-4451-9eb8-7eebc0961f93_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
| 2993 | 2025-12-24T02:10:12.467Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::crucible::smoke::guest_reboot_test
stderr_path = "/tmp/propolis-phd/crucible_6bcf2c5d-6e82-4451-9eb8-7eebc0961f93_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_6bcf2c5d-6e82-4451-9eb8-7eebc0961f93_9001.stdout.log"
target = phd_framework::log_config
|
| 2994 | 2025-12-24T02:10:12.467Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/6bcf2c5d-6e82-4451-9eb8-7eebc0961f93_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
| 2995 | 2025-12-24T02:10:12.467Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/6bcf2c5d-6e82-4451-9eb8-7eebc0961f93_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
| 2996 | 2025-12-24T02:10:12.468Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::crucible::smoke::guest_reboot_test
stderr_path = "/tmp/propolis-phd/crucible_6bcf2c5d-6e82-4451-9eb8-7eebc0961f93_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_6bcf2c5d-6e82-4451-9eb8-7eebc0961f93_9002.stdout.log"
target = phd_framework::log_config
|
| 2997 | 2025-12-24T02:10:12.468Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/6bcf2c5d-6e82-4451-9eb8-7eebc0961f93_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
| 2998 | 2025-12-24T02:10:12.468Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/6bcf2c5d-6e82-4451-9eb8-7eebc0961f93_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
| 2999 | 2025-12-24T02:10:12.468Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 3000 | 2025-12-24T02:10:12.468Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm_name = crucible_guest_reboot_test
|
| 3001 | 2025-12-24T02:10:12.468Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 3002 | 2025-12-24T02:10:12.469Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 3003 | 2025-12-24T02:10:12.469Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::crucible::smoke::guest_reboot_test
stderr_path = "/tmp/propolis-phd/crucible_guest_reboot_test.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_guest_reboot_test.stdout.log"
target = phd_framework::log_config
|
| 3004 | 2025-12-24T02:10:12.489Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1157
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
|
| 3005 | 2025-12-24T02:10:12.490Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 3006 | 2025-12-24T02:10:12.490Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0f918451-4bfc-4504-bf3a-af506e763183
|
| 3007 | 2025-12-24T02:10:12.490Z | 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 = 347
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0f918451-4bfc-4504-bf3a-af506e763183
|
| 3008 | 2025-12-24T02:10:12.860Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3009 | 2025-12-24T02:10:12.861Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 0f918451-4bfc-4504-bf3a-af506e763183, name: "phd-vm-0f918451-4bfc-4504-bf3a-af506e763183", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: b83fd9c7-e63e-44cd-aa1b-9540f693910e, project_id: 033214a1-d8c7-48c3-9b88-f15c80999601, sled_id: 4878d3ac-745c-4c54-a5fa-f7d486db386f, sled_serial: "4878d3ac-745c-4c54-a5fa-f7d486db386f", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 406
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0f918451-4bfc-4504-bf3a-af506e763183
|
| 3010 | 2025-12-24T02:10:12.861Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0f918451-4bfc-4504-bf3a-af506e763183
|
| 3011 | 2025-12-24T02:10:12.861Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::crucible::smoke::guest_reboot_test
state = Run
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0f918451-4bfc-4504-bf3a-af506e763183
|
| 3012 | 2025-12-24T02:10:12.862Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0f918451-4bfc-4504-bf3a-af506e763183
|
| 3013 | 2025-12-24T02:10:12.862Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 3014 | 2025-12-24T02:10:12.862Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = crucible_guest_reboot_test
vm_id = 0f918451-4bfc-4504-bf3a-af506e763183
|
| 3015 | 2025-12-24T02:10:12.862Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::crucible::smoke::guest_reboot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 3016 | 2025-12-24T02:10:12.862Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0f918451-4bfc-4504-bf3a-af506e763183
|
| 3017 | 2025-12-24T02:10:12.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 = 804
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 0f918451-4bfc-4504-bf3a-af506e763183
|
| 3018 | 2025-12-24T02:10:17.696Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4834
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0f918451-4bfc-4504-bf3a-af506e763183
|
| 3019 | 2025-12-24T02:10:17.696Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::crucible::smoke::guest_reboot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 3020 | 2025-12-24T02:10:17.696Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::crucible::smoke::guest_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3021 | 2025-12-24T02:10:17.696Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0f918451-4bfc-4504-bf3a-af506e763183
|
| 3022 | 2025-12-24T02:10:17.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 = 804
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 0f918451-4bfc-4504-bf3a-af506e763183
|
| 3023 | 2025-12-24T02:10:17.716Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0f918451-4bfc-4504-bf3a-af506e763183
|
| 3024 | 2025-12-24T02:10:17.716Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::crucible::smoke::guest_reboot_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 3025 | 2025-12-24T02:10:17.716Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::crucible::smoke::guest_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3026 | 2025-12-24T02:10:17.716Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0f918451-4bfc-4504-bf3a-af506e763183
|
| 3027 | 2025-12-24T02:10:17.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 = 804
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 0f918451-4bfc-4504-bf3a-af506e763183
|
| 3028 | 2025-12-24T02:10:17.749Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0f918451-4bfc-4504-bf3a-af506e763183
|
| 3029 | 2025-12-24T02:10:17.749Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 3030 | 2025-12-24T02:10:17.749Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4887
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 3031 | 2025-12-24T02:10:17.749Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0f918451-4bfc-4504-bf3a-af506e763183
|
| 3032 | 2025-12-24T02:10:17.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 = 804
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_guest_reboot_test
vm_id = 0f918451-4bfc-4504-bf3a-af506e763183
|
| 3033 | 2025-12-24T02:10:17.760Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0f918451-4bfc-4504-bf3a-af506e763183
|
| 3034 | 2025-12-24T02:10:17.760Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 3035 | 2025-12-24T02:10:17.760Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = crucible_guest_reboot_test
vm_id = 0f918451-4bfc-4504-bf3a-af506e763183
|
| 3036 | 2025-12-24T02:10:17.760Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::crucible::smoke::guest_reboot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 3037 | 2025-12-24T02:10:17.760Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0f918451-4bfc-4504-bf3a-af506e763183
|
| 3038 | 2025-12-24T02:10:17.760Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 0f918451-4bfc-4504-bf3a-af506e763183
|
| 3039 | 2025-12-24T02:10:24.726Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 6965
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0f918451-4bfc-4504-bf3a-af506e763183
|
| 3040 | 2025-12-24T02:10:24.726Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::crucible::smoke::guest_reboot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 3041 | 2025-12-24T02:10:24.727Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::crucible::smoke::guest_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3042 | 2025-12-24T02:10:24.727Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0f918451-4bfc-4504-bf3a-af506e763183
|
| 3043 | 2025-12-24T02:10:24.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 = 804
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 0f918451-4bfc-4504-bf3a-af506e763183
|
| 3044 | 2025-12-24T02:10:24.745Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0f918451-4bfc-4504-bf3a-af506e763183
|
| 3045 | 2025-12-24T02:10:24.745Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::crucible::smoke::guest_reboot_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 3046 | 2025-12-24T02:10:24.745Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::crucible::smoke::guest_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3047 | 2025-12-24T02:10:24.745Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0f918451-4bfc-4504-bf3a-af506e763183
|
| 3048 | 2025-12-24T02:10:24.745Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 0f918451-4bfc-4504-bf3a-af506e763183
|
| 3049 | 2025-12-24T02:10:24.778Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0f918451-4bfc-4504-bf3a-af506e763183
|
| 3050 | 2025-12-24T02:10:24.778Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 3051 | 2025-12-24T02:10:24.778Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 7017
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 3052 | 2025-12-24T02:10:24.778Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0f918451-4bfc-4504-bf3a-af506e763183
|
| 3053 | 2025-12-24T02:10:24.778Z | 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
|
| 3054 | 2025-12-24T02:10:24.778Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 11918
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3055 | 2025-12-24T02:10:24.778Z | INFO | phd-runner: test phd_tests::crucible::smoke::guest_reboot_test ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
| 3056 | 2025-12-24T02:10:24.778Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3057 | 2025-12-24T02:10:24.780Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1077
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0f918451-4bfc-4504-bf3a-af506e763183
|
| 3058 | 2025-12-24T02:10:25.430Z | 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 = 0f918451-4bfc-4504-bf3a-af506e763183
|
| 3059 | 2025-12-24T02:10:25.513Z | 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/6bcf2c5d-6e82-4451-9eb8-7eebc0961f93_9000" } }
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 0f918451-4bfc-4504-bf3a-af506e763183
|
| 3060 | 2025-12-24T02:10:25.519Z | 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/6bcf2c5d-6e82-4451-9eb8-7eebc0961f93_9000"
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 0f918451-4bfc-4504-bf3a-af506e763183
|
| 3061 | 2025-12-24T02:10:25.530Z | 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/6bcf2c5d-6e82-4451-9eb8-7eebc0961f93_9001" } }
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 0f918451-4bfc-4504-bf3a-af506e763183
|
| 3062 | 2025-12-24T02:10:25.536Z | 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/6bcf2c5d-6e82-4451-9eb8-7eebc0961f93_9001"
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 0f918451-4bfc-4504-bf3a-af506e763183
|
| 3063 | 2025-12-24T02:10:25.547Z | 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/6bcf2c5d-6e82-4451-9eb8-7eebc0961f93_9002" } }
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 0f918451-4bfc-4504-bf3a-af506e763183
|
| 3064 | 2025-12-24T02:10:25.553Z | 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/6bcf2c5d-6e82-4451-9eb8-7eebc0961f93_9002"
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 0f918451-4bfc-4504-bf3a-af506e763183
|
| 3065 | 2025-12-24T02:10:25.563Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 785
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0f918451-4bfc-4504-bf3a-af506e763183
|
| 3066 | 2025-12-24T02:10:25.564Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 13073
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0f918451-4bfc-4504-bf3a-af506e763183
|
| 3067 | 2025-12-24T02:10:25.564Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 13370
file = phd-tests/tests/src/crucible/smoke.rs
line = 35
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_tests::crucible::smoke
|
| 3068 | 2025-12-24T02:10:25.564Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 785
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3069 | 2025-12-24T02:10:25.564Z | 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
|
| 3070 | 2025-12-24T02:10:25.565Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3071 | 2025-12-24T02:10:25.565Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3072 | 2025-12-24T02:10:25.565Z | 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
|
| 3073 | 2025-12-24T02:10:25.565Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 3074 | 2025-12-24T02:10:25.565Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3075 | 2025-12-24T02:10:25.565Z | 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
|
| 3076 | 2025-12-24T02:10:25.565Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3077 | 2025-12-24T02:10:25.565Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/c4cbe3b7-325c-43c5-a0ad-a97887cb911d_9000", "--encrypted", "--uuid", "c4cbe3b7-325c-43c5-a0ad-a97887cb911d", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
| 3078 | 2025-12-24T02:10:25.655Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 305
path = phd_tests::crucible::smoke::shutdown_persistence_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/c4cbe3b7-325c-43c5-a0ad-a97887cb911d_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:10:25.574643258Z","hostname":"buskin","pid":1159}\n{"msg":"UUID: c4cbe3b7-325c-43c5-a0ad-a97887cb911d","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:10:25.652996852Z","hostname":"buskin","pid":1159}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:10:25.653011412Z","hostname":"buskin","pid":1159}\n
target = phd_framework::disk::crucible
|
| 3079 | 2025-12-24T02:10:25.656Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/c4cbe3b7-325c-43c5-a0ad-a97887cb911d_9001", "--encrypted", "--uuid", "c4cbe3b7-325c-43c5-a0ad-a97887cb911d", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
| 3080 | 2025-12-24T02:10:25.743Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 305
path = phd_tests::crucible::smoke::shutdown_persistence_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/c4cbe3b7-325c-43c5-a0ad-a97887cb911d_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:10:25.663071444Z","hostname":"buskin","pid":1160}\n{"msg":"UUID: c4cbe3b7-325c-43c5-a0ad-a97887cb911d","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:10:25.740760438Z","hostname":"buskin","pid":1160}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:10:25.740773479Z","hostname":"buskin","pid":1160}\n
target = phd_framework::disk::crucible
|
| 3081 | 2025-12-24T02:10:25.743Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/c4cbe3b7-325c-43c5-a0ad-a97887cb911d_9002", "--encrypted", "--uuid", "c4cbe3b7-325c-43c5-a0ad-a97887cb911d", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
| 3082 | 2025-12-24T02:10:25.834Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 305
path = phd_tests::crucible::smoke::shutdown_persistence_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/c4cbe3b7-325c-43c5-a0ad-a97887cb911d_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:10:25.752461068Z","hostname":"buskin","pid":1161}\n{"msg":"UUID: c4cbe3b7-325c-43c5-a0ad-a97887cb911d","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:10:25.830873593Z","hostname":"buskin","pid":1161}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:10:25.830889594Z","hostname":"buskin","pid":1161}\n
target = phd_framework::disk::crucible
|
| 3083 | 2025-12-24T02:10:25.834Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::crucible::smoke::shutdown_persistence_test
stderr_path = "/tmp/propolis-phd/crucible_c4cbe3b7-325c-43c5-a0ad-a97887cb911d_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_c4cbe3b7-325c-43c5-a0ad-a97887cb911d_9000.stdout.log"
target = phd_framework::log_config
|
| 3084 | 2025-12-24T02:10:25.834Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/c4cbe3b7-325c-43c5-a0ad-a97887cb911d_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
| 3085 | 2025-12-24T02:10:25.834Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/c4cbe3b7-325c-43c5-a0ad-a97887cb911d_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
| 3086 | 2025-12-24T02:10:25.835Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::crucible::smoke::shutdown_persistence_test
stderr_path = "/tmp/propolis-phd/crucible_c4cbe3b7-325c-43c5-a0ad-a97887cb911d_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_c4cbe3b7-325c-43c5-a0ad-a97887cb911d_9001.stdout.log"
target = phd_framework::log_config
|
| 3087 | 2025-12-24T02:10:25.835Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/c4cbe3b7-325c-43c5-a0ad-a97887cb911d_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
| 3088 | 2025-12-24T02:10:25.835Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/c4cbe3b7-325c-43c5-a0ad-a97887cb911d_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
| 3089 | 2025-12-24T02:10:25.835Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::crucible::smoke::shutdown_persistence_test
stderr_path = "/tmp/propolis-phd/crucible_c4cbe3b7-325c-43c5-a0ad-a97887cb911d_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_c4cbe3b7-325c-43c5-a0ad-a97887cb911d_9002.stdout.log"
target = phd_framework::log_config
|
| 3090 | 2025-12-24T02:10:25.835Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/c4cbe3b7-325c-43c5-a0ad-a97887cb911d_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
| 3091 | 2025-12-24T02:10:25.835Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/c4cbe3b7-325c-43c5-a0ad-a97887cb911d_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
| 3092 | 2025-12-24T02:10:25.836Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::test_vm
|
| 3093 | 2025-12-24T02:10:25.836Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::test_vm
vm_name = crucible_shutdown_persistence_test
|
| 3094 | 2025-12-24T02:10:25.836Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 3095 | 2025-12-24T02:10:25.836Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 3096 | 2025-12-24T02:10:25.836Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::crucible::smoke::shutdown_persistence_test
stderr_path = "/tmp/propolis-phd/crucible_shutdown_persistence_test.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_shutdown_persistence_test.stdout.log"
target = phd_framework::log_config
|
| 3097 | 2025-12-24T02:10:25.858Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1165
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
|
| 3098 | 2025-12-24T02:10:25.858Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::test_vm
|
| 3099 | 2025-12-24T02:10:25.858Z | 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
|
| 3100 | 2025-12-24T02:10:25.865Z | 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/c4cbe3b7-325c-43c5-a0ad-a97887cb911d_9000" } }
target = phd_framework::disk::crucible
|
| 3101 | 2025-12-24T02:10:25.868Z | 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/c4cbe3b7-325c-43c5-a0ad-a97887cb911d_9000"
target = phd_framework::disk::crucible
|
| 3102 | 2025-12-24T02:10:25.875Z | 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/c4cbe3b7-325c-43c5-a0ad-a97887cb911d_9001" } }
target = phd_framework::disk::crucible
|
| 3103 | 2025-12-24T02:10:25.878Z | 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/c4cbe3b7-325c-43c5-a0ad-a97887cb911d_9001"
target = phd_framework::disk::crucible
|
| 3104 | 2025-12-24T02:10:25.886Z | 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/c4cbe3b7-325c-43c5-a0ad-a97887cb911d_9002" } }
target = phd_framework::disk::crucible
|
| 3105 | 2025-12-24T02:10:25.890Z | 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/c4cbe3b7-325c-43c5-a0ad-a97887cb911d_9002"
target = phd_framework::disk::crucible
|
| 3106 | 2025-12-24T02:10:25.897Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 332
file = phd-tests/tests/src/crucible/smoke.rs
line = 47
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_tests::crucible::smoke
|
| 3107 | 2025-12-24T02:10:25.897Z | 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 = 129
target = phd_runner::execute
|
| 3108 | 2025-12-24T02:10:25.897Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3109 | 2025-12-24T02:10:25.897Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3110 | 2025-12-24T02:10:25.897Z | 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
|
| 3111 | 2025-12-24T02:10:25.898Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3112 | 2025-12-24T02:10:25.898Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3113 | 2025-12-24T02:10:25.898Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/crucible/smoke.rs
line = 90
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_tests::crucible::smoke
|
| 3114 | 2025-12-24T02:10:25.898Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 3115 | 2025-12-24T02:10:25.898Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3116 | 2025-12-24T02:10:25.898Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3117 | 2025-12-24T02:10:25.898Z | 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
|
| 3118 | 2025-12-24T02:10:25.905Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 229M 1.80T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 3119 | 2025-12-24T02:10:25.905Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-accf0ed6-b94d-4ea9-a4f0-e31a0f37cde7"]
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
|
| 3120 | 2025-12-24T02:10:25.916Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-accf0ed6-b94d-4ea9-a4f0-e31a0f37cde7", "phd-artifacts/phd-clone-dded8c6b-bf74-4e06-9391-6dcfdd0d654a"]
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
|
| 3121 | 2025-12-24T02:10:25.928Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-dded8c6b-bf74-4e06-9391-6dcfdd0d654a"]
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
|
| 3122 | 2025-12-24T02:10:25.934Z | 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-dded8c6b-bf74-4e06-9391-6dcfdd0d654a 0B 1.80T 227M /phd-artifacts/phd-clone-dded8c6b-bf74-4e06-9391-6dcfdd0d654a\n
target = phd_framework::zfs
|
| 3123 | 2025-12-24T02:10:25.935Z | 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
|
| 3124 | 2025-12-24T02:10:25.935Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/9a981744-fc66-44a7-a2ec-1f69e6d42a89_9000", "--encrypted", "--uuid", "9a981744-fc66-44a7-a2ec-1f69e6d42a89", "--extent-size", "131072", "--extent-count", "16"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::disk::crucible
|
| 3125 | 2025-12-24T02:10:25.954Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 305
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/9a981744-fc66-44a7-a2ec-1f69e6d42a89_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:10:25.944187102Z","hostname":"buskin","pid":1171}\n{"msg":"UUID: 9a981744-fc66-44a7-a2ec-1f69e6d42a89","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:10:25.952582985Z","hostname":"buskin","pid":1171}\n{"msg":"Blocks per extent:131072 Total Extents: 16","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:10:25.952591996Z","hostname":"buskin","pid":1171}\n
target = phd_framework::disk::crucible
|
| 3126 | 2025-12-24T02:10:25.954Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/9a981744-fc66-44a7-a2ec-1f69e6d42a89_9001", "--encrypted", "--uuid", "9a981744-fc66-44a7-a2ec-1f69e6d42a89", "--extent-size", "131072", "--extent-count", "16"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::disk::crucible
|
| 3127 | 2025-12-24T02:10:25.972Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 305
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/9a981744-fc66-44a7-a2ec-1f69e6d42a89_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:10:25.962023499Z","hostname":"buskin","pid":1172}\n{"msg":"UUID: 9a981744-fc66-44a7-a2ec-1f69e6d42a89","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:10:25.970280769Z","hostname":"buskin","pid":1172}\n{"msg":"Blocks per extent:131072 Total Extents: 16","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:10:25.970289379Z","hostname":"buskin","pid":1172}\n
target = phd_framework::disk::crucible
|
| 3128 | 2025-12-24T02:10:25.972Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/9a981744-fc66-44a7-a2ec-1f69e6d42a89_9002", "--encrypted", "--uuid", "9a981744-fc66-44a7-a2ec-1f69e6d42a89", "--extent-size", "131072", "--extent-count", "16"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::disk::crucible
|
| 3129 | 2025-12-24T02:10:25.991Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 305
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/9a981744-fc66-44a7-a2ec-1f69e6d42a89_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:10:25.980922267Z","hostname":"buskin","pid":1173}\n{"msg":"UUID: 9a981744-fc66-44a7-a2ec-1f69e6d42a89","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:10:25.98928943Z","hostname":"buskin","pid":1173}\n{"msg":"Blocks per extent:131072 Total Extents: 16","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:10:25.989305071Z","hostname":"buskin","pid":1173}\n
target = phd_framework::disk::crucible
|
| 3130 | 2025-12-24T02:10:25.991Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
stderr_path = "/tmp/propolis-phd/crucible_9a981744-fc66-44a7-a2ec-1f69e6d42a89_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_9a981744-fc66-44a7-a2ec-1f69e6d42a89_9000.stdout.log"
target = phd_framework::log_config
|
| 3131 | 2025-12-24T02:10:25.991Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/9a981744-fc66-44a7-a2ec-1f69e6d42a89_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::disk::crucible
|
| 3132 | 2025-12-24T02:10:25.991Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/9a981744-fc66-44a7-a2ec-1f69e6d42a89_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::disk::crucible
|
| 3133 | 2025-12-24T02:10:25.992Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
stderr_path = "/tmp/propolis-phd/crucible_9a981744-fc66-44a7-a2ec-1f69e6d42a89_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_9a981744-fc66-44a7-a2ec-1f69e6d42a89_9001.stdout.log"
target = phd_framework::log_config
|
| 3134 | 2025-12-24T02:10:25.992Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/9a981744-fc66-44a7-a2ec-1f69e6d42a89_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::disk::crucible
|
| 3135 | 2025-12-24T02:10:25.992Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/9a981744-fc66-44a7-a2ec-1f69e6d42a89_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::disk::crucible
|
| 3136 | 2025-12-24T02:10:25.992Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
stderr_path = "/tmp/propolis-phd/crucible_9a981744-fc66-44a7-a2ec-1f69e6d42a89_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_9a981744-fc66-44a7-a2ec-1f69e6d42a89_9002.stdout.log"
target = phd_framework::log_config
|
| 3137 | 2025-12-24T02:10:25.992Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/9a981744-fc66-44a7-a2ec-1f69e6d42a89_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::disk::crucible
|
| 3138 | 2025-12-24T02:10:25.992Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/9a981744-fc66-44a7-a2ec-1f69e6d42a89_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::disk::crucible
|
| 3139 | 2025-12-24T02:10:25.993Z | INFO | phd-runner: [TEST - EVENT] enabling vcr black hole
disk = vcr-replacement-target
file = phd-tests/framework/src/disk/crucible.rs
line = 128
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::disk::crucible
|
| 3140 | 2025-12-24T02:10:25.993Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
|
| 3141 | 2025-12-24T02:10:25.993Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm_name = crucible_vcr_replace_during_start_test
|
| 3142 | 2025-12-24T02:10:25.993Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 3143 | 2025-12-24T02:10:25.993Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 3144 | 2025-12-24T02:10:25.993Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
stderr_path = "/tmp/propolis-phd/crucible_vcr_replace_during_start_test.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_vcr_replace_during_start_test.stdout.log"
target = phd_framework::log_config
|
| 3145 | 2025-12-24T02:10:26.013Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1177
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
|
| 3146 | 2025-12-24T02:10:26.014Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 20
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
|
| 3147 | 2025-12-24T02:10:26.014Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3148 | 2025-12-24T02:10:26.014Z | 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 = 347
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3149 | 2025-12-24T02:10:26.713Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3150 | 2025-12-24T02:10:26.714Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: f82895c1-7c45-4e85-9544-5a69857338ba, name: "phd-vm-f82895c1-7c45-4e85-9544-5a69857338ba", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 754655a5-df15-4897-a735-e6492f4fc64a, project_id: 003d6289-c098-4439-9694-1dccfeaa2f0a, sled_id: bba5b896-15ff-480a-abbf-3717655f47ba, sled_serial: "bba5b896-15ff-480a-abbf-3717655f47ba", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 406
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3151 | 2025-12-24T02:10:26.714Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3152 | 2025-12-24T02:10:26.714Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
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 = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3153 | 2025-12-24T02:10:26.715Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3154 | 2025-12-24T02:10:26.715Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 680
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3155 | 2025-12-24T02:10:26.715Z | 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 = 686
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3156 | 2025-12-24T02:10:26.715Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 477
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3157 | 2025-12-24T02:10:26.715Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 479
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3158 | 2025-12-24T02:10:26.716Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 477
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3159 | 2025-12-24T02:10:27.424Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 477
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3160 | 2025-12-24T02:10:27.424Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 479
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3161 | 2025-12-24T02:10:27.426Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 477
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3162 | 2025-12-24T02:10:27.966Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 477
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3163 | 2025-12-24T02:10:27.966Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 479
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3164 | 2025-12-24T02:10:27.968Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 477
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3165 | 2025-12-24T02:10:28.986Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 477
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3166 | 2025-12-24T02:10:28.986Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 479
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3167 | 2025-12-24T02:10:28.987Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 477
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3168 | 2025-12-24T02:10:30.094Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 477
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3169 | 2025-12-24T02:10:30.094Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 479
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3170 | 2025-12-24T02:10:30.095Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 477
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3171 | 2025-12-24T02:10:30.096Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 3380
file = phd-tests/framework/src/test_vm/mod.rs
line = 680
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3172 | 2025-12-24T02:10:30.096Z | INFO | phd-runner: [TEST - EVENT] disabling vcr black hole
disk = vcr-replacement-target
file = phd-tests/framework/src/disk/crucible.rs
line = 151
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::disk::crucible
|
| 3173 | 2025-12-24T02:10:30.096Z | 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 = 644
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vcr = Volume { id: 358ff05d-3b9b-4df6-b844-00e70e3710a1, block_size: 512, sub_volumes: [Region { block_size: 512, blocks_per_extent: 131072, extent_count: 16, opts: CrucibleOpts { id: 358ff05d-3b9b-4df6-b844-00e70e3710a1, target: [127.0.0.1:9000, 127.0.0.1:9001, 127.0.0.1:9002], lossy: false, flush_timeout: None, key: Some("O9+QTB5jJdb4r6qUd9iMdzCAE4OwmCFPM3vRTXCQ9Tk="), cert_pem: None, key_pem: None, root_cert_pem: None, control: None, read_only: false }, generation: 2 }], read_only_parent: None }
|
| 3174 | 2025-12-24T02:10:30.098Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
|
| 3175 | 2025-12-24T02:10:30.098Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
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 = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3176 | 2025-12-24T02:10:30.098Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 3177 | 2025-12-24T02:10:30.098Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3178 | 2025-12-24T02:10:30.098Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3179 | 2025-12-24T02:10:44.636Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 14537
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3180 | 2025-12-24T02:10:44.636Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 3181 | 2025-12-24T02:10:44.636Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3182 | 2025-12-24T02:10:44.636Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3183 | 2025-12-24T02:10:44.636Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3184 | 2025-12-24T02:10:44.655Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 19
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3185 | 2025-12-24T02:10:44.655Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 3186 | 2025-12-24T02:10:44.655Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3187 | 2025-12-24T02:10:44.655Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3188 | 2025-12-24T02:10:44.655Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3189 | 2025-12-24T02:10:44.688Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3190 | 2025-12-24T02:10:44.688Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
|
| 3191 | 2025-12-24T02:10:44.688Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 14590
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
|
| 3192 | 2025-12-24T02:10:44.688Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 477
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3193 | 2025-12-24T02:10:44.688Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 479
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3194 | 2025-12-24T02:10:44.690Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 477
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3195 | 2025-12-24T02:10:44.690Z | 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 = 644
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vcr = Volume { id: 358ff05d-3b9b-4df6-b844-00e70e3710a1, block_size: 512, sub_volumes: [Region { block_size: 512, blocks_per_extent: 131072, extent_count: 16, opts: CrucibleOpts { id: 358ff05d-3b9b-4df6-b844-00e70e3710a1, target: [127.0.0.1:9000, 127.0.0.1:9001, 127.0.0.1:9002], lossy: false, flush_timeout: None, key: Some("O9+QTB5jJdb4r6qUd9iMdzCAE4OwmCFPM3vRTXCQ9Tk="), cert_pem: None, key_pem: None, root_cert_pem: None, control: None, read_only: false }, generation: 3 }], read_only_parent: None }
|
| 3196 | 2025-12-24T02:10:44.691Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3197 | 2025-12-24T02:10:44.691Z | 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
|
| 3198 | 2025-12-24T02:10:44.691Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 17978
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3199 | 2025-12-24T02:10:44.691Z | INFO | phd-runner: test phd_tests::crucible::smoke::vcr_replace_during_start_test ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
| 3200 | 2025-12-24T02:10:44.691Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3201 | 2025-12-24T02:10:44.692Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1077
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3202 | 2025-12-24T02:10:45.196Z | 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 = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3203 | 2025-12-24T02:10:45.277Z | 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 = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3204 | 2025-12-24T02:10:45.277Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-dded8c6b-bf74-4e06-9391-6dcfdd0d654a"]
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 = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3205 | 2025-12-24T02:10:45.297Z | 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 = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3206 | 2025-12-24T02:10:45.297Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-accf0ed6-b94d-4ea9-a4f0-e31a0f37cde7"]
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 = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3207 | 2025-12-24T02:10:45.314Z | 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/9a981744-fc66-44a7-a2ec-1f69e6d42a89_9000" } }
target = phd_framework::disk::crucible
vm = crucible_vcr_replace_during_start_test
vm_id = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3208 | 2025-12-24T02:10:45.318Z | 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/9a981744-fc66-44a7-a2ec-1f69e6d42a89_9000"
target = phd_framework::disk::crucible
vm = crucible_vcr_replace_during_start_test
vm_id = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3209 | 2025-12-24T02:10:45.319Z | 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/9a981744-fc66-44a7-a2ec-1f69e6d42a89_9001" } }
target = phd_framework::disk::crucible
vm = crucible_vcr_replace_during_start_test
vm_id = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3210 | 2025-12-24T02:10:45.323Z | 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/9a981744-fc66-44a7-a2ec-1f69e6d42a89_9001"
target = phd_framework::disk::crucible
vm = crucible_vcr_replace_during_start_test
vm_id = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3211 | 2025-12-24T02:10:45.324Z | 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/9a981744-fc66-44a7-a2ec-1f69e6d42a89_9002" } }
target = phd_framework::disk::crucible
vm = crucible_vcr_replace_during_start_test
vm_id = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3212 | 2025-12-24T02:10:45.329Z | 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/9a981744-fc66-44a7-a2ec-1f69e6d42a89_9002"
target = phd_framework::disk::crucible
vm = crucible_vcr_replace_during_start_test
vm_id = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3213 | 2025-12-24T02:10:45.330Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 638
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3214 | 2025-12-24T02:10:45.330Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 638
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3215 | 2025-12-24T02:10:45.330Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 19316
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_during_start_test
vm_id = f82895c1-7c45-4e85-9544-5a69857338ba
|
| 3216 | 2025-12-24T02:10:45.330Z | INFO | phd-runner: Starting test phd_tests::framework::multiline_serial_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 3217 | 2025-12-24T02:10:45.330Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 19432
file = phd-tests/tests/src/crucible/smoke.rs
line = 90
path = phd_tests::crucible::smoke::vcr_replace_during_start_test
target = phd_tests::crucible::smoke
|
| 3218 | 2025-12-24T02:10:45.330Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3219 | 2025-12-24T02:10:45.330Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3220 | 2025-12-24T02:10:45.330Z | 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
|
| 3221 | 2025-12-24T02:10:45.330Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 3222 | 2025-12-24T02:10:45.331Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3223 | 2025-12-24T02:10:45.331Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3224 | 2025-12-24T02:10:45.331Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::framework::multiline_serial_test
target = phd_framework::zfs
verb = list
|
| 3225 | 2025-12-24T02:10:45.337Z | 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 229M 1.80T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 3226 | 2025-12-24T02:10:45.337Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-7b99f2b2-55fe-45f8-97d1-2827b01197d4"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::framework::multiline_serial_test
target = phd_framework::zfs
verb = snapshot
|
| 3227 | 2025-12-24T02:10:45.348Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-7b99f2b2-55fe-45f8-97d1-2827b01197d4", "phd-artifacts/phd-clone-95cdcdfa-7588-4849-9e3f-db4073a78e12"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::framework::multiline_serial_test
target = phd_framework::zfs
verb = clone
|
| 3228 | 2025-12-24T02:10:45.361Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-95cdcdfa-7588-4849-9e3f-db4073a78e12"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::framework::multiline_serial_test
target = phd_framework::zfs
verb = list
|
| 3229 | 2025-12-24T02:10:45.370Z | 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-95cdcdfa-7588-4849-9e3f-db4073a78e12 0B 1.80T 227M /phd-artifacts/phd-clone-95cdcdfa-7588-4849-9e3f-db4073a78e12\n
target = phd_framework::zfs
|
| 3230 | 2025-12-24T02:10:45.370Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
|
| 3231 | 2025-12-24T02:10:45.370Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm_name = multiline_test
|
| 3232 | 2025-12-24T02:10:45.370Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 3233 | 2025-12-24T02:10:45.370Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 3234 | 2025-12-24T02:10:45.370Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::framework::multiline_serial_test
stderr_path = "/tmp/propolis-phd/multiline_test.stderr.log"
stdout_path = "/tmp/propolis-phd/multiline_test.stdout.log"
target = phd_framework::log_config
|
| 3235 | 2025-12-24T02:10:45.390Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1185
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm::server
|
| 3236 | 2025-12-24T02:10:45.390Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 19
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
|
| 3237 | 2025-12-24T02:10:45.390Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 894052cf-2e8e-4f81-9d13-4eeb3e4b4967
|
| 3238 | 2025-12-24T02:10:45.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 = 347
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 894052cf-2e8e-4f81-9d13-4eeb3e4b4967
|
| 3239 | 2025-12-24T02:10:45.748Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3240 | 2025-12-24T02:10:45.749Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 894052cf-2e8e-4f81-9d13-4eeb3e4b4967, name: "phd-vm-894052cf-2e8e-4f81-9d13-4eeb3e4b4967", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 9859c7b2-4295-4cc7-a3ea-5e00e6970bba, project_id: 16074c6d-641d-43a9-9b63-2d55855f7944, sled_id: e92b65a8-e0d3-4cf3-bd7c-8a1382fc41b8, sled_serial: "e92b65a8-e0d3-4cf3-bd7c-8a1382fc41b8", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 406
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 894052cf-2e8e-4f81-9d13-4eeb3e4b4967
|
| 3241 | 2025-12-24T02:10:45.749Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 894052cf-2e8e-4f81-9d13-4eeb3e4b4967
|
| 3242 | 2025-12-24T02:10:45.749Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::framework::multiline_serial_test
state = Run
target = phd_framework::test_vm
vm = multiline_test
vm_id = 894052cf-2e8e-4f81-9d13-4eeb3e4b4967
|
| 3243 | 2025-12-24T02:10:45.750Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 894052cf-2e8e-4f81-9d13-4eeb3e4b4967
|
| 3244 | 2025-12-24T02:10:45.750Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
|
| 3245 | 2025-12-24T02:10:45.750Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = multiline_test
vm_id = 894052cf-2e8e-4f81-9d13-4eeb3e4b4967
|
| 3246 | 2025-12-24T02:10:45.750Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::framework::multiline_serial_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 3247 | 2025-12-24T02:10:45.750Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 894052cf-2e8e-4f81-9d13-4eeb3e4b4967
|
| 3248 | 2025-12-24T02:10:45.750Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = multiline_test
vm_id = 894052cf-2e8e-4f81-9d13-4eeb3e4b4967
|
| 3249 | 2025-12-24T02:10:50.175Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4424
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 894052cf-2e8e-4f81-9d13-4eeb3e4b4967
|
| 3250 | 2025-12-24T02:10:50.175Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::framework::multiline_serial_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 3251 | 2025-12-24T02:10:50.175Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::framework::multiline_serial_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3252 | 2025-12-24T02:10:50.175Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 894052cf-2e8e-4f81-9d13-4eeb3e4b4967
|
| 3253 | 2025-12-24T02:10:50.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 = 804
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = multiline_test
vm_id = 894052cf-2e8e-4f81-9d13-4eeb3e4b4967
|
| 3254 | 2025-12-24T02:10:50.194Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 894052cf-2e8e-4f81-9d13-4eeb3e4b4967
|
| 3255 | 2025-12-24T02:10:50.194Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::framework::multiline_serial_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 3256 | 2025-12-24T02:10:50.195Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::framework::multiline_serial_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3257 | 2025-12-24T02:10:50.195Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 894052cf-2e8e-4f81-9d13-4eeb3e4b4967
|
| 3258 | 2025-12-24T02:10:50.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 = 804
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = multiline_test
vm_id = 894052cf-2e8e-4f81-9d13-4eeb3e4b4967
|
| 3259 | 2025-12-24T02:10:50.226Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 894052cf-2e8e-4f81-9d13-4eeb3e4b4967
|
| 3260 | 2025-12-24T02:10:50.226Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
|
| 3261 | 2025-12-24T02:10:50.227Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4476
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
|
| 3262 | 2025-12-24T02:10:50.227Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 894052cf-2e8e-4f81-9d13-4eeb3e4b4967
|
| 3263 | 2025-12-24T02:10:50.227Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = multiline_test
vm_id = 894052cf-2e8e-4f81-9d13-4eeb3e4b4967
|
| 3264 | 2025-12-24T02:10:50.259Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 894052cf-2e8e-4f81-9d13-4eeb3e4b4967
|
| 3265 | 2025-12-24T02:10:50.260Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 894052cf-2e8e-4f81-9d13-4eeb3e4b4967
|
| 3266 | 2025-12-24T02:10:50.260Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = multiline_test
vm_id = 894052cf-2e8e-4f81-9d13-4eeb3e4b4967
|
| 3267 | 2025-12-24T02:10:50.270Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 894052cf-2e8e-4f81-9d13-4eeb3e4b4967
|
| 3268 | 2025-12-24T02:10:50.270Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 894052cf-2e8e-4f81-9d13-4eeb3e4b4967
|
| 3269 | 2025-12-24T02:10:50.270Z | 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
|
| 3270 | 2025-12-24T02:10:50.271Z | INFO | phd-runner: test phd_tests::framework::multiline_serial_test ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
| 3271 | 2025-12-24T02:10:50.271Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4522
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3272 | 2025-12-24T02:10:50.271Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3273 | 2025-12-24T02:10:50.272Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1077
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 894052cf-2e8e-4f81-9d13-4eeb3e4b4967
|
| 3274 | 2025-12-24T02:10:50.590Z | 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 = 894052cf-2e8e-4f81-9d13-4eeb3e4b4967
|
| 3275 | 2025-12-24T02:10:50.667Z | 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 = 894052cf-2e8e-4f81-9d13-4eeb3e4b4967
|
| 3276 | 2025-12-24T02:10:50.667Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-95cdcdfa-7588-4849-9e3f-db4073a78e12"]
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 = 894052cf-2e8e-4f81-9d13-4eeb3e4b4967
|
| 3277 | 2025-12-24T02:10:50.687Z | 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 = 894052cf-2e8e-4f81-9d13-4eeb3e4b4967
|
| 3278 | 2025-12-24T02:10:50.687Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-7b99f2b2-55fe-45f8-97d1-2827b01197d4"]
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 = 894052cf-2e8e-4f81-9d13-4eeb3e4b4967
|
| 3279 | 2025-12-24T02:10:50.701Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 430
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 894052cf-2e8e-4f81-9d13-4eeb3e4b4967
|
| 3280 | 2025-12-24T02:10:50.701Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5311
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 894052cf-2e8e-4f81-9d13-4eeb3e4b4967
|
| 3281 | 2025-12-24T02:10:50.701Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 5370
file = phd-tests/tests/src/framework.rs
line = 10
path = phd_tests::framework::multiline_serial_test
target = phd_tests::framework
|
| 3282 | 2025-12-24T02:10:50.701Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 430
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3283 | 2025-12-24T02:10:50.701Z | 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
|
| 3284 | 2025-12-24T02:10:50.701Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3285 | 2025-12-24T02:10:50.701Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3286 | 2025-12-24T02:10:50.702Z | 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
|
| 3287 | 2025-12-24T02:10:50.702Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3288 | 2025-12-24T02:10:50.702Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 3289 | 2025-12-24T02:10:50.702Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3290 | 2025-12-24T02:10:50.702Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3291 | 2025-12-24T02:10:50.702Z | 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
|
| 3292 | 2025-12-24T02:10:50.708Z | 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 228M 1.80T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 3293 | 2025-12-24T02:10:50.709Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-a5f5934f-1568-417f-934a-f267b186850e"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::framework::long_line_serial_test
target = phd_framework::zfs
verb = snapshot
|
| 3294 | 2025-12-24T02:10:50.719Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-a5f5934f-1568-417f-934a-f267b186850e", "phd-artifacts/phd-clone-26e2ec56-b914-48e5-af5d-b0962797210f"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::framework::long_line_serial_test
target = phd_framework::zfs
verb = clone
|
| 3295 | 2025-12-24T02:10:50.734Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-26e2ec56-b914-48e5-af5d-b0962797210f"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::framework::long_line_serial_test
target = phd_framework::zfs
verb = list
|
| 3296 | 2025-12-24T02:10:50.740Z | 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-26e2ec56-b914-48e5-af5d-b0962797210f 0B 1.80T 227M /phd-artifacts/phd-clone-26e2ec56-b914-48e5-af5d-b0962797210f\n
target = phd_framework::zfs
|
| 3297 | 2025-12-24T02:10:50.741Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
|
| 3298 | 2025-12-24T02:10:50.741Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm_name = long_line_serial_test
|
| 3299 | 2025-12-24T02:10:50.741Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 3300 | 2025-12-24T02:10:50.741Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 3301 | 2025-12-24T02:10:50.741Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::framework::long_line_serial_test
stderr_path = "/tmp/propolis-phd/long_line_serial_test.stderr.log"
stdout_path = "/tmp/propolis-phd/long_line_serial_test.stdout.log"
target = phd_framework::log_config
|
| 3302 | 2025-12-24T02:10:50.761Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1193
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
|
| 3303 | 2025-12-24T02:10:50.761Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 20
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
|
| 3304 | 2025-12-24T02:10:50.762Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 85e99f8a-6d7a-401b-aded-0b2d09fc691c
|
| 3305 | 2025-12-24T02:10:50.762Z | 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 = 347
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 85e99f8a-6d7a-401b-aded-0b2d09fc691c
|
| 3306 | 2025-12-24T02:10:51.228Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3307 | 2025-12-24T02:10:51.229Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 85e99f8a-6d7a-401b-aded-0b2d09fc691c, name: "phd-vm-85e99f8a-6d7a-401b-aded-0b2d09fc691c", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 550b47cc-5740-4243-95f3-ae6f689ec255, project_id: f060956f-1f7e-4534-856a-3ce5472912ac, sled_id: df680527-6efb-43ad-acc8-40974d1daf27, sled_serial: "df680527-6efb-43ad-acc8-40974d1daf27", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 406
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 85e99f8a-6d7a-401b-aded-0b2d09fc691c
|
| 3308 | 2025-12-24T02:10:51.229Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 85e99f8a-6d7a-401b-aded-0b2d09fc691c
|
| 3309 | 2025-12-24T02:10:51.229Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::framework::long_line_serial_test
state = Run
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 85e99f8a-6d7a-401b-aded-0b2d09fc691c
|
| 3310 | 2025-12-24T02:10:51.230Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 85e99f8a-6d7a-401b-aded-0b2d09fc691c
|
| 3311 | 2025-12-24T02:10:51.230Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
|
| 3312 | 2025-12-24T02:10:51.230Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = long_line_serial_test
vm_id = 85e99f8a-6d7a-401b-aded-0b2d09fc691c
|
| 3313 | 2025-12-24T02:10:51.230Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::framework::long_line_serial_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 3314 | 2025-12-24T02:10:51.230Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 85e99f8a-6d7a-401b-aded-0b2d09fc691c
|
| 3315 | 2025-12-24T02:10:51.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 = 804
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = long_line_serial_test
vm_id = 85e99f8a-6d7a-401b-aded-0b2d09fc691c
|
| 3316 | 2025-12-24T02:10:55.573Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4342
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 85e99f8a-6d7a-401b-aded-0b2d09fc691c
|
| 3317 | 2025-12-24T02:10:55.573Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::framework::long_line_serial_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 3318 | 2025-12-24T02:10:55.573Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::framework::long_line_serial_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3319 | 2025-12-24T02:10:55.573Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 85e99f8a-6d7a-401b-aded-0b2d09fc691c
|
| 3320 | 2025-12-24T02:10:55.573Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = long_line_serial_test
vm_id = 85e99f8a-6d7a-401b-aded-0b2d09fc691c
|
| 3321 | 2025-12-24T02:10:55.590Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 85e99f8a-6d7a-401b-aded-0b2d09fc691c
|
| 3322 | 2025-12-24T02:10:55.590Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::framework::long_line_serial_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 3323 | 2025-12-24T02:10:55.591Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::framework::long_line_serial_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3324 | 2025-12-24T02:10:55.591Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 85e99f8a-6d7a-401b-aded-0b2d09fc691c
|
| 3325 | 2025-12-24T02:10:55.591Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = long_line_serial_test
vm_id = 85e99f8a-6d7a-401b-aded-0b2d09fc691c
|
| 3326 | 2025-12-24T02:10:55.623Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 85e99f8a-6d7a-401b-aded-0b2d09fc691c
|
| 3327 | 2025-12-24T02:10:55.623Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
|
| 3328 | 2025-12-24T02:10:55.624Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4393
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
|
| 3329 | 2025-12-24T02:10:55.624Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 85e99f8a-6d7a-401b-aded-0b2d09fc691c
|
| 3330 | 2025-12-24T02:10:55.624Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = long_line_serial_test
vm_id = 85e99f8a-6d7a-401b-aded-0b2d09fc691c
|
| 3331 | 2025-12-24T02:10:55.646Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 85e99f8a-6d7a-401b-aded-0b2d09fc691c
|
| 3332 | 2025-12-24T02:10:55.646Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 85e99f8a-6d7a-401b-aded-0b2d09fc691c
|
| 3333 | 2025-12-24T02:10:55.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 = 804
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = long_line_serial_test
vm_id = 85e99f8a-6d7a-401b-aded-0b2d09fc691c
|
| 3334 | 2025-12-24T02:10:55.689Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 43
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 85e99f8a-6d7a-401b-aded-0b2d09fc691c
|
| 3335 | 2025-12-24T02:10:55.690Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 85e99f8a-6d7a-401b-aded-0b2d09fc691c
|
| 3336 | 2025-12-24T02:10:55.690Z | 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
|
| 3337 | 2025-12-24T02:10:55.690Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4461
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3338 | 2025-12-24T02:10:55.690Z | INFO | phd-runner: test phd_tests::framework::long_line_serial_test ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
| 3339 | 2025-12-24T02:10:55.690Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3340 | 2025-12-24T02:10:55.691Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1077
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 85e99f8a-6d7a-401b-aded-0b2d09fc691c
|
| 3341 | 2025-12-24T02:10:56.399Z | 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 = 85e99f8a-6d7a-401b-aded-0b2d09fc691c
|
| 3342 | 2025-12-24T02:10:56.474Z | 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 = 85e99f8a-6d7a-401b-aded-0b2d09fc691c
|
| 3343 | 2025-12-24T02:10:56.474Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-26e2ec56-b914-48e5-af5d-b0962797210f"]
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 = 85e99f8a-6d7a-401b-aded-0b2d09fc691c
|
| 3344 | 2025-12-24T02:10:56.494Z | 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 = 85e99f8a-6d7a-401b-aded-0b2d09fc691c
|
| 3345 | 2025-12-24T02:10:56.495Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-a5f5934f-1568-417f-934a-f267b186850e"]
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 = 85e99f8a-6d7a-401b-aded-0b2d09fc691c
|
| 3346 | 2025-12-24T02:10:56.508Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 818
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 85e99f8a-6d7a-401b-aded-0b2d09fc691c
|
| 3347 | 2025-12-24T02:10:56.509Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 818
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3348 | 2025-12-24T02:10:56.509Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5747
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::framework::long_line_serial_test
target = phd_framework::test_vm
vm = long_line_serial_test
vm_id = 85e99f8a-6d7a-401b-aded-0b2d09fc691c
|
| 3349 | 2025-12-24T02:10:56.509Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 5807
file = phd-tests/tests/src/framework.rs
line = 20
path = phd_tests::framework::long_line_serial_test
target = phd_tests::framework
|
| 3350 | 2025-12-24T02:10:56.509Z | INFO | phd-runner: Starting test phd_tests::smoke::nproc_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 3351 | 2025-12-24T02:10:56.509Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3352 | 2025-12-24T02:10:56.509Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3353 | 2025-12-24T02:10:56.509Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/smoke.rs
line = 8
path = phd_tests::smoke::nproc_test
target = phd_tests::smoke
|
| 3354 | 2025-12-24T02:10:56.509Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 3355 | 2025-12-24T02:10:56.509Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3356 | 2025-12-24T02:10:56.509Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3357 | 2025-12-24T02:10:56.509Z | 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
|
| 3358 | 2025-12-24T02:10:56.516Z | 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 228M 1.80T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 3359 | 2025-12-24T02:10:56.516Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2224c93f-fbbb-4540-9b59-9ca8b6df70e5"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::nproc_test
target = phd_framework::zfs
verb = snapshot
|
| 3360 | 2025-12-24T02:10:56.530Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2224c93f-fbbb-4540-9b59-9ca8b6df70e5", "phd-artifacts/phd-clone-7e42d90e-7c46-4c93-9685-a85bf04294e3"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::nproc_test
target = phd_framework::zfs
verb = clone
|
| 3361 | 2025-12-24T02:10:56.545Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-7e42d90e-7c46-4c93-9685-a85bf04294e3"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::nproc_test
target = phd_framework::zfs
verb = list
|
| 3362 | 2025-12-24T02:10:56.551Z | 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-7e42d90e-7c46-4c93-9685-a85bf04294e3 0B 1.80T 227M /phd-artifacts/phd-clone-7e42d90e-7c46-4c93-9685-a85bf04294e3\n
target = phd_framework::zfs
|
| 3363 | 2025-12-24T02:10:56.552Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
|
| 3364 | 2025-12-24T02:10:56.552Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm_name = nproc_test
|
| 3365 | 2025-12-24T02:10:56.552Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 3366 | 2025-12-24T02:10:56.552Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 3367 | 2025-12-24T02:10:56.552Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::smoke::nproc_test
stderr_path = "/tmp/propolis-phd/nproc_test.stderr.log"
stdout_path = "/tmp/propolis-phd/nproc_test.stdout.log"
target = phd_framework::log_config
|
| 3368 | 2025-12-24T02:10:56.573Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1201
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm::server
|
| 3369 | 2025-12-24T02:10:56.573Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
|
| 3370 | 2025-12-24T02:10:56.573Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = fd21967d-2974-43e1-aaef-b9d5b88301ce
|
| 3371 | 2025-12-24T02:10:56.574Z | 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 = 347
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = fd21967d-2974-43e1-aaef-b9d5b88301ce
|
| 3372 | 2025-12-24T02:10:56.929Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3373 | 2025-12-24T02:10:56.930Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: fd21967d-2974-43e1-aaef-b9d5b88301ce, name: "phd-vm-fd21967d-2974-43e1-aaef-b9d5b88301ce", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: e2bbeb79-26fa-4b72-be30-fa05ae98e4ea, project_id: 6dc71e6c-7cda-4b9d-b833-e2545e74f6d5, sled_id: e149d440-7ed6-4823-a2db-a493e4b9712a, sled_serial: "e149d440-7ed6-4823-a2db-a493e4b9712a", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 406
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = fd21967d-2974-43e1-aaef-b9d5b88301ce
|
| 3374 | 2025-12-24T02:10:56.930Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = fd21967d-2974-43e1-aaef-b9d5b88301ce
|
| 3375 | 2025-12-24T02:10:56.930Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::smoke::nproc_test
state = Run
target = phd_framework::test_vm
vm = nproc_test
vm_id = fd21967d-2974-43e1-aaef-b9d5b88301ce
|
| 3376 | 2025-12-24T02:10:56.931Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = fd21967d-2974-43e1-aaef-b9d5b88301ce
|
| 3377 | 2025-12-24T02:10:56.931Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
|
| 3378 | 2025-12-24T02:10:56.931Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = nproc_test
vm_id = fd21967d-2974-43e1-aaef-b9d5b88301ce
|
| 3379 | 2025-12-24T02:10:56.931Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::smoke::nproc_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 3380 | 2025-12-24T02:10:56.931Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = fd21967d-2974-43e1-aaef-b9d5b88301ce
|
| 3381 | 2025-12-24T02:10:56.931Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = nproc_test
vm_id = fd21967d-2974-43e1-aaef-b9d5b88301ce
|
| 3382 | 2025-12-24T02:11:02.021Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 5089
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = fd21967d-2974-43e1-aaef-b9d5b88301ce
|
| 3383 | 2025-12-24T02:11:02.021Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::smoke::nproc_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 3384 | 2025-12-24T02:11:02.021Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::smoke::nproc_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3385 | 2025-12-24T02:11:02.021Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = fd21967d-2974-43e1-aaef-b9d5b88301ce
|
| 3386 | 2025-12-24T02:11:02.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 = 804
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = nproc_test
vm_id = fd21967d-2974-43e1-aaef-b9d5b88301ce
|
| 3387 | 2025-12-24T02:11:02.039Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = fd21967d-2974-43e1-aaef-b9d5b88301ce
|
| 3388 | 2025-12-24T02:11:02.039Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::smoke::nproc_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 3389 | 2025-12-24T02:11:02.039Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::smoke::nproc_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3390 | 2025-12-24T02:11:02.039Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = fd21967d-2974-43e1-aaef-b9d5b88301ce
|
| 3391 | 2025-12-24T02:11:02.040Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = nproc_test
vm_id = fd21967d-2974-43e1-aaef-b9d5b88301ce
|
| 3392 | 2025-12-24T02:11:02.072Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = fd21967d-2974-43e1-aaef-b9d5b88301ce
|
| 3393 | 2025-12-24T02:11:02.072Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
|
| 3394 | 2025-12-24T02:11:02.072Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 5140
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
|
| 3395 | 2025-12-24T02:11:02.072Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = fd21967d-2974-43e1-aaef-b9d5b88301ce
|
| 3396 | 2025-12-24T02:11:02.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 = 804
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = nproc_test
vm_id = fd21967d-2974-43e1-aaef-b9d5b88301ce
|
| 3397 | 2025-12-24T02:11:02.083Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = fd21967d-2974-43e1-aaef-b9d5b88301ce
|
| 3398 | 2025-12-24T02:11:02.083Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = fd21967d-2974-43e1-aaef-b9d5b88301ce
|
| 3399 | 2025-12-24T02:11:02.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 = 804
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = nproc_test
vm_id = fd21967d-2974-43e1-aaef-b9d5b88301ce
|
| 3400 | 2025-12-24T02:11:02.116Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = fd21967d-2974-43e1-aaef-b9d5b88301ce
|
| 3401 | 2025-12-24T02:11:02.116Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = fd21967d-2974-43e1-aaef-b9d5b88301ce
|
| 3402 | 2025-12-24T02:11:02.116Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 3403 | 2025-12-24T02:11:02.117Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 5187
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3404 | 2025-12-24T02:11:02.117Z | INFO | phd-runner: test phd_tests::smoke::nproc_test ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
| 3405 | 2025-12-24T02:11:02.117Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3406 | 2025-12-24T02:11:02.118Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1077
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = fd21967d-2974-43e1-aaef-b9d5b88301ce
|
| 3407 | 2025-12-24T02:11:02.582Z | 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 = fd21967d-2974-43e1-aaef-b9d5b88301ce
|
| 3408 | 2025-12-24T02:11:02.661Z | 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 = fd21967d-2974-43e1-aaef-b9d5b88301ce
|
| 3409 | 2025-12-24T02:11:02.661Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-7e42d90e-7c46-4c93-9685-a85bf04294e3"]
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 = fd21967d-2974-43e1-aaef-b9d5b88301ce
|
| 3410 | 2025-12-24T02:11:02.681Z | 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 = fd21967d-2974-43e1-aaef-b9d5b88301ce
|
| 3411 | 2025-12-24T02:11:02.681Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2224c93f-fbbb-4540-9b59-9ca8b6df70e5"]
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 = fd21967d-2974-43e1-aaef-b9d5b88301ce
|
| 3412 | 2025-12-24T02:11:02.695Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 578
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = fd21967d-2974-43e1-aaef-b9d5b88301ce
|
| 3413 | 2025-12-24T02:11:02.695Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6122
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = fd21967d-2974-43e1-aaef-b9d5b88301ce
|
| 3414 | 2025-12-24T02:11:02.695Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 6186
file = phd-tests/tests/src/smoke.rs
line = 8
path = phd_tests::smoke::nproc_test
target = phd_tests::smoke
|
| 3415 | 2025-12-24T02:11:02.695Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 578
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3416 | 2025-12-24T02:11:02.695Z | INFO | phd-runner: Starting test phd_tests::smoke::api_reboot_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 3417 | 2025-12-24T02:11:02.695Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3418 | 2025-12-24T02:11:02.695Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3419 | 2025-12-24T02:11:02.695Z | 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
|
| 3420 | 2025-12-24T02:11:02.695Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 3421 | 2025-12-24T02:11:02.696Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3422 | 2025-12-24T02:11:02.696Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3423 | 2025-12-24T02:11:02.696Z | 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
|
| 3424 | 2025-12-24T02:11:02.702Z | 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 228M 1.80T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 3425 | 2025-12-24T02:11:02.702Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-3efa8d03-8763-41fa-8a02-dc6f3cc6c81d"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::api_reboot_test
target = phd_framework::zfs
verb = snapshot
|
| 3426 | 2025-12-24T02:11:02.716Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-3efa8d03-8763-41fa-8a02-dc6f3cc6c81d", "phd-artifacts/phd-clone-cf1ed78a-ef97-4ce8-8ed3-806c887f2258"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::api_reboot_test
target = phd_framework::zfs
verb = clone
|
| 3427 | 2025-12-24T02:11:02.728Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-cf1ed78a-ef97-4ce8-8ed3-806c887f2258"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::api_reboot_test
target = phd_framework::zfs
verb = list
|
| 3428 | 2025-12-24T02:11:02.733Z | 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-cf1ed78a-ef97-4ce8-8ed3-806c887f2258 0B 1.80T 227M /phd-artifacts/phd-clone-cf1ed78a-ef97-4ce8-8ed3-806c887f2258\n
target = phd_framework::zfs
|
| 3429 | 2025-12-24T02:11:02.734Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 3430 | 2025-12-24T02:11:02.734Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm_name = api_reboot_test
|
| 3431 | 2025-12-24T02:11:02.734Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 3432 | 2025-12-24T02:11:02.734Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 3433 | 2025-12-24T02:11:02.734Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::smoke::api_reboot_test
stderr_path = "/tmp/propolis-phd/api_reboot_test.stderr.log"
stdout_path = "/tmp/propolis-phd/api_reboot_test.stdout.log"
target = phd_framework::log_config
|
| 3434 | 2025-12-24T02:11:02.755Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1209
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm::server
|
| 3435 | 2025-12-24T02:11:02.755Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 3436 | 2025-12-24T02:11:02.756Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 1d55f21a-19b4-4853-b8b5-0c09d2634c13
|
| 3437 | 2025-12-24T02:11:02.756Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 347
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 1d55f21a-19b4-4853-b8b5-0c09d2634c13
|
| 3438 | 2025-12-24T02:11:03.239Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3439 | 2025-12-24T02:11:03.240Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 1d55f21a-19b4-4853-b8b5-0c09d2634c13, name: "phd-vm-1d55f21a-19b4-4853-b8b5-0c09d2634c13", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 85fe8587-b0a3-42c9-9b32-1a992a17ebe9, project_id: 20398d7b-30e7-4d96-a050-ae56483cfb7f, sled_id: d5909fb0-98a1-41b0-b586-52765b806c2f, sled_serial: "d5909fb0-98a1-41b0-b586-52765b806c2f", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 406
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 1d55f21a-19b4-4853-b8b5-0c09d2634c13
|
| 3440 | 2025-12-24T02:11:03.241Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 1d55f21a-19b4-4853-b8b5-0c09d2634c13
|
| 3441 | 2025-12-24T02:11:03.241Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::smoke::api_reboot_test
state = Run
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 1d55f21a-19b4-4853-b8b5-0c09d2634c13
|
| 3442 | 2025-12-24T02:11:03.242Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 1d55f21a-19b4-4853-b8b5-0c09d2634c13
|
| 3443 | 2025-12-24T02:11:03.242Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 3444 | 2025-12-24T02:11:03.242Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = api_reboot_test
vm_id = 1d55f21a-19b4-4853-b8b5-0c09d2634c13
|
| 3445 | 2025-12-24T02:11:03.242Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::smoke::api_reboot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 3446 | 2025-12-24T02:11:03.242Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 1d55f21a-19b4-4853-b8b5-0c09d2634c13
|
| 3447 | 2025-12-24T02:11:03.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 = 804
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = api_reboot_test
vm_id = 1d55f21a-19b4-4853-b8b5-0c09d2634c13
|
| 3448 | 2025-12-24T02:11:07.576Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4333
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 1d55f21a-19b4-4853-b8b5-0c09d2634c13
|
| 3449 | 2025-12-24T02:11:07.576Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::smoke::api_reboot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 3450 | 2025-12-24T02:11:07.576Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::smoke::api_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3451 | 2025-12-24T02:11:07.576Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 1d55f21a-19b4-4853-b8b5-0c09d2634c13
|
| 3452 | 2025-12-24T02:11:07.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 = 804
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = api_reboot_test
vm_id = 1d55f21a-19b4-4853-b8b5-0c09d2634c13
|
| 3453 | 2025-12-24T02:11:07.594Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 1d55f21a-19b4-4853-b8b5-0c09d2634c13
|
| 3454 | 2025-12-24T02:11:07.594Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::smoke::api_reboot_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 3455 | 2025-12-24T02:11:07.594Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::smoke::api_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3456 | 2025-12-24T02:11:07.594Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 1d55f21a-19b4-4853-b8b5-0c09d2634c13
|
| 3457 | 2025-12-24T02:11:07.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 = 804
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = api_reboot_test
vm_id = 1d55f21a-19b4-4853-b8b5-0c09d2634c13
|
| 3458 | 2025-12-24T02:11:07.627Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 1d55f21a-19b4-4853-b8b5-0c09d2634c13
|
| 3459 | 2025-12-24T02:11:07.627Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 3460 | 2025-12-24T02:11:07.627Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4385
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 3461 | 2025-12-24T02:11:07.627Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 1d55f21a-19b4-4853-b8b5-0c09d2634c13
|
| 3462 | 2025-12-24T02:11:07.627Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::smoke::api_reboot_test
state = Reboot
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 1d55f21a-19b4-4853-b8b5-0c09d2634c13
|
| 3463 | 2025-12-24T02:11:07.628Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 1d55f21a-19b4-4853-b8b5-0c09d2634c13
|
| 3464 | 2025-12-24T02:11:07.628Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 3465 | 2025-12-24T02:11:07.628Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = api_reboot_test
vm_id = 1d55f21a-19b4-4853-b8b5-0c09d2634c13
|
| 3466 | 2025-12-24T02:11:07.628Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::smoke::api_reboot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 3467 | 2025-12-24T02:11:07.629Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 1d55f21a-19b4-4853-b8b5-0c09d2634c13
|
| 3468 | 2025-12-24T02:11:07.629Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = api_reboot_test
vm_id = 1d55f21a-19b4-4853-b8b5-0c09d2634c13
|
| 3469 | 2025-12-24T02:11:11.949Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4320
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 1d55f21a-19b4-4853-b8b5-0c09d2634c13
|
| 3470 | 2025-12-24T02:11:11.950Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::smoke::api_reboot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 3471 | 2025-12-24T02:11:11.950Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::smoke::api_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3472 | 2025-12-24T02:11:11.950Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 1d55f21a-19b4-4853-b8b5-0c09d2634c13
|
| 3473 | 2025-12-24T02:11:11.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 = 804
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = api_reboot_test
vm_id = 1d55f21a-19b4-4853-b8b5-0c09d2634c13
|
| 3474 | 2025-12-24T02:11:11.968Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 1d55f21a-19b4-4853-b8b5-0c09d2634c13
|
| 3475 | 2025-12-24T02:11:11.968Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::smoke::api_reboot_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 3476 | 2025-12-24T02:11:11.968Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::smoke::api_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3477 | 2025-12-24T02:11:11.968Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 1d55f21a-19b4-4853-b8b5-0c09d2634c13
|
| 3478 | 2025-12-24T02:11:11.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 = 804
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = api_reboot_test
vm_id = 1d55f21a-19b4-4853-b8b5-0c09d2634c13
|
| 3479 | 2025-12-24T02:11:12.001Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 1d55f21a-19b4-4853-b8b5-0c09d2634c13
|
| 3480 | 2025-12-24T02:11:12.001Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 3481 | 2025-12-24T02:11:12.001Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4372
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
|
| 3482 | 2025-12-24T02:11:12.001Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 1d55f21a-19b4-4853-b8b5-0c09d2634c13
|
| 3483 | 2025-12-24T02:11:12.001Z | 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
|
| 3484 | 2025-12-24T02:11:12.002Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 8762
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3485 | 2025-12-24T02:11:12.002Z | INFO | phd-runner: test phd_tests::smoke::api_reboot_test ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
| 3486 | 2025-12-24T02:11:12.002Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3487 | 2025-12-24T02:11:12.003Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1077
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 1d55f21a-19b4-4853-b8b5-0c09d2634c13
|
| 3488 | 2025-12-24T02:11:12.745Z | 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 = 1d55f21a-19b4-4853-b8b5-0c09d2634c13
|
| 3489 | 2025-12-24T02:11:12.821Z | 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 = 1d55f21a-19b4-4853-b8b5-0c09d2634c13
|
| 3490 | 2025-12-24T02:11:12.821Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-cf1ed78a-ef97-4ce8-8ed3-806c887f2258"]
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 = 1d55f21a-19b4-4853-b8b5-0c09d2634c13
|
| 3491 | 2025-12-24T02:11:12.841Z | 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 = 1d55f21a-19b4-4853-b8b5-0c09d2634c13
|
| 3492 | 2025-12-24T02:11:12.841Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-3efa8d03-8763-41fa-8a02-dc6f3cc6c81d"]
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 = 1d55f21a-19b4-4853-b8b5-0c09d2634c13
|
| 3493 | 2025-12-24T02:11:12.855Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 853
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 1d55f21a-19b4-4853-b8b5-0c09d2634c13
|
| 3494 | 2025-12-24T02:11:12.855Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 853
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3495 | 2025-12-24T02:11:12.855Z | INFO | phd-runner: Starting test phd_tests::smoke::guest_reboot_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 3496 | 2025-12-24T02:11:12.855Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 10099
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 1d55f21a-19b4-4853-b8b5-0c09d2634c13
|
| 3497 | 2025-12-24T02:11:12.855Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3498 | 2025-12-24T02:11:12.855Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 10159
file = phd-tests/tests/src/smoke.rs
line = 19
path = phd_tests::smoke::api_reboot_test
target = phd_tests::smoke
|
| 3499 | 2025-12-24T02:11:12.855Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3500 | 2025-12-24T02:11:12.856Z | 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
|
| 3501 | 2025-12-24T02:11:12.856Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 3502 | 2025-12-24T02:11:12.856Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3503 | 2025-12-24T02:11:12.856Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3504 | 2025-12-24T02:11:12.856Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::zfs
verb = list
|
| 3505 | 2025-12-24T02:11:12.861Z | 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 230M 1.80T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 3506 | 2025-12-24T02:11:12.861Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d839584e-3e23-4d01-af50-d8d90368ff54"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::zfs
verb = snapshot
|
| 3507 | 2025-12-24T02:11:12.872Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d839584e-3e23-4d01-af50-d8d90368ff54", "phd-artifacts/phd-clone-1470d974-06f9-4de0-94d8-8c8e22f8f3e9"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::zfs
verb = clone
|
| 3508 | 2025-12-24T02:11:12.885Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-1470d974-06f9-4de0-94d8-8c8e22f8f3e9"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::zfs
verb = list
|
| 3509 | 2025-12-24T02:11:12.891Z | 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-1470d974-06f9-4de0-94d8-8c8e22f8f3e9 0B 1.80T 227M /phd-artifacts/phd-clone-1470d974-06f9-4de0-94d8-8c8e22f8f3e9\n
target = phd_framework::zfs
|
| 3510 | 2025-12-24T02:11:12.891Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 3511 | 2025-12-24T02:11:12.891Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm_name = guest_reboot_test
|
| 3512 | 2025-12-24T02:11:12.892Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 3513 | 2025-12-24T02:11:12.892Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 3514 | 2025-12-24T02:11:12.892Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::smoke::guest_reboot_test
stderr_path = "/tmp/propolis-phd/guest_reboot_test.stderr.log"
stdout_path = "/tmp/propolis-phd/guest_reboot_test.stdout.log"
target = phd_framework::log_config
|
| 3515 | 2025-12-24T02:11:12.913Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1217
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm::server
|
| 3516 | 2025-12-24T02:11:12.913Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 3517 | 2025-12-24T02:11:12.913Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = f472202c-2757-4757-b084-42ac147e5512
|
| 3518 | 2025-12-24T02:11:12.914Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 347
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = f472202c-2757-4757-b084-42ac147e5512
|
| 3519 | 2025-12-24T02:11:13.425Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3520 | 2025-12-24T02:11:13.426Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: f472202c-2757-4757-b084-42ac147e5512, name: "phd-vm-f472202c-2757-4757-b084-42ac147e5512", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 4e454ae2-7ce4-4618-9b75-63c708e1dbf3, project_id: 9baa89cb-3a14-4964-aa9b-49f65e8ae873, sled_id: 2ce2ad02-467e-4e09-8a99-a0e83cf84cf5, sled_serial: "2ce2ad02-467e-4e09-8a99-a0e83cf84cf5", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 406
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = f472202c-2757-4757-b084-42ac147e5512
|
| 3521 | 2025-12-24T02:11:13.426Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = f472202c-2757-4757-b084-42ac147e5512
|
| 3522 | 2025-12-24T02:11:13.426Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::smoke::guest_reboot_test
state = Run
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = f472202c-2757-4757-b084-42ac147e5512
|
| 3523 | 2025-12-24T02:11:13.427Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = f472202c-2757-4757-b084-42ac147e5512
|
| 3524 | 2025-12-24T02:11:13.427Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 3525 | 2025-12-24T02:11:13.427Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = guest_reboot_test
vm_id = f472202c-2757-4757-b084-42ac147e5512
|
| 3526 | 2025-12-24T02:11:13.427Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::smoke::guest_reboot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 3527 | 2025-12-24T02:11:13.427Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = f472202c-2757-4757-b084-42ac147e5512
|
| 3528 | 2025-12-24T02:11:13.427Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_reboot_test
vm_id = f472202c-2757-4757-b084-42ac147e5512
|
| 3529 | 2025-12-24T02:11:18.306Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4878
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = f472202c-2757-4757-b084-42ac147e5512
|
| 3530 | 2025-12-24T02:11:18.306Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::smoke::guest_reboot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 3531 | 2025-12-24T02:11:18.306Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::smoke::guest_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3532 | 2025-12-24T02:11:18.306Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = f472202c-2757-4757-b084-42ac147e5512
|
| 3533 | 2025-12-24T02:11:18.306Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_reboot_test
vm_id = f472202c-2757-4757-b084-42ac147e5512
|
| 3534 | 2025-12-24T02:11:18.324Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = f472202c-2757-4757-b084-42ac147e5512
|
| 3535 | 2025-12-24T02:11:18.324Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::smoke::guest_reboot_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 3536 | 2025-12-24T02:11:18.325Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::smoke::guest_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3537 | 2025-12-24T02:11:18.325Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = f472202c-2757-4757-b084-42ac147e5512
|
| 3538 | 2025-12-24T02:11:18.325Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_reboot_test
vm_id = f472202c-2757-4757-b084-42ac147e5512
|
| 3539 | 2025-12-24T02:11:18.358Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = f472202c-2757-4757-b084-42ac147e5512
|
| 3540 | 2025-12-24T02:11:18.358Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 3541 | 2025-12-24T02:11:18.358Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4930
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 3542 | 2025-12-24T02:11:18.358Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = f472202c-2757-4757-b084-42ac147e5512
|
| 3543 | 2025-12-24T02:11:18.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 = 804
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_reboot_test
vm_id = f472202c-2757-4757-b084-42ac147e5512
|
| 3544 | 2025-12-24T02:11:18.368Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = f472202c-2757-4757-b084-42ac147e5512
|
| 3545 | 2025-12-24T02:11:18.369Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 3546 | 2025-12-24T02:11:18.369Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = guest_reboot_test
vm_id = f472202c-2757-4757-b084-42ac147e5512
|
| 3547 | 2025-12-24T02:11:18.369Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::smoke::guest_reboot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 3548 | 2025-12-24T02:11:18.369Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = f472202c-2757-4757-b084-42ac147e5512
|
| 3549 | 2025-12-24T02:11:18.369Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_reboot_test
vm_id = f472202c-2757-4757-b084-42ac147e5512
|
| 3550 | 2025-12-24T02:11:24.985Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 6616
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = f472202c-2757-4757-b084-42ac147e5512
|
| 3551 | 2025-12-24T02:11:24.985Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::smoke::guest_reboot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 3552 | 2025-12-24T02:11:24.985Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::smoke::guest_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3553 | 2025-12-24T02:11:24.985Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = f472202c-2757-4757-b084-42ac147e5512
|
| 3554 | 2025-12-24T02:11:24.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 = 804
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_reboot_test
vm_id = f472202c-2757-4757-b084-42ac147e5512
|
| 3555 | 2025-12-24T02:11:25.003Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = f472202c-2757-4757-b084-42ac147e5512
|
| 3556 | 2025-12-24T02:11:25.004Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::smoke::guest_reboot_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 3557 | 2025-12-24T02:11:25.004Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::smoke::guest_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3558 | 2025-12-24T02:11:25.004Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = f472202c-2757-4757-b084-42ac147e5512
|
| 3559 | 2025-12-24T02:11:25.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 = 804
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_reboot_test
vm_id = f472202c-2757-4757-b084-42ac147e5512
|
| 3560 | 2025-12-24T02:11:25.037Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = f472202c-2757-4757-b084-42ac147e5512
|
| 3561 | 2025-12-24T02:11:25.037Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 3562 | 2025-12-24T02:11:25.037Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 6668
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
|
| 3563 | 2025-12-24T02:11:25.037Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = f472202c-2757-4757-b084-42ac147e5512
|
| 3564 | 2025-12-24T02:11:25.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
|
| 3565 | 2025-12-24T02:11:25.037Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 11612
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3566 | 2025-12-24T02:11:25.037Z | INFO | phd-runner: test phd_tests::smoke::guest_reboot_test ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
| 3567 | 2025-12-24T02:11:25.037Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3568 | 2025-12-24T02:11:25.038Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1077
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = f472202c-2757-4757-b084-42ac147e5512
|
| 3569 | 2025-12-24T02:11:25.370Z | 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 = f472202c-2757-4757-b084-42ac147e5512
|
| 3570 | 2025-12-24T02:11:25.448Z | 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 = f472202c-2757-4757-b084-42ac147e5512
|
| 3571 | 2025-12-24T02:11:25.448Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-1470d974-06f9-4de0-94d8-8c8e22f8f3e9"]
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 = f472202c-2757-4757-b084-42ac147e5512
|
| 3572 | 2025-12-24T02:11:25.469Z | 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 = f472202c-2757-4757-b084-42ac147e5512
|
| 3573 | 2025-12-24T02:11:25.469Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d839584e-3e23-4d01-af50-d8d90368ff54"]
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 = f472202c-2757-4757-b084-42ac147e5512
|
| 3574 | 2025-12-24T02:11:25.486Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 448
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = f472202c-2757-4757-b084-42ac147e5512
|
| 3575 | 2025-12-24T02:11:25.486Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 12572
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = f472202c-2757-4757-b084-42ac147e5512
|
| 3576 | 2025-12-24T02:11:25.486Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 12630
file = phd-tests/tests/src/smoke.rs
line = 28
path = phd_tests::smoke::guest_reboot_test
target = phd_tests::smoke
|
| 3577 | 2025-12-24T02:11:25.486Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 448
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3578 | 2025-12-24T02:11:25.486Z | 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
|
| 3579 | 2025-12-24T02:11:25.486Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3580 | 2025-12-24T02:11:25.486Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3581 | 2025-12-24T02:11:25.486Z | 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
|
| 3582 | 2025-12-24T02:11:25.486Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 3583 | 2025-12-24T02:11:25.486Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3584 | 2025-12-24T02:11:25.486Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3585 | 2025-12-24T02:11:25.486Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::zfs
verb = list
|
| 3586 | 2025-12-24T02:11:25.493Z | 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 229M 1.80T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 3587 | 2025-12-24T02:11:25.493Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-656e5c66-6276-45ce-b5db-528d9521fec9"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::zfs
verb = snapshot
|
| 3588 | 2025-12-24T02:11:25.504Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-656e5c66-6276-45ce-b5db-528d9521fec9", "phd-artifacts/phd-clone-0e89c339-7547-4c67-bc47-f678705f692e"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::zfs
verb = clone
|
| 3589 | 2025-12-24T02:11:25.517Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-0e89c339-7547-4c67-bc47-f678705f692e"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::zfs
verb = list
|
| 3590 | 2025-12-24T02:11:25.523Z | 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-0e89c339-7547-4c67-bc47-f678705f692e 0B 1.80T 227M /phd-artifacts/phd-clone-0e89c339-7547-4c67-bc47-f678705f692e\n
target = phd_framework::zfs
|
| 3591 | 2025-12-24T02:11:25.523Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
|
| 3592 | 2025-12-24T02:11:25.523Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm_name = instance_spec_test
|
| 3593 | 2025-12-24T02:11:25.523Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 3594 | 2025-12-24T02:11:25.523Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 3595 | 2025-12-24T02:11:25.523Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::smoke::instance_spec_get_test
stderr_path = "/tmp/propolis-phd/instance_spec_test.stderr.log"
stdout_path = "/tmp/propolis-phd/instance_spec_test.stdout.log"
target = phd_framework::log_config
|
| 3596 | 2025-12-24T02:11:25.545Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1225
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
|
| 3597 | 2025-12-24T02:11:25.545Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
|
| 3598 | 2025-12-24T02:11:25.545Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = c8da33cd-0eec-4c59-bf56-5a5f603df23e
|
| 3599 | 2025-12-24T02:11:25.546Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 347
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = c8da33cd-0eec-4c59-bf56-5a5f603df23e
|
| 3600 | 2025-12-24T02:11:26.206Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3601 | 2025-12-24T02:11:26.207Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: c8da33cd-0eec-4c59-bf56-5a5f603df23e, name: "phd-vm-c8da33cd-0eec-4c59-bf56-5a5f603df23e", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 0f170d36-f0d7-48c0-b894-90ae4f4f7d43, project_id: 2b1d4b64-9e74-44dc-96c1-e1913e75cbd2, sled_id: 4c5555bb-fb3b-46d9-98d9-2e2b92b51ef5, sled_serial: "4c5555bb-fb3b-46d9-98d9-2e2b92b51ef5", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 406
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = c8da33cd-0eec-4c59-bf56-5a5f603df23e
|
| 3602 | 2025-12-24T02:11:26.207Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = c8da33cd-0eec-4c59-bf56-5a5f603df23e
|
| 3603 | 2025-12-24T02:11:26.207Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::smoke::instance_spec_get_test
state = Run
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = c8da33cd-0eec-4c59-bf56-5a5f603df23e
|
| 3604 | 2025-12-24T02:11:26.208Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = c8da33cd-0eec-4c59-bf56-5a5f603df23e
|
| 3605 | 2025-12-24T02:11:26.208Z | INFO | phd-runner: [GET_SPEC - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 488
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = c8da33cd-0eec-4c59-bf56-5a5f603df23e
|
| 3606 | 2025-12-24T02:11:26.208Z | INFO | phd-runner: [GET_SPEC - EVENT] Sending instance spec get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 490
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = c8da33cd-0eec-4c59-bf56-5a5f603df23e
|
| 3607 | 2025-12-24T02:11:26.209Z | INFO | phd-runner: [GET_SPEC - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 488
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = c8da33cd-0eec-4c59-bf56-5a5f603df23e
|
| 3608 | 2025-12-24T02:11:26.210Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = c8da33cd-0eec-4c59-bf56-5a5f603df23e
|
| 3609 | 2025-12-24T02:11:26.210Z | 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
|
| 3610 | 2025-12-24T02:11:26.210Z | INFO | phd-runner: test phd_tests::smoke::instance_spec_get_test ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
| 3611 | 2025-12-24T02:11:26.210Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 3
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3612 | 2025-12-24T02:11:26.210Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3613 | 2025-12-24T02:11:26.211Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1077
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = c8da33cd-0eec-4c59-bf56-5a5f603df23e
|
| 3614 | 2025-12-24T02:11:26.786Z | 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 = c8da33cd-0eec-4c59-bf56-5a5f603df23e
|
| 3615 | 2025-12-24T02:11:27.164Z | 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 = c8da33cd-0eec-4c59-bf56-5a5f603df23e
|
| 3616 | 2025-12-24T02:11:27.164Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-0e89c339-7547-4c67-bc47-f678705f692e"]
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 = c8da33cd-0eec-4c59-bf56-5a5f603df23e
|
| 3617 | 2025-12-24T02:11:27.190Z | 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 = c8da33cd-0eec-4c59-bf56-5a5f603df23e
|
| 3618 | 2025-12-24T02:11:27.191Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-656e5c66-6276-45ce-b5db-528d9521fec9"]
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 = c8da33cd-0eec-4c59-bf56-5a5f603df23e
|
| 3619 | 2025-12-24T02:11:27.206Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 996
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = c8da33cd-0eec-4c59-bf56-5a5f603df23e
|
| 3620 | 2025-12-24T02:11:27.206Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 1661
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = c8da33cd-0eec-4c59-bf56-5a5f603df23e
|
| 3621 | 2025-12-24T02:11:27.206Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 1719
file = phd-tests/tests/src/smoke.rs
line = 37
path = phd_tests::smoke::instance_spec_get_test
target = phd_tests::smoke
|
| 3622 | 2025-12-24T02:11:27.206Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 996
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3623 | 2025-12-24T02:11:27.206Z | INFO | phd-runner: Starting test phd_tests::hw::lspci_lifecycle_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 3624 | 2025-12-24T02:11:27.206Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3625 | 2025-12-24T02:11:27.206Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3626 | 2025-12-24T02:11:27.207Z | 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
|
| 3627 | 2025-12-24T02:11:27.207Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 3628 | 2025-12-24T02:11:27.207Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3629 | 2025-12-24T02:11:27.207Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3630 | 2025-12-24T02:11:27.207Z | 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
|
| 3631 | 2025-12-24T02:11:27.214Z | 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 229M 1.80T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 3632 | 2025-12-24T02:11:27.214Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-f03e539e-45f7-411c-a9db-fcbc87ec8d8c"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::zfs
verb = snapshot
|
| 3633 | 2025-12-24T02:11:27.225Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-f03e539e-45f7-411c-a9db-fcbc87ec8d8c", "phd-artifacts/phd-clone-e6f39665-fc01-4d92-8b42-755ae035dcf6"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::zfs
verb = clone
|
| 3634 | 2025-12-24T02:11:27.241Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-e6f39665-fc01-4d92-8b42-755ae035dcf6"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::zfs
verb = list
|
| 3635 | 2025-12-24T02:11:27.248Z | 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-e6f39665-fc01-4d92-8b42-755ae035dcf6 0B 1.80T 227M /phd-artifacts/phd-clone-e6f39665-fc01-4d92-8b42-755ae035dcf6\n
target = phd_framework::zfs
|
| 3636 | 2025-12-24T02:11:27.249Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
|
| 3637 | 2025-12-24T02:11:27.249Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm_name = lspci_lifecycle_test
|
| 3638 | 2025-12-24T02:11:27.249Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 3639 | 2025-12-24T02:11:27.249Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 3640 | 2025-12-24T02:11:27.249Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::hw::lspci_lifecycle_test
stderr_path = "/tmp/propolis-phd/lspci_lifecycle_test.stderr.log"
stdout_path = "/tmp/propolis-phd/lspci_lifecycle_test.stdout.log"
target = phd_framework::log_config
|
| 3641 | 2025-12-24T02:11:27.270Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1233
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm::server
|
| 3642 | 2025-12-24T02:11:27.270Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 20
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
|
| 3643 | 2025-12-24T02:11:27.270Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 957d7171-b74c-4bb6-b2a3-f06adc39e4f9
|
| 3644 | 2025-12-24T02:11:27.271Z | 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 = 347
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 957d7171-b74c-4bb6-b2a3-f06adc39e4f9
|
| 3645 | 2025-12-24T02:11:27.969Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3646 | 2025-12-24T02:11:27.970Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 957d7171-b74c-4bb6-b2a3-f06adc39e4f9, name: "phd-vm-957d7171-b74c-4bb6-b2a3-f06adc39e4f9", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 2df4d612-c656-4dd9-8f52-44473ea0e0fc, project_id: 836e3924-64b1-46c5-9134-1037aec567cc, sled_id: 707ad761-ba48-48be-8610-bdf8a7567a9a, sled_serial: "707ad761-ba48-48be-8610-bdf8a7567a9a", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 406
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 957d7171-b74c-4bb6-b2a3-f06adc39e4f9
|
| 3647 | 2025-12-24T02:11:27.970Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 957d7171-b74c-4bb6-b2a3-f06adc39e4f9
|
| 3648 | 2025-12-24T02:11:27.970Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::hw::lspci_lifecycle_test
state = Run
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 957d7171-b74c-4bb6-b2a3-f06adc39e4f9
|
| 3649 | 2025-12-24T02:11:27.971Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 957d7171-b74c-4bb6-b2a3-f06adc39e4f9
|
| 3650 | 2025-12-24T02:11:27.971Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
|
| 3651 | 2025-12-24T02:11:27.971Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = lspci_lifecycle_test
vm_id = 957d7171-b74c-4bb6-b2a3-f06adc39e4f9
|
| 3652 | 2025-12-24T02:11:27.971Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::hw::lspci_lifecycle_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 3653 | 2025-12-24T02:11:27.971Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 957d7171-b74c-4bb6-b2a3-f06adc39e4f9
|
| 3654 | 2025-12-24T02:11:27.971Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = lspci_lifecycle_test
vm_id = 957d7171-b74c-4bb6-b2a3-f06adc39e4f9
|
| 3655 | 2025-12-24T02:11:32.448Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4477
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 957d7171-b74c-4bb6-b2a3-f06adc39e4f9
|
| 3656 | 2025-12-24T02:11:32.448Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::hw::lspci_lifecycle_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 3657 | 2025-12-24T02:11:32.449Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::hw::lspci_lifecycle_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3658 | 2025-12-24T02:11:32.449Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 957d7171-b74c-4bb6-b2a3-f06adc39e4f9
|
| 3659 | 2025-12-24T02:11: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 = 804
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = lspci_lifecycle_test
vm_id = 957d7171-b74c-4bb6-b2a3-f06adc39e4f9
|
| 3660 | 2025-12-24T02:11:32.466Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 957d7171-b74c-4bb6-b2a3-f06adc39e4f9
|
| 3661 | 2025-12-24T02:11:32.467Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::hw::lspci_lifecycle_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 3662 | 2025-12-24T02:11:32.467Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::hw::lspci_lifecycle_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3663 | 2025-12-24T02:11:32.467Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 957d7171-b74c-4bb6-b2a3-f06adc39e4f9
|
| 3664 | 2025-12-24T02:11:32.467Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = lspci_lifecycle_test
vm_id = 957d7171-b74c-4bb6-b2a3-f06adc39e4f9
|
| 3665 | 2025-12-24T02:11:32.500Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 957d7171-b74c-4bb6-b2a3-f06adc39e4f9
|
| 3666 | 2025-12-24T02:11:32.500Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
|
| 3667 | 2025-12-24T02:11:32.500Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4528
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
|
| 3668 | 2025-12-24T02:11:32.500Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 957d7171-b74c-4bb6-b2a3-f06adc39e4f9
|
| 3669 | 2025-12-24T02:11:32.500Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = lspci_lifecycle_test
vm_id = 957d7171-b74c-4bb6-b2a3-f06adc39e4f9
|
| 3670 | 2025-12-24T02:11:32.511Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 957d7171-b74c-4bb6-b2a3-f06adc39e4f9
|
| 3671 | 2025-12-24T02:11:32.511Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 957d7171-b74c-4bb6-b2a3-f06adc39e4f9
|
| 3672 | 2025-12-24T02:11:32.511Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = lspci_lifecycle_test
vm_id = 957d7171-b74c-4bb6-b2a3-f06adc39e4f9
|
| 3673 | 2025-12-24T02:11:32.544Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 957d7171-b74c-4bb6-b2a3-f06adc39e4f9
|
| 3674 | 2025-12-24T02:11:32.544Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 957d7171-b74c-4bb6-b2a3-f06adc39e4f9
|
| 3675 | 2025-12-24T02:11:32.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 = 804
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = lspci_lifecycle_test
vm_id = 957d7171-b74c-4bb6-b2a3-f06adc39e4f9
|
| 3676 | 2025-12-24T02:11:32.555Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 957d7171-b74c-4bb6-b2a3-f06adc39e4f9
|
| 3677 | 2025-12-24T02:11:32.555Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 957d7171-b74c-4bb6-b2a3-f06adc39e4f9
|
| 3678 | 2025-12-24T02:11:32.555Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = lspci_lifecycle_test
vm_id = 957d7171-b74c-4bb6-b2a3-f06adc39e4f9
|
| 3679 | 2025-12-24T02:11:32.588Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 957d7171-b74c-4bb6-b2a3-f06adc39e4f9
|
| 3680 | 2025-12-24T02:11:32.588Z | 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
|
| 3681 | 2025-12-24T02:11:32.588Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 957d7171-b74c-4bb6-b2a3-f06adc39e4f9
|
| 3682 | 2025-12-24T02:11:32.588Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::hw::lspci_lifecycle_test
state = Stop
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 957d7171-b74c-4bb6-b2a3-f06adc39e4f9
|
| 3683 | 2025-12-24T02:11:32.589Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 957d7171-b74c-4bb6-b2a3-f06adc39e4f9
|
| 3684 | 2025-12-24T02:11:32.589Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
|
| 3685 | 2025-12-24T02:11:32.589Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm_name = lspci_lifecycle_test_lifecycle_0
|
| 3686 | 2025-12-24T02:11:32.589Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 3687 | 2025-12-24T02:11:32.589Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 3688 | 2025-12-24T02:11:32.589Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::hw::lspci_lifecycle_test
stderr_path = "/tmp/propolis-phd/lspci_lifecycle_test_lifecycle_0.stderr.log"
stdout_path = "/tmp/propolis-phd/lspci_lifecycle_test_lifecycle_0.stdout.log"
target = phd_framework::log_config
|
| 3689 | 2025-12-24T02:11:32.610Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1234
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm::server
|
| 3690 | 2025-12-24T02:11:32.610Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 20
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
|
| 3691 | 2025-12-24T02:11:32.610Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 5ee7a19f-5bb4-414d-b42e-df6dbb275b05
|
| 3692 | 2025-12-24T02:11:32.611Z | 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 = 347
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 5ee7a19f-5bb4-414d-b42e-df6dbb275b05
|
| 3693 | 2025-12-24T02:11:32.611Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial websocket closed
file = phd-tests/framework/src/serial/mod.rs
line = 271
target = phd_framework::serial
|
| 3694 | 2025-12-24T02:11:32.611Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4641
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3695 | 2025-12-24T02:11:33.197Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3696 | 2025-12-24T02:11:33.197Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 5ee7a19f-5bb4-414d-b42e-df6dbb275b05, name: "phd-vm-5ee7a19f-5bb4-414d-b42e-df6dbb275b05", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 2df4d612-c656-4dd9-8f52-44473ea0e0fc, project_id: 836e3924-64b1-46c5-9134-1037aec567cc, sled_id: 3f6bc8f0-9b45-4fd1-90e6-2d0b736b96cd, sled_serial: "3f6bc8f0-9b45-4fd1-90e6-2d0b736b96cd", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 406
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 5ee7a19f-5bb4-414d-b42e-df6dbb275b05
|
| 3697 | 2025-12-24T02:11:33.197Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 5ee7a19f-5bb4-414d-b42e-df6dbb275b05
|
| 3698 | 2025-12-24T02:11:33.198Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::hw::lspci_lifecycle_test
state = Run
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 5ee7a19f-5bb4-414d-b42e-df6dbb275b05
|
| 3699 | 2025-12-24T02:11:33.199Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 5ee7a19f-5bb4-414d-b42e-df6dbb275b05
|
| 3700 | 2025-12-24T02:11:33.199Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
|
| 3701 | 2025-12-24T02:11:33.199Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 5ee7a19f-5bb4-414d-b42e-df6dbb275b05
|
| 3702 | 2025-12-24T02:11:33.199Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::hw::lspci_lifecycle_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 3703 | 2025-12-24T02:11:33.199Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 5ee7a19f-5bb4-414d-b42e-df6dbb275b05
|
| 3704 | 2025-12-24T02:11:33.199Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 5ee7a19f-5bb4-414d-b42e-df6dbb275b05
|
| 3705 | 2025-12-24T02:11:37.533Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4334
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 5ee7a19f-5bb4-414d-b42e-df6dbb275b05
|
| 3706 | 2025-12-24T02:11:37.534Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::hw::lspci_lifecycle_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 3707 | 2025-12-24T02:11:37.534Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::hw::lspci_lifecycle_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3708 | 2025-12-24T02:11:37.534Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 5ee7a19f-5bb4-414d-b42e-df6dbb275b05
|
| 3709 | 2025-12-24T02:11:37.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 = 804
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 5ee7a19f-5bb4-414d-b42e-df6dbb275b05
|
| 3710 | 2025-12-24T02:11:37.552Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 5ee7a19f-5bb4-414d-b42e-df6dbb275b05
|
| 3711 | 2025-12-24T02:11:37.552Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::hw::lspci_lifecycle_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 3712 | 2025-12-24T02:11:37.552Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::hw::lspci_lifecycle_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3713 | 2025-12-24T02:11:37.552Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 5ee7a19f-5bb4-414d-b42e-df6dbb275b05
|
| 3714 | 2025-12-24T02:11:37.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 = 804
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 5ee7a19f-5bb4-414d-b42e-df6dbb275b05
|
| 3715 | 2025-12-24T02:11:37.585Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 5ee7a19f-5bb4-414d-b42e-df6dbb275b05
|
| 3716 | 2025-12-24T02:11:37.585Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
|
| 3717 | 2025-12-24T02:11:37.585Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4386
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
|
| 3718 | 2025-12-24T02:11:37.585Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 957d7171-b74c-4bb6-b2a3-f06adc39e4f9
|
| 3719 | 2025-12-24T02:11:37.585Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 5ee7a19f-5bb4-414d-b42e-df6dbb275b05
|
| 3720 | 2025-12-24T02:11:37.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 = 804
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 5ee7a19f-5bb4-414d-b42e-df6dbb275b05
|
| 3721 | 2025-12-24T02:11:37.587Z | 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 = 957d7171-b74c-4bb6-b2a3-f06adc39e4f9
|
| 3722 | 2025-12-24T02:11:37.661Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 75
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 957d7171-b74c-4bb6-b2a3-f06adc39e4f9
|
| 3723 | 2025-12-24T02:11:37.661Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 10391
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 957d7171-b74c-4bb6-b2a3-f06adc39e4f9
|
| 3724 | 2025-12-24T02:11:37.662Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 76
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 5ee7a19f-5bb4-414d-b42e-df6dbb275b05
|
| 3725 | 2025-12-24T02:11:37.662Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 5ee7a19f-5bb4-414d-b42e-df6dbb275b05
|
| 3726 | 2025-12-24T02:11:37.662Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 5ee7a19f-5bb4-414d-b42e-df6dbb275b05
|
| 3727 | 2025-12-24T02:11:37.695Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 5ee7a19f-5bb4-414d-b42e-df6dbb275b05
|
| 3728 | 2025-12-24T02:11:37.695Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 5ee7a19f-5bb4-414d-b42e-df6dbb275b05
|
| 3729 | 2025-12-24T02:11:37.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 = 804
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 5ee7a19f-5bb4-414d-b42e-df6dbb275b05
|
| 3730 | 2025-12-24T02:11:37.705Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 5ee7a19f-5bb4-414d-b42e-df6dbb275b05
|
| 3731 | 2025-12-24T02:11:37.706Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 5ee7a19f-5bb4-414d-b42e-df6dbb275b05
|
| 3732 | 2025-12-24T02:11:37.706Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 5ee7a19f-5bb4-414d-b42e-df6dbb275b05
|
| 3733 | 2025-12-24T02:11:37.739Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 5ee7a19f-5bb4-414d-b42e-df6dbb275b05
|
| 3734 | 2025-12-24T02:11:37.739Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 5ee7a19f-5bb4-414d-b42e-df6dbb275b05
|
| 3735 | 2025-12-24T02:11:37.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
|
| 3736 | 2025-12-24T02:11:37.740Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4543
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3737 | 2025-12-24T02:11:37.740Z | INFO | phd-runner: test phd_tests::hw::lspci_lifecycle_test ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
| 3738 | 2025-12-24T02:11:37.740Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3739 | 2025-12-24T02:11:37.741Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1077
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 5ee7a19f-5bb4-414d-b42e-df6dbb275b05
|
| 3740 | 2025-12-24T02:11:38.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::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 = 5ee7a19f-5bb4-414d-b42e-df6dbb275b05
|
| 3741 | 2025-12-24T02:11:38.500Z | 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 = 5ee7a19f-5bb4-414d-b42e-df6dbb275b05
|
| 3742 | 2025-12-24T02:11:38.500Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-e6f39665-fc01-4d92-8b42-755ae035dcf6"]
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 = 5ee7a19f-5bb4-414d-b42e-df6dbb275b05
|
| 3743 | 2025-12-24T02:11:38.521Z | 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 = 5ee7a19f-5bb4-414d-b42e-df6dbb275b05
|
| 3744 | 2025-12-24T02:11:38.521Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-f03e539e-45f7-411c-a9db-fcbc87ec8d8c"]
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 = 5ee7a19f-5bb4-414d-b42e-df6dbb275b05
|
| 3745 | 2025-12-24T02:11:38.538Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 798
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 5ee7a19f-5bb4-414d-b42e-df6dbb275b05
|
| 3746 | 2025-12-24T02:11:38.538Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 798
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3747 | 2025-12-24T02:11:38.538Z | 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
|
| 3748 | 2025-12-24T02:11:38.538Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5928
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 5ee7a19f-5bb4-414d-b42e-df6dbb275b05
|
| 3749 | 2025-12-24T02:11:38.538Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3750 | 2025-12-24T02:11:38.538Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 11331
file = phd-tests/tests/src/hw.rs
line = 8
path = phd_tests::hw::lspci_lifecycle_test
target = phd_tests::hw
|
| 3751 | 2025-12-24T02:11:38.538Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3752 | 2025-12-24T02:11:38.538Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 111
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_tests::migrate::running_process
|
| 3753 | 2025-12-24T02:11:38.539Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 3754 | 2025-12-24T02:11:38.539Z | DEBG | phd-runner: [TEST - EVENT] Verified 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 | 2025-12-24T02:11:38.539Z | DEBG | phd-runner: [TEST - EVENT] Verified 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 | 2025-12-24T02:11:38.539Z | 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
|
| 3757 | 2025-12-24T02:11:38.545Z | 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 229M 1.80T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 3758 | 2025-12-24T02:11:38.545Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-0215985b-c27d-4dee-86dc-636b54deb483"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::zfs
verb = snapshot
|
| 3759 | 2025-12-24T02:11:38.557Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-0215985b-c27d-4dee-86dc-636b54deb483", "phd-artifacts/phd-clone-fd8e034b-bd7f-4a3e-8736-7fd2580aa237"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::zfs
verb = clone
|
| 3760 | 2025-12-24T02:11:38.572Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-fd8e034b-bd7f-4a3e-8736-7fd2580aa237"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::zfs
verb = list
|
| 3761 | 2025-12-24T02:11:38.578Z | 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-fd8e034b-bd7f-4a3e-8736-7fd2580aa237 0B 1.80T 227M /phd-artifacts/phd-clone-fd8e034b-bd7f-4a3e-8736-7fd2580aa237\n
target = phd_framework::zfs
|
| 3762 | 2025-12-24T02:11:38.579Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
|
| 3763 | 2025-12-24T02:11:38.579Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm_name = migrate_running_process_source
|
| 3764 | 2025-12-24T02:11:38.579Z | DEBG | phd-runner: [NEW - EVENT] Verified 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 | 2025-12-24T02:11:38.579Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 3766 | 2025-12-24T02:11:38.579Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::migrate::running_process::migrate_running_process
stderr_path = "/tmp/propolis-phd/migrate_running_process_source.stderr.log"
stdout_path = "/tmp/propolis-phd/migrate_running_process_source.stdout.log"
target = phd_framework::log_config
|
| 3767 | 2025-12-24T02:11:38.598Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1243
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
|
| 3768 | 2025-12-24T02:11:38.598Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 19
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
|
| 3769 | 2025-12-24T02:11:38.598Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
|
| 3770 | 2025-12-24T02:11:38.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 = 217
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm_name = migrate_running_process_target
|
| 3771 | 2025-12-24T02:11:38.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
|
| 3772 | 2025-12-24T02:11:38.598Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 3773 | 2025-12-24T02:11:38.598Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::migrate::running_process::migrate_running_process
stderr_path = "/tmp/propolis-phd/migrate_running_process_target.stderr.log"
stdout_path = "/tmp/propolis-phd/migrate_running_process_target.stdout.log"
target = phd_framework::log_config
|
| 3774 | 2025-12-24T02:11:38.612Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1244
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
|
| 3775 | 2025-12-24T02:11:38.612Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 14
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
|
| 3776 | 2025-12-24T02:11:38.613Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = b0ba281a-526e-4e26-8469-f1637ed85b7e
|
| 3777 | 2025-12-24T02:11:38.646Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3778 | 2025-12-24T02:11:38.647Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: b0ba281a-526e-4e26-8469-f1637ed85b7e, name: "phd-vm-b0ba281a-526e-4e26-8469-f1637ed85b7e", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: f7b3a8df-df86-4ed5-9b66-9414d2fef3d4, project_id: fb4d1f08-ac21-419e-b1f7-5910cab30cfd, sled_id: 5808cd9a-a252-4ea9-8150-7e90fd064c7d, sled_serial: "5808cd9a-a252-4ea9-8150-7e90fd064c7d", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 406
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = b0ba281a-526e-4e26-8469-f1637ed85b7e
|
| 3779 | 2025-12-24T02:11:38.647Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = b0ba281a-526e-4e26-8469-f1637ed85b7e
|
| 3780 | 2025-12-24T02:11:38.647Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::migrate::running_process::migrate_running_process
state = Run
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = b0ba281a-526e-4e26-8469-f1637ed85b7e
|
| 3781 | 2025-12-24T02:11:38.648Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = b0ba281a-526e-4e26-8469-f1637ed85b7e
|
| 3782 | 2025-12-24T02:11:38.648Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
|
| 3783 | 2025-12-24T02:11:38.648Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = 300s
vm = migrate_running_process_source
vm_id = b0ba281a-526e-4e26-8469-f1637ed85b7e
|
| 3784 | 2025-12-24T02:11:38.648Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::migrate::running_process::migrate_running_process
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 3785 | 2025-12-24T02:11:38.648Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = b0ba281a-526e-4e26-8469-f1637ed85b7e
|
| 3786 | 2025-12-24T02:11:38.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 = 804
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migrate_running_process_source
vm_id = b0ba281a-526e-4e26-8469-f1637ed85b7e
|
| 3787 | 2025-12-24T02:11:43.041Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4392
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = b0ba281a-526e-4e26-8469-f1637ed85b7e
|
| 3788 | 2025-12-24T02:11:43.041Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::migrate::running_process::migrate_running_process
step = WriteStr("root")
target = phd_framework::test_vm
|
| 3789 | 2025-12-24T02:11:43.041Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::migrate::running_process::migrate_running_process
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3790 | 2025-12-24T02:11:43.041Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = b0ba281a-526e-4e26-8469-f1637ed85b7e
|
| 3791 | 2025-12-24T02:11:43.041Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migrate_running_process_source
vm_id = b0ba281a-526e-4e26-8469-f1637ed85b7e
|
| 3792 | 2025-12-24T02:11:43.059Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = b0ba281a-526e-4e26-8469-f1637ed85b7e
|
| 3793 | 2025-12-24T02:11:43.059Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::migrate::running_process::migrate_running_process
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 3794 | 2025-12-24T02:11:43.059Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::migrate::running_process::migrate_running_process
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3795 | 2025-12-24T02:11:43.059Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = b0ba281a-526e-4e26-8469-f1637ed85b7e
|
| 3796 | 2025-12-24T02:11:43.059Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migrate_running_process_source
vm_id = b0ba281a-526e-4e26-8469-f1637ed85b7e
|
| 3797 | 2025-12-24T02:11:43.092Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = b0ba281a-526e-4e26-8469-f1637ed85b7e
|
| 3798 | 2025-12-24T02:11:43.092Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
|
| 3799 | 2025-12-24T02:11:43.092Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4444
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
|
| 3800 | 2025-12-24T02:11:43.093Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = b0ba281a-526e-4e26-8469-f1637ed85b7e
|
| 3801 | 2025-12-24T02:11:43.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 = 804
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 = b0ba281a-526e-4e26-8469-f1637ed85b7e
|
| 3802 | 2025-12-24T02:11:43.214Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 121
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = b0ba281a-526e-4e26-8469-f1637ed85b7e
|
| 3803 | 2025-12-24T02:11:43.215Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = b0ba281a-526e-4e26-8469-f1637ed85b7e
|
| 3804 | 2025-12-24T02:11:43.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 = 804
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 = b0ba281a-526e-4e26-8469-f1637ed85b7e
|
| 3805 | 2025-12-24T02:11:43.225Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = b0ba281a-526e-4e26-8469-f1637ed85b7e
|
| 3806 | 2025-12-24T02:11:43.225Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = b0ba281a-526e-4e26-8469-f1637ed85b7e
|
| 3807 | 2025-12-24T02:11:43.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 = 804
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 = b0ba281a-526e-4e26-8469-f1637ed85b7e
|
| 3808 | 2025-12-24T02:11:43.236Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = b0ba281a-526e-4e26-8469-f1637ed85b7e
|
| 3809 | 2025-12-24T02:11:43.236Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = b0ba281a-526e-4e26-8469-f1637ed85b7e
|
| 3810 | 2025-12-24T02:11:43.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 = 804
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 = b0ba281a-526e-4e26-8469-f1637ed85b7e
|
| 3811 | 2025-12-24T02:11:43.269Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = b0ba281a-526e-4e26-8469-f1637ed85b7e
|
| 3812 | 2025-12-24T02:11:43.269Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = b0ba281a-526e-4e26-8469-f1637ed85b7e
|
| 3813 | 2025-12-24T02:11:43.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 = 804
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 = b0ba281a-526e-4e26-8469-f1637ed85b7e
|
| 3814 | 2025-12-24T02:11:43.279Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = b0ba281a-526e-4e26-8469-f1637ed85b7e
|
| 3815 | 2025-12-24T02:11:43.279Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = b0ba281a-526e-4e26-8469-f1637ed85b7e
|
| 3816 | 2025-12-24T02:11:43.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 = 804
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 = b0ba281a-526e-4e26-8469-f1637ed85b7e
|
| 3817 | 2025-12-24T02:11:43.588Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 308
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = b0ba281a-526e-4e26-8469-f1637ed85b7e
|
| 3818 | 2025-12-24T02:11:43.588Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 501
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = b0ba281a-526e-4e26-8469-f1637ed85b7e
target = phd_framework::test_vm
target_id = 00d43927-e77b-4dc6-9f11-b789521bf4f3
|
| 3819 | 2025-12-24T02:11:43.588Z | 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 = 534
migration_id = c487a4c7-ed1f-4639-ad9e-43809faf1388
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = b0ba281a-526e-4e26-8469-f1637ed85b7e
target = phd_framework::test_vm
target_id = 00d43927-e77b-4dc6-9f11-b789521bf4f3
timeout_duration = 45s
|
| 3820 | 2025-12-24T02:11:43.588Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = b0ba281a-526e-4e26-8469-f1637ed85b7e
target = phd_framework::test_vm
target_id = 00d43927-e77b-4dc6-9f11-b789521bf4f3
vm = migrate_running_process_target
vm_id = 00d43927-e77b-4dc6-9f11-b789521bf4f3
|
| 3821 | 2025-12-24T02:11:43.619Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 00d43927-e77b-4dc6-9f11-b789521bf4f3, name: "phd-vm-00d43927-e77b-4dc6-9f11-b789521bf4f3", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: f7b3a8df-df86-4ed5-9b66-9414d2fef3d4, project_id: fb4d1f08-ac21-419e-b1f7-5910cab30cfd, sled_id: 45a73bd7-7d25-456f-a4fd-faddb98c2456, sled_serial: "45a73bd7-7d25-456f-a4fd-faddb98c2456", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 406
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = b0ba281a-526e-4e26-8469-f1637ed85b7e
target = phd_framework::test_vm
target_id = 00d43927-e77b-4dc6-9f11-b789521bf4f3
vm = migrate_running_process_target
vm_id = 00d43927-e77b-4dc6-9f11-b789521bf4f3
|
| 3822 | 2025-12-24T02:11:43.620Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 555
migration_id = c487a4c7-ed1f-4639-ad9e-43809faf1388
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = b0ba281a-526e-4e26-8469-f1637ed85b7e
target = phd_framework::test_vm
target_id = 00d43927-e77b-4dc6-9f11-b789521bf4f3
|
| 3823 | 2025-12-24T02:11:45.920Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9002","from_start":9417}}
target = phd_framework::serial
|
| 3824 | 2025-12-24T02:11:47.160Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 568
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = b0ba281a-526e-4e26-8469-f1637ed85b7e
target = phd_framework::test_vm
target_id = 00d43927-e77b-4dc6-9f11-b789521bf4f3
|
| 3825 | 2025-12-24T02:11:47.160Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3539
file = phd-tests/framework/src/test_vm/mod.rs
line = 555
migration_id = c487a4c7-ed1f-4639-ad9e-43809faf1388
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = b0ba281a-526e-4e26-8469-f1637ed85b7e
target = phd_framework::test_vm
target_id = 00d43927-e77b-4dc6-9f11-b789521bf4f3
|
| 3826 | 2025-12-24T02:11:47.160Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = 00d43927-e77b-4dc6-9f11-b789521bf4f3
|
| 3827 | 2025-12-24T02:11:47.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 = 804
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 = 00d43927-e77b-4dc6-9f11-b789521bf4f3
|
| 3828 | 2025-12-24T02:11:47.172Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = 00d43927-e77b-4dc6-9f11-b789521bf4f3
|
| 3829 | 2025-12-24T02:11:47.172Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = 00d43927-e77b-4dc6-9f11-b789521bf4f3
|
| 3830 | 2025-12-24T02:11:47.172Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 00d43927-e77b-4dc6-9f11-b789521bf4f3
|
| 3831 | 2025-12-24T02:11:47.260Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 87
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = 00d43927-e77b-4dc6-9f11-b789521bf4f3
|
| 3832 | 2025-12-24T02:11:47.260Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = 00d43927-e77b-4dc6-9f11-b789521bf4f3
|
| 3833 | 2025-12-24T02:11:47.260Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = b0ba281a-526e-4e26-8469-f1637ed85b7e
|
| 3834 | 2025-12-24T02:11:47.260Z | 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
|
| 3835 | 2025-12-24T02:11:47.260Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 8614
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3836 | 2025-12-24T02:11:47.260Z | INFO | phd-runner: test phd_tests::migrate::running_process::migrate_running_process ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
| 3837 | 2025-12-24T02:11:47.260Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3838 | 2025-12-24T02:11:47.261Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1077
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = 00d43927-e77b-4dc6-9f11-b789521bf4f3
|
| 3839 | 2025-12-24T02:11:47.261Z | 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 = b0ba281a-526e-4e26-8469-f1637ed85b7e
|
| 3840 | 2025-12-24T02:11:47.340Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 80
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = b0ba281a-526e-4e26-8469-f1637ed85b7e
|
| 3841 | 2025-12-24T02:11:47.341Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 8727
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = b0ba281a-526e-4e26-8469-f1637ed85b7e
|
| 3842 | 2025-12-24T02:11:47.342Z | 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 = 00d43927-e77b-4dc6-9f11-b789521bf4f3
|
| 3843 | 2025-12-24T02:11:47.414Z | 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 = 00d43927-e77b-4dc6-9f11-b789521bf4f3
|
| 3844 | 2025-12-24T02:11:47.414Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-fd8e034b-bd7f-4a3e-8736-7fd2580aa237"]
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 = 00d43927-e77b-4dc6-9f11-b789521bf4f3
|
| 3845 | 2025-12-24T02:11:47.433Z | 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 = 00d43927-e77b-4dc6-9f11-b789521bf4f3
|
| 3846 | 2025-12-24T02:11:47.433Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-0215985b-c27d-4dee-86dc-636b54deb483"]
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 = 00d43927-e77b-4dc6-9f11-b789521bf4f3
|
| 3847 | 2025-12-24T02:11:47.448Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 188
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = 00d43927-e77b-4dc6-9f11-b789521bf4f3
|
| 3848 | 2025-12-24T02:11:47.448Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 187
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3849 | 2025-12-24T02:11:47.448Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 3860
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = b0ba281a-526e-4e26-8469-f1637ed85b7e
target = phd_framework::test_vm
target_id = 00d43927-e77b-4dc6-9f11-b789521bf4f3
vm = migrate_running_process_target
vm_id = 00d43927-e77b-4dc6-9f11-b789521bf4f3
|
| 3850 | 2025-12-24T02:11:47.448Z | 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
|
| 3851 | 2025-12-24T02:11:47.448Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 3860
file = phd-tests/framework/src/test_vm/mod.rs
line = 501
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = b0ba281a-526e-4e26-8469-f1637ed85b7e
target = phd_framework::test_vm
target_id = 00d43927-e77b-4dc6-9f11-b789521bf4f3
|
| 3852 | 2025-12-24T02:11:47.448Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 8910
file = phd-tests/tests/src/migrate.rs
line = 111
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_tests::migrate::running_process
|
| 3853 | 2025-12-24T02:11:47.448Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3854 | 2025-12-24T02:11:47.449Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3855 | 2025-12-24T02:11:47.449Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 131
path = phd_tests::migrate::running_process::import_failure
target = phd_tests::migrate::running_process
|
| 3856 | 2025-12-24T02:11:47.449Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 3857 | 2025-12-24T02:11:47.449Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3858 | 2025-12-24T02:11:47.449Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3859 | 2025-12-24T02:11:47.449Z | 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
|
| 3860 | 2025-12-24T02:11:47.455Z | 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 230M 1.80T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 3861 | 2025-12-24T02:11:47.455Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-92c4ee70-4d7e-45b9-bf0e-f369e6869f91"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = snapshot
|
| 3862 | 2025-12-24T02:11:47.465Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-92c4ee70-4d7e-45b9-bf0e-f369e6869f91", "phd-artifacts/phd-clone-020f24a5-e2b4-42a4-9bcd-1c76f4fcb04c"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = clone
|
| 3863 | 2025-12-24T02:11:47.479Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-020f24a5-e2b4-42a4-9bcd-1c76f4fcb04c"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = list
|
| 3864 | 2025-12-24T02:11:47.487Z | 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-020f24a5-e2b4-42a4-9bcd-1c76f4fcb04c 0B 1.80T 227M /phd-artifacts/phd-clone-020f24a5-e2b4-42a4-9bcd-1c76f4fcb04c\n
target = phd_framework::zfs
|
| 3865 | 2025-12-24T02:11:47.487Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
|
| 3866 | 2025-12-24T02:11:47.487Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm_name = migrate_running_process::import_failure_source
|
| 3867 | 2025-12-24T02:11:47.488Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 3868 | 2025-12-24T02:11:47.488Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 3869 | 2025-12-24T02:11:47.488Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::migrate::running_process::import_failure
stderr_path = "/tmp/propolis-phd/migrate_running_process::import_failure_source.stderr.log"
stdout_path = "/tmp/propolis-phd/migrate_running_process::import_failure_source.stdout.log"
target = phd_framework::log_config
|
| 3870 | 2025-12-24T02:11:47.508Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1253
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
|
| 3871 | 2025-12-24T02:11:47.508Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 20
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
|
| 3872 | 2025-12-24T02:11:47.508Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 3873 | 2025-12-24T02:11:47.508Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3874 | 2025-12-24T02:11:47.509Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 3875 | 2025-12-24T02:11:47.509Z | 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
|
| 3876 | 2025-12-24T02:11:47.516Z | 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 230M 1.80T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 3877 | 2025-12-24T02:11:47.516Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-ec026861-64c3-40b8-9fc3-2fd0e8a83c46"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = snapshot
|
| 3878 | 2025-12-24T02:11:47.528Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-ec026861-64c3-40b8-9fc3-2fd0e8a83c46", "phd-artifacts/phd-clone-0d7b77be-5959-4ed6-aefe-0ec3b0d5edce"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = clone
|
| 3879 | 2025-12-24T02:11:47.540Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-0d7b77be-5959-4ed6-aefe-0ec3b0d5edce"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = list
|
| 3880 | 2025-12-24T02:11:47.547Z | 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-0d7b77be-5959-4ed6-aefe-0ec3b0d5edce 0B 1.80T 227M /phd-artifacts/phd-clone-0d7b77be-5959-4ed6-aefe-0ec3b0d5edce\n
target = phd_framework::zfs
|
| 3881 | 2025-12-24T02:11:47.547Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
|
| 3882 | 2025-12-24T02:11:47.547Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm_name = migrate_running_process::import_failure_target1
|
| 3883 | 2025-12-24T02:11:47.547Z | DEBG | phd-runner: [NEW - EVENT] Verified 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 | 2025-12-24T02:11:47.547Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 3885 | 2025-12-24T02:11:47.547Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::migrate::running_process::import_failure
stderr_path = "/tmp/propolis-phd/migrate_running_process::import_failure_target1.stderr.log"
stdout_path = "/tmp/propolis-phd/migrate_running_process::import_failure_target1.stdout.log"
target = phd_framework::log_config
|
| 3886 | 2025-12-24T02:11:47.568Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1258
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
|
| 3887 | 2025-12-24T02:11:47.568Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 20
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
|
| 3888 | 2025-12-24T02:11:47.568Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
|
| 3889 | 2025-12-24T02:11:47.568Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm_name = migrate_running_process::import_failure_target2
|
| 3890 | 2025-12-24T02:11:47.568Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 3891 | 2025-12-24T02:11:47.568Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 3892 | 2025-12-24T02:11:47.568Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::migrate::running_process::import_failure
stderr_path = "/tmp/propolis-phd/migrate_running_process::import_failure_target2.stderr.log"
stdout_path = "/tmp/propolis-phd/migrate_running_process::import_failure_target2.stdout.log"
target = phd_framework::log_config
|
| 3893 | 2025-12-24T02:11:47.584Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1259
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
|
| 3894 | 2025-12-24T02:11:47.584Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 16
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
|
| 3895 | 2025-12-24T02:11:47.585Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 634a323e-3776-4de1-b668-a60d211dfc62
|
| 3896 | 2025-12-24T02:11:47.618Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3897 | 2025-12-24T02:11:47.619Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 634a323e-3776-4de1-b668-a60d211dfc62, name: "phd-vm-634a323e-3776-4de1-b668-a60d211dfc62", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: ea870cb0-c55c-490b-9952-1eee8254e9bc, project_id: 59d5ffeb-8e2c-4681-9ac1-69dcb0215653, sled_id: df4e2f1c-63a5-4a87-831e-1996a464d632, sled_serial: "df4e2f1c-63a5-4a87-831e-1996a464d632", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 406
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 634a323e-3776-4de1-b668-a60d211dfc62
|
| 3898 | 2025-12-24T02:11:47.619Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 634a323e-3776-4de1-b668-a60d211dfc62
|
| 3899 | 2025-12-24T02:11:47.619Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::migrate::running_process::import_failure
state = Run
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 634a323e-3776-4de1-b668-a60d211dfc62
|
| 3900 | 2025-12-24T02:11:47.620Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 634a323e-3776-4de1-b668-a60d211dfc62
|
| 3901 | 2025-12-24T02:11:47.620Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
|
| 3902 | 2025-12-24T02:11:47.620Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
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 = 634a323e-3776-4de1-b668-a60d211dfc62
|
| 3903 | 2025-12-24T02:11:47.620Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::migrate::running_process::import_failure
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 3904 | 2025-12-24T02:11:47.620Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 634a323e-3776-4de1-b668-a60d211dfc62
|
| 3905 | 2025-12-24T02:11:47.620Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 634a323e-3776-4de1-b668-a60d211dfc62
|
| 3906 | 2025-12-24T02:11:51.996Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4375
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 634a323e-3776-4de1-b668-a60d211dfc62
|
| 3907 | 2025-12-24T02:11:51.996Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::migrate::running_process::import_failure
step = WriteStr("root")
target = phd_framework::test_vm
|
| 3908 | 2025-12-24T02:11:51.996Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::migrate::running_process::import_failure
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3909 | 2025-12-24T02:11:51.996Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 634a323e-3776-4de1-b668-a60d211dfc62
|
| 3910 | 2025-12-24T02:11:51.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 = 804
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 = 634a323e-3776-4de1-b668-a60d211dfc62
|
| 3911 | 2025-12-24T02:11:52.015Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 634a323e-3776-4de1-b668-a60d211dfc62
|
| 3912 | 2025-12-24T02:11:52.015Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::migrate::running_process::import_failure
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 3913 | 2025-12-24T02:11:52.015Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::migrate::running_process::import_failure
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 3914 | 2025-12-24T02:11:52.015Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 634a323e-3776-4de1-b668-a60d211dfc62
|
| 3915 | 2025-12-24T02:11:52.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 = 804
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 = 634a323e-3776-4de1-b668-a60d211dfc62
|
| 3916 | 2025-12-24T02:11:52.048Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 634a323e-3776-4de1-b668-a60d211dfc62
|
| 3917 | 2025-12-24T02:11:52.048Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
|
| 3918 | 2025-12-24T02:11:52.048Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4428
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
|
| 3919 | 2025-12-24T02:11:52.048Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 634a323e-3776-4de1-b668-a60d211dfc62
|
| 3920 | 2025-12-24T02:11:52.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 = 804
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 = 634a323e-3776-4de1-b668-a60d211dfc62
|
| 3921 | 2025-12-24T02:11:52.178Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 129
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 634a323e-3776-4de1-b668-a60d211dfc62
|
| 3922 | 2025-12-24T02:11:52.178Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 634a323e-3776-4de1-b668-a60d211dfc62
|
| 3923 | 2025-12-24T02:11:52.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 = 804
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 = 634a323e-3776-4de1-b668-a60d211dfc62
|
| 3924 | 2025-12-24T02:11:52.189Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 634a323e-3776-4de1-b668-a60d211dfc62
|
| 3925 | 2025-12-24T02:11:52.189Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 634a323e-3776-4de1-b668-a60d211dfc62
|
| 3926 | 2025-12-24T02:11:52.189Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 634a323e-3776-4de1-b668-a60d211dfc62
|
| 3927 | 2025-12-24T02:11:52.201Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 634a323e-3776-4de1-b668-a60d211dfc62
|
| 3928 | 2025-12-24T02:11:52.201Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 634a323e-3776-4de1-b668-a60d211dfc62
|
| 3929 | 2025-12-24T02:11:52.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 = 804
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 = 634a323e-3776-4de1-b668-a60d211dfc62
|
| 3930 | 2025-12-24T02:11:52.233Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 634a323e-3776-4de1-b668-a60d211dfc62
|
| 3931 | 2025-12-24T02:11:52.233Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 634a323e-3776-4de1-b668-a60d211dfc62
|
| 3932 | 2025-12-24T02:11:52.233Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = 634a323e-3776-4de1-b668-a60d211dfc62
|
| 3933 | 2025-12-24T02:11:52.245Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 634a323e-3776-4de1-b668-a60d211dfc62
|
| 3934 | 2025-12-24T02:11:52.245Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 634a323e-3776-4de1-b668-a60d211dfc62
|
| 3935 | 2025-12-24T02:11:52.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 = 804
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 = 634a323e-3776-4de1-b668-a60d211dfc62
|
| 3936 | 2025-12-24T02:11:52.556Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 310
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 634a323e-3776-4de1-b668-a60d211dfc62
|
| 3937 | 2025-12-24T02:11:52.556Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 501
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 634a323e-3776-4de1-b668-a60d211dfc62
target = phd_framework::test_vm
target_id = 0ee0b6a3-2640-478e-9f45-a76af605e5a2
|
| 3938 | 2025-12-24T02:11:52.556Z | 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 = 534
migration_id = 88b9a690-d693-48cf-bc72-107a3488e247
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 634a323e-3776-4de1-b668-a60d211dfc62
target = phd_framework::test_vm
target_id = 0ee0b6a3-2640-478e-9f45-a76af605e5a2
timeout_duration = 45s
|
| 3939 | 2025-12-24T02:11:52.556Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 634a323e-3776-4de1-b668-a60d211dfc62
target = phd_framework::test_vm
target_id = 0ee0b6a3-2640-478e-9f45-a76af605e5a2
vm = migrate_running_process::import_failure_target1
vm_id = 0ee0b6a3-2640-478e-9f45-a76af605e5a2
|
| 3940 | 2025-12-24T02:11:52.588Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 0ee0b6a3-2640-478e-9f45-a76af605e5a2, name: "phd-vm-0ee0b6a3-2640-478e-9f45-a76af605e5a2", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: e3f7f03d-4018-4b55-a1d1-b5ce66f8ddfe, project_id: 0a722908-6e48-4738-8040-f16c30e4abcd, sled_id: 87f9986c-7cd7-4cd4-9b55-2ebec387ef6a, sled_serial: "87f9986c-7cd7-4cd4-9b55-2ebec387ef6a", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 406
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 634a323e-3776-4de1-b668-a60d211dfc62
target = phd_framework::test_vm
target_id = 0ee0b6a3-2640-478e-9f45-a76af605e5a2
vm = migrate_running_process::import_failure_target1
vm_id = 0ee0b6a3-2640-478e-9f45-a76af605e5a2
|
| 3941 | 2025-12-24T02:11:52.588Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 555
migration_id = 88b9a690-d693-48cf-bc72-107a3488e247
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 634a323e-3776-4de1-b668-a60d211dfc62
target = phd_framework::test_vm
target_id = 0ee0b6a3-2640-478e-9f45-a76af605e5a2
|
| 3942 | 2025-12-24T02:11:56.102Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Instance reported error during migration
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 634a323e-3776-4de1-b668-a60d211dfc62
target = phd_framework::test_vm
target_id = 0ee0b6a3-2640-478e-9f45-a76af605e5a2
|
| 3943 | 2025-12-24T02:11:56.102Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3513
file = phd-tests/framework/src/test_vm/mod.rs
line = 555
migration_id = 88b9a690-d693-48cf-bc72-107a3488e247
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 634a323e-3776-4de1-b668-a60d211dfc62
target = phd_framework::test_vm
target_id = 0ee0b6a3-2640-478e-9f45-a76af605e5a2
|
| 3944 | 2025-12-24T02:11:56.102Z | INFO | phd-runner: [TEST - EVENT] first migration failed as expected
error = live migration
file = phd-tests/tests/src/migrate.rs
line = 173
path = phd_tests::migrate::running_process::import_failure
target = phd_tests::migrate::running_process
|
| 3945 | 2025-12-24T02:11:56.103Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 680
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 634a323e-3776-4de1-b668-a60d211dfc62
|
| 3946 | 2025-12-24T02:11:56.103Z | 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 = 686
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 634a323e-3776-4de1-b668-a60d211dfc62
|
| 3947 | 2025-12-24T02:11:56.103Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 477
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 634a323e-3776-4de1-b668-a60d211dfc62
|
| 3948 | 2025-12-24T02:11:56.103Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 479
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 634a323e-3776-4de1-b668-a60d211dfc62
|
| 3949 | 2025-12-24T02:11:56.104Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 477
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 634a323e-3776-4de1-b668-a60d211dfc62
|
| 3950 | 2025-12-24T02:11:56.104Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 680
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 634a323e-3776-4de1-b668-a60d211dfc62
|
| 3951 | 2025-12-24T02:11:56.104Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 501
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 634a323e-3776-4de1-b668-a60d211dfc62
target = phd_framework::test_vm
target_id = c3991c04-1f5a-42ea-8ade-7d79dd1b8157
|
| 3952 | 2025-12-24T02:11:56.104Z | 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 = 534
migration_id = aa50a3f0-6d50-4b41-afe5-b0cbaa477893
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 634a323e-3776-4de1-b668-a60d211dfc62
target = phd_framework::test_vm
target_id = c3991c04-1f5a-42ea-8ade-7d79dd1b8157
timeout_duration = 45s
|
| 3953 | 2025-12-24T02:11:56.104Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 634a323e-3776-4de1-b668-a60d211dfc62
target = phd_framework::test_vm
target_id = c3991c04-1f5a-42ea-8ade-7d79dd1b8157
vm = migrate_running_process::import_failure_target2
vm_id = c3991c04-1f5a-42ea-8ade-7d79dd1b8157
|
| 3954 | 2025-12-24T02:11:56.134Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: c3991c04-1f5a-42ea-8ade-7d79dd1b8157, name: "phd-vm-c3991c04-1f5a-42ea-8ade-7d79dd1b8157", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: ea870cb0-c55c-490b-9952-1eee8254e9bc, project_id: 59d5ffeb-8e2c-4681-9ac1-69dcb0215653, sled_id: c43576d5-6ee1-4fa0-82e5-9adfaa8b8ce3, sled_serial: "c43576d5-6ee1-4fa0-82e5-9adfaa8b8ce3", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 406
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 634a323e-3776-4de1-b668-a60d211dfc62
target = phd_framework::test_vm
target_id = c3991c04-1f5a-42ea-8ade-7d79dd1b8157
vm = migrate_running_process::import_failure_target2
vm_id = c3991c04-1f5a-42ea-8ade-7d79dd1b8157
|
| 3955 | 2025-12-24T02:11:56.134Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 555
migration_id = aa50a3f0-6d50-4b41-afe5-b0cbaa477893
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 634a323e-3776-4de1-b668-a60d211dfc62
target = phd_framework::test_vm
target_id = c3991c04-1f5a-42ea-8ade-7d79dd1b8157
|
| 3956 | 2025-12-24T02:11:58.439Z | 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":9417}}
target = phd_framework::serial
|
| 3957 | 2025-12-24T02:11:59.184Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 568
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 634a323e-3776-4de1-b668-a60d211dfc62
target = phd_framework::test_vm
target_id = c3991c04-1f5a-42ea-8ade-7d79dd1b8157
|
| 3958 | 2025-12-24T02:11:59.184Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3049
file = phd-tests/framework/src/test_vm/mod.rs
line = 555
migration_id = aa50a3f0-6d50-4b41-afe5-b0cbaa477893
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 634a323e-3776-4de1-b668-a60d211dfc62
target = phd_framework::test_vm
target_id = c3991c04-1f5a-42ea-8ade-7d79dd1b8157
|
| 3959 | 2025-12-24T02:11:59.184Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target2
vm_id = c3991c04-1f5a-42ea-8ade-7d79dd1b8157
|
| 3960 | 2025-12-24T02:11:59.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 = 804
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 = c3991c04-1f5a-42ea-8ade-7d79dd1b8157
|
| 3961 | 2025-12-24T02:12:02.404Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 3219
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target2
vm_id = c3991c04-1f5a-42ea-8ade-7d79dd1b8157
|
| 3962 | 2025-12-24T02:12:02.404Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target2
vm_id = c3991c04-1f5a-42ea-8ade-7d79dd1b8157
|
| 3963 | 2025-12-24T02:12:02.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 = 804
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 = c3991c04-1f5a-42ea-8ade-7d79dd1b8157
|
| 3964 | 2025-12-24T02:12:02.493Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 88
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target2
vm_id = c3991c04-1f5a-42ea-8ade-7d79dd1b8157
|
| 3965 | 2025-12-24T02:12:02.493Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target2
vm_id = c3991c04-1f5a-42ea-8ade-7d79dd1b8157
|
| 3966 | 2025-12-24T02:12:02.493Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target1
vm_id = 0ee0b6a3-2640-478e-9f45-a76af605e5a2
|
| 3967 | 2025-12-24T02:12:02.493Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 634a323e-3776-4de1-b668-a60d211dfc62
|
| 3968 | 2025-12-24T02:12:02.494Z | 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
|
| 3969 | 2025-12-24T02:12:02.494Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 14875
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 3970 | 2025-12-24T02:12:02.494Z | INFO | phd-runner: test phd_tests::migrate::running_process::import_failure ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
| 3971 | 2025-12-24T02:12:02.494Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3972 | 2025-12-24T02:12:02.495Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1077
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target2
vm_id = c3991c04-1f5a-42ea-8ade-7d79dd1b8157
|
| 3973 | 2025-12-24T02:12:02.495Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1077
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target1
vm_id = 0ee0b6a3-2640-478e-9f45-a76af605e5a2
|
| 3974 | 2025-12-24T02:12:02.496Z | 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 = 634a323e-3776-4de1-b668-a60d211dfc62
|
| 3975 | 2025-12-24T02:12:02.497Z | 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 = 0ee0b6a3-2640-478e-9f45-a76af605e5a2
|
| 3976 | 2025-12-24T02:12:02.571Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 77
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 634a323e-3776-4de1-b668-a60d211dfc62
|
| 3977 | 2025-12-24T02:12:02.571Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 14986
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 634a323e-3776-4de1-b668-a60d211dfc62
|
| 3978 | 2025-12-24T02:12:02.629Z | 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 = 0ee0b6a3-2640-478e-9f45-a76af605e5a2
|
| 3979 | 2025-12-24T02:12:02.629Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-0d7b77be-5959-4ed6-aefe-0ec3b0d5edce"]
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 = 0ee0b6a3-2640-478e-9f45-a76af605e5a2
|
| 3980 | 2025-12-24T02:12:02.643Z | 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 = 0ee0b6a3-2640-478e-9f45-a76af605e5a2
|
| 3981 | 2025-12-24T02:12:02.643Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-ec026861-64c3-40b8-9fc3-2fd0e8a83c46"]
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 = 0ee0b6a3-2640-478e-9f45-a76af605e5a2
|
| 3982 | 2025-12-24T02:12:02.656Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 162
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target1
vm_id = 0ee0b6a3-2640-478e-9f45-a76af605e5a2
|
| 3983 | 2025-12-24T02:12:02.656Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 10099
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 634a323e-3776-4de1-b668-a60d211dfc62
target = phd_framework::test_vm
target_id = 0ee0b6a3-2640-478e-9f45-a76af605e5a2
vm = migrate_running_process::import_failure_target1
vm_id = 0ee0b6a3-2640-478e-9f45-a76af605e5a2
|
| 3984 | 2025-12-24T02:12:02.656Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 10099
file = phd-tests/framework/src/test_vm/mod.rs
line = 501
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 634a323e-3776-4de1-b668-a60d211dfc62
target = phd_framework::test_vm
target_id = 0ee0b6a3-2640-478e-9f45-a76af605e5a2
|
| 3985 | 2025-12-24T02:12:03.204Z | 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 = c3991c04-1f5a-42ea-8ade-7d79dd1b8157
|
| 3986 | 2025-12-24T02:12:03.274Z | 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 = c3991c04-1f5a-42ea-8ade-7d79dd1b8157
|
| 3987 | 2025-12-24T02:12:03.274Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-020f24a5-e2b4-42a4-9bcd-1c76f4fcb04c"]
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 = c3991c04-1f5a-42ea-8ade-7d79dd1b8157
|
| 3988 | 2025-12-24T02:12:03.295Z | 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 = c3991c04-1f5a-42ea-8ade-7d79dd1b8157
|
| 3989 | 2025-12-24T02:12:03.295Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-92c4ee70-4d7e-45b9-bf0e-f369e6869f91"]
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 = c3991c04-1f5a-42ea-8ade-7d79dd1b8157
|
| 3990 | 2025-12-24T02:12:03.308Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 814
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target2
vm_id = c3991c04-1f5a-42ea-8ade-7d79dd1b8157
|
| 3991 | 2025-12-24T02:12:03.308Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 7204
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 634a323e-3776-4de1-b668-a60d211dfc62
target = phd_framework::test_vm
target_id = c3991c04-1f5a-42ea-8ade-7d79dd1b8157
vm = migrate_running_process::import_failure_target2
vm_id = c3991c04-1f5a-42ea-8ade-7d79dd1b8157
|
| 3992 | 2025-12-24T02:12:03.308Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 814
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 3993 | 2025-12-24T02:12:03.308Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 7204
file = phd-tests/framework/src/test_vm/mod.rs
line = 501
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 634a323e-3776-4de1-b668-a60d211dfc62
target = phd_framework::test_vm
target_id = c3991c04-1f5a-42ea-8ade-7d79dd1b8157
|
| 3994 | 2025-12-24T02:12:03.308Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 15859
file = phd-tests/tests/src/migrate.rs
line = 131
path = phd_tests::migrate::running_process::import_failure
target = phd_tests::migrate::running_process
|
| 3995 | 2025-12-24T02:12:03.308Z | 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
|
| 3996 | 2025-12-24T02:12:03.308Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3997 | 2025-12-24T02:12:03.308Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 3998 | 2025-12-24T02:12:03.309Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 201
path = phd_tests::migrate::running_process::export_failure
target = phd_tests::migrate::running_process
|
| 3999 | 2025-12-24T02:12:03.309Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 4000 | 2025-12-24T02:12:03.309Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4001 | 2025-12-24T02:12:03.309Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4002 | 2025-12-24T02:12:03.309Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::zfs
verb = list
|
| 4003 | 2025-12-24T02:12:03.315Z | 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 228M 1.80T 227M /phd-artifacts\n
target = phd_framework::zfs
|
| 4004 | 2025-12-24T02:12:03.315Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-27e17783-d020-4de8-9d5f-f17744833358"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::zfs
verb = snapshot
|
| 4005 | 2025-12-24T02:12:03.326Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-27e17783-d020-4de8-9d5f-f17744833358", "phd-artifacts/phd-clone-c5471ca0-a0d9-4ee4-8fd4-d87828590d1b"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::zfs
verb = clone
|
| 4006 | 2025-12-24T02:12:03.342Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-c5471ca0-a0d9-4ee4-8fd4-d87828590d1b"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::zfs
verb = list
|
| 4007 | 2025-12-24T02:12:03.347Z | 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-c5471ca0-a0d9-4ee4-8fd4-d87828590d1b 0B 1.80T 227M /phd-artifacts/phd-clone-c5471ca0-a0d9-4ee4-8fd4-d87828590d1b\n
target = phd_framework::zfs
|
| 4008 | 2025-12-24T02:12:03.348Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
|
| 4009 | 2025-12-24T02:12:03.348Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm_name = migrate_running_process::export_failure_source
|
| 4010 | 2025-12-24T02:12:03.348Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 4011 | 2025-12-24T02:12:03.348Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 4012 | 2025-12-24T02:12:03.348Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::migrate::running_process::export_failure
stderr_path = "/tmp/propolis-phd/migrate_running_process::export_failure_source.stderr.log"
stdout_path = "/tmp/propolis-phd/migrate_running_process::export_failure_source.stdout.log"
target = phd_framework::log_config
|
| 4013 | 2025-12-24T02:12:03.368Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1271
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
|
| 4014 | 2025-12-24T02:12:03.368Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 20
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
|
| 4015 | 2025-12-24T02:12:03.368Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
|
| 4016 | 2025-12-24T02:12:03.368Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm_name = migrate_running_process::export_failure_target1
|
| 4017 | 2025-12-24T02:12:03.368Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 4018 | 2025-12-24T02:12:03.368Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 4019 | 2025-12-24T02:12:03.369Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::migrate::running_process::export_failure
stderr_path = "/tmp/propolis-phd/migrate_running_process::export_failure_target1.stderr.log"
stdout_path = "/tmp/propolis-phd/migrate_running_process::export_failure_target1.stdout.log"
target = phd_framework::log_config
|
| 4020 | 2025-12-24T02:12:03.387Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1272
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
|
| 4021 | 2025-12-24T02:12:03.387Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
|
| 4022 | 2025-12-24T02:12:03.387Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
|
| 4023 | 2025-12-24T02:12:03.387Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm_name = migrate_running_process::export_failure_target2
|
| 4024 | 2025-12-24T02:12:03.387Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 4025 | 2025-12-24T02:12:03.387Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 4026 | 2025-12-24T02:12:03.387Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::migrate::running_process::export_failure
stderr_path = "/tmp/propolis-phd/migrate_running_process::export_failure_target2.stderr.log"
stdout_path = "/tmp/propolis-phd/migrate_running_process::export_failure_target2.stdout.log"
target = phd_framework::log_config
|
| 4027 | 2025-12-24T02:12:03.406Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1273
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
|
| 4028 | 2025-12-24T02:12:03.406Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 19
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
|
| 4029 | 2025-12-24T02:12:03.407Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = d4887004-4e3e-410e-ac97-67893614a3fe
|
| 4030 | 2025-12-24T02:12:03.438Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4031 | 2025-12-24T02:12:03.439Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: d4887004-4e3e-410e-ac97-67893614a3fe, name: "phd-vm-d4887004-4e3e-410e-ac97-67893614a3fe", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 351999f9-a30a-4c3e-be31-e1cc93907ad6, project_id: 52df8ec7-c7dd-4234-b6b1-2203278bc647, sled_id: f4554dc1-00e9-4b80-8734-ff2c07fe8afb, sled_serial: "f4554dc1-00e9-4b80-8734-ff2c07fe8afb", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 406
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = d4887004-4e3e-410e-ac97-67893614a3fe
|
| 4032 | 2025-12-24T02:12:03.439Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = d4887004-4e3e-410e-ac97-67893614a3fe
|
| 4033 | 2025-12-24T02:12:03.439Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::migrate::running_process::export_failure
state = Run
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = d4887004-4e3e-410e-ac97-67893614a3fe
|
| 4034 | 2025-12-24T02:12:03.440Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = d4887004-4e3e-410e-ac97-67893614a3fe
|
| 4035 | 2025-12-24T02:12:03.440Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
|
| 4036 | 2025-12-24T02:12:03.440Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
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 = d4887004-4e3e-410e-ac97-67893614a3fe
|
| 4037 | 2025-12-24T02:12:03.440Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::migrate::running_process::export_failure
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 4038 | 2025-12-24T02:12:03.440Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = d4887004-4e3e-410e-ac97-67893614a3fe
|
| 4039 | 2025-12-24T02:12:03.440Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = d4887004-4e3e-410e-ac97-67893614a3fe
|
| 4040 | 2025-12-24T02:12:07.771Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4330
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = d4887004-4e3e-410e-ac97-67893614a3fe
|
| 4041 | 2025-12-24T02:12:07.771Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::migrate::running_process::export_failure
step = WriteStr("root")
target = phd_framework::test_vm
|
| 4042 | 2025-12-24T02:12:07.772Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::migrate::running_process::export_failure
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4043 | 2025-12-24T02:12:07.772Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = d4887004-4e3e-410e-ac97-67893614a3fe
|
| 4044 | 2025-12-24T02:12:07.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 = 804
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 = d4887004-4e3e-410e-ac97-67893614a3fe
|
| 4045 | 2025-12-24T02:12:07.790Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = d4887004-4e3e-410e-ac97-67893614a3fe
|
| 4046 | 2025-12-24T02:12:07.790Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::migrate::running_process::export_failure
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 4047 | 2025-12-24T02:12:07.790Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::migrate::running_process::export_failure
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4048 | 2025-12-24T02:12:07.790Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = d4887004-4e3e-410e-ac97-67893614a3fe
|
| 4049 | 2025-12-24T02:12:07.790Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = d4887004-4e3e-410e-ac97-67893614a3fe
|
| 4050 | 2025-12-24T02:12:07.823Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = d4887004-4e3e-410e-ac97-67893614a3fe
|
| 4051 | 2025-12-24T02:12:07.823Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
|
| 4052 | 2025-12-24T02:12:07.823Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4382
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
|
| 4053 | 2025-12-24T02:12:07.823Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = d4887004-4e3e-410e-ac97-67893614a3fe
|
| 4054 | 2025-12-24T02:12:07.823Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = d4887004-4e3e-410e-ac97-67893614a3fe
|
| 4055 | 2025-12-24T02:12:07.954Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 130
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = d4887004-4e3e-410e-ac97-67893614a3fe
|
| 4056 | 2025-12-24T02:12:07.954Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = d4887004-4e3e-410e-ac97-67893614a3fe
|
| 4057 | 2025-12-24T02:12:07.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 = 804
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 = d4887004-4e3e-410e-ac97-67893614a3fe
|
| 4058 | 2025-12-24T02:12:07.965Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = d4887004-4e3e-410e-ac97-67893614a3fe
|
| 4059 | 2025-12-24T02:12:07.965Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = d4887004-4e3e-410e-ac97-67893614a3fe
|
| 4060 | 2025-12-24T02:12:07.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 = 804
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 = d4887004-4e3e-410e-ac97-67893614a3fe
|
| 4061 | 2025-12-24T02:12:07.975Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = d4887004-4e3e-410e-ac97-67893614a3fe
|
| 4062 | 2025-12-24T02:12:07.976Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = d4887004-4e3e-410e-ac97-67893614a3fe
|
| 4063 | 2025-12-24T02:12:07.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 = 804
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 = d4887004-4e3e-410e-ac97-67893614a3fe
|
| 4064 | 2025-12-24T02:12:08.009Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = d4887004-4e3e-410e-ac97-67893614a3fe
|
| 4065 | 2025-12-24T02:12:08.009Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = d4887004-4e3e-410e-ac97-67893614a3fe
|
| 4066 | 2025-12-24T02:12:08.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 = 804
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 = d4887004-4e3e-410e-ac97-67893614a3fe
|
| 4067 | 2025-12-24T02:12:08.020Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = d4887004-4e3e-410e-ac97-67893614a3fe
|
| 4068 | 2025-12-24T02:12:08.020Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = d4887004-4e3e-410e-ac97-67893614a3fe
|
| 4069 | 2025-12-24T02:12:08.020Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = d4887004-4e3e-410e-ac97-67893614a3fe
|
| 4070 | 2025-12-24T02:12:08.333Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 313
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = d4887004-4e3e-410e-ac97-67893614a3fe
|
| 4071 | 2025-12-24T02:12:08.333Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 501
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = d4887004-4e3e-410e-ac97-67893614a3fe
target = phd_framework::test_vm
target_id = 04aeea52-c92b-4a96-99a5-8db0bcdfb00c
|
| 4072 | 2025-12-24T02:12:08.333Z | 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 = 534
migration_id = bd428c92-a092-47c5-9689-943d0522751e
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = d4887004-4e3e-410e-ac97-67893614a3fe
target = phd_framework::test_vm
target_id = 04aeea52-c92b-4a96-99a5-8db0bcdfb00c
timeout_duration = 45s
|
| 4073 | 2025-12-24T02:12:08.333Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = d4887004-4e3e-410e-ac97-67893614a3fe
target = phd_framework::test_vm
target_id = 04aeea52-c92b-4a96-99a5-8db0bcdfb00c
vm = migrate_running_process::export_failure_target1
vm_id = 04aeea52-c92b-4a96-99a5-8db0bcdfb00c
|
| 4074 | 2025-12-24T02:12:08.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: 04aeea52-c92b-4a96-99a5-8db0bcdfb00c, name: "phd-vm-04aeea52-c92b-4a96-99a5-8db0bcdfb00c", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 351999f9-a30a-4c3e-be31-e1cc93907ad6, project_id: 52df8ec7-c7dd-4234-b6b1-2203278bc647, sled_id: 9ca8b401-9310-4c6b-911c-ab1148029cf4, sled_serial: "9ca8b401-9310-4c6b-911c-ab1148029cf4", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 406
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = d4887004-4e3e-410e-ac97-67893614a3fe
target = phd_framework::test_vm
target_id = 04aeea52-c92b-4a96-99a5-8db0bcdfb00c
vm = migrate_running_process::export_failure_target1
vm_id = 04aeea52-c92b-4a96-99a5-8db0bcdfb00c
|
| 4075 | 2025-12-24T02:12:08.364Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 555
migration_id = bd428c92-a092-47c5-9689-943d0522751e
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = d4887004-4e3e-410e-ac97-67893614a3fe
target = phd_framework::test_vm
target_id = 04aeea52-c92b-4a96-99a5-8db0bcdfb00c
|
| 4076 | 2025-12-24T02:12:12.059Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Instance reported error during migration
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = d4887004-4e3e-410e-ac97-67893614a3fe
target = phd_framework::test_vm
target_id = 04aeea52-c92b-4a96-99a5-8db0bcdfb00c
|
| 4077 | 2025-12-24T02:12:12.059Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3694
file = phd-tests/framework/src/test_vm/mod.rs
line = 555
migration_id = bd428c92-a092-47c5-9689-943d0522751e
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = d4887004-4e3e-410e-ac97-67893614a3fe
target = phd_framework::test_vm
target_id = 04aeea52-c92b-4a96-99a5-8db0bcdfb00c
|
| 4078 | 2025-12-24T02:12:12.059Z | INFO | phd-runner: [TEST - EVENT] first migration failed as expected
error = live migration
file = phd-tests/tests/src/migrate.rs
line = 235
path = phd_tests::migrate::running_process::export_failure
target = phd_tests::migrate::running_process
|
| 4079 | 2025-12-24T02:12:12.060Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 680
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = d4887004-4e3e-410e-ac97-67893614a3fe
|
| 4080 | 2025-12-24T02:12:12.060Z | 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 = 686
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = d4887004-4e3e-410e-ac97-67893614a3fe
|
| 4081 | 2025-12-24T02:12:12.060Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 477
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = d4887004-4e3e-410e-ac97-67893614a3fe
|
| 4082 | 2025-12-24T02:12:12.060Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 479
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = d4887004-4e3e-410e-ac97-67893614a3fe
|
| 4083 | 2025-12-24T02:12:12.061Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 477
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = d4887004-4e3e-410e-ac97-67893614a3fe
|
| 4084 | 2025-12-24T02:12:12.061Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 680
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = d4887004-4e3e-410e-ac97-67893614a3fe
|
| 4085 | 2025-12-24T02:12:12.061Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 501
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = d4887004-4e3e-410e-ac97-67893614a3fe
target = phd_framework::test_vm
target_id = c382f5a4-7493-43ac-9cb9-35167ed5b625
|
| 4086 | 2025-12-24T02:12:12.061Z | 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 = 534
migration_id = 978b21a7-8fb5-4938-9915-8a639a4b711a
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = d4887004-4e3e-410e-ac97-67893614a3fe
target = phd_framework::test_vm
target_id = c382f5a4-7493-43ac-9cb9-35167ed5b625
timeout_duration = 45s
|
| 4087 | 2025-12-24T02:12:12.061Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = d4887004-4e3e-410e-ac97-67893614a3fe
target = phd_framework::test_vm
target_id = c382f5a4-7493-43ac-9cb9-35167ed5b625
vm = migrate_running_process::export_failure_target2
vm_id = c382f5a4-7493-43ac-9cb9-35167ed5b625
|
| 4088 | 2025-12-24T02:12:12.092Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: c382f5a4-7493-43ac-9cb9-35167ed5b625, name: "phd-vm-c382f5a4-7493-43ac-9cb9-35167ed5b625", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 351999f9-a30a-4c3e-be31-e1cc93907ad6, project_id: 52df8ec7-c7dd-4234-b6b1-2203278bc647, sled_id: 4b4bf9c1-cefd-4366-bd12-75ba6fedf523, sled_serial: "4b4bf9c1-cefd-4366-bd12-75ba6fedf523", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 406
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = d4887004-4e3e-410e-ac97-67893614a3fe
target = phd_framework::test_vm
target_id = c382f5a4-7493-43ac-9cb9-35167ed5b625
vm = migrate_running_process::export_failure_target2
vm_id = c382f5a4-7493-43ac-9cb9-35167ed5b625
|
| 4089 | 2025-12-24T02:12:12.092Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 555
migration_id = 978b21a7-8fb5-4938-9915-8a639a4b711a
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = d4887004-4e3e-410e-ac97-67893614a3fe
target = phd_framework::test_vm
target_id = c382f5a4-7493-43ac-9cb9-35167ed5b625
|
| 4090 | 2025-12-24T02:12:14.393Z | 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":9417}}
target = phd_framework::serial
|
| 4091 | 2025-12-24T02:12:14.719Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 568
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = d4887004-4e3e-410e-ac97-67893614a3fe
target = phd_framework::test_vm
target_id = c382f5a4-7493-43ac-9cb9-35167ed5b625
|
| 4092 | 2025-12-24T02:12:14.719Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2627
file = phd-tests/framework/src/test_vm/mod.rs
line = 555
migration_id = 978b21a7-8fb5-4938-9915-8a639a4b711a
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = d4887004-4e3e-410e-ac97-67893614a3fe
target = phd_framework::test_vm
target_id = c382f5a4-7493-43ac-9cb9-35167ed5b625
|
| 4093 | 2025-12-24T02:12:14.719Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target2
vm_id = c382f5a4-7493-43ac-9cb9-35167ed5b625
|
| 4094 | 2025-12-24T02:12:14.720Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = c382f5a4-7493-43ac-9cb9-35167ed5b625
|
| 4095 | 2025-12-24T02:12:14.731Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target2
vm_id = c382f5a4-7493-43ac-9cb9-35167ed5b625
|
| 4096 | 2025-12-24T02:12:14.731Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target2
vm_id = c382f5a4-7493-43ac-9cb9-35167ed5b625
|
| 4097 | 2025-12-24T02:12:14.731Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
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 = c382f5a4-7493-43ac-9cb9-35167ed5b625
|
| 4098 | 2025-12-24T02:12:14.820Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 88
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target2
vm_id = c382f5a4-7493-43ac-9cb9-35167ed5b625
|
| 4099 | 2025-12-24T02:12:14.820Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target2
vm_id = c382f5a4-7493-43ac-9cb9-35167ed5b625
|
| 4100 | 2025-12-24T02:12:14.820Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target1
vm_id = 04aeea52-c92b-4a96-99a5-8db0bcdfb00c
|
| 4101 | 2025-12-24T02:12:14.820Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = d4887004-4e3e-410e-ac97-67893614a3fe
|
| 4102 | 2025-12-24T02:12:14.821Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 4103 | 2025-12-24T02:12:14.821Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 11382
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4104 | 2025-12-24T02:12:14.821Z | INFO | phd-runner: test phd_tests::migrate::running_process::export_failure ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
| 4105 | 2025-12-24T02:12:14.821Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4106 | 2025-12-24T02:12:14.822Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1077
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target1
vm_id = 04aeea52-c92b-4a96-99a5-8db0bcdfb00c
|
| 4107 | 2025-12-24T02:12:14.822Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1077
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target2
vm_id = c382f5a4-7493-43ac-9cb9-35167ed5b625
|
| 4108 | 2025-12-24T02:12:14.823Z | 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 = d4887004-4e3e-410e-ac97-67893614a3fe
|
| 4109 | 2025-12-24T02:12:14.823Z | 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 = 04aeea52-c92b-4a96-99a5-8db0bcdfb00c
|
| 4110 | 2025-12-24T02:12:14.899Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 77
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = d4887004-4e3e-410e-ac97-67893614a3fe
|
| 4111 | 2025-12-24T02:12:14.899Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 11492
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = d4887004-4e3e-410e-ac97-67893614a3fe
|
| 4112 | 2025-12-24T02:12:14.958Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 137
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target1
vm_id = 04aeea52-c92b-4a96-99a5-8db0bcdfb00c
|
| 4113 | 2025-12-24T02:12:14.958Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6624
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = d4887004-4e3e-410e-ac97-67893614a3fe
target = phd_framework::test_vm
target_id = 04aeea52-c92b-4a96-99a5-8db0bcdfb00c
vm = migrate_running_process::export_failure_target1
vm_id = 04aeea52-c92b-4a96-99a5-8db0bcdfb00c
|
| 4114 | 2025-12-24T02:12:14.958Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 6624
file = phd-tests/framework/src/test_vm/mod.rs
line = 501
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = d4887004-4e3e-410e-ac97-67893614a3fe
target = phd_framework::test_vm
target_id = 04aeea52-c92b-4a96-99a5-8db0bcdfb00c
|
| 4115 | 2025-12-24T02:12:15.476Z | 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 = c382f5a4-7493-43ac-9cb9-35167ed5b625
|
| 4116 | 2025-12-24T02:12:15.549Z | 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 = c382f5a4-7493-43ac-9cb9-35167ed5b625
|
| 4117 | 2025-12-24T02:12:15.549Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-c5471ca0-a0d9-4ee4-8fd4-d87828590d1b"]
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 = c382f5a4-7493-43ac-9cb9-35167ed5b625
|
| 4118 | 2025-12-24T02:12:15.574Z | 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 = c382f5a4-7493-43ac-9cb9-35167ed5b625
|
| 4119 | 2025-12-24T02:12:15.574Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-27e17783-d020-4de8-9d5f-f17744833358"]
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 = c382f5a4-7493-43ac-9cb9-35167ed5b625
|
| 4120 | 2025-12-24T02:12:15.589Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 768
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target2
vm_id = c382f5a4-7493-43ac-9cb9-35167ed5b625
|
| 4121 | 2025-12-24T02:12:15.589Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 768
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4122 | 2025-12-24T02:12:15.589Z | INFO | phd-runner: Starting test phd_tests::crucible::migrate::smoke_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 4123 | 2025-12-24T02:12:15.589Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4124 | 2025-12-24T02:12:15.589Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 3527
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = d4887004-4e3e-410e-ac97-67893614a3fe
target = phd_framework::test_vm
target_id = c382f5a4-7493-43ac-9cb9-35167ed5b625
vm = migrate_running_process::export_failure_target2
vm_id = c382f5a4-7493-43ac-9cb9-35167ed5b625
|
| 4125 | 2025-12-24T02:12:15.589Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4126 | 2025-12-24T02:12:15.589Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 3528
file = phd-tests/framework/src/test_vm/mod.rs
line = 501
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = d4887004-4e3e-410e-ac97-67893614a3fe
target = phd_framework::test_vm
target_id = c382f5a4-7493-43ac-9cb9-35167ed5b625
|
| 4127 | 2025-12-24T02:12:15.589Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 12280
file = phd-tests/tests/src/migrate.rs
line = 201
path = phd_tests::migrate::running_process::export_failure
target = phd_tests::migrate::running_process
|
| 4128 | 2025-12-24T02:12:15.589Z | 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
|
| 4129 | 2025-12-24T02:12:15.589Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 4130 | 2025-12-24T02:12:15.589Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4131 | 2025-12-24T02:12:15.589Z | 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
|
| 4132 | 2025-12-24T02:12:15.589Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4133 | 2025-12-24T02:12:15.590Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/623b654b-91c9-4c43-9895-b6fbd0a16186_9000", "--encrypted", "--uuid", "623b654b-91c9-4c43-9895-b6fbd0a16186", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::disk::crucible
|
| 4134 | 2025-12-24T02:12:15.680Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 305
path = phd_tests::crucible::migrate::smoke_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/623b654b-91c9-4c43-9895-b6fbd0a16186_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:12:15.598825156Z","hostname":"buskin","pid":1279}\n{"msg":"UUID: 623b654b-91c9-4c43-9895-b6fbd0a16186","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:12:15.6771988Z","hostname":"buskin","pid":1279}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:12:15.67720949Z","hostname":"buskin","pid":1279}\n
target = phd_framework::disk::crucible
|
| 4135 | 2025-12-24T02:12:15.680Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/623b654b-91c9-4c43-9895-b6fbd0a16186_9001", "--encrypted", "--uuid", "623b654b-91c9-4c43-9895-b6fbd0a16186", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::disk::crucible
|
| 4136 | 2025-12-24T02:12:15.770Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 305
path = phd_tests::crucible::migrate::smoke_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/623b654b-91c9-4c43-9895-b6fbd0a16186_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:12:15.689147267Z","hostname":"buskin","pid":1280}\n{"msg":"UUID: 623b654b-91c9-4c43-9895-b6fbd0a16186","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:12:15.767759368Z","hostname":"buskin","pid":1280}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:12:15.767776849Z","hostname":"buskin","pid":1280}\n
target = phd_framework::disk::crucible
|
| 4137 | 2025-12-24T02:12:15.770Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/623b654b-91c9-4c43-9895-b6fbd0a16186_9002", "--encrypted", "--uuid", "623b654b-91c9-4c43-9895-b6fbd0a16186", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::disk::crucible
|
| 4138 | 2025-12-24T02:12:15.862Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 305
path = phd_tests::crucible::migrate::smoke_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/623b654b-91c9-4c43-9895-b6fbd0a16186_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:12:15.779850349Z","hostname":"buskin","pid":1281}\n{"msg":"UUID: 623b654b-91c9-4c43-9895-b6fbd0a16186","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:12:15.859440909Z","hostname":"buskin","pid":1281}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:12:15.859458929Z","hostname":"buskin","pid":1281}\n
target = phd_framework::disk::crucible
|
| 4139 | 2025-12-24T02:12:15.862Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::crucible::migrate::smoke_test
stderr_path = "/tmp/propolis-phd/crucible_623b654b-91c9-4c43-9895-b6fbd0a16186_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_623b654b-91c9-4c43-9895-b6fbd0a16186_9000.stdout.log"
target = phd_framework::log_config
|
| 4140 | 2025-12-24T02:12:15.862Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/623b654b-91c9-4c43-9895-b6fbd0a16186_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::disk::crucible
|
| 4141 | 2025-12-24T02:12:15.862Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/623b654b-91c9-4c43-9895-b6fbd0a16186_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::disk::crucible
|
| 4142 | 2025-12-24T02:12:15.863Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::crucible::migrate::smoke_test
stderr_path = "/tmp/propolis-phd/crucible_623b654b-91c9-4c43-9895-b6fbd0a16186_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_623b654b-91c9-4c43-9895-b6fbd0a16186_9001.stdout.log"
target = phd_framework::log_config
|
| 4143 | 2025-12-24T02:12:15.863Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/623b654b-91c9-4c43-9895-b6fbd0a16186_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::disk::crucible
|
| 4144 | 2025-12-24T02:12:15.863Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/623b654b-91c9-4c43-9895-b6fbd0a16186_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::disk::crucible
|
| 4145 | 2025-12-24T02:12:15.864Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::crucible::migrate::smoke_test
stderr_path = "/tmp/propolis-phd/crucible_623b654b-91c9-4c43-9895-b6fbd0a16186_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_623b654b-91c9-4c43-9895-b6fbd0a16186_9002.stdout.log"
target = phd_framework::log_config
|
| 4146 | 2025-12-24T02:12:15.864Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/623b654b-91c9-4c43-9895-b6fbd0a16186_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::disk::crucible
|
| 4147 | 2025-12-24T02:12:15.864Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/623b654b-91c9-4c43-9895-b6fbd0a16186_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::disk::crucible
|
| 4148 | 2025-12-24T02:12:15.864Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
|
| 4149 | 2025-12-24T02:12:15.864Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm_name = crucible_migrate_smoke_source
|
| 4150 | 2025-12-24T02:12:15.865Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 4151 | 2025-12-24T02:12:15.865Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 4152 | 2025-12-24T02:12:15.865Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::crucible::migrate::smoke_test
stderr_path = "/tmp/propolis-phd/crucible_migrate_smoke_source.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_migrate_smoke_source.stdout.log"
target = phd_framework::log_config
|
| 4153 | 2025-12-24T02:12:15.886Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1285
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm::server
|
| 4154 | 2025-12-24T02:12:15.887Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
|
| 4155 | 2025-12-24T02:12:15.887Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = e5e09b18-7007-461b-9c60-a024f03c125f
|
| 4156 | 2025-12-24T02:12:15.887Z | 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 = 347
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = e5e09b18-7007-461b-9c60-a024f03c125f
|
| 4157 | 2025-12-24T02:12:16.621Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4158 | 2025-12-24T02:12:16.622Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: e5e09b18-7007-461b-9c60-a024f03c125f, name: "phd-vm-e5e09b18-7007-461b-9c60-a024f03c125f", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: b51983a3-9940-461a-b269-856fec1c04cd, project_id: 6ed9adc5-5415-4014-9a38-b200a4812eb3, sled_id: 5d8fb23f-0705-41f6-aff7-457a40e2a245, sled_serial: "5d8fb23f-0705-41f6-aff7-457a40e2a245", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 406
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = e5e09b18-7007-461b-9c60-a024f03c125f
|
| 4159 | 2025-12-24T02:12:16.623Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = e5e09b18-7007-461b-9c60-a024f03c125f
|
| 4160 | 2025-12-24T02:12:16.623Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::crucible::migrate::smoke_test
state = Run
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = e5e09b18-7007-461b-9c60-a024f03c125f
|
| 4161 | 2025-12-24T02:12:16.623Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = e5e09b18-7007-461b-9c60-a024f03c125f
|
| 4162 | 2025-12-24T02:12:16.623Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
|
| 4163 | 2025-12-24T02:12:16.623Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = crucible_migrate_smoke_source
vm_id = e5e09b18-7007-461b-9c60-a024f03c125f
|
| 4164 | 2025-12-24T02:12:16.624Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::crucible::migrate::smoke_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 4165 | 2025-12-24T02:12:16.624Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = e5e09b18-7007-461b-9c60-a024f03c125f
|
| 4166 | 2025-12-24T02:12:16.624Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_migrate_smoke_source
vm_id = e5e09b18-7007-461b-9c60-a024f03c125f
|
| 4167 | 2025-12-24T02:12:21.400Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4776
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = e5e09b18-7007-461b-9c60-a024f03c125f
|
| 4168 | 2025-12-24T02:12:21.400Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::crucible::migrate::smoke_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 4169 | 2025-12-24T02:12:21.401Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::crucible::migrate::smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4170 | 2025-12-24T02:12:21.401Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = e5e09b18-7007-461b-9c60-a024f03c125f
|
| 4171 | 2025-12-24T02:12:21.401Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_migrate_smoke_source
vm_id = e5e09b18-7007-461b-9c60-a024f03c125f
|
| 4172 | 2025-12-24T02:12:21.418Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 16
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = e5e09b18-7007-461b-9c60-a024f03c125f
|
| 4173 | 2025-12-24T02:12:21.418Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::crucible::migrate::smoke_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 4174 | 2025-12-24T02:12:21.418Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::crucible::migrate::smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4175 | 2025-12-24T02:12:21.418Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = e5e09b18-7007-461b-9c60-a024f03c125f
|
| 4176 | 2025-12-24T02:12:21.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 = 804
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_migrate_smoke_source
vm_id = e5e09b18-7007-461b-9c60-a024f03c125f
|
| 4177 | 2025-12-24T02:12:21.451Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = e5e09b18-7007-461b-9c60-a024f03c125f
|
| 4178 | 2025-12-24T02:12:21.451Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
|
| 4179 | 2025-12-24T02:12:21.451Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4827
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
|
| 4180 | 2025-12-24T02:12:21.452Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = e5e09b18-7007-461b-9c60-a024f03c125f
|
| 4181 | 2025-12-24T02:12:21.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 = 804
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_migrate_smoke_source
vm_id = e5e09b18-7007-461b-9c60-a024f03c125f
|
| 4182 | 2025-12-24T02:12:21.462Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = e5e09b18-7007-461b-9c60-a024f03c125f
|
| 4183 | 2025-12-24T02:12:21.462Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = e5e09b18-7007-461b-9c60-a024f03c125f
|
| 4184 | 2025-12-24T02:12:21.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 = 804
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_migrate_smoke_source
vm_id = e5e09b18-7007-461b-9c60-a024f03c125f
|
| 4185 | 2025-12-24T02:12:21.495Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = e5e09b18-7007-461b-9c60-a024f03c125f
|
| 4186 | 2025-12-24T02:12:21.495Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = e5e09b18-7007-461b-9c60-a024f03c125f
|
| 4187 | 2025-12-24T02:12:21.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 = 804
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_migrate_smoke_source
vm_id = e5e09b18-7007-461b-9c60-a024f03c125f
|
| 4188 | 2025-12-24T02:12:21.506Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = e5e09b18-7007-461b-9c60-a024f03c125f
|
| 4189 | 2025-12-24T02:12:21.506Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = e5e09b18-7007-461b-9c60-a024f03c125f
|
| 4190 | 2025-12-24T02:12:21.506Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_migrate_smoke_source
vm_id = e5e09b18-7007-461b-9c60-a024f03c125f
|
| 4191 | 2025-12-24T02:12:21.539Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = e5e09b18-7007-461b-9c60-a024f03c125f
|
| 4192 | 2025-12-24T02:12:21.540Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = e5e09b18-7007-461b-9c60-a024f03c125f
|
| 4193 | 2025-12-24T02:12:21.540Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_migrate_smoke_source
vm_id = e5e09b18-7007-461b-9c60-a024f03c125f
|
| 4194 | 2025-12-24T02:12:21.550Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = e5e09b18-7007-461b-9c60-a024f03c125f
|
| 4195 | 2025-12-24T02:12:21.550Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = e5e09b18-7007-461b-9c60-a024f03c125f
|
| 4196 | 2025-12-24T02:12:21.550Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_migrate_smoke_source
vm_id = e5e09b18-7007-461b-9c60-a024f03c125f
|
| 4197 | 2025-12-24T02:12:21.583Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = e5e09b18-7007-461b-9c60-a024f03c125f
|
| 4198 | 2025-12-24T02:12:21.583Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
|
| 4199 | 2025-12-24T02:12:21.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 = 217
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm_name = crucible_migrate_smoke_target
|
| 4200 | 2025-12-24T02:12:21.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
|
| 4201 | 2025-12-24T02:12:21.583Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 4202 | 2025-12-24T02:12:21.583Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::crucible::migrate::smoke_test
stderr_path = "/tmp/propolis-phd/crucible_migrate_smoke_target.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_migrate_smoke_target.stdout.log"
target = phd_framework::log_config
|
| 4203 | 2025-12-24T02:12:21.604Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1286
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm::server
|
| 4204 | 2025-12-24T02:12:21.604Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
|
| 4205 | 2025-12-24T02:12:21.604Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 501
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = e5e09b18-7007-461b-9c60-a024f03c125f
target = phd_framework::test_vm
target_id = 420e0cb4-32ff-45eb-8eae-3ab65253ad18
|
| 4206 | 2025-12-24T02:12:21.604Z | 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 = 534
migration_id = 00127298-f8cf-47ea-a5c7-5662025ca4f3
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = e5e09b18-7007-461b-9c60-a024f03c125f
target = phd_framework::test_vm
target_id = 420e0cb4-32ff-45eb-8eae-3ab65253ad18
timeout_duration = 45s
|
| 4207 | 2025-12-24T02:12:21.604Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = e5e09b18-7007-461b-9c60-a024f03c125f
target = phd_framework::test_vm
target_id = 420e0cb4-32ff-45eb-8eae-3ab65253ad18
vm = crucible_migrate_smoke_target
vm_id = 420e0cb4-32ff-45eb-8eae-3ab65253ad18
|
| 4208 | 2025-12-24T02:12:21.605Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9005/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 347
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = e5e09b18-7007-461b-9c60-a024f03c125f
target = phd_framework::test_vm
target_id = 420e0cb4-32ff-45eb-8eae-3ab65253ad18
vm = crucible_migrate_smoke_target
vm_id = 420e0cb4-32ff-45eb-8eae-3ab65253ad18
|
| 4209 | 2025-12-24T02:12:22.142Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 420e0cb4-32ff-45eb-8eae-3ab65253ad18, name: "phd-vm-420e0cb4-32ff-45eb-8eae-3ab65253ad18", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: b51983a3-9940-461a-b269-856fec1c04cd, project_id: 6ed9adc5-5415-4014-9a38-b200a4812eb3, sled_id: ce953537-d94b-4a18-827a-017726c27952, sled_serial: "ce953537-d94b-4a18-827a-017726c27952", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 406
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = e5e09b18-7007-461b-9c60-a024f03c125f
target = phd_framework::test_vm
target_id = 420e0cb4-32ff-45eb-8eae-3ab65253ad18
vm = crucible_migrate_smoke_target
vm_id = 420e0cb4-32ff-45eb-8eae-3ab65253ad18
|
| 4210 | 2025-12-24T02:12:22.143Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 555
migration_id = 00127298-f8cf-47ea-a5c7-5662025ca4f3
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = e5e09b18-7007-461b-9c60-a024f03c125f
target = phd_framework::test_vm
target_id = 420e0cb4-32ff-45eb-8eae-3ab65253ad18
|
| 4211 | 2025-12-24T02:12:24.244Z | 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":7760}}
target = phd_framework::serial
|
| 4212 | 2025-12-24T02:12:24.464Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 568
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = e5e09b18-7007-461b-9c60-a024f03c125f
target = phd_framework::test_vm
target_id = 420e0cb4-32ff-45eb-8eae-3ab65253ad18
|
| 4213 | 2025-12-24T02:12:24.464Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2321
file = phd-tests/framework/src/test_vm/mod.rs
line = 555
migration_id = 00127298-f8cf-47ea-a5c7-5662025ca4f3
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = e5e09b18-7007-461b-9c60-a024f03c125f
target = phd_framework::test_vm
target_id = 420e0cb4-32ff-45eb-8eae-3ab65253ad18
|
| 4214 | 2025-12-24T02:12:24.464Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_target
vm_id = 420e0cb4-32ff-45eb-8eae-3ab65253ad18
|
| 4215 | 2025-12-24T02:12:24.464Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_migrate_smoke_target
vm_id = 420e0cb4-32ff-45eb-8eae-3ab65253ad18
|
| 4216 | 2025-12-24T02:12:24.475Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_target
vm_id = 420e0cb4-32ff-45eb-8eae-3ab65253ad18
|
| 4217 | 2025-12-24T02:12:24.476Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_target
vm_id = 420e0cb4-32ff-45eb-8eae-3ab65253ad18
|
| 4218 | 2025-12-24T02:12:24.476Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_migrate_smoke_target
vm_id = 420e0cb4-32ff-45eb-8eae-3ab65253ad18
|
| 4219 | 2025-12-24T02:12:24.508Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_target
vm_id = 420e0cb4-32ff-45eb-8eae-3ab65253ad18
|
| 4220 | 2025-12-24T02:12:24.509Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_target
vm_id = 420e0cb4-32ff-45eb-8eae-3ab65253ad18
|
| 4221 | 2025-12-24T02:12:24.509Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = e5e09b18-7007-461b-9c60-a024f03c125f
|
| 4222 | 2025-12-24T02:12:24.509Z | 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
|
| 4223 | 2025-12-24T02:12:24.509Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 7887
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4224 | 2025-12-24T02:12:24.509Z | INFO | phd-runner: test phd_tests::crucible::migrate::smoke_test ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
| 4225 | 2025-12-24T02:12:24.509Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4226 | 2025-12-24T02:12:24.510Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1077
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_target
vm_id = 420e0cb4-32ff-45eb-8eae-3ab65253ad18
|
| 4227 | 2025-12-24T02:12:24.511Z | 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 = e5e09b18-7007-461b-9c60-a024f03c125f
|
| 4228 | 2025-12-24T02:12:24.597Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 87
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = e5e09b18-7007-461b-9c60-a024f03c125f
|
| 4229 | 2025-12-24T02:12:24.597Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 8709
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = e5e09b18-7007-461b-9c60-a024f03c125f
|
| 4230 | 2025-12-24T02:12:24.598Z | 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 = 420e0cb4-32ff-45eb-8eae-3ab65253ad18
|
| 4231 | 2025-12-24T02:12:24.669Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
path = phd_tests::crucible::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/623b654b-91c9-4c43-9895-b6fbd0a16186_9000" } }
target = phd_framework::disk::crucible
vm = crucible_migrate_smoke_target
vm_id = 420e0cb4-32ff-45eb-8eae-3ab65253ad18
|
| 4232 | 2025-12-24T02:12:24.676Z | 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/623b654b-91c9-4c43-9895-b6fbd0a16186_9000"
target = phd_framework::disk::crucible
vm = crucible_migrate_smoke_target
vm_id = 420e0cb4-32ff-45eb-8eae-3ab65253ad18
|
| 4233 | 2025-12-24T02:12:24.687Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
path = phd_tests::crucible::migrate::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/623b654b-91c9-4c43-9895-b6fbd0a16186_9001" } }
target = phd_framework::disk::crucible
vm = crucible_migrate_smoke_target
vm_id = 420e0cb4-32ff-45eb-8eae-3ab65253ad18
|
| 4234 | 2025-12-24T02:12:24.691Z | 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/623b654b-91c9-4c43-9895-b6fbd0a16186_9001"
target = phd_framework::disk::crucible
vm = crucible_migrate_smoke_target
vm_id = 420e0cb4-32ff-45eb-8eae-3ab65253ad18
|
| 4235 | 2025-12-24T02:12:24.702Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
path = phd_tests::crucible::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/623b654b-91c9-4c43-9895-b6fbd0a16186_9002" } }
target = phd_framework::disk::crucible
vm = crucible_migrate_smoke_target
vm_id = 420e0cb4-32ff-45eb-8eae-3ab65253ad18
|
| 4236 | 2025-12-24T02:12:24.708Z | 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/623b654b-91c9-4c43-9895-b6fbd0a16186_9002"
target = phd_framework::disk::crucible
vm = crucible_migrate_smoke_target
vm_id = 420e0cb4-32ff-45eb-8eae-3ab65253ad18
|
| 4237 | 2025-12-24T02:12:24.718Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 209
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_target
vm_id = 420e0cb4-32ff-45eb-8eae-3ab65253ad18
|
| 4238 | 2025-12-24T02:12:24.719Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 3114
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = e5e09b18-7007-461b-9c60-a024f03c125f
target = phd_framework::test_vm
target_id = 420e0cb4-32ff-45eb-8eae-3ab65253ad18
vm = crucible_migrate_smoke_target
vm_id = 420e0cb4-32ff-45eb-8eae-3ab65253ad18
|
| 4239 | 2025-12-24T02:12:24.719Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 209
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4240 | 2025-12-24T02:12:24.719Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 3114
file = phd-tests/framework/src/test_vm/mod.rs
line = 501
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = e5e09b18-7007-461b-9c60-a024f03c125f
target = phd_framework::test_vm
target_id = 420e0cb4-32ff-45eb-8eae-3ab65253ad18
|
| 4241 | 2025-12-24T02:12:24.719Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 9129
file = phd-tests/tests/src/crucible/migrate.rs
line = 10
path = phd_tests::crucible::migrate::smoke_test
target = phd_tests::crucible::migrate
|
| 4242 | 2025-12-24T02:12:24.719Z | INFO | phd-runner: Starting test phd_tests::crucible::migrate::load_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 4243 | 2025-12-24T02:12:24.719Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4244 | 2025-12-24T02:12:24.719Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 4245 | 2025-12-24T02:12:24.719Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/crucible/migrate.rs
line = 39
path = phd_tests::crucible::migrate::load_test
target = phd_tests::crucible::migrate
|
| 4246 | 2025-12-24T02:12:24.719Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 4247 | 2025-12-24T02:12:24.719Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4248 | 2025-12-24T02:12:24.719Z | 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
|
| 4249 | 2025-12-24T02:12:24.719Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 4250 | 2025-12-24T02:12:24.719Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/0d5b6338-5276-4460-b865-be53e19f2de3_9000", "--encrypted", "--uuid", "0d5b6338-5276-4460-b865-be53e19f2de3", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::crucible::migrate::load_test
target = phd_framework::disk::crucible
|
| 4251 | 2025-12-24T02:12:24.811Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 305
path = phd_tests::crucible::migrate::load_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/0d5b6338-5276-4460-b865-be53e19f2de3_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:12:24.728910082Z","hostname":"buskin","pid":1289}\n{"msg":"UUID: 0d5b6338-5276-4460-b865-be53e19f2de3","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:12:24.807794091Z","hostname":"buskin","pid":1289}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:12:24.807809031Z","hostname":"buskin","pid":1289}\n
target = phd_framework::disk::crucible
|
| 4252 | 2025-12-24T02:12:24.811Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/0d5b6338-5276-4460-b865-be53e19f2de3_9001", "--encrypted", "--uuid", "0d5b6338-5276-4460-b865-be53e19f2de3", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::crucible::migrate::load_test
target = phd_framework::disk::crucible
|
| 4253 | 2025-12-24T02:12:24.902Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 305
path = phd_tests::crucible::migrate::load_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/0d5b6338-5276-4460-b865-be53e19f2de3_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:12:24.819970374Z","hostname":"buskin","pid":1290}\n{"msg":"UUID: 0d5b6338-5276-4460-b865-be53e19f2de3","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:12:24.898444171Z","hostname":"buskin","pid":1290}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:12:24.898451991Z","hostname":"buskin","pid":1290}\n
target = phd_framework::disk::crucible
|
| 4254 | 2025-12-24T02:12:24.902Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/0d5b6338-5276-4460-b865-be53e19f2de3_9002", "--encrypted", "--uuid", "0d5b6338-5276-4460-b865-be53e19f2de3", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::crucible::migrate::load_test
target = phd_framework::disk::crucible
|
| 4255 | 2025-12-24T02:12:24.993Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 305
path = phd_tests::crucible::migrate::load_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/0d5b6338-5276-4460-b865-be53e19f2de3_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:12:24.911385787Z","hostname":"buskin","pid":1291}\n{"msg":"UUID: 0d5b6338-5276-4460-b865-be53e19f2de3","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:12:24.989906045Z","hostname":"buskin","pid":1291}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2025-12-24T02:12:24.989918105Z","hostname":"buskin","pid":1291}\n
target = phd_framework::disk::crucible
|
| 4256 | 2025-12-24T02:12:24.993Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::crucible::migrate::load_test
stderr_path = "/tmp/propolis-phd/crucible_0d5b6338-5276-4460-b865-be53e19f2de3_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_0d5b6338-5276-4460-b865-be53e19f2de3_9000.stdout.log"
target = phd_framework::log_config
|
| 4257 | 2025-12-24T02:12:24.993Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/0d5b6338-5276-4460-b865-be53e19f2de3_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::migrate::load_test
target = phd_framework::disk::crucible
|
| 4258 | 2025-12-24T02:12:24.993Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/0d5b6338-5276-4460-b865-be53e19f2de3_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::crucible::migrate::load_test
target = phd_framework::disk::crucible
|
| 4259 | 2025-12-24T02:12:24.994Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::crucible::migrate::load_test
stderr_path = "/tmp/propolis-phd/crucible_0d5b6338-5276-4460-b865-be53e19f2de3_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_0d5b6338-5276-4460-b865-be53e19f2de3_9001.stdout.log"
target = phd_framework::log_config
|
| 4260 | 2025-12-24T02:12:24.994Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/0d5b6338-5276-4460-b865-be53e19f2de3_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::migrate::load_test
target = phd_framework::disk::crucible
|
| 4261 | 2025-12-24T02:12:24.994Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/0d5b6338-5276-4460-b865-be53e19f2de3_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::crucible::migrate::load_test
target = phd_framework::disk::crucible
|
| 4262 | 2025-12-24T02:12:24.994Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::crucible::migrate::load_test
stderr_path = "/tmp/propolis-phd/crucible_0d5b6338-5276-4460-b865-be53e19f2de3_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_0d5b6338-5276-4460-b865-be53e19f2de3_9002.stdout.log"
target = phd_framework::log_config
|
| 4263 | 2025-12-24T02:12:24.994Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/0d5b6338-5276-4460-b865-be53e19f2de3_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::migrate::load_test
target = phd_framework::disk::crucible
|
| 4264 | 2025-12-24T02:12:24.994Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/0d5b6338-5276-4460-b865-be53e19f2de3_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 436
path = phd_tests::crucible::migrate::load_test
target = phd_framework::disk::crucible
|
| 4265 | 2025-12-24T02:12:24.995Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
|
| 4266 | 2025-12-24T02:12:24.995Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm_name = crucible_load_test_source
|
| 4267 | 2025-12-24T02:12:24.995Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 4268 | 2025-12-24T02:12:24.995Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 4269 | 2025-12-24T02:12:24.995Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::crucible::migrate::load_test
stderr_path = "/tmp/propolis-phd/crucible_load_test_source.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_load_test_source.stdout.log"
target = phd_framework::log_config
|
| 4270 | 2025-12-24T02:12:25.016Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1295
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm::server
|
| 4271 | 2025-12-24T02:12:25.017Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
|
| 4272 | 2025-12-24T02:12:25.017Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
|
| 4273 | 2025-12-24T02:12:25.018Z | 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 = 347
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
|
| 4274 | 2025-12-24T02:12:25.601Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4275 | 2025-12-24T02:12:25.602Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: d6b17a9b-2ee1-4b9d-95fb-56c334da7eba, name: "phd-vm-d6b17a9b-2ee1-4b9d-95fb-56c334da7eba", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 515d4e1f-f725-43dd-827c-019015706a0c, project_id: 2f1a1b32-e243-46b7-b569-9dbb2f4c7f55, sled_id: 7626f13a-f61d-4024-8b91-43110a261ed7, sled_serial: "7626f13a-f61d-4024-8b91-43110a261ed7", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 406
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
|
| 4276 | 2025-12-24T02:12:25.602Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
|
| 4277 | 2025-12-24T02:12:25.602Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::crucible::migrate::load_test
state = Run
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
|
| 4278 | 2025-12-24T02:12:25.603Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 467
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
|
| 4279 | 2025-12-24T02:12:25.603Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
|
| 4280 | 2025-12-24T02:12:25.603Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 731
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = crucible_load_test_source
vm_id = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
|
| 4281 | 2025-12-24T02:12:25.603Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::crucible::migrate::load_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 4282 | 2025-12-24T02:12:25.603Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
|
| 4283 | 2025-12-24T02:12:25.603Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_load_test_source
vm_id = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
|
| 4284 | 2025-12-24T02:12:30.429Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4825
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
|
| 4285 | 2025-12-24T02:12:30.429Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::crucible::migrate::load_test
step = WriteStr("root")
target = phd_framework::test_vm
|
| 4286 | 2025-12-24T02:12:30.429Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::crucible::migrate::load_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4287 | 2025-12-24T02:12:30.429Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
|
| 4288 | 2025-12-24T02:12:30.429Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_load_test_source
vm_id = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
|
| 4289 | 2025-12-24T02:12:30.448Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
|
| 4290 | 2025-12-24T02:12:30.448Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::crucible::migrate::load_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 4291 | 2025-12-24T02:12:30.448Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 739
path = phd_tests::crucible::migrate::load_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 4292 | 2025-12-24T02:12:30.449Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
|
| 4293 | 2025-12-24T02:12:30.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 = 804
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_load_test_source
vm_id = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
|
| 4294 | 2025-12-24T02:12:30.481Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
|
| 4295 | 2025-12-24T02:12:30.481Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
|
| 4296 | 2025-12-24T02:12:30.481Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4878
file = phd-tests/framework/src/test_vm/mod.rs
line = 782
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
|
| 4297 | 2025-12-24T02:12:30.482Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
|
| 4298 | 2025-12-24T02:12:30.482Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 217
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm_name = crucible_load_test_target
|
| 4299 | 2025-12-24T02:12:30.482Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 4300 | 2025-12-24T02:12:30.482Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/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
|
| 4301 | 2025-12-24T02:12:30.482Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::crucible::migrate::load_test
stderr_path = "/tmp/propolis-phd/crucible_load_test_target.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_load_test_target.stdout.log"
target = phd_framework::log_config
|
| 4302 | 2025-12-24T02:12:30.504Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1296
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm::server
|
| 4303 | 2025-12-24T02:12:30.504Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 199
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
|
| 4304 | 2025-12-24T02:12:30.504Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
|
| 4305 | 2025-12-24T02:12:30.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 = 804
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_source
vm_id = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
|
| 4306 | 2025-12-24T02:12:30.516Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
|
| 4307 | 2025-12-24T02:12:30.516Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
|
| 4308 | 2025-12-24T02:12:30.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 = 804
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_source
vm_id = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
|
| 4309 | 2025-12-24T02:12:30.804Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 288
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
|
| 4310 | 2025-12-24T02:12:30.804Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
|
| 4311 | 2025-12-24T02:12:30.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 = 804
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_source
vm_id = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
|
| 4312 | 2025-12-24T02:12:30.815Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
|
| 4313 | 2025-12-24T02:12:30.815Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
|
| 4314 | 2025-12-24T02:12:30.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 = 804
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_source
vm_id = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
|
| 4315 | 2025-12-24T02:12:31.081Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 265
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
|
| 4316 | 2025-12-24T02:12:31.081Z | INFO | phd-runner: [TEST - EVENT] Generated SHA256 checksum: 19a0bd5d452d673a8d543ae72d1ccfe445a66f993a58b21b59d7ceea2b3df0b7
file = phd-tests/tests/src/crucible/migrate.rs
line = 71
path = phd_tests::crucible::migrate::load_test
target = phd_tests::crucible::migrate
|
| 4317 | 2025-12-24T02:12:31.081Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
|
| 4318 | 2025-12-24T02:12:31.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 = 804
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_source
vm_id = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
|
| 4319 | 2025-12-24T02:12:31.093Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
|
| 4320 | 2025-12-24T02:12:31.093Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
|
| 4321 | 2025-12-24T02:12:31.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 = 804
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_source
vm_id = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
|
| 4322 | 2025-12-24T02:12:31.116Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
|
| 4323 | 2025-12-24T02:12:31.116Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 501
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
target = phd_framework::test_vm
target_id = 8730ee05-b9ed-422c-b7d6-0783e2f4c30d
|
| 4324 | 2025-12-24T02:12:31.116Z | 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 = 534
migration_id = c0b6a50b-7834-41ed-909a-2bbb964b3d10
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
target = phd_framework::test_vm
target_id = 8730ee05-b9ed-422c-b7d6-0783e2f4c30d
timeout_duration = 45s
|
| 4325 | 2025-12-24T02:12:31.116Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
target = phd_framework::test_vm
target_id = 8730ee05-b9ed-422c-b7d6-0783e2f4c30d
vm = crucible_load_test_target
vm_id = 8730ee05-b9ed-422c-b7d6-0783e2f4c30d
|
| 4326 | 2025-12-24T02:12:31.148Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 8730ee05-b9ed-422c-b7d6-0783e2f4c30d, name: "phd-vm-8730ee05-b9ed-422c-b7d6-0783e2f4c30d", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 515d4e1f-f725-43dd-827c-019015706a0c, project_id: 2f1a1b32-e243-46b7-b569-9dbb2f4c7f55, sled_id: 2e102851-0318-428b-813b-514f8a66c990, sled_serial: "2e102851-0318-428b-813b-514f8a66c990", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 406
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
target = phd_framework::test_vm
target_id = 8730ee05-b9ed-422c-b7d6-0783e2f4c30d
vm = crucible_load_test_target
vm_id = 8730ee05-b9ed-422c-b7d6-0783e2f4c30d
|
| 4327 | 2025-12-24T02:12:31.148Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 555
migration_id = c0b6a50b-7834-41ed-909a-2bbb964b3d10
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
target = phd_framework::test_vm
target_id = 8730ee05-b9ed-422c-b7d6-0783e2f4c30d
|
| 4328 | 2025-12-24T02:12:34.775Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9005","from_start":7962}}
target = phd_framework::serial
|
| 4329 | 2025-12-24T02:12:35.071Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 568
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
target = phd_framework::test_vm
target_id = 8730ee05-b9ed-422c-b7d6-0783e2f4c30d
|
| 4330 | 2025-12-24T02:12:35.071Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3922
file = phd-tests/framework/src/test_vm/mod.rs
line = 555
migration_id = c0b6a50b-7834-41ed-909a-2bbb964b3d10
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
target = phd_framework::test_vm
target_id = 8730ee05-b9ed-422c-b7d6-0783e2f4c30d
|
| 4331 | 2025-12-24T02:12:35.072Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 8730ee05-b9ed-422c-b7d6-0783e2f4c30d
|
| 4332 | 2025-12-24T02:12:35.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 = 804
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_target
vm_id = 8730ee05-b9ed-422c-b7d6-0783e2f4c30d
|
| 4333 | 2025-12-24T02:12:35.083Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 8730ee05-b9ed-422c-b7d6-0783e2f4c30d
|
| 4334 | 2025-12-24T02:12:35.083Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 8730ee05-b9ed-422c-b7d6-0783e2f4c30d
|
| 4335 | 2025-12-24T02:12:35.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 = 804
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_target
vm_id = 8730ee05-b9ed-422c-b7d6-0783e2f4c30d
|
| 4336 | 2025-12-24T02:12:35.117Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 8730ee05-b9ed-422c-b7d6-0783e2f4c30d
|
| 4337 | 2025-12-24T02:12:35.118Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 8730ee05-b9ed-422c-b7d6-0783e2f4c30d
|
| 4338 | 2025-12-24T02:12:35.118Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 804
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_target
vm_id = 8730ee05-b9ed-422c-b7d6-0783e2f4c30d
|
| 4339 | 2025-12-24T02:12:35.128Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 8730ee05-b9ed-422c-b7d6-0783e2f4c30d
|
| 4340 | 2025-12-24T02:12:35.128Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 8730ee05-b9ed-422c-b7d6-0783e2f4c30d
|
| 4341 | 2025-12-24T02:12:35.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 = 804
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_target
vm_id = 8730ee05-b9ed-422c-b7d6-0783e2f4c30d
|
| 4342 | 2025-12-24T02:12:35.401Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 272
file = phd-tests/framework/src/test_vm/mod.rs
line = 797
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 8730ee05-b9ed-422c-b7d6-0783e2f4c30d
|
| 4343 | 2025-12-24T02:12:35.401Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 8730ee05-b9ed-422c-b7d6-0783e2f4c30d
|
| 4344 | 2025-12-24T02:12:35.401Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
|
| 4345 | 2025-12-24T02:12:35.401Z | 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
|
| 4346 | 2025-12-24T02:12:35.401Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 9800
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 4347 | 2025-12-24T02:12:35.402Z | INFO | phd-runner: test phd_tests::crucible::migrate::load_test ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
| 4348 | 2025-12-24T02:12:35.402Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4349 | 2025-12-24T02:12:35.402Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1077
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 8730ee05-b9ed-422c-b7d6-0783e2f4c30d
|
| 4350 | 2025-12-24T02:12:35.402Z | 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 = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
|
| 4351 | 2025-12-24T02:12:35.487Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 86
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
|
| 4352 | 2025-12-24T02:12:35.488Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 10470
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
|
| 4353 | 2025-12-24T02:12:35.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::crucible::migrate::load_test
self.address = 127.0.0.1:9005
target = phd_framework::test_vm::server
vm = crucible_load_test_target
vm_id = 8730ee05-b9ed-422c-b7d6-0783e2f4c30d
|
| 4354 | 2025-12-24T02:12:35.750Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 68
path = phd_tests::crucible::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/0d5b6338-5276-4460-b865-be53e19f2de3_9000" } }
target = phd_framework::disk::crucible
vm = crucible_load_test_target
vm_id = 8730ee05-b9ed-422c-b7d6-0783e2f4c30d
|
| 4355 | 2025-12-24T02:12:35.756Z | 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/0d5b6338-5276-4460-b865-be53e19f2de3_9000"
target = phd_framework::disk::crucible
vm = crucible_load_test_target
vm_id = 8730ee05-b9ed-422c-b7d6-0783e2f4c30d
|
| 4356 | 2025-12-24T02:12:35.767Z | 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/0d5b6338-5276-4460-b865-be53e19f2de3_9001" } }
target = phd_framework::disk::crucible
vm = crucible_load_test_target
vm_id = 8730ee05-b9ed-422c-b7d6-0783e2f4c30d
|
| 4357 | 2025-12-24T02:12:35.772Z | 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/0d5b6338-5276-4460-b865-be53e19f2de3_9001"
target = phd_framework::disk::crucible
vm = crucible_load_test_target
vm_id = 8730ee05-b9ed-422c-b7d6-0783e2f4c30d
|
| 4358 | 2025-12-24T02:12:35.783Z | 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/0d5b6338-5276-4460-b865-be53e19f2de3_9002" } }
target = phd_framework::disk::crucible
vm = crucible_load_test_target
vm_id = 8730ee05-b9ed-422c-b7d6-0783e2f4c30d
|
| 4359 | 2025-12-24T02:12:35.789Z | 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/0d5b6338-5276-4460-b865-be53e19f2de3_9002"
target = phd_framework::disk::crucible
vm = crucible_load_test_target
vm_id = 8730ee05-b9ed-422c-b7d6-0783e2f4c30d
|
| 4360 | 2025-12-24T02:12:35.800Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 398
file = phd-tests/framework/src/test_vm/mod.rs
line = 1054
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 8730ee05-b9ed-422c-b7d6-0783e2f4c30d
|
| 4361 | 2025-12-24T02:12:35.800Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 4683
file = phd-tests/framework/src/test_vm/mod.rs
line = 308
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
target = phd_framework::test_vm
target_id = 8730ee05-b9ed-422c-b7d6-0783e2f4c30d
vm = crucible_load_test_target
vm_id = 8730ee05-b9ed-422c-b7d6-0783e2f4c30d
|
| 4362 | 2025-12-24T02:12:35.800Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 398
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 4363 | 2025-12-24T02:12:35.800Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 4683
file = phd-tests/framework/src/test_vm/mod.rs
line = 501
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = d6b17a9b-2ee1-4b9d-95fb-56c334da7eba
target = phd_framework::test_vm
target_id = 8730ee05-b9ed-422c-b7d6-0783e2f4c30d
|
| 4364 | 2025-12-24T02:12:35.800Z | INFO | phd-runner: [EXECUTION_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 35
target = phd_runner::fixtures
|
| 4365 | 2025-12-24T02:12:35.800Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 11080
file = phd-tests/tests/src/crucible/migrate.rs
line = 39
path = phd_tests::crucible::migrate::load_test
target = phd_tests::crucible::migrate
|
| 4366 | 2025-12-24T02:12:35.800Z | INFO | phd-runner: [EXECUTION_CLEANUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 35
target = phd_runner::fixtures
|
| 4367 | | test result: ok. 41 passed; 0 failed; 2 skipped; 0 not run; finished in 481.29s |
| 4368 | | |
| 4369 | 2025-12-24T02:12:35.800Z | DEBG | phd-runner: phd_runner
exit_code = 0
file = phd-tests/runner/src/main.rs
line = 41
target = phd_runner
|