| 1 | 2026-02-25T01:54:07.898Z | 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: Some("master"), 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: ["phd_tests::migrate::from_base"], exclude_filter: [], max_buildomat_wait_secs: 1200 }), disable_ansi: false, emit_bunyan: true }
target = phd_runner
|
| 2 | 2026-02-25T01:54:07.929Z | DEBG | phd-runner: Created new artifact store from manifest
file = phd-tests/framework/src/artifacts/store.rs
line = 219
store = Store { local_dir: "/phd-artifacts", artifacts: {"alpine": Mutex { data: StoredArtifact { description: Artifact { filename: "alpine.iso", kind: GuestOs(Alpine), source: RemoteServer { sha256: "ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1" }, untar: None }, cached_path: None } }, "ovmf": Mutex { data: StoredArtifact { description: Artifact { filename: "OVMF_CODE.fd", kind: Bootrom, source: Buildomat(BuildomatArtifact { repo: Repo("oxidecomputer/edk2"), series: Series("image_debug"), commit: Commit("bf64f45b1a58e69d126a3c6ca1e4512c88668132"), sha256: "740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448" }), untar: None }, cached_path: None } }}, downloader: DownloadConfig { timeout: 600s, buildomat_backoff: ExponentialBackoff { current_interval: 1s, initial_interval: 1s, randomization_factor: 0.5, multiplier: 1.5, max_interval: 60s, start_time: Instant { tv_sec: 178, tv_nsec: 956220544 }, max_elapsed_time: Some(1200s), clock: SystemClock }, remote_server_uris: ["https://oxide-omicron-build.s3.amazonaws.com"] } }
target = phd_framework::artifacts::store
|
| 3 | 2026-02-25T01:54:07.929Z | INFO | phd-runner: Adding Propolis server from local command
file = phd-tests/framework/src/artifacts/store.rs
line = 227
propolis_server_cmd = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 4 | 2026-02-25T01:54:07.932Z | INFO | phd-runner: Adding crucible-downstairs from Buildomat Git revision
commit = 7103cd3a3d7b0112d2949dd135db06fef0c156bb
file = phd-tests/framework/src/artifacts/store.rs
line = 311
target = phd_framework::artifacts::store
|
| 5 | 2026-02-25T01:54:07.936Z | DEBG | phd-runner: Downloading file from Buildomat...
file = phd-tests/framework/src/artifacts/buildomat.rs
line = 215
target = phd_framework::artifacts::buildomat
timeout = 600s
uri = https://buildomat.eng.oxide.computer/public/file/oxidecomputer/crucible/nightly-image/7103cd3a3d7b0112d2949dd135db06fef0c156bb/crucible-nightly.sha256.txt
|
| 6 | 2026-02-25T01:54:08.127Z | INFO | phd-runner: Adding 'current' Propolis server from Buildomat Git branch 'master'
file = phd-tests/framework/src/artifacts/store.rs
line = 248
target = phd_framework::artifacts::store
|
| 7 | 2026-02-25T01:54:08.674Z | 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/propolis/phd_build/36f20be9bb4c3b362029237f5feb6377c982395f/propolis-server.sha256.txt
|
| 8 | 2026-02-25T01:54:08.823Z | INFO | phd-runner: [EXECUTION_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 25
target = phd_runner::fixtures
|
| 9 | 2026-02-25T01:54:08.823Z | INFO | phd-runner: [EXECUTION_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 25
target = phd_runner::fixtures
|
| 10 | 2026-02-25T01:54:08.824Z | INFO | phd-runner: Running 3 test(s)
file = phd-tests/runner/src/execute.rs
line = 82
target = phd_runner::execute
|
| 11 | 2026-02-25T01:54:08.824Z | INFO | phd-runner: Starting test phd_tests::migrate::from_base::can_migrate_from_base
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 12 | 2026-02-25T01:54:08.824Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 13 | 2026-02-25T01:54:08.824Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 14 | 2026-02-25T01:54:08.825Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 34
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_tests::migrate::from_base
|
| 15 | 2026-02-25T01:54:08.828Z | DEBG | phd-runner: [TEST - EVENT] checking for existing copy of artifact
file = phd-tests/framework/src/artifacts/store.rs
line = 89
maybe_path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::artifacts::store
|
| 16 | 2026-02-25T01:54:08.828Z | DEBG | phd-runner: [TEST - EVENT] Downloading file from Buildomat...
file = phd-tests/framework/src/artifacts/buildomat.rs
line = 215
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::artifacts::buildomat
timeout = 600s
uri = https://buildomat.eng.oxide.computer/public/file/oxidecomputer/edk2/image_debug/bf64f45b1a58e69d126a3c6ca1e4512c88668132/OVMF_CODE.fd
|
| 17 | 2026-02-25T01:54:09.222Z | 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::migrate::from_base::can_migrate_from_base
target = phd_framework::artifacts::store
|
| 18 | 2026-02-25T01:54:09.235Z | 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::migrate::from_base::can_migrate_from_base
target = phd_framework::artifacts::store
timeout = 600s
|
| 19 | 2026-02-25T01:54:16.711Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 20 | 2026-02-25T01:54:16.712Z | 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::from_base::can_migrate_from_base
target = phd_framework::zfs
verb = list
|
| 21 | 2026-02-25T01:54:16.726Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::from_base::can_migrate_from_base
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 2.09M 25.3T 1.91M /phd-artifacts\n
target = phd_framework::zfs
|
| 22 | 2026-02-25T01:54:16.727Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-9a23dd98-40ed-4997-965d-c9dbf15e7379"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::zfs
verb = snapshot
|
| 23 | 2026-02-25T01:54:16.755Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-9a23dd98-40ed-4997-965d-c9dbf15e7379", "phd-artifacts/phd-clone-ae7663a9-d8a7-44dc-9ee1-d44f8d13f7b4"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::zfs
verb = clone
|
| 24 | 2026-02-25T01:54:16.771Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-ae7663a9-d8a7-44dc-9ee1-d44f8d13f7b4"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::zfs
verb = list
|
| 25 | 2026-02-25T01:54:16.782Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::from_base::can_migrate_from_base
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-ae7663a9-d8a7-44dc-9ee1-d44f8d13f7b4 0B 25.3T 48.9M /phd-artifacts/phd-clone-ae7663a9-d8a7-44dc-9ee1-d44f8d13f7b4\n
target = phd_framework::zfs
|
| 26 | 2026-02-25T01:54:16.784Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
|
| 27 | 2026-02-25T01:54:16.785Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__BASE_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm_name = migration_from_base
|
| 28 | 2026-02-25T01:54:16.785Z | DEBG | phd-runner: [NEW - EVENT] checking for existing copy of artifact
file = phd-tests/framework/src/artifacts/store.rs
line = 89
maybe_path = /phd-artifacts/7f80be08b449a34e6129015440db359ed3d7be6fd2b3bac3405dc260e24fbbcd/propolis-server.tar.gz
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::artifacts::store
|
| 29 | 2026-02-25T01:54:16.785Z | DEBG | phd-runner: [NEW - EVENT] Downloading file from Buildomat...
file = phd-tests/framework/src/artifacts/buildomat.rs
line = 215
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::artifacts::buildomat
timeout = 600s
uri = https://buildomat.eng.oxide.computer/public/file/oxidecomputer/propolis/phd_build/36f20be9bb4c3b362029237f5feb6377c982395f/propolis-server.tar.gz
|
| 30 | 2026-02-25T01:54:25.088Z | DEBG | phd-runner: [NEW - EVENT] Extracting artifact from tarball
extracted_path = /phd-artifacts/7f80be08b449a34e6129015440db359ed3d7be6fd2b3bac3405dc260e24fbbcd/propolis-server
file = phd-tests/framework/src/artifacts/store.rs
line = 160
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::artifacts::store
untar_path = propolis-server
|
| 31 | 2026-02-25T01:54:25.088Z | DEBG | phd-runner: [NEW - EVENT] Extracting gzipped tarball...
file = phd-tests/framework/src/artifacts/store.rs
line = 514
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::artifacts::store
|
| 32 | 2026-02-25T01:54:41.271Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 64
path = phd_tests::migrate::from_base::can_migrate_from_base
server_addr = 127.0.0.1:9000
server_path = "/phd-artifacts/7f80be08b449a34e6129015440db359ed3d7be6fd2b3bac3405dc260e24fbbcd/propolis-server"
target = phd_framework::test_vm::server
|
| 33 | 2026-02-25T01:54:41.271Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::migrate::from_base::can_migrate_from_base
stderr_path = "/tmp/propolis-phd/phd_tests::migrate::from_base::can_migrate_from_base/migration_from_base.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::migrate::from_base::can_migrate_from_base/migration_from_base.stdout.log"
target = phd_framework::log_config
|
| 34 | 2026-02-25T01:54:41.394Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 836
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm::server
|
| 35 | 2026-02-25T01:54:41.407Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 36 | 2026-02-25T01:54:41.408Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 452
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 37 | 2026-02-25T01:54:41.410Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 24635
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
|
| 38 | 2026-02-25T01:54:41.822Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 39 | 2026-02-25T01:54:41.823Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: f9c4977d-19f3-4414-8cf5-8c872eba6976, name: "phd-vm-f9c4977d-19f3-4414-8cf5-8c872eba6976", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 9c7a0498-e020-4b7f-a52e-79d8039c4ec3, project_id: dd07839b-ffbf-4490-8fda-1d7fd54e5cbf, sled_id: 55a86925-0d67-45e7-9f12-66125d872be1, sled_serial: "55a86925-0d67-45e7-9f12-66125d872be1", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 40 | 2026-02-25T01:54:41.823Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 41 | 2026-02-25T01:54:41.823Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::migrate::from_base::can_migrate_from_base
state = Run
target = phd_framework::test_vm
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 42 | 2026-02-25T01:54:41.824Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 43 | 2026-02-25T01:54:41.825Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
|
| 44 | 2026-02-25T01:54:41.825Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
timeout_duration = 300s
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 45 | 2026-02-25T01:54:41.825Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::from_base::can_migrate_from_base
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 46 | 2026-02-25T01:54:41.825Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 47 | 2026-02-25T01:54:41.825Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 48 | 2026-02-25T01:54:46.338Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4513
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 49 | 2026-02-25T01:54:46.338Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::from_base::can_migrate_from_base
step = WriteStr("root")
target = phd_framework::test_vm
|
| 50 | 2026-02-25T01:54:46.339Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::from_base::can_migrate_from_base
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 51 | 2026-02-25T01:54:46.339Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 52 | 2026-02-25T01:54:46.339Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 53 | 2026-02-25T01:54:46.368Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 28
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 54 | 2026-02-25T01:54:46.368Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::from_base::can_migrate_from_base
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 55 | 2026-02-25T01:54:46.368Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::from_base::can_migrate_from_base
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 56 | 2026-02-25T01:54:46.369Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 57 | 2026-02-25T01:54:46.369Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 58 | 2026-02-25T01:54:46.400Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 59 | 2026-02-25T01:54:46.400Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
|
| 60 | 2026-02-25T01:54:46.400Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4575
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
|
| 61 | 2026-02-25T01:54:46.402Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 62 | 2026-02-25T01:54:46.402Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 63 | 2026-02-25T01:54:46.411Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 8
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 64 | 2026-02-25T01:54:46.411Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 65 | 2026-02-25T01:54:46.411Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 66 | 2026-02-25T01:54:46.444Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 67 | 2026-02-25T01:54:46.444Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 68 | 2026-02-25T01:54:46.444Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 69 | 2026-02-25T01:54:46.455Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 70 | 2026-02-25T01:54:46.455Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 71 | 2026-02-25T01:54:46.455Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 72 | 2026-02-25T01:54:46.488Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 73 | 2026-02-25T01:54:46.488Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 74 | 2026-02-25T01:54:46.488Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 75 | 2026-02-25T01:54:46.499Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 76 | 2026-02-25T01:54:46.499Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 77 | 2026-02-25T01:54:46.499Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 78 | 2026-02-25T01:54:46.532Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 79 | 2026-02-25T01:54:46.532Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 80 | 2026-02-25T01:54:46.532Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 81 | 2026-02-25T01:54:46.544Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 82 | 2026-02-25T01:54:46.544Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 83 | 2026-02-25T01:54:46.544Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 84 | 2026-02-25T01:54:46.567Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 85 | 2026-02-25T01:54:46.567Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 86 | 2026-02-25T01:54:46.567Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 87 | 2026-02-25T01:54:46.579Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 88 | 2026-02-25T01:54:46.579Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 89 | 2026-02-25T01:54:46.579Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 90 | 2026-02-25T01:54:46.611Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 91 | 2026-02-25T01:54:46.611Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 92 | 2026-02-25T01:54:46.611Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 93 | 2026-02-25T01:54:46.622Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 94 | 2026-02-25T01:54:46.622Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 95 | 2026-02-25T01:54:46.622Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 96 | 2026-02-25T01:54:46.645Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 97 | 2026-02-25T01:54:46.645Z | 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::from_base::can_migrate_from_base
propolis_artifact = __DEFAULT_PROPOLIS
target = phd_framework::lifecycle
vm_name = migration_from_base
|
| 98 | 2026-02-25T01:54:46.645Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
|
| 99 | 2026-02-25T01:54:46.646Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm_name = migration_from_base_lifecycle_0
|
| 100 | 2026-02-25T01:54:46.646Z | 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
|
| 101 | 2026-02-25T01:54:46.646Z | 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
|
| 102 | 2026-02-25T01:54:46.646Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 64
path = phd_tests::migrate::from_base::can_migrate_from_base
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 103 | 2026-02-25T01:54:46.646Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::migrate::from_base::can_migrate_from_base
stderr_path = "/tmp/propolis-phd/phd_tests::migrate::from_base::can_migrate_from_base/migration_from_base_lifecycle_0.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::migrate::from_base::can_migrate_from_base/migration_from_base_lifecycle_0.stdout.log"
target = phd_framework::log_config
|
| 104 | 2026-02-25T01:54:46.671Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 837
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm::server
|
| 105 | 2026-02-25T01:54:46.684Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 38
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
|
| 106 | 2026-02-25T01:54:46.684Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
target = phd_framework::test_vm
target_id = 7a4dfc5e-b70f-4622-b4f2-d094c782e23f
|
| 107 | 2026-02-25T01:54:46.684Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9000
file = phd-tests/framework/src/test_vm/mod.rs
line = 639
migration_id = 92b668d9-9cbc-4ef2-8b87-4c231852f160
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
target = phd_framework::test_vm
target_id = 7a4dfc5e-b70f-4622-b4f2-d094c782e23f
timeout_duration = 45s
|
| 108 | 2026-02-25T01:54:46.684Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
target = phd_framework::test_vm
target_id = 7a4dfc5e-b70f-4622-b4f2-d094c782e23f
vm = migration_from_base_lifecycle_0
vm_id = 7a4dfc5e-b70f-4622-b4f2-d094c782e23f
|
| 109 | 2026-02-25T01:54:46.685Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9002/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 452
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
target = phd_framework::test_vm
target_id = 7a4dfc5e-b70f-4622-b4f2-d094c782e23f
vm = migration_from_base_lifecycle_0
vm_id = 7a4dfc5e-b70f-4622-b4f2-d094c782e23f
|
| 110 | 2026-02-25T01:54:47.433Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 7a4dfc5e-b70f-4622-b4f2-d094c782e23f, name: "phd-vm-7a4dfc5e-b70f-4622-b4f2-d094c782e23f", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 9c7a0498-e020-4b7f-a52e-79d8039c4ec3, project_id: dd07839b-ffbf-4490-8fda-1d7fd54e5cbf, sled_id: 3a46d85f-b2e9-4ca0-b239-6f050328ffac, sled_serial: "3a46d85f-b2e9-4ca0-b239-6f050328ffac", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 511
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
target = phd_framework::test_vm
target_id = 7a4dfc5e-b70f-4622-b4f2-d094c782e23f
vm = migration_from_base_lifecycle_0
vm_id = 7a4dfc5e-b70f-4622-b4f2-d094c782e23f
|
| 111 | 2026-02-25T01:54:47.434Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 92b668d9-9cbc-4ef2-8b87-4c231852f160
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
target = phd_framework::test_vm
target_id = 7a4dfc5e-b70f-4622-b4f2-d094c782e23f
|
| 112 | 2026-02-25T01:54:50.074Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9002","from_start":7847}}
target = phd_framework::serial
|
| 113 | 2026-02-25T01:54:51.269Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 673
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
target = phd_framework::test_vm
target_id = 7a4dfc5e-b70f-4622-b4f2-d094c782e23f
|
| 114 | 2026-02-25T01:54:51.269Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3835
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 92b668d9-9cbc-4ef2-8b87-4c231852f160
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
target = phd_framework::test_vm
target_id = 7a4dfc5e-b70f-4622-b4f2-d094c782e23f
|
| 115 | 2026-02-25T01:54:51.272Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 116 | 2026-02-25T01:54:51.272Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base_lifecycle_0
vm_id = 7a4dfc5e-b70f-4622-b4f2-d094c782e23f
|
| 117 | 2026-02-25T01:54:51.272Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_from_base_lifecycle_0
vm_id = 7a4dfc5e-b70f-4622-b4f2-d094c782e23f
|
| 118 | 2026-02-25T01:54:51.275Z | 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::from_base::can_migrate_from_base
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 119 | 2026-02-25T01:54:51.355Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 81
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 120 | 2026-02-25T01:54:51.355Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 9949
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
|
| 121 | 2026-02-25T01:54:52.685Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 1412
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base_lifecycle_0
vm_id = 7a4dfc5e-b70f-4622-b4f2-d094c782e23f
|
| 122 | 2026-02-25T01:54:52.685Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base_lifecycle_0
vm_id = 7a4dfc5e-b70f-4622-b4f2-d094c782e23f
|
| 123 | 2026-02-25T01:54:52.685Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_from_base_lifecycle_0
vm_id = 7a4dfc5e-b70f-4622-b4f2-d094c782e23f
|
| 124 | 2026-02-25T01:54:52.718Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base_lifecycle_0
vm_id = 7a4dfc5e-b70f-4622-b4f2-d094c782e23f
|
| 125 | 2026-02-25T01:54:52.719Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base_lifecycle_0
vm_id = 7a4dfc5e-b70f-4622-b4f2-d094c782e23f
|
| 126 | 2026-02-25T01:54:52.719Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
| 127 | 2026-02-25T01:54:52.719Z | INFO | phd-runner: test phd_tests::migrate::from_base::can_migrate_from_base ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 128 | 2026-02-25T01:54:52.719Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 10898
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 129 | 2026-02-25T01:54:52.719Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 130 | 2026-02-25T01:54:52.721Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base_lifecycle_0
vm_id = 7a4dfc5e-b70f-4622-b4f2-d094c782e23f
|
| 131 | 2026-02-25T01:54:53.421Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
path = phd_tests::migrate::from_base::can_migrate_from_base
self.address = 127.0.0.1:9002
target = phd_framework::test_vm::server
vm = migration_from_base_lifecycle_0
vm_id = 7a4dfc5e-b70f-4622-b4f2-d094c782e23f
|
| 132 | 2026-02-25T01:54:53.495Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::zfs
vm = migration_from_base_lifecycle_0
vm_id = 7a4dfc5e-b70f-4622-b4f2-d094c782e23f
|
| 133 | 2026-02-25T01:54:53.495Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-ae7663a9-d8a7-44dc-9ee1-d44f8d13f7b4"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::zfs
verb = destroy
vm = migration_from_base_lifecycle_0
vm_id = 7a4dfc5e-b70f-4622-b4f2-d094c782e23f
|
| 134 | 2026-02-25T01:54:53.526Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::zfs
vm = migration_from_base_lifecycle_0
vm_id = 7a4dfc5e-b70f-4622-b4f2-d094c782e23f
|
| 135 | 2026-02-25T01:54:53.527Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-9a23dd98-40ed-4997-965d-c9dbf15e7379"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::zfs
verb = destroy
vm = migration_from_base_lifecycle_0
vm_id = 7a4dfc5e-b70f-4622-b4f2-d094c782e23f
|
| 136 | 2026-02-25T01:54:53.546Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 827
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base_lifecycle_0
vm_id = 7a4dfc5e-b70f-4622-b4f2-d094c782e23f
|
| 137 | 2026-02-25T01:54:53.547Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6863
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
target = phd_framework::test_vm
target_id = 7a4dfc5e-b70f-4622-b4f2-d094c782e23f
vm = migration_from_base_lifecycle_0
vm_id = 7a4dfc5e-b70f-4622-b4f2-d094c782e23f
|
| 138 | 2026-02-25T01:54:53.547Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 828
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 139 | 2026-02-25T01:54:53.547Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 6864
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = f9c4977d-19f3-4414-8cf5-8c872eba6976
target = phd_framework::test_vm
target_id = 7a4dfc5e-b70f-4622-b4f2-d094c782e23f
|
| 140 | 2026-02-25T01:54:53.547Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 44734
file = phd-tests/tests/src/migrate.rs
line = 34
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_tests::migrate::from_base
|
| 141 | 2026-02-25T01:54:53.547Z | INFO | phd-runner: Starting test phd_tests::migrate::from_base::serial_history
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 142 | 2026-02-25T01:54:53.547Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 143 | 2026-02-25T01:54:53.547Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 144 | 2026-02-25T01:54:53.548Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 40
path = phd_tests::migrate::from_base::serial_history
target = phd_tests::migrate::from_base
|
| 145 | 2026-02-25T01:54:53.548Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 146 | 2026-02-25T01:54:53.548Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 147 | 2026-02-25T01:54:53.548Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 148 | 2026-02-25T01:54:53.548Z | 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::from_base::serial_history
target = phd_framework::zfs
verb = list
|
| 149 | 2026-02-25T01:54:53.559Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::from_base::serial_history
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 865M 25.3T 864M /phd-artifacts\n
target = phd_framework::zfs
|
| 150 | 2026-02-25T01:54:53.559Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-95d40c9c-7dca-4797-887e-3e04225b4e9f"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::zfs
verb = snapshot
|
| 151 | 2026-02-25T01:54:53.576Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-95d40c9c-7dca-4797-887e-3e04225b4e9f", "phd-artifacts/phd-clone-375ba57a-f44d-43dd-870b-bd0ba8e8f7d4"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::zfs
verb = clone
|
| 152 | 2026-02-25T01:54:53.599Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-375ba57a-f44d-43dd-870b-bd0ba8e8f7d4"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::zfs
verb = list
|
| 153 | 2026-02-25T01:54:53.609Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::from_base::serial_history
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-375ba57a-f44d-43dd-870b-bd0ba8e8f7d4 0B 25.3T 864M /phd-artifacts/phd-clone-375ba57a-f44d-43dd-870b-bd0ba8e8f7d4\n
target = phd_framework::zfs
|
| 154 | 2026-02-25T01:54:53.609Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
|
| 155 | 2026-02-25T01:54:53.609Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__BASE_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm_name = migration_serial_history_base
|
| 156 | 2026-02-25T01:54:53.609Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/7f80be08b449a34e6129015440db359ed3d7be6fd2b3bac3405dc260e24fbbcd/propolis-server
target = phd_framework::artifacts::store
|
| 157 | 2026-02-25T01:54:53.609Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 64
path = phd_tests::migrate::from_base::serial_history
server_addr = 127.0.0.1:9000
server_path = "/phd-artifacts/7f80be08b449a34e6129015440db359ed3d7be6fd2b3bac3405dc260e24fbbcd/propolis-server"
target = phd_framework::test_vm::server
|
| 158 | 2026-02-25T01:54:53.609Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::migrate::from_base::serial_history
stderr_path = "/tmp/propolis-phd/phd_tests::migrate::from_base::serial_history/migration_serial_history_base.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::migrate::from_base::serial_history/migration_serial_history_base.stdout.log"
target = phd_framework::log_config
|
| 159 | 2026-02-25T01:54:53.637Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 846
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm::server
|
| 160 | 2026-02-25T01:54:53.652Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 42
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
|
| 161 | 2026-02-25T01:54:53.652Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = 61a33f1c-8da7-44a4-8c1f-288fb255a20f
|
| 162 | 2026-02-25T01:54:53.652Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 452
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = 61a33f1c-8da7-44a4-8c1f-288fb255a20f
|
| 163 | 2026-02-25T01:54:54.277Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 164 | 2026-02-25T01:54:54.278Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 61a33f1c-8da7-44a4-8c1f-288fb255a20f, name: "phd-vm-61a33f1c-8da7-44a4-8c1f-288fb255a20f", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 89e4bda1-d998-4ffa-96de-1a7ad93f854c, project_id: d4066b1b-e01c-483a-ac28-c5fec258ebc4, sled_id: 9928c6e4-0e0e-4a78-b7da-52f28e1820c4, sled_serial: "9928c6e4-0e0e-4a78-b7da-52f28e1820c4", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = 61a33f1c-8da7-44a4-8c1f-288fb255a20f
|
| 165 | 2026-02-25T01:54:54.279Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = 61a33f1c-8da7-44a4-8c1f-288fb255a20f
|
| 166 | 2026-02-25T01:54:54.279Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::migrate::from_base::serial_history
state = Run
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = 61a33f1c-8da7-44a4-8c1f-288fb255a20f
|
| 167 | 2026-02-25T01:54:54.280Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = 61a33f1c-8da7-44a4-8c1f-288fb255a20f
|
| 168 | 2026-02-25T01:54:54.280Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
|
| 169 | 2026-02-25T01:54:54.280Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
timeout_duration = 300s
vm = migration_serial_history_base
vm_id = 61a33f1c-8da7-44a4-8c1f-288fb255a20f
|
| 170 | 2026-02-25T01:54:54.280Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::from_base::serial_history
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 171 | 2026-02-25T01:54:54.280Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = 61a33f1c-8da7-44a4-8c1f-288fb255a20f
|
| 172 | 2026-02-25T01:54:54.280Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_serial_history_base
vm_id = 61a33f1c-8da7-44a4-8c1f-288fb255a20f
|
| 173 | 2026-02-25T01:54:58.799Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4519
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = 61a33f1c-8da7-44a4-8c1f-288fb255a20f
|
| 174 | 2026-02-25T01:54:58.800Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::from_base::serial_history
step = WriteStr("root")
target = phd_framework::test_vm
|
| 175 | 2026-02-25T01:54:58.800Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::from_base::serial_history
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 176 | 2026-02-25T01:54:58.800Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = 61a33f1c-8da7-44a4-8c1f-288fb255a20f
|
| 177 | 2026-02-25T01:54:58.800Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_serial_history_base
vm_id = 61a33f1c-8da7-44a4-8c1f-288fb255a20f
|
| 178 | 2026-02-25T01:54:58.818Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = 61a33f1c-8da7-44a4-8c1f-288fb255a20f
|
| 179 | 2026-02-25T01:54:58.819Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::from_base::serial_history
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 180 | 2026-02-25T01:54:58.819Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::from_base::serial_history
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 181 | 2026-02-25T01:54:58.819Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = 61a33f1c-8da7-44a4-8c1f-288fb255a20f
|
| 182 | 2026-02-25T01:54:58.819Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_serial_history_base
vm_id = 61a33f1c-8da7-44a4-8c1f-288fb255a20f
|
| 183 | 2026-02-25T01:54:58.851Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = 61a33f1c-8da7-44a4-8c1f-288fb255a20f
|
| 184 | 2026-02-25T01:54:58.851Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
|
| 185 | 2026-02-25T01:54:58.851Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4571
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
|
| 186 | 2026-02-25T01:54:58.852Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = 61a33f1c-8da7-44a4-8c1f-288fb255a20f
|
| 187 | 2026-02-25T01:54:58.852Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_serial_history_base
vm_id = 61a33f1c-8da7-44a4-8c1f-288fb255a20f
|
| 188 | 2026-02-25T01:54:58.862Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = 61a33f1c-8da7-44a4-8c1f-288fb255a20f
|
| 189 | 2026-02-25T01:54:58.862Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = 61a33f1c-8da7-44a4-8c1f-288fb255a20f
|
| 190 | 2026-02-25T01:54:58.862Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_serial_history_base
vm_id = 61a33f1c-8da7-44a4-8c1f-288fb255a20f
|
| 191 | 2026-02-25T01:54:58.895Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = 61a33f1c-8da7-44a4-8c1f-288fb255a20f
|
| 192 | 2026-02-25T01:54:58.895Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = 61a33f1c-8da7-44a4-8c1f-288fb255a20f
|
| 193 | 2026-02-25T01:54:58.895Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_serial_history_base
vm_id = 61a33f1c-8da7-44a4-8c1f-288fb255a20f
|
| 194 | 2026-02-25T01:54:58.906Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = 61a33f1c-8da7-44a4-8c1f-288fb255a20f
|
| 195 | 2026-02-25T01:54:58.906Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = 61a33f1c-8da7-44a4-8c1f-288fb255a20f
|
| 196 | 2026-02-25T01:54:58.906Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_serial_history_base
vm_id = 61a33f1c-8da7-44a4-8c1f-288fb255a20f
|
| 197 | 2026-02-25T01:54:58.939Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = 61a33f1c-8da7-44a4-8c1f-288fb255a20f
|
| 198 | 2026-02-25T01:54:58.943Z | INFO | phd-runner: [TEST - EVENT] migrating to new Propolis artifact for lifecycle test
file = phd-tests/framework/src/lifecycle.rs
line = 73
path = phd_tests::migrate::from_base::serial_history
propolis_artifact = __DEFAULT_PROPOLIS
target = phd_framework::lifecycle
vm_name = migration_serial_history_base
|
| 199 | 2026-02-25T01:54:58.943Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
|
| 200 | 2026-02-25T01:54:58.943Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm_name = migration_serial_history_base_lifecycle_0
|
| 201 | 2026-02-25T01:54:58.943Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 202 | 2026-02-25T01:54:58.943Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 64
path = phd_tests::migrate::from_base::serial_history
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 203 | 2026-02-25T01:54:58.944Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::migrate::from_base::serial_history
stderr_path = "/tmp/propolis-phd/phd_tests::migrate::from_base::serial_history/migration_serial_history_base_lifecycle_0.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::migrate::from_base::serial_history/migration_serial_history_base_lifecycle_0.stdout.log"
target = phd_framework::log_config
|
| 204 | 2026-02-25T01:54:58.972Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 847
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm::server
|
| 205 | 2026-02-25T01:54:58.986Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 42
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
|
| 206 | 2026-02-25T01:54:58.986Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = 61a33f1c-8da7-44a4-8c1f-288fb255a20f
target = phd_framework::test_vm
target_id = 728a0301-16ea-48ee-bd27-bf9e6c619b58
|
| 207 | 2026-02-25T01:54:58.986Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9000
file = phd-tests/framework/src/test_vm/mod.rs
line = 639
migration_id = 6a7fbf47-5536-4062-8816-a9c860636aff
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = 61a33f1c-8da7-44a4-8c1f-288fb255a20f
target = phd_framework::test_vm
target_id = 728a0301-16ea-48ee-bd27-bf9e6c619b58
timeout_duration = 45s
|
| 208 | 2026-02-25T01:54:58.986Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = 61a33f1c-8da7-44a4-8c1f-288fb255a20f
target = phd_framework::test_vm
target_id = 728a0301-16ea-48ee-bd27-bf9e6c619b58
vm = migration_serial_history_base_lifecycle_0
vm_id = 728a0301-16ea-48ee-bd27-bf9e6c619b58
|
| 209 | 2026-02-25T01:54:58.986Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9002/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 452
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = 61a33f1c-8da7-44a4-8c1f-288fb255a20f
target = phd_framework::test_vm
target_id = 728a0301-16ea-48ee-bd27-bf9e6c619b58
vm = migration_serial_history_base_lifecycle_0
vm_id = 728a0301-16ea-48ee-bd27-bf9e6c619b58
|
| 210 | 2026-02-25T01:54:59.541Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 728a0301-16ea-48ee-bd27-bf9e6c619b58, name: "phd-vm-728a0301-16ea-48ee-bd27-bf9e6c619b58", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 89e4bda1-d998-4ffa-96de-1a7ad93f854c, project_id: d4066b1b-e01c-483a-ac28-c5fec258ebc4, sled_id: cc31c880-4e18-4e86-a388-f4f405277078, sled_serial: "cc31c880-4e18-4e86-a388-f4f405277078", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 511
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = 61a33f1c-8da7-44a4-8c1f-288fb255a20f
target = phd_framework::test_vm
target_id = 728a0301-16ea-48ee-bd27-bf9e6c619b58
vm = migration_serial_history_base_lifecycle_0
vm_id = 728a0301-16ea-48ee-bd27-bf9e6c619b58
|
| 211 | 2026-02-25T01:54:59.541Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 6a7fbf47-5536-4062-8816-a9c860636aff
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = 61a33f1c-8da7-44a4-8c1f-288fb255a20f
target = phd_framework::test_vm
target_id = 728a0301-16ea-48ee-bd27-bf9e6c619b58
|
| 212 | 2026-02-25T01:55:02.240Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9002","from_start":7756}}
target = phd_framework::serial
|
| 213 | 2026-02-25T01:55:03.802Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 673
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = 61a33f1c-8da7-44a4-8c1f-288fb255a20f
target = phd_framework::test_vm
target_id = 728a0301-16ea-48ee-bd27-bf9e6c619b58
|
| 214 | 2026-02-25T01:55:03.802Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 4261
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 6a7fbf47-5536-4062-8816-a9c860636aff
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = 61a33f1c-8da7-44a4-8c1f-288fb255a20f
target = phd_framework::test_vm
target_id = 728a0301-16ea-48ee-bd27-bf9e6c619b58
|
| 215 | 2026-02-25T01:55:03.805Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = 61a33f1c-8da7-44a4-8c1f-288fb255a20f
|
| 216 | 2026-02-25T01:55:03.806Z | 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::from_base::serial_history
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = migration_serial_history_base
vm_id = 61a33f1c-8da7-44a4-8c1f-288fb255a20f
|
| 217 | 2026-02-25T01:55:03.885Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 80
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = 61a33f1c-8da7-44a4-8c1f-288fb255a20f
|
| 218 | 2026-02-25T01:55:03.885Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 10234
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = 61a33f1c-8da7-44a4-8c1f-288fb255a20f
|
| 219 | 2026-02-25T01:55:03.888Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base_lifecycle_0
vm_id = 728a0301-16ea-48ee-bd27-bf9e6c619b58
|
| 220 | 2026-02-25T01:55:03.888Z | 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
|
| 221 | 2026-02-25T01:55:03.888Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 9612
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 222 | 2026-02-25T01:55:03.888Z | INFO | phd-runner: test phd_tests::migrate::from_base::serial_history ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 223 | 2026-02-25T01:55:03.888Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 224 | 2026-02-25T01:55:03.890Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base_lifecycle_0
vm_id = 728a0301-16ea-48ee-bd27-bf9e6c619b58
|
| 225 | 2026-02-25T01:55:04.391Z | 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::from_base::serial_history
self.address = 127.0.0.1:9002
target = phd_framework::test_vm::server
vm = migration_serial_history_base_lifecycle_0
vm_id = 728a0301-16ea-48ee-bd27-bf9e6c619b58
|
| 226 | 2026-02-25T01:55:04.468Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::zfs
vm = migration_serial_history_base_lifecycle_0
vm_id = 728a0301-16ea-48ee-bd27-bf9e6c619b58
|
| 227 | 2026-02-25T01:55:04.469Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-375ba57a-f44d-43dd-870b-bd0ba8e8f7d4"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::zfs
verb = destroy
vm = migration_serial_history_base_lifecycle_0
vm_id = 728a0301-16ea-48ee-bd27-bf9e6c619b58
|
| 228 | 2026-02-25T01:55:04.494Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::zfs
vm = migration_serial_history_base_lifecycle_0
vm_id = 728a0301-16ea-48ee-bd27-bf9e6c619b58
|
| 229 | 2026-02-25T01:55:04.494Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-95d40c9c-7dca-4797-887e-3e04225b4e9f"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::zfs
verb = destroy
vm = migration_serial_history_base_lifecycle_0
vm_id = 728a0301-16ea-48ee-bd27-bf9e6c619b58
|
| 230 | 2026-02-25T01:55:04.513Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 624
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base_lifecycle_0
vm_id = 728a0301-16ea-48ee-bd27-bf9e6c619b58
|
| 231 | 2026-02-25T01:55:04.513Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 624
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 232 | 2026-02-25T01:55:04.513Z | INFO | phd-runner: Starting test phd_tests::migrate::from_base::migration_from_base_and_back
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
| 233 | 2026-02-25T01:55:04.513Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 234 | 2026-02-25T01:55:04.513Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5527
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = 61a33f1c-8da7-44a4-8c1f-288fb255a20f
target = phd_framework::test_vm
target_id = 728a0301-16ea-48ee-bd27-bf9e6c619b58
vm = migration_serial_history_base_lifecycle_0
vm_id = 728a0301-16ea-48ee-bd27-bf9e6c619b58
|
| 235 | 2026-02-25T01:55:04.513Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 236 | 2026-02-25T01:55:04.513Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 5527
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = 61a33f1c-8da7-44a4-8c1f-288fb255a20f
target = phd_framework::test_vm
target_id = 728a0301-16ea-48ee-bd27-bf9e6c619b58
|
| 237 | 2026-02-25T01:55:04.513Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 10966
file = phd-tests/tests/src/migrate.rs
line = 40
path = phd_tests::migrate::from_base::serial_history
target = phd_tests::migrate::from_base
|
| 238 | 2026-02-25T01:55:04.513Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 52
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_tests::migrate::from_base
|
| 239 | 2026-02-25T01:55:04.513Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 240 | 2026-02-25T01:55:04.513Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 241 | 2026-02-25T01:55:04.513Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 242 | 2026-02-25T01:55:04.513Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::zfs
verb = list
|
| 243 | 2026-02-25T01:55:04.525Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::from_base::migration_from_base_and_back
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 866M 25.3T 864M /phd-artifacts\n
target = phd_framework::zfs
|
| 244 | 2026-02-25T01:55:04.525Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2c4a6d06-be26-43b2-a05c-3a2e877c2cf7"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::zfs
verb = snapshot
|
| 245 | 2026-02-25T01:55:04.545Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2c4a6d06-be26-43b2-a05c-3a2e877c2cf7", "phd-artifacts/phd-clone-4832bdd8-86f9-455f-8b45-e29886780274"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::zfs
verb = clone
|
| 246 | 2026-02-25T01:55:04.566Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-4832bdd8-86f9-455f-8b45-e29886780274"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::zfs
verb = list
|
| 247 | 2026-02-25T01:55:04.578Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::from_base::migration_from_base_and_back
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-4832bdd8-86f9-455f-8b45-e29886780274 0B 25.3T 864M /phd-artifacts/phd-clone-4832bdd8-86f9-455f-8b45-e29886780274\n
target = phd_framework::zfs
|
| 248 | 2026-02-25T01:55:04.578Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
| 249 | 2026-02-25T01:55:04.578Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__BASE_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm_name = migration_from_base_and_back
|
| 250 | 2026-02-25T01:55:04.578Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/7f80be08b449a34e6129015440db359ed3d7be6fd2b3bac3405dc260e24fbbcd/propolis-server
target = phd_framework::artifacts::store
|
| 251 | 2026-02-25T01:55:04.579Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 64
path = phd_tests::migrate::from_base::migration_from_base_and_back
server_addr = 127.0.0.1:9000
server_path = "/phd-artifacts/7f80be08b449a34e6129015440db359ed3d7be6fd2b3bac3405dc260e24fbbcd/propolis-server"
target = phd_framework::test_vm::server
|
| 252 | 2026-02-25T01:55:04.579Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::migrate::from_base::migration_from_base_and_back
stderr_path = "/tmp/propolis-phd/phd_tests::migrate::from_base::migration_from_base_and_back/migration_from_base_and_back.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::migrate::from_base::migration_from_base_and_back/migration_from_base_and_back.stdout.log"
target = phd_framework::log_config
|
| 253 | 2026-02-25T01:55:04.606Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 856
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm::server
|
| 254 | 2026-02-25T01:55:04.620Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 41
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
| 255 | 2026-02-25T01:55:04.620Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 256 | 2026-02-25T01:55:04.621Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 452
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 257 | 2026-02-25T01:55:05.058Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 258 | 2026-02-25T01:55:05.059Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 52078d41-6318-4973-8e5c-f988ffe00bd5, name: "phd-vm-52078d41-6318-4973-8e5c-f988ffe00bd5", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: b000212c-00df-4c82-b3bb-39aea8fe9381, project_id: 98a8af98-3efc-414a-a4b2-ca65fd5d22d0, sled_id: 8669f20b-b320-4268-a67b-b7e51464035a, sled_serial: "8669f20b-b320-4268-a67b-b7e51464035a", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating }
line = 511
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 259 | 2026-02-25T01:55:05.059Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 260 | 2026-02-25T01:55:05.059Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 577
path = phd_tests::migrate::from_base::migration_from_base_and_back
state = Run
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 261 | 2026-02-25T01:55:05.060Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 572
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 262 | 2026-02-25T01:55:05.060Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
| 263 | 2026-02-25T01:55:05.060Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 836
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
timeout_duration = 300s
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 264 | 2026-02-25T01:55:05.060Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::from_base::migration_from_base_and_back
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 265 | 2026-02-25T01:55:05.060Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 266 | 2026-02-25T01:55:05.060Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 267 | 2026-02-25T01:55:09.597Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4537
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 268 | 2026-02-25T01:55:09.597Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::from_base::migration_from_base_and_back
step = WriteStr("root")
target = phd_framework::test_vm
|
| 269 | 2026-02-25T01:55:09.597Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::from_base::migration_from_base_and_back
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 270 | 2026-02-25T01:55:09.597Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 271 | 2026-02-25T01:55:09.597Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 272 | 2026-02-25T01:55:09.616Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 273 | 2026-02-25T01:55:09.616Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::from_base::migration_from_base_and_back
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 274 | 2026-02-25T01:55:09.616Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 844
path = phd_tests::migrate::from_base::migration_from_base_and_back
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 275 | 2026-02-25T01:55:09.616Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 276 | 2026-02-25T01:55:09.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 = 909
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 277 | 2026-02-25T01:55:09.648Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 278 | 2026-02-25T01:55:09.648Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 884
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
| 279 | 2026-02-25T01:55:09.648Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4588
file = phd-tests/framework/src/test_vm/mod.rs
line = 887
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
| 280 | 2026-02-25T01:55:09.648Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 281 | 2026-02-25T01:55:09.648Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 282 | 2026-02-25T01:55:09.659Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 283 | 2026-02-25T01:55:09.659Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 284 | 2026-02-25T01:55:09.659Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 285 | 2026-02-25T01:55:09.692Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 286 | 2026-02-25T01:55:09.693Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 287 | 2026-02-25T01:55:09.693Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 288 | 2026-02-25T01:55:09.703Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 289 | 2026-02-25T01:55:09.703Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 290 | 2026-02-25T01:55:09.704Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 291 | 2026-02-25T01:55:09.736Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 292 | 2026-02-25T01:55:09.737Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 293 | 2026-02-25T01:55:09.737Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 294 | 2026-02-25T01:55:09.747Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 295 | 2026-02-25T01:55:09.747Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 296 | 2026-02-25T01:55:09.747Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 297 | 2026-02-25T01:55:09.780Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 298 | 2026-02-25T01:55:09.781Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 299 | 2026-02-25T01:55:09.781Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 300 | 2026-02-25T01:55:09.791Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 301 | 2026-02-25T01:55:09.792Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 302 | 2026-02-25T01:55:09.792Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 303 | 2026-02-25T01:55:09.825Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 304 | 2026-02-25T01:55:09.825Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 305 | 2026-02-25T01:55:09.825Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 306 | 2026-02-25T01:55:09.836Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 307 | 2026-02-25T01:55:09.836Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 308 | 2026-02-25T01:55:09.836Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 309 | 2026-02-25T01:55:09.869Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 310 | 2026-02-25T01:55:09.869Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 311 | 2026-02-25T01:55:09.869Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 312 | 2026-02-25T01:55:09.881Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 313 | 2026-02-25T01:55:09.881Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 314 | 2026-02-25T01:55:09.881Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 315 | 2026-02-25T01:55:09.914Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 316 | 2026-02-25T01:55:09.914Z | 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::from_base::migration_from_base_and_back
propolis_artifact = __DEFAULT_PROPOLIS
target = phd_framework::lifecycle
vm_name = migration_from_base_and_back
|
| 317 | 2026-02-25T01:55:09.914Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
| 318 | 2026-02-25T01:55:09.914Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm_name = migration_from_base_and_back_lifecycle_0
|
| 319 | 2026-02-25T01:55:09.914Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 320 | 2026-02-25T01:55:09.915Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 64
path = phd_tests::migrate::from_base::migration_from_base_and_back
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 321 | 2026-02-25T01:55:09.915Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::migrate::from_base::migration_from_base_and_back
stderr_path = "/tmp/propolis-phd/phd_tests::migrate::from_base::migration_from_base_and_back/migration_from_base_and_back_lifecycle_0.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::migrate::from_base::migration_from_base_and_back/migration_from_base_and_back_lifecycle_0.stdout.log"
target = phd_framework::log_config
|
| 322 | 2026-02-25T01:55:09.940Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 857
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm::server
|
| 323 | 2026-02-25T01:55:09.953Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 38
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
| 324 | 2026-02-25T01:55:09.953Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
target = phd_framework::test_vm
target_id = cb60e32e-83ca-4c0e-8843-22985ab28253
|
| 325 | 2026-02-25T01:55:09.953Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9000
file = phd-tests/framework/src/test_vm/mod.rs
line = 639
migration_id = 47ee7992-7512-447b-818c-a34bc1a49fbb
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
target = phd_framework::test_vm
target_id = cb60e32e-83ca-4c0e-8843-22985ab28253
timeout_duration = 45s
|
| 326 | 2026-02-25T01:55:09.954Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
target = phd_framework::test_vm
target_id = cb60e32e-83ca-4c0e-8843-22985ab28253
vm = migration_from_base_and_back_lifecycle_0
vm_id = cb60e32e-83ca-4c0e-8843-22985ab28253
|
| 327 | 2026-02-25T01:55:09.954Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9002/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 452
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
target = phd_framework::test_vm
target_id = cb60e32e-83ca-4c0e-8843-22985ab28253
vm = migration_from_base_and_back_lifecycle_0
vm_id = cb60e32e-83ca-4c0e-8843-22985ab28253
|
| 328 | 2026-02-25T01:55:10.710Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: cb60e32e-83ca-4c0e-8843-22985ab28253, name: "phd-vm-cb60e32e-83ca-4c0e-8843-22985ab28253", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: b000212c-00df-4c82-b3bb-39aea8fe9381, project_id: 98a8af98-3efc-414a-a4b2-ca65fd5d22d0, sled_id: 3fc9a3bd-9398-4a71-958f-db55ffa82144, sled_serial: "3fc9a3bd-9398-4a71-958f-db55ffa82144", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 511
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
target = phd_framework::test_vm
target_id = cb60e32e-83ca-4c0e-8843-22985ab28253
vm = migration_from_base_and_back_lifecycle_0
vm_id = cb60e32e-83ca-4c0e-8843-22985ab28253
|
| 329 | 2026-02-25T01:55:10.710Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 47ee7992-7512-447b-818c-a34bc1a49fbb
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
target = phd_framework::test_vm
target_id = cb60e32e-83ca-4c0e-8843-22985ab28253
|
| 330 | 2026-02-25T01:55:13.142Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9002","from_start":7847}}
target = phd_framework::serial
|
| 331 | 2026-02-25T01:55:13.646Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 673
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
target = phd_framework::test_vm
target_id = cb60e32e-83ca-4c0e-8843-22985ab28253
|
| 332 | 2026-02-25T01:55:13.646Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2935
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 47ee7992-7512-447b-818c-a34bc1a49fbb
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
target = phd_framework::test_vm
target_id = cb60e32e-83ca-4c0e-8843-22985ab28253
|
| 333 | 2026-02-25T01:55:13.648Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 334 | 2026-02-25T01:55:13.648Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back_lifecycle_0
vm_id = cb60e32e-83ca-4c0e-8843-22985ab28253
|
| 335 | 2026-02-25T01:55:13.648Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_from_base_and_back_lifecycle_0
vm_id = cb60e32e-83ca-4c0e-8843-22985ab28253
|
| 336 | 2026-02-25T01:55:13.649Z | 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::from_base::migration_from_base_and_back
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 337 | 2026-02-25T01:55:13.727Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 79
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 338 | 2026-02-25T01:55:13.728Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 9108
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
|
| 339 | 2026-02-25T01:55:13.728Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 79
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back_lifecycle_0
vm_id = cb60e32e-83ca-4c0e-8843-22985ab28253
|
| 340 | 2026-02-25T01:55:13.728Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back_lifecycle_0
vm_id = cb60e32e-83ca-4c0e-8843-22985ab28253
|
| 341 | 2026-02-25T01:55:13.728Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_from_base_and_back_lifecycle_0
vm_id = cb60e32e-83ca-4c0e-8843-22985ab28253
|
| 342 | 2026-02-25T01:55:13.759Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back_lifecycle_0
vm_id = cb60e32e-83ca-4c0e-8843-22985ab28253
|
| 343 | 2026-02-25T01:55:13.759Z | 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::from_base::migration_from_base_and_back
propolis_artifact = __BASE_PROPOLIS
target = phd_framework::lifecycle
vm_name = migration_from_base_and_back
|
| 344 | 2026-02-25T01:55:13.759Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
| 345 | 2026-02-25T01:55:13.760Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__BASE_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm_name = migration_from_base_and_back_lifecycle_1
|
| 346 | 2026-02-25T01:55:13.760Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/7f80be08b449a34e6129015440db359ed3d7be6fd2b3bac3405dc260e24fbbcd/propolis-server
target = phd_framework::artifacts::store
|
| 347 | 2026-02-25T01:55:13.760Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 64
path = phd_tests::migrate::from_base::migration_from_base_and_back
server_addr = 127.0.0.1:9004
server_path = "/phd-artifacts/7f80be08b449a34e6129015440db359ed3d7be6fd2b3bac3405dc260e24fbbcd/propolis-server"
target = phd_framework::test_vm::server
|
| 348 | 2026-02-25T01:55:13.760Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::migrate::from_base::migration_from_base_and_back
stderr_path = "/tmp/propolis-phd/phd_tests::migrate::from_base::migration_from_base_and_back/migration_from_base_and_back_lifecycle_1.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::migrate::from_base::migration_from_base_and_back/migration_from_base_and_back_lifecycle_1.stdout.log"
target = phd_framework::log_config
|
| 349 | 2026-02-25T01:55:13.786Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 859
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm::server
|
| 350 | 2026-02-25T01:55:13.800Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 40
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
| 351 | 2026-02-25T01:55:13.801Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_0
source_id = cb60e32e-83ca-4c0e-8843-22985ab28253
target = phd_framework::test_vm
target_id = 2abe1088-5623-4a2b-8dfc-70ca82ee6437
|
| 352 | 2026-02-25T01:55:13.801Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9002
file = phd-tests/framework/src/test_vm/mod.rs
line = 639
migration_id = 59fd6359-ccef-43ac-b989-505676e37868
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_0
source_id = cb60e32e-83ca-4c0e-8843-22985ab28253
target = phd_framework::test_vm
target_id = 2abe1088-5623-4a2b-8dfc-70ca82ee6437
timeout_duration = 45s
|
| 353 | 2026-02-25T01:55:13.801Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_0
source_id = cb60e32e-83ca-4c0e-8843-22985ab28253
target = phd_framework::test_vm
target_id = 2abe1088-5623-4a2b-8dfc-70ca82ee6437
vm = migration_from_base_and_back_lifecycle_1
vm_id = 2abe1088-5623-4a2b-8dfc-70ca82ee6437
|
| 354 | 2026-02-25T01:55:13.801Z | 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:9004/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 452
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_0
source_id = cb60e32e-83ca-4c0e-8843-22985ab28253
target = phd_framework::test_vm
target_id = 2abe1088-5623-4a2b-8dfc-70ca82ee6437
vm = migration_from_base_and_back_lifecycle_1
vm_id = 2abe1088-5623-4a2b-8dfc-70ca82ee6437
|
| 355 | 2026-02-25T01:55:14.489Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 2abe1088-5623-4a2b-8dfc-70ca82ee6437, name: "phd-vm-2abe1088-5623-4a2b-8dfc-70ca82ee6437", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: b000212c-00df-4c82-b3bb-39aea8fe9381, project_id: 98a8af98-3efc-414a-a4b2-ca65fd5d22d0, sled_id: f9a8c1b6-78d4-49f0-b617-c342ca245add, sled_serial: "f9a8c1b6-78d4-49f0-b617-c342ca245add", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 511
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_0
source_id = cb60e32e-83ca-4c0e-8843-22985ab28253
target = phd_framework::test_vm
target_id = 2abe1088-5623-4a2b-8dfc-70ca82ee6437
vm = migration_from_base_and_back_lifecycle_1
vm_id = 2abe1088-5623-4a2b-8dfc-70ca82ee6437
|
| 356 | 2026-02-25T01:55:14.489Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 59fd6359-ccef-43ac-b989-505676e37868
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_0
source_id = cb60e32e-83ca-4c0e-8843-22985ab28253
target = phd_framework::test_vm
target_id = 2abe1088-5623-4a2b-8dfc-70ca82ee6437
|
| 357 | 2026-02-25T01:55:16.952Z | 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":7894}}
target = phd_framework::serial
|
| 358 | 2026-02-25T01:55:17.700Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 673
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_0
source_id = cb60e32e-83ca-4c0e-8843-22985ab28253
target = phd_framework::test_vm
target_id = 2abe1088-5623-4a2b-8dfc-70ca82ee6437
|
| 359 | 2026-02-25T01:55:17.700Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3211
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 59fd6359-ccef-43ac-b989-505676e37868
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_0
source_id = cb60e32e-83ca-4c0e-8843-22985ab28253
target = phd_framework::test_vm
target_id = 2abe1088-5623-4a2b-8dfc-70ca82ee6437
|
| 360 | 2026-02-25T01:55:17.702Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back_lifecycle_0
vm_id = cb60e32e-83ca-4c0e-8843-22985ab28253
|
| 361 | 2026-02-25T01:55:17.702Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back_lifecycle_1
vm_id = 2abe1088-5623-4a2b-8dfc-70ca82ee6437
|
| 362 | 2026-02-25T01:55:17.702Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_from_base_and_back_lifecycle_1
vm_id = 2abe1088-5623-4a2b-8dfc-70ca82ee6437
|
| 363 | 2026-02-25T01:55:17.703Z | 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::from_base::migration_from_base_and_back
self.address = 127.0.0.1:9002
target = phd_framework::test_vm::server
vm = migration_from_base_and_back_lifecycle_0
vm_id = cb60e32e-83ca-4c0e-8843-22985ab28253
|
| 364 | 2026-02-25T01:55:17.783Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 81
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back_lifecycle_0
vm_id = cb60e32e-83ca-4c0e-8843-22985ab28253
|
| 365 | 2026-02-25T01:55:17.784Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 7830
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
target = phd_framework::test_vm
target_id = cb60e32e-83ca-4c0e-8843-22985ab28253
vm = migration_from_base_and_back_lifecycle_0
vm_id = cb60e32e-83ca-4c0e-8843-22985ab28253
|
| 366 | 2026-02-25T01:55:17.784Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 7831
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = 52078d41-6318-4973-8e5c-f988ffe00bd5
target = phd_framework::test_vm
target_id = cb60e32e-83ca-4c0e-8843-22985ab28253
|
| 367 | 2026-02-25T01:55:17.784Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 81
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back_lifecycle_1
vm_id = 2abe1088-5623-4a2b-8dfc-70ca82ee6437
|
| 368 | 2026-02-25T01:55:17.784Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back_lifecycle_1
vm_id = 2abe1088-5623-4a2b-8dfc-70ca82ee6437
|
| 369 | 2026-02-25T01:55:17.784Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_from_base_and_back_lifecycle_1
vm_id = 2abe1088-5623-4a2b-8dfc-70ca82ee6437
|
| 370 | 2026-02-25T01:55:17.814Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 30
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back_lifecycle_1
vm_id = 2abe1088-5623-4a2b-8dfc-70ca82ee6437
|
| 371 | 2026-02-25T01:55:17.815Z | 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::from_base::migration_from_base_and_back
propolis_artifact = __DEFAULT_PROPOLIS
target = phd_framework::lifecycle
vm_name = migration_from_base_and_back
|
| 372 | 2026-02-25T01:55:17.815Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
| 373 | 2026-02-25T01:55:17.815Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 318
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm_name = migration_from_base_and_back_lifecycle_2
|
| 374 | 2026-02-25T01:55:17.815Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 375 | 2026-02-25T01:55:17.815Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 64
path = phd_tests::migrate::from_base::migration_from_base_and_back
server_addr = 127.0.0.1:9006
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 376 | 2026-02-25T01:55:17.815Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 84
path = phd_tests::migrate::from_base::migration_from_base_and_back
stderr_path = "/tmp/propolis-phd/phd_tests::migrate::from_base::migration_from_base_and_back/migration_from_base_and_back_lifecycle_2.stderr.log"
stdout_path = "/tmp/propolis-phd/phd_tests::migrate::from_base::migration_from_base_and_back/migration_from_base_and_back_lifecycle_2.stdout.log"
target = phd_framework::log_config
|
| 377 | 2026-02-25T01:55:17.843Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 861
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm::server
|
| 378 | 2026-02-25T01:55:17.857Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 41
file = phd-tests/framework/src/test_vm/mod.rs
line = 300
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
| 379 | 2026-02-25T01:55:17.857Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_1
source_id = 2abe1088-5623-4a2b-8dfc-70ca82ee6437
target = phd_framework::test_vm
target_id = 88dac263-8c19-47ad-b9e6-076f90e75719
|
| 380 | 2026-02-25T01:55:17.857Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9004
file = phd-tests/framework/src/test_vm/mod.rs
line = 639
migration_id = 9ab3ed35-072b-4c6a-aeff-29b4ff79f8f0
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_1
source_id = 2abe1088-5623-4a2b-8dfc-70ca82ee6437
target = phd_framework::test_vm
target_id = 88dac263-8c19-47ad-b9e6-076f90e75719
timeout_duration = 45s
|
| 381 | 2026-02-25T01:55:17.857Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_1
source_id = 2abe1088-5623-4a2b-8dfc-70ca82ee6437
target = phd_framework::test_vm
target_id = 88dac263-8c19-47ad-b9e6-076f90e75719
vm = migration_from_base_and_back_lifecycle_2
vm_id = 88dac263-8c19-47ad-b9e6-076f90e75719
|
| 382 | 2026-02-25T01:55:17.857Z | 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:9006/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 452
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_1
source_id = 2abe1088-5623-4a2b-8dfc-70ca82ee6437
target = phd_framework::test_vm
target_id = 88dac263-8c19-47ad-b9e6-076f90e75719
vm = migration_from_base_and_back_lifecycle_2
vm_id = 88dac263-8c19-47ad-b9e6-076f90e75719
|
| 383 | 2026-02-25T01:55:18.405Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { id: 88dac263-8c19-47ad-b9e6-076f90e75719, name: "phd-vm-88dac263-8c19-47ad-b9e6-076f90e75719", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: b000212c-00df-4c82-b3bb-39aea8fe9381, project_id: 98a8af98-3efc-414a-a4b2-ca65fd5d22d0, sled_id: 979cad32-31d3-4944-b378-ff90516b4d81, sled_serial: "979cad32-31d3-4944-b378-ff90516b4d81", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating }
line = 511
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_1
source_id = 2abe1088-5623-4a2b-8dfc-70ca82ee6437
target = phd_framework::test_vm
target_id = 88dac263-8c19-47ad-b9e6-076f90e75719
vm = migration_from_base_and_back_lifecycle_2
vm_id = 88dac263-8c19-47ad-b9e6-076f90e75719
|
| 384 | 2026-02-25T01:55:18.405Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 9ab3ed35-072b-4c6a-aeff-29b4ff79f8f0
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_1
source_id = 2abe1088-5623-4a2b-8dfc-70ca82ee6437
target = phd_framework::test_vm
target_id = 88dac263-8c19-47ad-b9e6-076f90e75719
|
| 385 | 2026-02-25T01:55:20.850Z | 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:9006","from_start":7941}}
target = phd_framework::serial
|
| 386 | 2026-02-25T01:55:21.422Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 673
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_1
source_id = 2abe1088-5623-4a2b-8dfc-70ca82ee6437
target = phd_framework::test_vm
target_id = 88dac263-8c19-47ad-b9e6-076f90e75719
|
| 387 | 2026-02-25T01:55:21.423Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3017
file = phd-tests/framework/src/test_vm/mod.rs
line = 660
migration_id = 9ab3ed35-072b-4c6a-aeff-29b4ff79f8f0
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_1
source_id = 2abe1088-5623-4a2b-8dfc-70ca82ee6437
target = phd_framework::test_vm
target_id = 88dac263-8c19-47ad-b9e6-076f90e75719
|
| 388 | 2026-02-25T01:55:21.425Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back_lifecycle_1
vm_id = 2abe1088-5623-4a2b-8dfc-70ca82ee6437
|
| 389 | 2026-02-25T01:55:21.425Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back_lifecycle_2
vm_id = 88dac263-8c19-47ad-b9e6-076f90e75719
|
| 390 | 2026-02-25T01:55:21.425Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 909
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_from_base_and_back_lifecycle_2
vm_id = 88dac263-8c19-47ad-b9e6-076f90e75719
|
| 391 | 2026-02-25T01:55:21.426Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
path = phd_tests::migrate::from_base::migration_from_base_and_back
self.address = 127.0.0.1:9004
target = phd_framework::test_vm::server
vm = migration_from_base_and_back_lifecycle_1
vm_id = 2abe1088-5623-4a2b-8dfc-70ca82ee6437
|
| 392 | 2026-02-25T01:55:21.506Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 80
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back_lifecycle_1
vm_id = 2abe1088-5623-4a2b-8dfc-70ca82ee6437
|
| 393 | 2026-02-25T01:55:21.506Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 7706
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_0
source_id = cb60e32e-83ca-4c0e-8843-22985ab28253
target = phd_framework::test_vm
target_id = 2abe1088-5623-4a2b-8dfc-70ca82ee6437
vm = migration_from_base_and_back_lifecycle_1
vm_id = 2abe1088-5623-4a2b-8dfc-70ca82ee6437
|
| 394 | 2026-02-25T01:55:21.506Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 7706
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_0
source_id = cb60e32e-83ca-4c0e-8843-22985ab28253
target = phd_framework::test_vm
target_id = 2abe1088-5623-4a2b-8dfc-70ca82ee6437
|
| 395 | 2026-02-25T01:55:21.506Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 81
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back_lifecycle_2
vm_id = 88dac263-8c19-47ad-b9e6-076f90e75719
|
| 396 | 2026-02-25T01:55:21.506Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back_lifecycle_2
vm_id = 88dac263-8c19-47ad-b9e6-076f90e75719
|
| 397 | 2026-02-25T01:55: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 = 909
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_from_base_and_back_lifecycle_2
vm_id = 88dac263-8c19-47ad-b9e6-076f90e75719
|
| 398 | 2026-02-25T01:55:21.536Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 29
file = phd-tests/framework/src/test_vm/mod.rs
line = 902
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back_lifecycle_2
vm_id = 88dac263-8c19-47ad-b9e6-076f90e75719
|
| 399 | 2026-02-25T01:55:21.536Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back_lifecycle_2
vm_id = 88dac263-8c19-47ad-b9e6-076f90e75719
|
| 400 | 2026-02-25T01:55:21.536Z | 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
|
| 401 | 2026-02-25T01:55:21.536Z | INFO | phd-runner: test phd_tests::migrate::from_base::migration_from_base_and_back ... ok
file = phd-tests/runner/src/execute.rs
line = 130
target = phd_runner::execute
|
| 402 | 2026-02-25T01:55:21.537Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 16480
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 403 | 2026-02-25T01:55:21.537Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 404 | 2026-02-25T01:55:21.538Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1175
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back_lifecycle_2
vm_id = 88dac263-8c19-47ad-b9e6-076f90e75719
|
| 405 | 2026-02-25T01:55:21.822Z | 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::from_base::migration_from_base_and_back
self.address = 127.0.0.1:9006
target = phd_framework::test_vm::server
vm = migration_from_base_and_back_lifecycle_2
vm_id = 88dac263-8c19-47ad-b9e6-076f90e75719
|
| 406 | 2026-02-25T01:55:21.898Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::zfs
vm = migration_from_base_and_back_lifecycle_2
vm_id = 88dac263-8c19-47ad-b9e6-076f90e75719
|
| 407 | 2026-02-25T01:55:21.898Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-4832bdd8-86f9-455f-8b45-e29886780274"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::zfs
verb = destroy
vm = migration_from_base_and_back_lifecycle_2
vm_id = 88dac263-8c19-47ad-b9e6-076f90e75719
|
| 408 | 2026-02-25T01:55:21.927Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::zfs
vm = migration_from_base_and_back_lifecycle_2
vm_id = 88dac263-8c19-47ad-b9e6-076f90e75719
|
| 409 | 2026-02-25T01:55:21.927Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2c4a6d06-be26-43b2-a05c-3a2e877c2cf7"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::zfs
verb = destroy
vm = migration_from_base_and_back_lifecycle_2
vm_id = 88dac263-8c19-47ad-b9e6-076f90e75719
|
| 410 | 2026-02-25T01:55:21.946Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 409
file = phd-tests/framework/src/test_vm/mod.rs
line = 1152
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back_lifecycle_2
vm_id = 88dac263-8c19-47ad-b9e6-076f90e75719
|
| 411 | 2026-02-25T01:55:21.946Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 409
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 412 | 2026-02-25T01:55:21.946Z | INFO | phd-runner: [EXECUTION_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 35
target = phd_runner::fixtures
|
| 413 | 2026-02-25T01:55:21.946Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 4089
file = phd-tests/framework/src/test_vm/mod.rs
line = 409
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_1
source_id = 2abe1088-5623-4a2b-8dfc-70ca82ee6437
target = phd_framework::test_vm
target_id = 88dac263-8c19-47ad-b9e6-076f90e75719
vm = migration_from_base_and_back_lifecycle_2
vm_id = 88dac263-8c19-47ad-b9e6-076f90e75719
|
| 414 | 2026-02-25T01:55:21.946Z | INFO | phd-runner: [EXECUTION_CLEANUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 35
target = phd_runner::fixtures
|
| 415 | 2026-02-25T01:55:21.946Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 4090
file = phd-tests/framework/src/test_vm/mod.rs
line = 606
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_1
source_id = 2abe1088-5623-4a2b-8dfc-70ca82ee6437
target = phd_framework::test_vm
target_id = 88dac263-8c19-47ad-b9e6-076f90e75719
|
| 416 | 2026-02-25T01:55:21.947Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 17435
file = phd-tests/tests/src/migrate.rs
line = 52
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_tests::migrate::from_base
|
| 417 | | test result: ok. 3 passed; 0 failed; 0 skipped; 0 not run; finished in 73.14s |
| 418 | | |
| 419 | 2026-02-25T01:55:21.947Z | DEBG | phd-runner: phd_runner
exit_code = 0
file = phd-tests/runner/src/main.rs
line = 41
target = phd_runner
|