| 1 | 2025-10-07T18:39:59.431Z | 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 | 2025-10-07T18:39:59.434Z | DEBG | phd-runner: Created new artifact store from manifest
file = phd-tests/framework/src/artifacts/store.rs
line = 219
store = Store { local_dir: "/phd-artifacts", artifacts: {"alpine": Mutex { data: StoredArtifact { description: Artifact { filename: "alpine.iso", kind: GuestOs(Alpine), source: RemoteServer { sha256: "ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1" }, untar: None }, cached_path: None } }, "ovmf": Mutex { data: StoredArtifact { description: Artifact { filename: "OVMF_CODE.fd", kind: Bootrom, source: Buildomat(BuildomatArtifact { repo: Repo("oxidecomputer/edk2"), series: Series("image_debug"), commit: Commit("907a5fd1763ce5ddd74001261e5b52cd200a25f9"), sha256: "ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb" }), untar: None }, cached_path: None } }}, downloader: DownloadConfig { timeout: 600s, buildomat_backoff: ExponentialBackoff { current_interval: 1s, initial_interval: 1s, randomization_factor: 0.5, multiplier: 1.5, max_interval: 60s, start_time: Instant { tv_sec: 987, tv_nsec: 293197724 }, max_elapsed_time: Some(1200s), clock: SystemClock }, remote_server_uris: ["https://oxide-omicron-build.s3.amazonaws.com"] } }
target = phd_framework::artifacts::store
|
| 3 | 2025-10-07T18:39:59.434Z | INFO | phd-runner: Adding Propolis server from local command
file = phd-tests/framework/src/artifacts/store.rs
line = 227
propolis_server_cmd = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
| 4 | 2025-10-07T18:39:59.434Z | INFO | phd-runner: Adding crucible-downstairs from Buildomat Git revision
commit = 65ca41e821ef53ec9c28909357f23e3348169e4f
file = phd-tests/framework/src/artifacts/store.rs
line = 311
target = phd_framework::artifacts::store
|
| 5 | 2025-10-07T18:39:59.434Z | 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/65ca41e821ef53ec9c28909357f23e3348169e4f/crucible-nightly.sha256.txt
|
| 6 | 2025-10-07T18:39:59.682Z | 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 | 2025-10-07T18:40:00.194Z | 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/c39f25f108d544ed3d4884ce285f141d095939bc/propolis-server.sha256.txt
|
| 8 | 2025-10-07T18:40:00.435Z | INFO | phd-runner: [EXECUTION_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 25
target = phd_runner::fixtures
|
| 9 | 2025-10-07T18:40:00.435Z | INFO | phd-runner: [EXECUTION_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 25
target = phd_runner::fixtures
|
| 10 | 2025-10-07T18:40:00.435Z | INFO | phd-runner: Running 3 test(s)
file = phd-tests/runner/src/execute.rs
line = 82
target = phd_runner::execute
|
| 11 | 2025-10-07T18:40:00.435Z | 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 | 2025-10-07T18:40:00.435Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 13 | 2025-10-07T18:40:00.435Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 14 | 2025-10-07T18:40:00.436Z | 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 | 2025-10-07T18:40:00.436Z | DEBG | phd-runner: [TEST - EVENT] checking for existing copy of artifact
file = phd-tests/framework/src/artifacts/store.rs
line = 89
maybe_path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::artifacts::store
|
| 16 | 2025-10-07T18:40:00.436Z | 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/907a5fd1763ce5ddd74001261e5b52cd200a25f9/OVMF_CODE.fd
|
| 17 | 2025-10-07T18:40:01.013Z | 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 | 2025-10-07T18:40:01.043Z | 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 | 2025-10-07T18:40:26.887Z | DEBG | phd-runner: [TEST - EVENT] Verified 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 | 2025-10-07T18:40:26.887Z | 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 | 2025-10-07T18:40:26.894Z | 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.01M 1.80T 1.91M /phd-artifacts\n
target = phd_framework::zfs
|
| 22 | 2025-10-07T18:40:26.895Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-cf48ea3d-a547-4985-8ea8-ccb6586003e8"]
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 | 2025-10-07T18:40:26.946Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-cf48ea3d-a547-4985-8ea8-ccb6586003e8", "phd-artifacts/phd-clone-d1cb0c23-2d7f-4741-9a14-e8dee0abd1df"]
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 | 2025-10-07T18:40:26.958Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-d1cb0c23-2d7f-4741-9a14-e8dee0abd1df"]
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 | 2025-10-07T18:40:26.965Z | 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-d1cb0c23-2d7f-4741-9a14-e8dee0abd1df 0B 1.80T 48.9M /phd-artifacts/phd-clone-d1cb0c23-2d7f-4741-9a14-e8dee0abd1df\n
target = phd_framework::zfs
|
| 26 | 2025-10-07T18:40:26.966Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 197
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
|
| 27 | 2025-10-07T18:40:26.966Z | 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 = 215
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm_name = migration_from_base
|
| 28 | 2025-10-07T18:40:26.966Z | 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/e3c951b194a30f9e2883f33b3a8d88b1d177f4ff2c9d33662324a1b0fbf194ff/propolis-server.tar.gz
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::artifacts::store
|
| 29 | 2025-10-07T18:40:26.966Z | 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/c39f25f108d544ed3d4884ce285f141d095939bc/propolis-server.tar.gz
|
| 30 | 2025-10-07T18:40:53.610Z | DEBG | phd-runner: [NEW - EVENT] Extracting artifact from tarball
extracted_path = /phd-artifacts/e3c951b194a30f9e2883f33b3a8d88b1d177f4ff2c9d33662324a1b0fbf194ff/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 | 2025-10-07T18:40:53.610Z | 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 | 2025-10-07T18:41:07.449Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 64
path = phd_tests::migrate::from_base::can_migrate_from_base
server_addr = 127.0.0.1:9000
server_path = "/phd-artifacts/e3c951b194a30f9e2883f33b3a8d88b1d177f4ff2c9d33662324a1b0fbf194ff/propolis-server"
target = phd_framework::test_vm::server
|
| 33 | 2025-10-07T18:41:07.449Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::migrate::from_base::can_migrate_from_base
stderr_path = "/tmp/propolis-phd/migration_from_base.stderr.log"
stdout_path = "/tmp/propolis-phd/migration_from_base.stdout.log"
target = phd_framework::log_config
|
| 34 | 2025-10-07T18:41:07.506Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 868
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 | 2025-10-07T18:41:07.538Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 306
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = cc9e5338-a626-415c-9a42-48f057b2571e
|
| 36 | 2025-10-07T18:41:07.541Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 40575
file = phd-tests/framework/src/test_vm/mod.rs
line = 197
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
|
| 37 | 2025-10-07T18:41:07.607Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 38 | 2025-10-07T18:41:07.608Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: cc9e5338-a626-415c-9a42-48f057b2571e, metadata: InstanceMetadata { project_id: 8759b33a-e195-464d-84bb-aaf6c8e6120d, silo_id: 09ebda57-1f71-42d3-865b-67156967c042, sled_id: ae6261a3-1db9-4586-a5a7-f669674ba0bd, sled_model: "pheidippes", sled_revision: 1, sled_serial: "ae6261a3-1db9-4586-a5a7-f669674ba0bd" }, name: "phd-vm-cc9e5338-a626-415c-9a42-48f057b2571e" }, state: Creating }
line = 404
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = cc9e5338-a626-415c-9a42-48f057b2571e
|
| 39 | 2025-10-07T18:41:07.608Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 465
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = cc9e5338-a626-415c-9a42-48f057b2571e
|
| 40 | 2025-10-07T18:41:07.608Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 470
path = phd_tests::migrate::from_base::can_migrate_from_base
state = Run
target = phd_framework::test_vm
vm = migration_from_base
vm_id = cc9e5338-a626-415c-9a42-48f057b2571e
|
| 41 | 2025-10-07T18:41:07.609Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 465
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = cc9e5338-a626-415c-9a42-48f057b2571e
|
| 42 | 2025-10-07T18:41:07.609Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 780
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
|
| 43 | 2025-10-07T18:41:07.609Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 729
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
timeout_duration = 300s
vm = migration_from_base
vm_id = cc9e5338-a626-415c-9a42-48f057b2571e
|
| 44 | 2025-10-07T18:41:07.609Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 737
path = phd_tests::migrate::from_base::can_migrate_from_base
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 45 | 2025-10-07T18:41:07.609Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = cc9e5338-a626-415c-9a42-48f057b2571e
|
| 46 | 2025-10-07T18:41:07.609Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 802
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_from_base
vm_id = cc9e5338-a626-415c-9a42-48f057b2571e
|
| 47 | 2025-10-07T18:41:12.022Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4413
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = cc9e5338-a626-415c-9a42-48f057b2571e
|
| 48 | 2025-10-07T18:41:12.022Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 737
path = phd_tests::migrate::from_base::can_migrate_from_base
step = WriteStr("root")
target = phd_framework::test_vm
|
| 49 | 2025-10-07T18:41:12.023Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 737
path = phd_tests::migrate::from_base::can_migrate_from_base
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 50 | 2025-10-07T18:41:12.023Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = cc9e5338-a626-415c-9a42-48f057b2571e
|
| 51 | 2025-10-07T18:41:12.023Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 802
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_from_base
vm_id = cc9e5338-a626-415c-9a42-48f057b2571e
|
| 52 | 2025-10-07T18:41:12.040Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = cc9e5338-a626-415c-9a42-48f057b2571e
|
| 53 | 2025-10-07T18:41:12.040Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 737
path = phd_tests::migrate::from_base::can_migrate_from_base
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 54 | 2025-10-07T18:41:12.040Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 737
path = phd_tests::migrate::from_base::can_migrate_from_base
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 55 | 2025-10-07T18:41:12.040Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = cc9e5338-a626-415c-9a42-48f057b2571e
|
| 56 | 2025-10-07T18:41:12.040Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 802
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_from_base
vm_id = cc9e5338-a626-415c-9a42-48f057b2571e
|
| 57 | 2025-10-07T18:41:12.073Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = cc9e5338-a626-415c-9a42-48f057b2571e
|
| 58 | 2025-10-07T18:41:12.073Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 777
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
|
| 59 | 2025-10-07T18:41:12.073Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4464
file = phd-tests/framework/src/test_vm/mod.rs
line = 780
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
|
| 60 | 2025-10-07T18:41:12.073Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = cc9e5338-a626-415c-9a42-48f057b2571e
|
| 61 | 2025-10-07T18:41:12.073Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 802
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 = cc9e5338-a626-415c-9a42-48f057b2571e
|
| 62 | 2025-10-07T18:41:12.084Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = cc9e5338-a626-415c-9a42-48f057b2571e
|
| 63 | 2025-10-07T18:41:12.084Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = cc9e5338-a626-415c-9a42-48f057b2571e
|
| 64 | 2025-10-07T18:41:12.084Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 802
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 = cc9e5338-a626-415c-9a42-48f057b2571e
|
| 65 | 2025-10-07T18:41:12.117Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = cc9e5338-a626-415c-9a42-48f057b2571e
|
| 66 | 2025-10-07T18:41:12.117Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = cc9e5338-a626-415c-9a42-48f057b2571e
|
| 67 | 2025-10-07T18:41:12.117Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 802
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 = cc9e5338-a626-415c-9a42-48f057b2571e
|
| 68 | 2025-10-07T18:41:12.128Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = cc9e5338-a626-415c-9a42-48f057b2571e
|
| 69 | 2025-10-07T18:41:12.128Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = cc9e5338-a626-415c-9a42-48f057b2571e
|
| 70 | 2025-10-07T18:41:12.128Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 802
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 = cc9e5338-a626-415c-9a42-48f057b2571e
|
| 71 | 2025-10-07T18:41:12.161Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = cc9e5338-a626-415c-9a42-48f057b2571e
|
| 72 | 2025-10-07T18:41:12.161Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = cc9e5338-a626-415c-9a42-48f057b2571e
|
| 73 | 2025-10-07T18:41:12.161Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 802
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 = cc9e5338-a626-415c-9a42-48f057b2571e
|
| 74 | 2025-10-07T18:41:12.172Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = cc9e5338-a626-415c-9a42-48f057b2571e
|
| 75 | 2025-10-07T18:41:12.172Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = cc9e5338-a626-415c-9a42-48f057b2571e
|
| 76 | 2025-10-07T18:41:12.172Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 802
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 = cc9e5338-a626-415c-9a42-48f057b2571e
|
| 77 | 2025-10-07T18:41:12.205Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = cc9e5338-a626-415c-9a42-48f057b2571e
|
| 78 | 2025-10-07T18:41:12.205Z | 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
|
| 79 | 2025-10-07T18:41:12.205Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 197
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
|
| 80 | 2025-10-07T18:41:12.205Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 215
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm_name = migration_from_base_lifecycle_0
|
| 81 | 2025-10-07T18:41:12.205Z | 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
|
| 82 | 2025-10-07T18:41:12.205Z | 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
|
| 83 | 2025-10-07T18:41:12.206Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 64
path = phd_tests::migrate::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
|
| 84 | 2025-10-07T18:41:12.206Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::migrate::from_base::can_migrate_from_base
stderr_path = "/tmp/propolis-phd/migration_from_base_lifecycle_0.stderr.log"
stdout_path = "/tmp/propolis-phd/migration_from_base_lifecycle_0.stdout.log"
target = phd_framework::log_config
|
| 85 | 2025-10-07T18:41:12.224Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 869
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
|
| 86 | 2025-10-07T18:41:12.256Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 50
file = phd-tests/framework/src/test_vm/mod.rs
line = 197
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
|
| 87 | 2025-10-07T18:41:12.256Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 499
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = cc9e5338-a626-415c-9a42-48f057b2571e
target = phd_framework::test_vm
target_id = 548fc84a-2448-4fea-b4dc-81d5b1be72dd
|
| 88 | 2025-10-07T18:41:12.256Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9000
file = phd-tests/framework/src/test_vm/mod.rs
line = 532
migration_id = 8644c960-ab28-4fd5-86a5-0286cd74ee70
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = cc9e5338-a626-415c-9a42-48f057b2571e
target = phd_framework::test_vm
target_id = 548fc84a-2448-4fea-b4dc-81d5b1be72dd
timeout_duration = 45s
|
| 89 | 2025-10-07T18:41:12.256Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 306
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = cc9e5338-a626-415c-9a42-48f057b2571e
target = phd_framework::test_vm
target_id = 548fc84a-2448-4fea-b4dc-81d5b1be72dd
vm = migration_from_base_lifecycle_0
vm_id = 548fc84a-2448-4fea-b4dc-81d5b1be72dd
|
| 90 | 2025-10-07T18:41:12.322Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: 548fc84a-2448-4fea-b4dc-81d5b1be72dd, metadata: InstanceMetadata { project_id: 8759b33a-e195-464d-84bb-aaf6c8e6120d, silo_id: 09ebda57-1f71-42d3-865b-67156967c042, sled_id: 69e403b6-b686-439c-b099-560d11f18f98, sled_model: "pheidippes", sled_revision: 1, sled_serial: "69e403b6-b686-439c-b099-560d11f18f98" }, name: "phd-vm-548fc84a-2448-4fea-b4dc-81d5b1be72dd" }, state: Migrating }
line = 404
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = cc9e5338-a626-415c-9a42-48f057b2571e
target = phd_framework::test_vm
target_id = 548fc84a-2448-4fea-b4dc-81d5b1be72dd
vm = migration_from_base_lifecycle_0
vm_id = 548fc84a-2448-4fea-b4dc-81d5b1be72dd
|
| 91 | 2025-10-07T18:41:12.322Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 553
migration_id = 8644c960-ab28-4fd5-86a5-0286cd74ee70
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = cc9e5338-a626-415c-9a42-48f057b2571e
target = phd_framework::test_vm
target_id = 548fc84a-2448-4fea-b4dc-81d5b1be72dd
|
| 92 | 2025-10-07T18:41:14.602Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9002","from_start":7760}}
target = phd_framework::serial
|
| 93 | 2025-10-07T18:41:14.824Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 566
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = cc9e5338-a626-415c-9a42-48f057b2571e
target = phd_framework::test_vm
target_id = 548fc84a-2448-4fea-b4dc-81d5b1be72dd
|
| 94 | 2025-10-07T18:41:14.824Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2501
file = phd-tests/framework/src/test_vm/mod.rs
line = 553
migration_id = 8644c960-ab28-4fd5-86a5-0286cd74ee70
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = cc9e5338-a626-415c-9a42-48f057b2571e
target = phd_framework::test_vm
target_id = 548fc84a-2448-4fea-b4dc-81d5b1be72dd
|
| 95 | 2025-10-07T18:41:14.826Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = cc9e5338-a626-415c-9a42-48f057b2571e
|
| 96 | 2025-10-07T18:41:14.826Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base_lifecycle_0
vm_id = 548fc84a-2448-4fea-b4dc-81d5b1be72dd
|
| 97 | 2025-10-07T18:41:14.826Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 802
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 = 548fc84a-2448-4fea-b4dc-81d5b1be72dd
|
| 98 | 2025-10-07T18:41:14.827Z | 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 = cc9e5338-a626-415c-9a42-48f057b2571e
|
| 99 | 2025-10-07T18:41:14.900Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 73
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = cc9e5338-a626-415c-9a42-48f057b2571e
|
| 100 | 2025-10-07T18:41:14.900Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 7361
file = phd-tests/framework/src/test_vm/mod.rs
line = 306
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = cc9e5338-a626-415c-9a42-48f057b2571e
|
| 101 | 2025-10-07T18:41:14.900Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 73
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base_lifecycle_0
vm_id = 548fc84a-2448-4fea-b4dc-81d5b1be72dd
|
| 102 | 2025-10-07T18:41:14.900Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base_lifecycle_0
vm_id = 548fc84a-2448-4fea-b4dc-81d5b1be72dd
|
| 103 | 2025-10-07T18:41:14.900Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 802
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 = 548fc84a-2448-4fea-b4dc-81d5b1be72dd
|
| 104 | 2025-10-07T18:41:14.936Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 36
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base_lifecycle_0
vm_id = 548fc84a-2448-4fea-b4dc-81d5b1be72dd
|
| 105 | 2025-10-07T18:41:14.936Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base_lifecycle_0
vm_id = 548fc84a-2448-4fea-b4dc-81d5b1be72dd
|
| 106 | 2025-10-07T18:41:14.937Z | 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
|
| 107 | 2025-10-07T18:41:14.937Z | INFO | phd-runner: test phd_tests::migrate::from_base::can_migrate_from_base ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
| 108 | 2025-10-07T18:41:14.937Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 7329
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 109 | 2025-10-07T18:41:14.937Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 110 | 2025-10-07T18:41:14.938Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1075
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base_lifecycle_0
vm_id = 548fc84a-2448-4fea-b4dc-81d5b1be72dd
|
| 111 | 2025-10-07T18:41:15.584Z | 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 = 548fc84a-2448-4fea-b4dc-81d5b1be72dd
|
| 112 | 2025-10-07T18:41:15.655Z | 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 = 548fc84a-2448-4fea-b4dc-81d5b1be72dd
|
| 113 | 2025-10-07T18:41:15.656Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-d1cb0c23-2d7f-4741-9a14-e8dee0abd1df"]
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 = 548fc84a-2448-4fea-b4dc-81d5b1be72dd
|
| 114 | 2025-10-07T18:41:15.675Z | 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 = 548fc84a-2448-4fea-b4dc-81d5b1be72dd
|
| 115 | 2025-10-07T18:41:15.675Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-cf48ea3d-a547-4985-8ea8-ccb6586003e8"]
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 = 548fc84a-2448-4fea-b4dc-81d5b1be72dd
|
| 116 | 2025-10-07T18:41:15.689Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 752
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base_lifecycle_0
vm_id = 548fc84a-2448-4fea-b4dc-81d5b1be72dd
|
| 117 | 2025-10-07T18:41:15.689Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 3433
file = phd-tests/framework/src/test_vm/mod.rs
line = 306
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = cc9e5338-a626-415c-9a42-48f057b2571e
target = phd_framework::test_vm
target_id = 548fc84a-2448-4fea-b4dc-81d5b1be72dd
vm = migration_from_base_lifecycle_0
vm_id = 548fc84a-2448-4fea-b4dc-81d5b1be72dd
|
| 118 | 2025-10-07T18:41:15.689Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 752
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 119 | 2025-10-07T18:41:15.689Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 3433
file = phd-tests/framework/src/test_vm/mod.rs
line = 499
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = cc9e5338-a626-415c-9a42-48f057b2571e
target = phd_framework::test_vm
target_id = 548fc84a-2448-4fea-b4dc-81d5b1be72dd
|
| 120 | 2025-10-07T18:41:15.689Z | 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
|
| 121 | 2025-10-07T18:41:15.689Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 75253
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
|
| 122 | 2025-10-07T18:41:15.689Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 123 | 2025-10-07T18:41:15.689Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 124 | 2025-10-07T18:41:15.689Z | 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
|
| 125 | 2025-10-07T18:41:15.689Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 126 | 2025-10-07T18:41:15.689Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 127 | 2025-10-07T18:41:15.689Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 128 | 2025-10-07T18:41:15.689Z | 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
|
| 129 | 2025-10-07T18:41:15.696Z | 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 734M 1.80T 734M /phd-artifacts\n
target = phd_framework::zfs
|
| 130 | 2025-10-07T18:41:15.696Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-49574b2d-8eaf-4a4c-aaa5-93a62d6f844a"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::zfs
verb = snapshot
|
| 131 | 2025-10-07T18:41:15.707Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-49574b2d-8eaf-4a4c-aaa5-93a62d6f844a", "phd-artifacts/phd-clone-67de97c2-4475-43e9-a4cf-81986bf59f3e"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::zfs
verb = clone
|
| 132 | 2025-10-07T18:41:15.722Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-67de97c2-4475-43e9-a4cf-81986bf59f3e"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::zfs
verb = list
|
| 133 | 2025-10-07T18:41:15.729Z | 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-67de97c2-4475-43e9-a4cf-81986bf59f3e 0B 1.80T 734M /phd-artifacts/phd-clone-67de97c2-4475-43e9-a4cf-81986bf59f3e\n
target = phd_framework::zfs
|
| 134 | 2025-10-07T18:41:15.729Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 197
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
|
| 135 | 2025-10-07T18:41:15.729Z | 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 = 215
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm_name = migration_serial_history_base
|
| 136 | 2025-10-07T18:41:15.729Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/e3c951b194a30f9e2883f33b3a8d88b1d177f4ff2c9d33662324a1b0fbf194ff/propolis-server
target = phd_framework::artifacts::store
|
| 137 | 2025-10-07T18:41:15.729Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 64
path = phd_tests::migrate::from_base::serial_history
server_addr = 127.0.0.1:9000
server_path = "/phd-artifacts/e3c951b194a30f9e2883f33b3a8d88b1d177f4ff2c9d33662324a1b0fbf194ff/propolis-server"
target = phd_framework::test_vm::server
|
| 138 | 2025-10-07T18:41:15.730Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::migrate::from_base::serial_history
stderr_path = "/tmp/propolis-phd/migration_serial_history_base.stderr.log"
stdout_path = "/tmp/propolis-phd/migration_serial_history_base.stdout.log"
target = phd_framework::log_config
|
| 139 | 2025-10-07T18:41:15.747Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 878
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
|
| 140 | 2025-10-07T18:41:15.778Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 48
file = phd-tests/framework/src/test_vm/mod.rs
line = 197
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
|
| 141 | 2025-10-07T18:41:15.778Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 306
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = ddcea308-8076-4527-993d-739934edfaaf
|
| 142 | 2025-10-07T18:41:15.841Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 143 | 2025-10-07T18:41:15.842Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: ddcea308-8076-4527-993d-739934edfaaf, metadata: InstanceMetadata { project_id: 4525fae4-ab4d-4f16-bb49-4f8d9142150f, silo_id: 37705c76-def4-4f73-852b-ec7bf53cf2b3, sled_id: 47b10145-f744-47c8-af95-6ca3b9f1c783, sled_model: "pheidippes", sled_revision: 1, sled_serial: "47b10145-f744-47c8-af95-6ca3b9f1c783" }, name: "phd-vm-ddcea308-8076-4527-993d-739934edfaaf" }, state: Creating }
line = 404
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = ddcea308-8076-4527-993d-739934edfaaf
|
| 144 | 2025-10-07T18:41:15.842Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 465
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = ddcea308-8076-4527-993d-739934edfaaf
|
| 145 | 2025-10-07T18:41:15.842Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 470
path = phd_tests::migrate::from_base::serial_history
state = Run
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = ddcea308-8076-4527-993d-739934edfaaf
|
| 146 | 2025-10-07T18:41:15.843Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 465
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = ddcea308-8076-4527-993d-739934edfaaf
|
| 147 | 2025-10-07T18:41:15.843Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 780
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
|
| 148 | 2025-10-07T18:41:15.843Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 729
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
timeout_duration = 300s
vm = migration_serial_history_base
vm_id = ddcea308-8076-4527-993d-739934edfaaf
|
| 149 | 2025-10-07T18:41:15.843Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 737
path = phd_tests::migrate::from_base::serial_history
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 150 | 2025-10-07T18:41:15.843Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = ddcea308-8076-4527-993d-739934edfaaf
|
| 151 | 2025-10-07T18:41:15.843Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 802
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_serial_history_base
vm_id = ddcea308-8076-4527-993d-739934edfaaf
|
| 152 | 2025-10-07T18:41:20.236Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4393
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = ddcea308-8076-4527-993d-739934edfaaf
|
| 153 | 2025-10-07T18:41:20.236Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 737
path = phd_tests::migrate::from_base::serial_history
step = WriteStr("root")
target = phd_framework::test_vm
|
| 154 | 2025-10-07T18:41:20.236Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 737
path = phd_tests::migrate::from_base::serial_history
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 155 | 2025-10-07T18:41:20.236Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = ddcea308-8076-4527-993d-739934edfaaf
|
| 156 | 2025-10-07T18:41:20.237Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 802
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_serial_history_base
vm_id = ddcea308-8076-4527-993d-739934edfaaf
|
| 157 | 2025-10-07T18:41:20.255Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = ddcea308-8076-4527-993d-739934edfaaf
|
| 158 | 2025-10-07T18:41:20.255Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 737
path = phd_tests::migrate::from_base::serial_history
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 159 | 2025-10-07T18:41:20.255Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 737
path = phd_tests::migrate::from_base::serial_history
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 160 | 2025-10-07T18:41:20.255Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = ddcea308-8076-4527-993d-739934edfaaf
|
| 161 | 2025-10-07T18:41:20.255Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 802
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_serial_history_base
vm_id = ddcea308-8076-4527-993d-739934edfaaf
|
| 162 | 2025-10-07T18:41:20.288Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = ddcea308-8076-4527-993d-739934edfaaf
|
| 163 | 2025-10-07T18:41:20.288Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 777
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
|
| 164 | 2025-10-07T18:41:20.288Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4445
file = phd-tests/framework/src/test_vm/mod.rs
line = 780
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
|
| 165 | 2025-10-07T18:41:20.288Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = ddcea308-8076-4527-993d-739934edfaaf
|
| 166 | 2025-10-07T18:41:20.288Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 802
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_serial_history_base
vm_id = ddcea308-8076-4527-993d-739934edfaaf
|
| 167 | 2025-10-07T18:41:20.299Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = ddcea308-8076-4527-993d-739934edfaaf
|
| 168 | 2025-10-07T18:41:20.299Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = ddcea308-8076-4527-993d-739934edfaaf
|
| 169 | 2025-10-07T18:41:20.299Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 802
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_serial_history_base
vm_id = ddcea308-8076-4527-993d-739934edfaaf
|
| 170 | 2025-10-07T18:41:20.332Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = ddcea308-8076-4527-993d-739934edfaaf
|
| 171 | 2025-10-07T18:41:20.337Z | 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
|
| 172 | 2025-10-07T18:41:20.337Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 197
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
|
| 173 | 2025-10-07T18:41:20.337Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 215
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm_name = migration_serial_history_base_lifecycle_0
|
| 174 | 2025-10-07T18:41:20.337Z | 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
|
| 175 | 2025-10-07T18:41:20.337Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 64
path = phd_tests::migrate::from_base::serial_history
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
| 176 | 2025-10-07T18:41:20.337Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::migrate::from_base::serial_history
stderr_path = "/tmp/propolis-phd/migration_serial_history_base_lifecycle_0.stderr.log"
stdout_path = "/tmp/propolis-phd/migration_serial_history_base_lifecycle_0.stdout.log"
target = phd_framework::log_config
|
| 177 | 2025-10-07T18:41:20.355Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 879
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
|
| 178 | 2025-10-07T18:41:20.387Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 50
file = phd-tests/framework/src/test_vm/mod.rs
line = 197
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
|
| 179 | 2025-10-07T18:41:20.387Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 499
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = ddcea308-8076-4527-993d-739934edfaaf
target = phd_framework::test_vm
target_id = 9bfc8375-8fa4-4b90-a6de-0cae72673cba
|
| 180 | 2025-10-07T18:41:20.387Z | 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 = 532
migration_id = f85975a7-b179-4986-b29c-d70e8f2298e1
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = ddcea308-8076-4527-993d-739934edfaaf
target = phd_framework::test_vm
target_id = 9bfc8375-8fa4-4b90-a6de-0cae72673cba
timeout_duration = 45s
|
| 181 | 2025-10-07T18:41:20.387Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 306
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = ddcea308-8076-4527-993d-739934edfaaf
target = phd_framework::test_vm
target_id = 9bfc8375-8fa4-4b90-a6de-0cae72673cba
vm = migration_serial_history_base_lifecycle_0
vm_id = 9bfc8375-8fa4-4b90-a6de-0cae72673cba
|
| 182 | 2025-10-07T18:41:20.450Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: 9bfc8375-8fa4-4b90-a6de-0cae72673cba, metadata: InstanceMetadata { project_id: 4525fae4-ab4d-4f16-bb49-4f8d9142150f, silo_id: 37705c76-def4-4f73-852b-ec7bf53cf2b3, sled_id: 7c9b8d41-20e2-44f5-b3cf-a567355b7ebb, sled_model: "pheidippes", sled_revision: 1, sled_serial: "7c9b8d41-20e2-44f5-b3cf-a567355b7ebb" }, name: "phd-vm-9bfc8375-8fa4-4b90-a6de-0cae72673cba" }, state: Migrating }
line = 404
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = ddcea308-8076-4527-993d-739934edfaaf
target = phd_framework::test_vm
target_id = 9bfc8375-8fa4-4b90-a6de-0cae72673cba
vm = migration_serial_history_base_lifecycle_0
vm_id = 9bfc8375-8fa4-4b90-a6de-0cae72673cba
|
| 183 | 2025-10-07T18:41:20.450Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 553
migration_id = f85975a7-b179-4986-b29c-d70e8f2298e1
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = ddcea308-8076-4527-993d-739934edfaaf
target = phd_framework::test_vm
target_id = 9bfc8375-8fa4-4b90-a6de-0cae72673cba
|
| 184 | 2025-10-07T18:41:22.753Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9002","from_start":7727}}
target = phd_framework::serial
|
| 185 | 2025-10-07T18:41:23.169Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 566
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = ddcea308-8076-4527-993d-739934edfaaf
target = phd_framework::test_vm
target_id = 9bfc8375-8fa4-4b90-a6de-0cae72673cba
|
| 186 | 2025-10-07T18:41:23.169Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2719
file = phd-tests/framework/src/test_vm/mod.rs
line = 553
migration_id = f85975a7-b179-4986-b29c-d70e8f2298e1
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = ddcea308-8076-4527-993d-739934edfaaf
target = phd_framework::test_vm
target_id = 9bfc8375-8fa4-4b90-a6de-0cae72673cba
|
| 187 | 2025-10-07T18:41:23.171Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = ddcea308-8076-4527-993d-739934edfaaf
|
| 188 | 2025-10-07T18:41:23.172Z | 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 = ddcea308-8076-4527-993d-739934edfaaf
|
| 189 | 2025-10-07T18:41:23.242Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 71
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = ddcea308-8076-4527-993d-739934edfaaf
|
| 190 | 2025-10-07T18:41:23.242Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 7464
file = phd-tests/framework/src/test_vm/mod.rs
line = 306
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = ddcea308-8076-4527-993d-739934edfaaf
|
| 191 | 2025-10-07T18:41:23.245Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base_lifecycle_0
vm_id = 9bfc8375-8fa4-4b90-a6de-0cae72673cba
|
| 192 | 2025-10-07T18:41:23.245Z | 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
|
| 193 | 2025-10-07T18:41:23.245Z | INFO | phd-runner: test phd_tests::migrate::from_base::serial_history ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
| 194 | 2025-10-07T18:41:23.245Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 7404
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 195 | 2025-10-07T18:41:23.245Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 196 | 2025-10-07T18:41:23.247Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1075
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base_lifecycle_0
vm_id = 9bfc8375-8fa4-4b90-a6de-0cae72673cba
|
| 197 | 2025-10-07T18:41:23.884Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
path = phd_tests::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 = 9bfc8375-8fa4-4b90-a6de-0cae72673cba
|
| 198 | 2025-10-07T18:41:23.953Z | 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 = 9bfc8375-8fa4-4b90-a6de-0cae72673cba
|
| 199 | 2025-10-07T18:41:23.953Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-67de97c2-4475-43e9-a4cf-81986bf59f3e"]
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 = 9bfc8375-8fa4-4b90-a6de-0cae72673cba
|
| 200 | 2025-10-07T18:41:23.972Z | 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 = 9bfc8375-8fa4-4b90-a6de-0cae72673cba
|
| 201 | 2025-10-07T18:41:23.972Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-49574b2d-8eaf-4a4c-aaa5-93a62d6f844a"]
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 = 9bfc8375-8fa4-4b90-a6de-0cae72673cba
|
| 202 | 2025-10-07T18:41:23.986Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 740
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base_lifecycle_0
vm_id = 9bfc8375-8fa4-4b90-a6de-0cae72673cba
|
| 203 | 2025-10-07T18:41:23.986Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 740
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 204 | 2025-10-07T18:41:23.986Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 3598
file = phd-tests/framework/src/test_vm/mod.rs
line = 306
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = ddcea308-8076-4527-993d-739934edfaaf
target = phd_framework::test_vm
target_id = 9bfc8375-8fa4-4b90-a6de-0cae72673cba
vm = migration_serial_history_base_lifecycle_0
vm_id = 9bfc8375-8fa4-4b90-a6de-0cae72673cba
|
| 205 | 2025-10-07T18:41:23.986Z | 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
|
| 206 | 2025-10-07T18:41:23.986Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 207 | 2025-10-07T18:41:23.986Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 3598
file = phd-tests/framework/src/test_vm/mod.rs
line = 499
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = ddcea308-8076-4527-993d-739934edfaaf
target = phd_framework::test_vm
target_id = 9bfc8375-8fa4-4b90-a6de-0cae72673cba
|
| 208 | 2025-10-07T18:41:23.986Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
| 209 | 2025-10-07T18:41:23.986Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 8296
file = phd-tests/tests/src/migrate.rs
line = 40
path = phd_tests::migrate::from_base::serial_history
target = phd_tests::migrate::from_base
|
| 210 | 2025-10-07T18:41:23.986Z | 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
|
| 211 | 2025-10-07T18:41:23.986Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
| 212 | 2025-10-07T18:41:23.986Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 213 | 2025-10-07T18:41:23.986Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
| 214 | 2025-10-07T18:41:23.986Z | 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
|
| 215 | 2025-10-07T18:41:23.994Z | 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 735M 1.80T 734M /phd-artifacts\n
target = phd_framework::zfs
|
| 216 | 2025-10-07T18:41:23.994Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-1e7c6639-8741-476b-90ba-b435b6c3e78e"]
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
|
| 217 | 2025-10-07T18:41:24.005Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-1e7c6639-8741-476b-90ba-b435b6c3e78e", "phd-artifacts/phd-clone-685d4a6c-bc22-49bf-a311-786871ae3775"]
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
|
| 218 | 2025-10-07T18:41:24.016Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-685d4a6c-bc22-49bf-a311-786871ae3775"]
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
|
| 219 | 2025-10-07T18:41:24.023Z | 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-685d4a6c-bc22-49bf-a311-786871ae3775 0B 1.80T 734M /phd-artifacts/phd-clone-685d4a6c-bc22-49bf-a311-786871ae3775\n
target = phd_framework::zfs
|
| 220 | 2025-10-07T18:41:24.023Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 197
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
| 221 | 2025-10-07T18:41:24.024Z | 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 = 215
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm_name = migration_from_base_and_back
|
| 222 | 2025-10-07T18:41:24.024Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/e3c951b194a30f9e2883f33b3a8d88b1d177f4ff2c9d33662324a1b0fbf194ff/propolis-server
target = phd_framework::artifacts::store
|
| 223 | 2025-10-07T18:41:24.024Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 64
path = phd_tests::migrate::from_base::migration_from_base_and_back
server_addr = 127.0.0.1:9000
server_path = "/phd-artifacts/e3c951b194a30f9e2883f33b3a8d88b1d177f4ff2c9d33662324a1b0fbf194ff/propolis-server"
target = phd_framework::test_vm::server
|
| 224 | 2025-10-07T18:41:24.024Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::migrate::from_base::migration_from_base_and_back
stderr_path = "/tmp/propolis-phd/migration_from_base_and_back.stderr.log"
stdout_path = "/tmp/propolis-phd/migration_from_base_and_back.stdout.log"
target = phd_framework::log_config
|
| 225 | 2025-10-07T18:41:24.042Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 888
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
|
| 226 | 2025-10-07T18:41:24.074Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 50
file = phd-tests/framework/src/test_vm/mod.rs
line = 197
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
| 227 | 2025-10-07T18:41:24.074Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 306
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = ff2c9114-9642-4fd2-8861-242e2cf5c5a1
|
| 228 | 2025-10-07T18:41:24.137Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 229 | 2025-10-07T18:41:24.138Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: ff2c9114-9642-4fd2-8861-242e2cf5c5a1, metadata: InstanceMetadata { project_id: 5bf2f031-d06b-41b7-9b2e-c6009c3afe08, silo_id: 3a49159c-2db5-4408-993e-135c06848c52, sled_id: 349501b2-4fe1-4fea-bce6-5afb50abb769, sled_model: "pheidippes", sled_revision: 1, sled_serial: "349501b2-4fe1-4fea-bce6-5afb50abb769" }, name: "phd-vm-ff2c9114-9642-4fd2-8861-242e2cf5c5a1" }, state: Creating }
line = 404
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = ff2c9114-9642-4fd2-8861-242e2cf5c5a1
|
| 230 | 2025-10-07T18:41:24.138Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 465
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = ff2c9114-9642-4fd2-8861-242e2cf5c5a1
|
| 231 | 2025-10-07T18:41:24.138Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 470
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 = ff2c9114-9642-4fd2-8861-242e2cf5c5a1
|
| 232 | 2025-10-07T18:41:24.139Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 465
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = ff2c9114-9642-4fd2-8861-242e2cf5c5a1
|
| 233 | 2025-10-07T18:41:24.139Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 780
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
| 234 | 2025-10-07T18:41:24.139Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 729
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 = ff2c9114-9642-4fd2-8861-242e2cf5c5a1
|
| 235 | 2025-10-07T18:41:24.139Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 737
path = phd_tests::migrate::from_base::migration_from_base_and_back
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
| 236 | 2025-10-07T18:41:24.139Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = ff2c9114-9642-4fd2-8861-242e2cf5c5a1
|
| 237 | 2025-10-07T18:41:24.139Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 802
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 = ff2c9114-9642-4fd2-8861-242e2cf5c5a1
|
| 238 | 2025-10-07T18:41:28.493Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4353
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = ff2c9114-9642-4fd2-8861-242e2cf5c5a1
|
| 239 | 2025-10-07T18:41:28.493Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 737
path = phd_tests::migrate::from_base::migration_from_base_and_back
step = WriteStr("root")
target = phd_framework::test_vm
|
| 240 | 2025-10-07T18:41:28.493Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 737
path = phd_tests::migrate::from_base::migration_from_base_and_back
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 241 | 2025-10-07T18:41:28.493Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = ff2c9114-9642-4fd2-8861-242e2cf5c5a1
|
| 242 | 2025-10-07T18:41:28.493Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 802
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 = ff2c9114-9642-4fd2-8861-242e2cf5c5a1
|
| 243 | 2025-10-07T18:41:28.511Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = ff2c9114-9642-4fd2-8861-242e2cf5c5a1
|
| 244 | 2025-10-07T18:41:28.511Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 737
path = phd_tests::migrate::from_base::migration_from_base_and_back
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
| 245 | 2025-10-07T18:41:28.512Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 737
path = phd_tests::migrate::from_base::migration_from_base_and_back
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
| 246 | 2025-10-07T18:41:28.512Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = ff2c9114-9642-4fd2-8861-242e2cf5c5a1
|
| 247 | 2025-10-07T18:41:28.512Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 802
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 = ff2c9114-9642-4fd2-8861-242e2cf5c5a1
|
| 248 | 2025-10-07T18:41:28.545Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = ff2c9114-9642-4fd2-8861-242e2cf5c5a1
|
| 249 | 2025-10-07T18:41:28.545Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 777
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
| 250 | 2025-10-07T18:41:28.545Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4406
file = phd-tests/framework/src/test_vm/mod.rs
line = 780
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
| 251 | 2025-10-07T18:41:28.545Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = ff2c9114-9642-4fd2-8861-242e2cf5c5a1
|
| 252 | 2025-10-07T18:41:28.545Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 802
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 = ff2c9114-9642-4fd2-8861-242e2cf5c5a1
|
| 253 | 2025-10-07T18:41:28.556Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = ff2c9114-9642-4fd2-8861-242e2cf5c5a1
|
| 254 | 2025-10-07T18:41:28.556Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = ff2c9114-9642-4fd2-8861-242e2cf5c5a1
|
| 255 | 2025-10-07T18:41:28.556Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 802
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 = ff2c9114-9642-4fd2-8861-242e2cf5c5a1
|
| 256 | 2025-10-07T18:41:28.579Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = ff2c9114-9642-4fd2-8861-242e2cf5c5a1
|
| 257 | 2025-10-07T18:41:28.579Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = ff2c9114-9642-4fd2-8861-242e2cf5c5a1
|
| 258 | 2025-10-07T18:41:28.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 = 802
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 = ff2c9114-9642-4fd2-8861-242e2cf5c5a1
|
| 259 | 2025-10-07T18:41:28.591Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = ff2c9114-9642-4fd2-8861-242e2cf5c5a1
|
| 260 | 2025-10-07T18:41:28.591Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = ff2c9114-9642-4fd2-8861-242e2cf5c5a1
|
| 261 | 2025-10-07T18:41:28.591Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 802
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 = ff2c9114-9642-4fd2-8861-242e2cf5c5a1
|
| 262 | 2025-10-07T18:41:28.623Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = ff2c9114-9642-4fd2-8861-242e2cf5c5a1
|
| 263 | 2025-10-07T18:41:28.623Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = ff2c9114-9642-4fd2-8861-242e2cf5c5a1
|
| 264 | 2025-10-07T18:41:28.623Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 802
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 = ff2c9114-9642-4fd2-8861-242e2cf5c5a1
|
| 265 | 2025-10-07T18:41:28.635Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = ff2c9114-9642-4fd2-8861-242e2cf5c5a1
|
| 266 | 2025-10-07T18:41:28.635Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = ff2c9114-9642-4fd2-8861-242e2cf5c5a1
|
| 267 | 2025-10-07T18:41:28.635Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 802
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 = ff2c9114-9642-4fd2-8861-242e2cf5c5a1
|
| 268 | 2025-10-07T18:41:28.668Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = ff2c9114-9642-4fd2-8861-242e2cf5c5a1
|
| 269 | 2025-10-07T18:41:28.668Z | 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
|
| 270 | 2025-10-07T18:41:28.668Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 197
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
| 271 | 2025-10-07T18:41:28.668Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 215
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
|
| 272 | 2025-10-07T18:41:28.668Z | 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
|
| 273 | 2025-10-07T18:41:28.668Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 64
path = phd_tests::migrate::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
|
| 274 | 2025-10-07T18:41:28.668Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::migrate::from_base::migration_from_base_and_back
stderr_path = "/tmp/propolis-phd/migration_from_base_and_back_lifecycle_0.stderr.log"
stdout_path = "/tmp/propolis-phd/migration_from_base_and_back_lifecycle_0.stdout.log"
target = phd_framework::log_config
|
| 275 | 2025-10-07T18:41:28.686Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 889
file = phd-tests/framework/src/test_vm/server.rs
line = 122
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm::server
|
| 276 | 2025-10-07T18:41:28.717Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 49
file = phd-tests/framework/src/test_vm/mod.rs
line = 197
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
| 277 | 2025-10-07T18:41:28.717Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 499
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = ff2c9114-9642-4fd2-8861-242e2cf5c5a1
target = phd_framework::test_vm
target_id = edaa1143-03ad-4b6c-8467-c1159611f765
|
| 278 | 2025-10-07T18:41:28.717Z | 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 = 532
migration_id = 4d6841bf-09b2-4c2a-a173-d285fcfdceda
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = ff2c9114-9642-4fd2-8861-242e2cf5c5a1
target = phd_framework::test_vm
target_id = edaa1143-03ad-4b6c-8467-c1159611f765
timeout_duration = 45s
|
| 279 | 2025-10-07T18:41:28.718Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 306
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = ff2c9114-9642-4fd2-8861-242e2cf5c5a1
target = phd_framework::test_vm
target_id = edaa1143-03ad-4b6c-8467-c1159611f765
vm = migration_from_base_and_back_lifecycle_0
vm_id = edaa1143-03ad-4b6c-8467-c1159611f765
|
| 280 | 2025-10-07T18:41:28.780Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: edaa1143-03ad-4b6c-8467-c1159611f765, metadata: InstanceMetadata { project_id: 5bf2f031-d06b-41b7-9b2e-c6009c3afe08, silo_id: 3a49159c-2db5-4408-993e-135c06848c52, sled_id: 1094d3c1-b7b9-4b01-94db-94e3896bfc2e, sled_model: "pheidippes", sled_revision: 1, sled_serial: "1094d3c1-b7b9-4b01-94db-94e3896bfc2e" }, name: "phd-vm-edaa1143-03ad-4b6c-8467-c1159611f765" }, state: Migrating }
line = 404
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = ff2c9114-9642-4fd2-8861-242e2cf5c5a1
target = phd_framework::test_vm
target_id = edaa1143-03ad-4b6c-8467-c1159611f765
vm = migration_from_base_and_back_lifecycle_0
vm_id = edaa1143-03ad-4b6c-8467-c1159611f765
|
| 281 | 2025-10-07T18:41:28.780Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 553
migration_id = 4d6841bf-09b2-4c2a-a173-d285fcfdceda
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = ff2c9114-9642-4fd2-8861-242e2cf5c5a1
target = phd_framework::test_vm
target_id = edaa1143-03ad-4b6c-8467-c1159611f765
|
| 282 | 2025-10-07T18:41:30.874Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9002","from_start":7760}}
target = phd_framework::serial
|
| 283 | 2025-10-07T18:41:32.130Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 566
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = ff2c9114-9642-4fd2-8861-242e2cf5c5a1
target = phd_framework::test_vm
target_id = edaa1143-03ad-4b6c-8467-c1159611f765
|
| 284 | 2025-10-07T18:41:32.130Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3350
file = phd-tests/framework/src/test_vm/mod.rs
line = 553
migration_id = 4d6841bf-09b2-4c2a-a173-d285fcfdceda
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = ff2c9114-9642-4fd2-8861-242e2cf5c5a1
target = phd_framework::test_vm
target_id = edaa1143-03ad-4b6c-8467-c1159611f765
|
| 285 | 2025-10-07T18:41:32.132Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = ff2c9114-9642-4fd2-8861-242e2cf5c5a1
|
| 286 | 2025-10-07T18:41:32.132Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
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 = edaa1143-03ad-4b6c-8467-c1159611f765
|
| 287 | 2025-10-07T18:41:32.132Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 802
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 = edaa1143-03ad-4b6c-8467-c1159611f765
|
| 288 | 2025-10-07T18:41:32.133Z | 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 = ff2c9114-9642-4fd2-8861-242e2cf5c5a1
|
| 289 | 2025-10-07T18:41:32.207Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 74
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = ff2c9114-9642-4fd2-8861-242e2cf5c5a1
|
| 290 | 2025-10-07T18:41:32.207Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 8133
file = phd-tests/framework/src/test_vm/mod.rs
line = 306
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = ff2c9114-9642-4fd2-8861-242e2cf5c5a1
|
| 291 | 2025-10-07T18:41:32.207Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 74
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
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 = edaa1143-03ad-4b6c-8467-c1159611f765
|
| 292 | 2025-10-07T18:41:32.207Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
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 = edaa1143-03ad-4b6c-8467-c1159611f765
|
| 293 | 2025-10-07T18:41:32.207Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 802
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 = edaa1143-03ad-4b6c-8467-c1159611f765
|
| 294 | 2025-10-07T18:41:32.232Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 24
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
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 = edaa1143-03ad-4b6c-8467-c1159611f765
|
| 295 | 2025-10-07T18:41:32.232Z | 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
|
| 296 | 2025-10-07T18:41:32.232Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 197
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
| 297 | 2025-10-07T18:41:32.232Z | 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 = 215
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
|
| 298 | 2025-10-07T18:41:32.232Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/e3c951b194a30f9e2883f33b3a8d88b1d177f4ff2c9d33662324a1b0fbf194ff/propolis-server
target = phd_framework::artifacts::store
|
| 299 | 2025-10-07T18:41:32.232Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 64
path = phd_tests::migrate::from_base::migration_from_base_and_back
server_addr = 127.0.0.1:9004
server_path = "/phd-artifacts/e3c951b194a30f9e2883f33b3a8d88b1d177f4ff2c9d33662324a1b0fbf194ff/propolis-server"
target = phd_framework::test_vm::server
|
| 300 | 2025-10-07T18:41:32.233Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::migrate::from_base::migration_from_base_and_back
stderr_path = "/tmp/propolis-phd/migration_from_base_and_back_lifecycle_1.stderr.log"
stdout_path = "/tmp/propolis-phd/migration_from_base_and_back_lifecycle_1.stdout.log"
target = phd_framework::log_config
|
| 301 | 2025-10-07T18:41:32.250Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 891
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
|
| 302 | 2025-10-07T18:41:32.281Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 49
file = phd-tests/framework/src/test_vm/mod.rs
line = 197
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
| 303 | 2025-10-07T18:41:32.281Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 499
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_0
source_id = edaa1143-03ad-4b6c-8467-c1159611f765
target = phd_framework::test_vm
target_id = 08ec5832-418c-44c0-bfe7-37c07412862e
|
| 304 | 2025-10-07T18:41:32.281Z | 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 = 532
migration_id = e6b0e3df-1355-4283-9a30-65da3d90bd56
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_0
source_id = edaa1143-03ad-4b6c-8467-c1159611f765
target = phd_framework::test_vm
target_id = 08ec5832-418c-44c0-bfe7-37c07412862e
timeout_duration = 45s
|
| 305 | 2025-10-07T18:41:32.282Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 306
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_0
source_id = edaa1143-03ad-4b6c-8467-c1159611f765
target = phd_framework::test_vm
target_id = 08ec5832-418c-44c0-bfe7-37c07412862e
vm = migration_from_base_and_back_lifecycle_1
vm_id = 08ec5832-418c-44c0-bfe7-37c07412862e
|
| 306 | 2025-10-07T18:41:32.344Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: 08ec5832-418c-44c0-bfe7-37c07412862e, metadata: InstanceMetadata { project_id: 5bf2f031-d06b-41b7-9b2e-c6009c3afe08, silo_id: 3a49159c-2db5-4408-993e-135c06848c52, sled_id: b5a8bd16-d9f6-4422-bd95-a68a12263790, sled_model: "pheidippes", sled_revision: 1, sled_serial: "b5a8bd16-d9f6-4422-bd95-a68a12263790" }, name: "phd-vm-08ec5832-418c-44c0-bfe7-37c07412862e" }, state: Migrating }
line = 404
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_0
source_id = edaa1143-03ad-4b6c-8467-c1159611f765
target = phd_framework::test_vm
target_id = 08ec5832-418c-44c0-bfe7-37c07412862e
vm = migration_from_base_and_back_lifecycle_1
vm_id = 08ec5832-418c-44c0-bfe7-37c07412862e
|
| 307 | 2025-10-07T18:41:32.344Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 553
migration_id = e6b0e3df-1355-4283-9a30-65da3d90bd56
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_0
source_id = edaa1143-03ad-4b6c-8467-c1159611f765
target = phd_framework::test_vm
target_id = 08ec5832-418c-44c0-bfe7-37c07412862e
|
| 308 | 2025-10-07T18:41:34.405Z | 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":7807}}
target = phd_framework::serial
|
| 309 | 2025-10-07T18:41:35.313Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 566
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_0
source_id = edaa1143-03ad-4b6c-8467-c1159611f765
target = phd_framework::test_vm
target_id = 08ec5832-418c-44c0-bfe7-37c07412862e
|
| 310 | 2025-10-07T18:41:35.314Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2969
file = phd-tests/framework/src/test_vm/mod.rs
line = 553
migration_id = e6b0e3df-1355-4283-9a30-65da3d90bd56
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_0
source_id = edaa1143-03ad-4b6c-8467-c1159611f765
target = phd_framework::test_vm
target_id = 08ec5832-418c-44c0-bfe7-37c07412862e
|
| 311 | 2025-10-07T18:41:35.315Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
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 = edaa1143-03ad-4b6c-8467-c1159611f765
|
| 312 | 2025-10-07T18:41:35.315Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
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 = 08ec5832-418c-44c0-bfe7-37c07412862e
|
| 313 | 2025-10-07T18:41:35.315Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 802
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 = 08ec5832-418c-44c0-bfe7-37c07412862e
|
| 314 | 2025-10-07T18:41:35.316Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
path = phd_tests::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 = edaa1143-03ad-4b6c-8467-c1159611f765
|
| 315 | 2025-10-07T18:41:35.388Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 72
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
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 = edaa1143-03ad-4b6c-8467-c1159611f765
|
| 316 | 2025-10-07T18:41:35.388Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 6670
file = phd-tests/framework/src/test_vm/mod.rs
line = 306
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = ff2c9114-9642-4fd2-8861-242e2cf5c5a1
target = phd_framework::test_vm
target_id = edaa1143-03ad-4b6c-8467-c1159611f765
vm = migration_from_base_and_back_lifecycle_0
vm_id = edaa1143-03ad-4b6c-8467-c1159611f765
|
| 317 | 2025-10-07T18:41:35.388Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 6670
file = phd-tests/framework/src/test_vm/mod.rs
line = 499
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = ff2c9114-9642-4fd2-8861-242e2cf5c5a1
target = phd_framework::test_vm
target_id = edaa1143-03ad-4b6c-8467-c1159611f765
|
| 318 | 2025-10-07T18:41:35.388Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 72
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
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 = 08ec5832-418c-44c0-bfe7-37c07412862e
|
| 319 | 2025-10-07T18:41:35.388Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
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 = 08ec5832-418c-44c0-bfe7-37c07412862e
|
| 320 | 2025-10-07T18:41:35.388Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 802
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 = 08ec5832-418c-44c0-bfe7-37c07412862e
|
| 321 | 2025-10-07T18:41:35.414Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 25
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
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 = 08ec5832-418c-44c0-bfe7-37c07412862e
|
| 322 | 2025-10-07T18:41:35.414Z | 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
|
| 323 | 2025-10-07T18:41:35.414Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 197
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
| 324 | 2025-10-07T18:41:35.414Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 215
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
|
| 325 | 2025-10-07T18:41:35.414Z | 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
|
| 326 | 2025-10-07T18:41:35.414Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 64
path = phd_tests::migrate::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
|
| 327 | 2025-10-07T18:41:35.414Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/log_config.rs
line = 71
path = phd_tests::migrate::from_base::migration_from_base_and_back
stderr_path = "/tmp/propolis-phd/migration_from_base_and_back_lifecycle_2.stderr.log"
stdout_path = "/tmp/propolis-phd/migration_from_base_and_back_lifecycle_2.stdout.log"
target = phd_framework::log_config
|
| 328 | 2025-10-07T18:41:35.432Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 893
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
|
| 329 | 2025-10-07T18:41:35.464Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 49
file = phd-tests/framework/src/test_vm/mod.rs
line = 197
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
| 330 | 2025-10-07T18:41:35.464Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 499
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_1
source_id = 08ec5832-418c-44c0-bfe7-37c07412862e
target = phd_framework::test_vm
target_id = 99501299-e78a-4962-81bf-a2f7b88e8875
|
| 331 | 2025-10-07T18:41:35.464Z | 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 = 532
migration_id = 73d895b2-d6a3-4188-839c-d3994c712ba8
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_1
source_id = 08ec5832-418c-44c0-bfe7-37c07412862e
target = phd_framework::test_vm
target_id = 99501299-e78a-4962-81bf-a2f7b88e8875
timeout_duration = 45s
|
| 332 | 2025-10-07T18:41:35.464Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 306
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_1
source_id = 08ec5832-418c-44c0-bfe7-37c07412862e
target = phd_framework::test_vm
target_id = 99501299-e78a-4962-81bf-a2f7b88e8875
vm = migration_from_base_and_back_lifecycle_2
vm_id = 99501299-e78a-4962-81bf-a2f7b88e8875
|
| 333 | 2025-10-07T18:41:35.526Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: 99501299-e78a-4962-81bf-a2f7b88e8875, metadata: InstanceMetadata { project_id: 5bf2f031-d06b-41b7-9b2e-c6009c3afe08, silo_id: 3a49159c-2db5-4408-993e-135c06848c52, sled_id: d68e8dc3-a118-4dac-a710-30c97eddaf31, sled_model: "pheidippes", sled_revision: 1, sled_serial: "d68e8dc3-a118-4dac-a710-30c97eddaf31" }, name: "phd-vm-99501299-e78a-4962-81bf-a2f7b88e8875" }, state: Migrating }
line = 404
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_1
source_id = 08ec5832-418c-44c0-bfe7-37c07412862e
target = phd_framework::test_vm
target_id = 99501299-e78a-4962-81bf-a2f7b88e8875
vm = migration_from_base_and_back_lifecycle_2
vm_id = 99501299-e78a-4962-81bf-a2f7b88e8875
|
| 334 | 2025-10-07T18:41:35.526Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 553
migration_id = 73d895b2-d6a3-4188-839c-d3994c712ba8
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_1
source_id = 08ec5832-418c-44c0-bfe7-37c07412862e
target = phd_framework::test_vm
target_id = 99501299-e78a-4962-81bf-a2f7b88e8875
|
| 335 | 2025-10-07T18:41:37.590Z | 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":7854}}
target = phd_framework::serial
|
| 336 | 2025-10-07T18:41:37.876Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 566
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_1
source_id = 08ec5832-418c-44c0-bfe7-37c07412862e
target = phd_framework::test_vm
target_id = 99501299-e78a-4962-81bf-a2f7b88e8875
|
| 337 | 2025-10-07T18:41:37.876Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2349
file = phd-tests/framework/src/test_vm/mod.rs
line = 553
migration_id = 73d895b2-d6a3-4188-839c-d3994c712ba8
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_1
source_id = 08ec5832-418c-44c0-bfe7-37c07412862e
target = phd_framework::test_vm
target_id = 99501299-e78a-4962-81bf-a2f7b88e8875
|
| 338 | 2025-10-07T18:41:37.878Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
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 = 08ec5832-418c-44c0-bfe7-37c07412862e
|
| 339 | 2025-10-07T18:41:37.878Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
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 = 99501299-e78a-4962-81bf-a2f7b88e8875
|
| 340 | 2025-10-07T18:41:37.878Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 802
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 = 99501299-e78a-4962-81bf-a2f7b88e8875
|
| 341 | 2025-10-07T18:41:37.879Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 140
path = phd_tests::migrate::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 = 08ec5832-418c-44c0-bfe7-37c07412862e
|
| 342 | 2025-10-07T18:41:37.954Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 76
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
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 = 08ec5832-418c-44c0-bfe7-37c07412862e
|
| 343 | 2025-10-07T18:41:37.954Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 5672
file = phd-tests/framework/src/test_vm/mod.rs
line = 306
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_0
source_id = edaa1143-03ad-4b6c-8467-c1159611f765
target = phd_framework::test_vm
target_id = 08ec5832-418c-44c0-bfe7-37c07412862e
vm = migration_from_base_and_back_lifecycle_1
vm_id = 08ec5832-418c-44c0-bfe7-37c07412862e
|
| 344 | 2025-10-07T18:41:37.954Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 5672
file = phd-tests/framework/src/test_vm/mod.rs
line = 499
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_0
source_id = edaa1143-03ad-4b6c-8467-c1159611f765
target = phd_framework::test_vm
target_id = 08ec5832-418c-44c0-bfe7-37c07412862e
|
| 345 | 2025-10-07T18:41:38.979Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 1100
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
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 = 99501299-e78a-4962-81bf-a2f7b88e8875
|
| 346 | 2025-10-07T18:41:38.979Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
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 = 99501299-e78a-4962-81bf-a2f7b88e8875
|
| 347 | 2025-10-07T18:41:38.979Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 802
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 = 99501299-e78a-4962-81bf-a2f7b88e8875
|
| 348 | 2025-10-07T18:41:39.012Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 795
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 = 99501299-e78a-4962-81bf-a2f7b88e8875
|
| 349 | 2025-10-07T18:41:39.012Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
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 = 99501299-e78a-4962-81bf-a2f7b88e8875
|
| 350 | 2025-10-07T18:41:39.012Z | 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
|
| 351 | 2025-10-07T18:41:39.012Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 14874
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
| 352 | 2025-10-07T18:41:39.012Z | INFO | phd-runner: test phd_tests::migrate::from_base::migration_from_base_and_back ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
| 353 | 2025-10-07T18:41:39.012Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 354 | 2025-10-07T18:41:39.013Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1075
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 = 99501299-e78a-4962-81bf-a2f7b88e8875
|
| 355 | 2025-10-07T18:41:39.659Z | 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 = 99501299-e78a-4962-81bf-a2f7b88e8875
|
| 356 | 2025-10-07T18:41:39.729Z | 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 = 99501299-e78a-4962-81bf-a2f7b88e8875
|
| 357 | 2025-10-07T18:41:39.729Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-685d4a6c-bc22-49bf-a311-786871ae3775"]
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 = 99501299-e78a-4962-81bf-a2f7b88e8875
|
| 358 | 2025-10-07T18:41:39.749Z | 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 = 99501299-e78a-4962-81bf-a2f7b88e8875
|
| 359 | 2025-10-07T18:41:39.749Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-1e7c6639-8741-476b-90ba-b435b6c3e78e"]
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 = 99501299-e78a-4962-81bf-a2f7b88e8875
|
| 360 | 2025-10-07T18:41:39.766Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 754
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
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 = 99501299-e78a-4962-81bf-a2f7b88e8875
|
| 361 | 2025-10-07T18:41:39.767Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 754
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
| 362 | 2025-10-07T18:41:39.767Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 4302
file = phd-tests/framework/src/test_vm/mod.rs
line = 306
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_1
source_id = 08ec5832-418c-44c0-bfe7-37c07412862e
target = phd_framework::test_vm
target_id = 99501299-e78a-4962-81bf-a2f7b88e8875
vm = migration_from_base_and_back_lifecycle_2
vm_id = 99501299-e78a-4962-81bf-a2f7b88e8875
|
| 363 | 2025-10-07T18:41:39.767Z | INFO | phd-runner: [EXECUTION_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 35
target = phd_runner::fixtures
|
| 364 | 2025-10-07T18:41:39.767Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 4302
file = phd-tests/framework/src/test_vm/mod.rs
line = 499
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_1
source_id = 08ec5832-418c-44c0-bfe7-37c07412862e
target = phd_framework::test_vm
target_id = 99501299-e78a-4962-81bf-a2f7b88e8875
|
| 365 | 2025-10-07T18:41:39.767Z | INFO | phd-runner: [EXECUTION_CLEANUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 35
target = phd_runner::fixtures
|
| 366 | | test result: ok. 3 passed; 0 failed; 0 skipped; 0 not run; finished in 99.33s |
| 367 | | |
| 368 | 2025-10-07T18:41:39.767Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 15780
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
|
| 369 | 2025-10-07T18:41:39.767Z | DEBG | phd-runner: phd_runner
exit_code = 0
file = phd-tests/runner/src/main.rs
line = 41
target = phd_runner
|