Max level shown:
12026-01-21T21:20:06.918ZINFOphd-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
22026-01-21T21:20:06.920ZDEBGphd-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: 223, tv_nsec: 685784746 }, max_elapsed_time: Some(1200s), clock: SystemClock }, remote_server_uris: ["https://oxide-omicron-build.s3.amazonaws.com"] } } target = phd_framework::artifacts::store
32026-01-21T21:20:06.921ZINFOphd-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
42026-01-21T21:20:06.921ZINFOphd-runner: Adding crucible-downstairs from Buildomat Git revision commit = 7103cd3a3d7b0112d2949dd135db06fef0c156bb file = phd-tests/framework/src/artifacts/store.rs line = 311 target = phd_framework::artifacts::store
52026-01-21T21:20:06.921ZDEBGphd-runner: Downloading file from Buildomat... file = phd-tests/framework/src/artifacts/buildomat.rs line = 215 target = phd_framework::artifacts::buildomat timeout = 600s uri = https://buildomat.eng.oxide.computer/public/file/oxidecomputer/crucible/nightly-image/7103cd3a3d7b0112d2949dd135db06fef0c156bb/crucible-nightly.sha256.txt
62026-01-21T21:20:07.047ZINFOphd-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
72026-01-21T21:20:07.629ZDEBGphd-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/2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e/propolis-server.sha256.txt
82026-01-21T21:20:07.748ZINFOphd-runner: [EXECUTION_SETUP - START] file = phd-tests/runner/src/fixtures.rs line = 25 target = phd_runner::fixtures
92026-01-21T21:20:07.748ZINFOphd-runner: [EXECUTION_SETUP - END] elapsed_milliseconds = 0 file = phd-tests/runner/src/fixtures.rs line = 25 target = phd_runner::fixtures
102026-01-21T21:20:07.748ZINFOphd-runner: Running 3 test(s) file = phd-tests/runner/src/execute.rs line = 82 target = phd_runner::execute
112026-01-21T21:20:07.748ZINFOphd-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
122026-01-21T21:20:07.748ZINFOphd-runner: [TEST_SETUP - START] file = phd-tests/runner/src/fixtures.rs line = 41 target = phd_runner::fixtures
132026-01-21T21:20:07.748ZINFOphd-runner: [TEST_SETUP - END] elapsed_milliseconds = 0 file = phd-tests/runner/src/fixtures.rs line = 41 target = phd_runner::fixtures
142026-01-21T21:20:07.748ZINFOphd-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
152026-01-21T21:20:07.749ZDEBGphd-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
162026-01-21T21:20:07.749ZDEBGphd-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
172026-01-21T21:20:08.339ZDEBGphd-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
182026-01-21T21:20:08.339ZDEBGphd-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
192026-01-21T21:20:33.684ZDEBGphd-runner: [TEST - EVENT] Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 45 path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso target = phd_framework::artifacts::store
202026-01-21T21:20:33.684ZDEBGphd-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
212026-01-21T21:20:33.692ZDEBGphd-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.00M 1.80T 1.91M /phd-artifacts\n target = phd_framework::zfs
222026-01-21T21:20:33.692ZDEBGphd-runner: [TEST - EVENT] executing ZFS command args = ["phd-artifacts@phd-12c59851-3d10-4a4b-83b0-dd7172647b52"] 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
232026-01-21T21:20:33.740ZDEBGphd-runner: [TEST - EVENT] executing ZFS command args = ["phd-artifacts@phd-12c59851-3d10-4a4b-83b0-dd7172647b52", "phd-artifacts/phd-clone-3c520449-ce32-4061-9f3d-f9144d7959b5"] 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
242026-01-21T21:20:33.752ZDEBGphd-runner: [TEST - EVENT] executing ZFS command args = ["phd-artifacts/phd-clone-3c520449-ce32-4061-9f3d-f9144d7959b5"] 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
252026-01-21T21:20:33.758ZDEBGphd-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-3c520449-ce32-4061-9f3d-f9144d7959b5 0B 1.80T 48.9M /phd-artifacts/phd-clone-3c520449-ce32-4061-9f3d-f9144d7959b5\n target = phd_framework::zfs
262026-01-21T21:20:33.759ZINFOphd-runner: [NEW - START] file = phd-tests/framework/src/test_vm/mod.rs line = 199 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm
272026-01-21T21:20:33.759ZINFOphd-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 = 217 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm_name = migration_from_base
282026-01-21T21:20:33.759ZDEBGphd-runner: [NEW - EVENT] checking for existing copy of artifact file = phd-tests/framework/src/artifacts/store.rs line = 89 maybe_path = /phd-artifacts/61eb5ddade53a5c7276c6ed9913755c8a53572cc0c7284dc49d93b4453324902/propolis-server.tar.gz path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::artifacts::store
292026-01-21T21:20:33.759ZDEBGphd-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/2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e/propolis-server.tar.gz
302026-01-21T21:21:04.656ZDEBGphd-runner: [NEW - EVENT] Extracting artifact from tarball extracted_path = /phd-artifacts/61eb5ddade53a5c7276c6ed9913755c8a53572cc0c7284dc49d93b4453324902/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
312026-01-21T21:21:04.656ZDEBGphd-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
322026-01-21T21:21:21.326ZINFOphd-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/61eb5ddade53a5c7276c6ed9913755c8a53572cc0c7284dc49d93b4453324902/propolis-server" target = phd_framework::test_vm::server
332026-01-21T21:21:21.326ZINFOphd-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
342026-01-21T21:21:21.389ZINFOphd-runner: [NEW - EVENT] Launched server with pid 859 file = phd-tests/framework/src/test_vm/server.rs line = 122 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm::server
352026-01-21T21:21:21.390ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - START] file = phd-tests/framework/src/test_vm/mod.rs line = 308 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = a708cf83-462e-446c-8860-94357718c5f9
362026-01-21T21:21:21.391ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance) file = phd-tests/framework/src/test_vm/mod.rs line = 347 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = a708cf83-462e-446c-8860-94357718c5f9
372026-01-21T21:21:21.391ZINFOphd-runner: [NEW - END] elapsed_milliseconds = 47632 file = phd-tests/framework/src/test_vm/mod.rs line = 199 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm
382026-01-21T21:21:21.712ZINFOphd-runner: [SERIAL CONSOLE TASK - START] file = phd-tests/framework/src/serial/mod.rs line = 200 target = phd_framework::serial
392026-01-21T21:21:21.713ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance file = phd-tests/framework/src/test_vm/mod.rs instance_description.instance = Instance { properties: InstanceProperties { id: a708cf83-462e-446c-8860-94357718c5f9, name: "phd-vm-a708cf83-462e-446c-8860-94357718c5f9", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 5395bba6-4aed-4a4a-8b22-f55608e76669, project_id: f5d420ec-7f23-46c6-a157-da14cb9fe42f, sled_id: 8e2e3345-1f94-46fa-bf47-14f354e938a6, sled_serial: "8e2e3345-1f94-46fa-bf47-14f354e938a6", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating } line = 406 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = a708cf83-462e-446c-8860-94357718c5f9
402026-01-21T21:21:21.713ZINFOphd-runner: [PUT_INSTANCE_STATE - START] file = phd-tests/framework/src/test_vm/mod.rs line = 467 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = a708cf83-462e-446c-8860-94357718c5f9
412026-01-21T21:21:21.713ZINFOphd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 472 path = phd_tests::migrate::from_base::can_migrate_from_base state = Run target = phd_framework::test_vm vm = migration_from_base vm_id = a708cf83-462e-446c-8860-94357718c5f9
422026-01-21T21:21:21.713ZINFOphd-runner: [PUT_INSTANCE_STATE - END] elapsed_milliseconds = 0 file = phd-tests/framework/src/test_vm/mod.rs line = 467 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = a708cf83-462e-446c-8860-94357718c5f9
432026-01-21T21:21:21.714ZINFOphd-runner: [WAIT_TO_BOOT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 782 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm
442026-01-21T21:21:21.714ZINFOphd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot file = phd-tests/framework/src/test_vm/mod.rs line = 731 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm timeout_duration = 300s vm = migration_from_base vm_id = a708cf83-462e-446c-8860-94357718c5f9
452026-01-21T21:21:21.714ZDEBGphd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence file = phd-tests/framework/src/test_vm/mod.rs line = 739 path = phd_tests::migrate::from_base::can_migrate_from_base step = WaitFor("localhost login: ") target = phd_framework::test_vm
462026-01-21T21:21:21.714ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = a708cf83-462e-446c-8860-94357718c5f9
472026-01-21T21:21:21.714ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 804 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm timeout_duration = CallerTimeout vm = migration_from_base vm_id = a708cf83-462e-446c-8860-94357718c5f9
482026-01-21T21:21:26.194ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 4479 file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = a708cf83-462e-446c-8860-94357718c5f9
492026-01-21T21:21:26.194ZDEBGphd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence file = phd-tests/framework/src/test_vm/mod.rs line = 739 path = phd_tests::migrate::from_base::can_migrate_from_base step = WriteStr("root") target = phd_framework::test_vm
502026-01-21T21:21:26.194ZDEBGphd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence file = phd-tests/framework/src/test_vm/mod.rs line = 739 path = phd_tests::migrate::from_base::can_migrate_from_base step = WaitFor("localhost:~#") target = phd_framework::test_vm
512026-01-21T21:21:26.194ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = a708cf83-462e-446c-8860-94357718c5f9
522026-01-21T21:21:26.194ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 804 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm timeout_duration = CallerTimeout vm = migration_from_base vm_id = a708cf83-462e-446c-8860-94357718c5f9
532026-01-21T21:21:26.212ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 18 file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = a708cf83-462e-446c-8860-94357718c5f9
542026-01-21T21:21:26.212ZDEBGphd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence file = phd-tests/framework/src/test_vm/mod.rs line = 739 path = phd_tests::migrate::from_base::can_migrate_from_base step = WriteStr("stty -F `tty` cols 9999") target = phd_framework::test_vm
552026-01-21T21:21:26.213ZDEBGphd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence file = phd-tests/framework/src/test_vm/mod.rs line = 739 path = phd_tests::migrate::from_base::can_migrate_from_base step = WaitFor("localhost:~#") target = phd_framework::test_vm
562026-01-21T21:21:26.213ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = a708cf83-462e-446c-8860-94357718c5f9
572026-01-21T21:21:26.213ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 804 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm timeout_duration = CallerTimeout vm = migration_from_base vm_id = a708cf83-462e-446c-8860-94357718c5f9
582026-01-21T21:21:26.245ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 32 file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = a708cf83-462e-446c-8860-94357718c5f9
592026-01-21T21:21:26.245ZINFOphd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted file = phd-tests/framework/src/test_vm/mod.rs line = 779 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm
602026-01-21T21:21:26.245ZINFOphd-runner: [WAIT_TO_BOOT - END] elapsed_milliseconds = 4531 file = phd-tests/framework/src/test_vm/mod.rs line = 782 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm
612026-01-21T21:21:26.245ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = a708cf83-462e-446c-8860-94357718c5f9
622026-01-21T21:21:26.245ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 804 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm timeout_duration = Explicit(15s) vm = migration_from_base vm_id = a708cf83-462e-446c-8860-94357718c5f9
632026-01-21T21:21:26.256ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 10 file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = a708cf83-462e-446c-8860-94357718c5f9
642026-01-21T21:21:26.256ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = a708cf83-462e-446c-8860-94357718c5f9
652026-01-21T21:21:26.256ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 804 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm timeout_duration = Explicit(300s) vm = migration_from_base vm_id = a708cf83-462e-446c-8860-94357718c5f9
662026-01-21T21:21:26.290ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 34 file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = a708cf83-462e-446c-8860-94357718c5f9
672026-01-21T21:21:26.290ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = a708cf83-462e-446c-8860-94357718c5f9
682026-01-21T21:21:26.290ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 804 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm timeout_duration = Explicit(15s) vm = migration_from_base vm_id = a708cf83-462e-446c-8860-94357718c5f9
692026-01-21T21:21:26.301ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 10 file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = a708cf83-462e-446c-8860-94357718c5f9
702026-01-21T21:21:26.301ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = a708cf83-462e-446c-8860-94357718c5f9
712026-01-21T21:21:26.301ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 804 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm timeout_duration = Explicit(300s) vm = migration_from_base vm_id = a708cf83-462e-446c-8860-94357718c5f9
722026-01-21T21:21:26.334ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 32 file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = a708cf83-462e-446c-8860-94357718c5f9
732026-01-21T21:21:26.334ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = a708cf83-462e-446c-8860-94357718c5f9
742026-01-21T21:21:26.334ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 804 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm timeout_duration = Explicit(15s) vm = migration_from_base vm_id = a708cf83-462e-446c-8860-94357718c5f9
752026-01-21T21:21:26.345ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 11 file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = a708cf83-462e-446c-8860-94357718c5f9
762026-01-21T21:21:26.345ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = a708cf83-462e-446c-8860-94357718c5f9
772026-01-21T21:21:26.345ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 804 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm timeout_duration = Explicit(300s) vm = migration_from_base vm_id = a708cf83-462e-446c-8860-94357718c5f9
782026-01-21T21:21:26.378ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 32 file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = a708cf83-462e-446c-8860-94357718c5f9
792026-01-21T21:21:26.378ZINFOphd-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
802026-01-21T21:21:26.378ZINFOphd-runner: [NEW - START] file = phd-tests/framework/src/test_vm/mod.rs line = 199 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm
812026-01-21T21:21:26.379ZINFOphd-runner: [NEW - EVENT] phd_framework::test_vm environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None } file = phd-tests/framework/src/test_vm/mod.rs guest_os_kind = Alpine line = 217 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm_name = migration_from_base_lifecycle_0
822026-01-21T21:21:26.379ZDEBGphd-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
832026-01-21T21:21:26.379ZDEBGphd-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
842026-01-21T21:21:26.379ZINFOphd-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
852026-01-21T21:21:26.379ZINFOphd-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
862026-01-21T21:21:26.404ZINFOphd-runner: [NEW - EVENT] Launched server with pid 860 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
872026-01-21T21:21:26.405ZINFOphd-runner: [NEW - END] elapsed_milliseconds = 26 file = phd-tests/framework/src/test_vm/mod.rs line = 199 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm
882026-01-21T21:21:26.405ZINFOphd-runner: [MIGRATE_FROM - START] file = phd-tests/framework/src/test_vm/mod.rs line = 501 path = phd_tests::migrate::from_base::can_migrate_from_base source = migration_from_base source_id = a708cf83-462e-446c-8860-94357718c5f9 target = phd_framework::test_vm target_id = 7f668d91-9270-4628-99d6-9f392eed1ed3
892026-01-21T21:21:26.405ZINFOphd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9000 file = phd-tests/framework/src/test_vm/mod.rs line = 534 migration_id = 92f52bd5-db40-43af-ac0a-4681d24dd185 path = phd_tests::migrate::from_base::can_migrate_from_base source = migration_from_base source_id = a708cf83-462e-446c-8860-94357718c5f9 target = phd_framework::test_vm target_id = 7f668d91-9270-4628-99d6-9f392eed1ed3 timeout_duration = 45s
902026-01-21T21:21:26.405ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - START] file = phd-tests/framework/src/test_vm/mod.rs line = 308 path = phd_tests::migrate::from_base::can_migrate_from_base source = migration_from_base source_id = a708cf83-462e-446c-8860-94357718c5f9 target = phd_framework::test_vm target_id = 7f668d91-9270-4628-99d6-9f392eed1ed3 vm = migration_from_base_lifecycle_0 vm_id = 7f668d91-9270-4628-99d6-9f392eed1ed3
912026-01-21T21:21:26.405ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure e = Communication Error: error sending request for url (http://127.0.0.1:9002/instance) file = phd-tests/framework/src/test_vm/mod.rs line = 347 path = phd_tests::migrate::from_base::can_migrate_from_base source = migration_from_base source_id = a708cf83-462e-446c-8860-94357718c5f9 target = phd_framework::test_vm target_id = 7f668d91-9270-4628-99d6-9f392eed1ed3 vm = migration_from_base_lifecycle_0 vm_id = 7f668d91-9270-4628-99d6-9f392eed1ed3
922026-01-21T21:21:26.986ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance file = phd-tests/framework/src/test_vm/mod.rs instance_description.instance = Instance { properties: InstanceProperties { id: 7f668d91-9270-4628-99d6-9f392eed1ed3, name: "phd-vm-7f668d91-9270-4628-99d6-9f392eed1ed3", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 5395bba6-4aed-4a4a-8b22-f55608e76669, project_id: f5d420ec-7f23-46c6-a157-da14cb9fe42f, sled_id: 8b968cb7-a38d-4248-8c48-6edae25c3cab, sled_serial: "8b968cb7-a38d-4248-8c48-6edae25c3cab", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating } line = 406 path = phd_tests::migrate::from_base::can_migrate_from_base source = migration_from_base source_id = a708cf83-462e-446c-8860-94357718c5f9 target = phd_framework::test_vm target_id = 7f668d91-9270-4628-99d6-9f392eed1ed3 vm = migration_from_base_lifecycle_0 vm_id = 7f668d91-9270-4628-99d6-9f392eed1ed3
932026-01-21T21:21:26.986ZINFOphd-runner: [MIGRATE - START] file = phd-tests/framework/src/test_vm/mod.rs line = 555 migration_id = 92f52bd5-db40-43af-ac0a-4681d24dd185 path = phd_tests::migrate::from_base::can_migrate_from_base source = migration_from_base source_id = a708cf83-462e-446c-8860-94357718c5f9 target = phd_framework::test_vm target_id = 7f668d91-9270-4628-99d6-9f392eed1ed3
942026-01-21T21:21:29.259ZINFOphd-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
952026-01-21T21:21:31.530ZINFOphd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully file = phd-tests/framework/src/test_vm/mod.rs line = 568 path = phd_tests::migrate::from_base::can_migrate_from_base source = migration_from_base source_id = a708cf83-462e-446c-8860-94357718c5f9 target = phd_framework::test_vm target_id = 7f668d91-9270-4628-99d6-9f392eed1ed3
962026-01-21T21:21:31.530ZINFOphd-runner: [MIGRATE - END] elapsed_milliseconds = 4543 file = phd-tests/framework/src/test_vm/mod.rs line = 555 migration_id = 92f52bd5-db40-43af-ac0a-4681d24dd185 path = phd_tests::migrate::from_base::can_migrate_from_base source = migration_from_base source_id = a708cf83-462e-446c-8860-94357718c5f9 target = phd_framework::test_vm target_id = 7f668d91-9270-4628-99d6-9f392eed1ed3
972026-01-21T21:21:31.531ZINFOphd-runner: [VM CLEANUP - START] file = phd-tests/framework/src/test_vm/mod.rs line = 1054 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = a708cf83-462e-446c-8860-94357718c5f9
982026-01-21T21:21:31.532ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base_lifecycle_0 vm_id = 7f668d91-9270-4628-99d6-9f392eed1ed3
992026-01-21T21:21:31.532ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 804 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm timeout_duration = Explicit(15s) vm = migration_from_base_lifecycle_0 vm_id = 7f668d91-9270-4628-99d6-9f392eed1ed3
1002026-01-21T21:21:31.533ZDEBGphd-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 = a708cf83-462e-446c-8860-94357718c5f9
1012026-01-21T21:21:31.614ZINFOphd-runner: [VM CLEANUP - END] elapsed_milliseconds = 82 file = phd-tests/framework/src/test_vm/mod.rs line = 1054 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = a708cf83-462e-446c-8860-94357718c5f9
1022026-01-21T21:21:31.614ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - END] elapsed_milliseconds = 10224 file = phd-tests/framework/src/test_vm/mod.rs line = 308 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = a708cf83-462e-446c-8860-94357718c5f9
1032026-01-21T21:21:31.614ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 82 file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base_lifecycle_0 vm_id = 7f668d91-9270-4628-99d6-9f392eed1ed3
1042026-01-21T21:21:31.615ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base_lifecycle_0 vm_id = 7f668d91-9270-4628-99d6-9f392eed1ed3
1052026-01-21T21:21:31.615ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 804 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm timeout_duration = Explicit(300s) vm = migration_from_base_lifecycle_0 vm_id = 7f668d91-9270-4628-99d6-9f392eed1ed3
1062026-01-21T21:21:31.644ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 28 file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base_lifecycle_0 vm_id = 7f668d91-9270-4628-99d6-9f392eed1ed3
1072026-01-21T21:21:31.644ZINFOphd-runner: [VM CLEANUP - START] file = phd-tests/framework/src/test_vm/mod.rs line = 1054 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base_lifecycle_0 vm_id = 7f668d91-9270-4628-99d6-9f392eed1ed3
1082026-01-21T21:21:31.644ZDEBGphd-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
1092026-01-21T21:21:31.644ZINFOphd-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
1102026-01-21T21:21:31.644ZINFOphd-runner: [SERIAL CONSOLE TASK - END] elapsed_milliseconds = 9932 file = phd-tests/framework/src/serial/mod.rs line = 200 target = phd_framework::serial
1112026-01-21T21:21:31.644ZINFOphd-runner: [TEST_CLEANUP - START] file = phd-tests/runner/src/fixtures.rs line = 51 target = phd_runner::fixtures
1122026-01-21T21:21:31.645ZDEBGphd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed file = phd-tests/framework/src/test_vm/mod.rs line = 1077 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base_lifecycle_0 vm_id = 7f668d91-9270-4628-99d6-9f392eed1ed3
1132026-01-21T21:21:32.289ZDEBGphd-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 = 7f668d91-9270-4628-99d6-9f392eed1ed3
1142026-01-21T21:21:32.366ZDEBGphd-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 = 7f668d91-9270-4628-99d6-9f392eed1ed3
1152026-01-21T21:21:32.366ZDEBGphd-runner: [VM CLEANUP - EVENT] executing ZFS command args = ["phd-artifacts/phd-clone-3c520449-ce32-4061-9f3d-f9144d7959b5"] 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 = 7f668d91-9270-4628-99d6-9f392eed1ed3
1162026-01-21T21:21:32.388ZDEBGphd-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 = 7f668d91-9270-4628-99d6-9f392eed1ed3
1172026-01-21T21:21:32.388ZDEBGphd-runner: [VM CLEANUP - EVENT] executing ZFS command args = ["phd-artifacts@phd-12c59851-3d10-4a4b-83b0-dd7172647b52"] 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 = 7f668d91-9270-4628-99d6-9f392eed1ed3
1182026-01-21T21:21:32.401ZINFOphd-runner: [VM CLEANUP - END] elapsed_milliseconds = 757 file = phd-tests/framework/src/test_vm/mod.rs line = 1054 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base_lifecycle_0 vm_id = 7f668d91-9270-4628-99d6-9f392eed1ed3
1192026-01-21T21:21:32.401ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - END] elapsed_milliseconds = 5996 file = phd-tests/framework/src/test_vm/mod.rs line = 308 path = phd_tests::migrate::from_base::can_migrate_from_base source = migration_from_base source_id = a708cf83-462e-446c-8860-94357718c5f9 target = phd_framework::test_vm target_id = 7f668d91-9270-4628-99d6-9f392eed1ed3 vm = migration_from_base_lifecycle_0 vm_id = 7f668d91-9270-4628-99d6-9f392eed1ed3
1202026-01-21T21:21:32.401ZINFOphd-runner: [TEST_CLEANUP - END] elapsed_milliseconds = 757 file = phd-tests/runner/src/fixtures.rs line = 51 target = phd_runner::fixtures
1212026-01-21T21:21:32.401ZINFOphd-runner: [MIGRATE_FROM - END] elapsed_milliseconds = 5996 file = phd-tests/framework/src/test_vm/mod.rs line = 501 path = phd_tests::migrate::from_base::can_migrate_from_base source = migration_from_base source_id = a708cf83-462e-446c-8860-94357718c5f9 target = phd_framework::test_vm target_id = 7f668d91-9270-4628-99d6-9f392eed1ed3
1222026-01-21T21:21:32.401ZINFOphd-runner: Starting test phd_tests::migrate::from_base::serial_history file = phd-tests/runner/src/execute.rs line = 90 target = phd_runner::execute
1232026-01-21T21:21:32.401ZINFOphd-runner: [TEST - END] elapsed_milliseconds = 84653 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
1242026-01-21T21:21:32.401ZINFOphd-runner: [TEST_SETUP - START] file = phd-tests/runner/src/fixtures.rs line = 41 target = phd_runner::fixtures
1252026-01-21T21:21:32.401ZINFOphd-runner: [TEST_SETUP - END] elapsed_milliseconds = 0 file = phd-tests/runner/src/fixtures.rs line = 41 target = phd_runner::fixtures
1262026-01-21T21:21:32.402ZINFOphd-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
1272026-01-21T21:21:32.402ZDEBGphd-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
1282026-01-21T21:21:32.402ZDEBGphd-runner: [TEST - EVENT] Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 45 path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso target = phd_framework::artifacts::store
1292026-01-21T21:21:32.402ZDEBGphd-runner: [TEST - EVENT] Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 45 path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso target = phd_framework::artifacts::store
1302026-01-21T21:21:32.402ZDEBGphd-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
1312026-01-21T21:21:32.408ZDEBGphd-runner: [TEST - EVENT] parsing zfs list output file = phd-tests/framework/src/zfs.rs line = 238 path = phd_tests::migrate::from_base::serial_history stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 865M 1.80T 864M /phd-artifacts\n target = phd_framework::zfs
1322026-01-21T21:21:32.408ZDEBGphd-runner: [TEST - EVENT] executing ZFS command args = ["phd-artifacts@phd-61cecc1d-8938-47a9-b809-e653ca12b477"] file = phd-tests/framework/src/zfs.rs line = 304 path = phd_tests::migrate::from_base::serial_history target = phd_framework::zfs verb = snapshot
1332026-01-21T21:21:32.422ZDEBGphd-runner: [TEST - EVENT] executing ZFS command args = ["phd-artifacts@phd-61cecc1d-8938-47a9-b809-e653ca12b477", "phd-artifacts/phd-clone-80cca071-8dbf-4936-b8d5-05d4403351cd"] file = phd-tests/framework/src/zfs.rs line = 304 path = phd_tests::migrate::from_base::serial_history target = phd_framework::zfs verb = clone
1342026-01-21T21:21:32.437ZDEBGphd-runner: [TEST - EVENT] executing ZFS command args = ["phd-artifacts/phd-clone-80cca071-8dbf-4936-b8d5-05d4403351cd"] file = phd-tests/framework/src/zfs.rs line = 304 path = phd_tests::migrate::from_base::serial_history target = phd_framework::zfs verb = list
1352026-01-21T21:21:32.444ZDEBGphd-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-80cca071-8dbf-4936-b8d5-05d4403351cd 0B 1.80T 864M /phd-artifacts/phd-clone-80cca071-8dbf-4936-b8d5-05d4403351cd\n target = phd_framework::zfs
1362026-01-21T21:21:32.444ZINFOphd-runner: [NEW - START] file = phd-tests/framework/src/test_vm/mod.rs line = 199 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm
1372026-01-21T21:21:32.444ZINFOphd-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 = 217 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm_name = migration_serial_history_base
1382026-01-21T21:21:32.444ZDEBGphd-runner: [NEW - EVENT] Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 45 path = /phd-artifacts/61eb5ddade53a5c7276c6ed9913755c8a53572cc0c7284dc49d93b4453324902/propolis-server target = phd_framework::artifacts::store
1392026-01-21T21:21:32.445ZINFOphd-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/61eb5ddade53a5c7276c6ed9913755c8a53572cc0c7284dc49d93b4453324902/propolis-server" target = phd_framework::test_vm::server
1402026-01-21T21:21:32.445ZINFOphd-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
1412026-01-21T21:21:32.468ZINFOphd-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::serial_history target = phd_framework::test_vm::server
1422026-01-21T21:21:32.469ZINFOphd-runner: [NEW - END] elapsed_milliseconds = 24 file = phd-tests/framework/src/test_vm/mod.rs line = 199 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm
1432026-01-21T21:21:32.469ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - START] file = phd-tests/framework/src/test_vm/mod.rs line = 308 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = b0f95c58-6d28-4536-871e-8f59a18b3a81
1442026-01-21T21:21:32.469ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance) file = phd-tests/framework/src/test_vm/mod.rs line = 347 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = b0f95c58-6d28-4536-871e-8f59a18b3a81
1452026-01-21T21:21:32.779ZINFOphd-runner: [SERIAL CONSOLE TASK - START] file = phd-tests/framework/src/serial/mod.rs line = 200 target = phd_framework::serial
1462026-01-21T21:21:32.779ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance file = phd-tests/framework/src/test_vm/mod.rs instance_description.instance = Instance { properties: InstanceProperties { id: b0f95c58-6d28-4536-871e-8f59a18b3a81, name: "phd-vm-b0f95c58-6d28-4536-871e-8f59a18b3a81", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 37df91fc-ea37-4742-9921-d89059e3cdbf, project_id: b7684d9b-cfa2-40a0-85b1-71a5d792666f, sled_id: 6edc9571-c031-457c-a79e-6c0badb1f201, sled_serial: "6edc9571-c031-457c-a79e-6c0badb1f201", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating } line = 406 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = b0f95c58-6d28-4536-871e-8f59a18b3a81
1472026-01-21T21:21:32.779ZINFOphd-runner: [PUT_INSTANCE_STATE - START] file = phd-tests/framework/src/test_vm/mod.rs line = 467 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = b0f95c58-6d28-4536-871e-8f59a18b3a81
1482026-01-21T21:21:32.779ZINFOphd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 472 path = phd_tests::migrate::from_base::serial_history state = Run target = phd_framework::test_vm vm = migration_serial_history_base vm_id = b0f95c58-6d28-4536-871e-8f59a18b3a81
1492026-01-21T21:21:32.780ZINFOphd-runner: [PUT_INSTANCE_STATE - END] elapsed_milliseconds = 0 file = phd-tests/framework/src/test_vm/mod.rs line = 467 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = b0f95c58-6d28-4536-871e-8f59a18b3a81
1502026-01-21T21:21:32.780ZINFOphd-runner: [WAIT_TO_BOOT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 782 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm
1512026-01-21T21:21:32.780ZINFOphd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot file = phd-tests/framework/src/test_vm/mod.rs line = 731 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm timeout_duration = 300s vm = migration_serial_history_base vm_id = b0f95c58-6d28-4536-871e-8f59a18b3a81
1522026-01-21T21:21:32.780ZDEBGphd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence file = phd-tests/framework/src/test_vm/mod.rs line = 739 path = phd_tests::migrate::from_base::serial_history step = WaitFor("localhost login: ") target = phd_framework::test_vm
1532026-01-21T21:21:32.780ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = b0f95c58-6d28-4536-871e-8f59a18b3a81
1542026-01-21T21:21:32.780ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 804 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm timeout_duration = CallerTimeout vm = migration_serial_history_base vm_id = b0f95c58-6d28-4536-871e-8f59a18b3a81
1552026-01-21T21:21:37.099ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 4318 file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = b0f95c58-6d28-4536-871e-8f59a18b3a81
1562026-01-21T21:21:37.099ZDEBGphd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence file = phd-tests/framework/src/test_vm/mod.rs line = 739 path = phd_tests::migrate::from_base::serial_history step = WriteStr("root") target = phd_framework::test_vm
1572026-01-21T21:21:37.099ZDEBGphd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence file = phd-tests/framework/src/test_vm/mod.rs line = 739 path = phd_tests::migrate::from_base::serial_history step = WaitFor("localhost:~#") target = phd_framework::test_vm
1582026-01-21T21:21:37.099ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = b0f95c58-6d28-4536-871e-8f59a18b3a81
1592026-01-21T21:21:37.099ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 804 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm timeout_duration = CallerTimeout vm = migration_serial_history_base vm_id = b0f95c58-6d28-4536-871e-8f59a18b3a81
1602026-01-21T21:21:37.117ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 17 file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = b0f95c58-6d28-4536-871e-8f59a18b3a81
1612026-01-21T21:21:37.117ZDEBGphd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence file = phd-tests/framework/src/test_vm/mod.rs line = 739 path = phd_tests::migrate::from_base::serial_history step = WriteStr("stty -F `tty` cols 9999") target = phd_framework::test_vm
1622026-01-21T21:21:37.117ZDEBGphd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence file = phd-tests/framework/src/test_vm/mod.rs line = 739 path = phd_tests::migrate::from_base::serial_history step = WaitFor("localhost:~#") target = phd_framework::test_vm
1632026-01-21T21:21:37.118ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = b0f95c58-6d28-4536-871e-8f59a18b3a81
1642026-01-21T21:21:37.118ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 804 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm timeout_duration = CallerTimeout vm = migration_serial_history_base vm_id = b0f95c58-6d28-4536-871e-8f59a18b3a81
1652026-01-21T21:21:37.151ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 33 file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = b0f95c58-6d28-4536-871e-8f59a18b3a81
1662026-01-21T21:21:37.152ZINFOphd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted file = phd-tests/framework/src/test_vm/mod.rs line = 779 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm
1672026-01-21T21:21:37.152ZINFOphd-runner: [WAIT_TO_BOOT - END] elapsed_milliseconds = 4371 file = phd-tests/framework/src/test_vm/mod.rs line = 782 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm
1682026-01-21T21:21:37.152ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = b0f95c58-6d28-4536-871e-8f59a18b3a81
1692026-01-21T21:21:37.152ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 804 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm timeout_duration = Explicit(15s) vm = migration_serial_history_base vm_id = b0f95c58-6d28-4536-871e-8f59a18b3a81
1702026-01-21T21:21:37.162ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 10 file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = b0f95c58-6d28-4536-871e-8f59a18b3a81
1712026-01-21T21:21:37.163ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = b0f95c58-6d28-4536-871e-8f59a18b3a81
1722026-01-21T21:21:37.163ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 804 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm timeout_duration = Explicit(300s) vm = migration_serial_history_base vm_id = b0f95c58-6d28-4536-871e-8f59a18b3a81
1732026-01-21T21:21:37.196ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 33 file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = b0f95c58-6d28-4536-871e-8f59a18b3a81
1742026-01-21T21:21:37.201ZINFOphd-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
1752026-01-21T21:21:37.201ZINFOphd-runner: [NEW - START] file = phd-tests/framework/src/test_vm/mod.rs line = 199 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm
1762026-01-21T21:21:37.201ZINFOphd-runner: [NEW - EVENT] phd_framework::test_vm environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None } file = phd-tests/framework/src/test_vm/mod.rs guest_os_kind = Alpine line = 217 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm_name = migration_serial_history_base_lifecycle_0
1772026-01-21T21:21:37.201ZDEBGphd-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
1782026-01-21T21:21:37.201ZINFOphd-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
1792026-01-21T21:21:37.201ZINFOphd-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
1802026-01-21T21:21:37.226ZINFOphd-runner: [NEW - EVENT] Launched server with pid 870 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
1812026-01-21T21:21:37.226ZINFOphd-runner: [NEW - END] elapsed_milliseconds = 24 file = phd-tests/framework/src/test_vm/mod.rs line = 199 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm
1822026-01-21T21:21:37.226ZINFOphd-runner: [MIGRATE_FROM - START] file = phd-tests/framework/src/test_vm/mod.rs line = 501 path = phd_tests::migrate::from_base::serial_history source = migration_serial_history_base source_id = b0f95c58-6d28-4536-871e-8f59a18b3a81 target = phd_framework::test_vm target_id = e975ce40-8a2b-4ec8-a65e-0d54e7ecff01
1832026-01-21T21:21:37.226ZINFOphd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9000 file = phd-tests/framework/src/test_vm/mod.rs line = 534 migration_id = de192617-65a8-45ae-a9a6-4c216d74ff1d path = phd_tests::migrate::from_base::serial_history source = migration_serial_history_base source_id = b0f95c58-6d28-4536-871e-8f59a18b3a81 target = phd_framework::test_vm target_id = e975ce40-8a2b-4ec8-a65e-0d54e7ecff01 timeout_duration = 45s
1842026-01-21T21:21:37.226ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - START] file = phd-tests/framework/src/test_vm/mod.rs line = 308 path = phd_tests::migrate::from_base::serial_history source = migration_serial_history_base source_id = b0f95c58-6d28-4536-871e-8f59a18b3a81 target = phd_framework::test_vm target_id = e975ce40-8a2b-4ec8-a65e-0d54e7ecff01 vm = migration_serial_history_base_lifecycle_0 vm_id = e975ce40-8a2b-4ec8-a65e-0d54e7ecff01
1852026-01-21T21:21:37.227ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure e = Communication Error: error sending request for url (http://127.0.0.1:9002/instance) file = phd-tests/framework/src/test_vm/mod.rs line = 347 path = phd_tests::migrate::from_base::serial_history source = migration_serial_history_base source_id = b0f95c58-6d28-4536-871e-8f59a18b3a81 target = phd_framework::test_vm target_id = e975ce40-8a2b-4ec8-a65e-0d54e7ecff01 vm = migration_serial_history_base_lifecycle_0 vm_id = e975ce40-8a2b-4ec8-a65e-0d54e7ecff01
1862026-01-21T21:21:37.719ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance file = phd-tests/framework/src/test_vm/mod.rs instance_description.instance = Instance { properties: InstanceProperties { id: e975ce40-8a2b-4ec8-a65e-0d54e7ecff01, name: "phd-vm-e975ce40-8a2b-4ec8-a65e-0d54e7ecff01", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 37df91fc-ea37-4742-9921-d89059e3cdbf, project_id: b7684d9b-cfa2-40a0-85b1-71a5d792666f, sled_id: aa0215a2-d0c2-4f0b-ad7b-3e9742c7b4df, sled_serial: "aa0215a2-d0c2-4f0b-ad7b-3e9742c7b4df", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating } line = 406 path = phd_tests::migrate::from_base::serial_history source = migration_serial_history_base source_id = b0f95c58-6d28-4536-871e-8f59a18b3a81 target = phd_framework::test_vm target_id = e975ce40-8a2b-4ec8-a65e-0d54e7ecff01 vm = migration_serial_history_base_lifecycle_0 vm_id = e975ce40-8a2b-4ec8-a65e-0d54e7ecff01
1872026-01-21T21:21:37.719ZINFOphd-runner: [MIGRATE - START] file = phd-tests/framework/src/test_vm/mod.rs line = 555 migration_id = de192617-65a8-45ae-a9a6-4c216d74ff1d path = phd_tests::migrate::from_base::serial_history source = migration_serial_history_base source_id = b0f95c58-6d28-4536-871e-8f59a18b3a81 target = phd_framework::test_vm target_id = e975ce40-8a2b-4ec8-a65e-0d54e7ecff01
1882026-01-21T21:21:39.772ZINFOphd-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
1892026-01-21T21:21:39.856ZINFOphd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully file = phd-tests/framework/src/test_vm/mod.rs line = 568 path = phd_tests::migrate::from_base::serial_history source = migration_serial_history_base source_id = b0f95c58-6d28-4536-871e-8f59a18b3a81 target = phd_framework::test_vm target_id = e975ce40-8a2b-4ec8-a65e-0d54e7ecff01
1902026-01-21T21:21:39.856ZINFOphd-runner: [MIGRATE - END] elapsed_milliseconds = 2137 file = phd-tests/framework/src/test_vm/mod.rs line = 555 migration_id = de192617-65a8-45ae-a9a6-4c216d74ff1d path = phd_tests::migrate::from_base::serial_history source = migration_serial_history_base source_id = b0f95c58-6d28-4536-871e-8f59a18b3a81 target = phd_framework::test_vm target_id = e975ce40-8a2b-4ec8-a65e-0d54e7ecff01
1912026-01-21T21:21:39.858ZINFOphd-runner: [VM CLEANUP - START] file = phd-tests/framework/src/test_vm/mod.rs line = 1054 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = b0f95c58-6d28-4536-871e-8f59a18b3a81
1922026-01-21T21:21:39.859ZDEBGphd-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 = b0f95c58-6d28-4536-871e-8f59a18b3a81
1932026-01-21T21:21:39.933ZINFOphd-runner: [VM CLEANUP - END] elapsed_milliseconds = 74 file = phd-tests/framework/src/test_vm/mod.rs line = 1054 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = b0f95c58-6d28-4536-871e-8f59a18b3a81
1942026-01-21T21:21:39.933ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - END] elapsed_milliseconds = 7463 file = phd-tests/framework/src/test_vm/mod.rs line = 308 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = b0f95c58-6d28-4536-871e-8f59a18b3a81
1952026-01-21T21:21:39.935ZINFOphd-runner: [VM CLEANUP - START] file = phd-tests/framework/src/test_vm/mod.rs line = 1054 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base_lifecycle_0 vm_id = e975ce40-8a2b-4ec8-a65e-0d54e7ecff01
1962026-01-21T21:21:39.935ZDEBGphd-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
1972026-01-21T21:21:39.936ZINFOphd-runner: [SERIAL CONSOLE TASK - END] elapsed_milliseconds = 7156 file = phd-tests/framework/src/serial/mod.rs line = 200 target = phd_framework::serial
1982026-01-21T21:21:39.936ZINFOphd-runner: test phd_tests::migrate::from_base::serial_history ... ok file = phd-tests/runner/src/execute.rs line = 129 target = phd_runner::execute
1992026-01-21T21:21:39.936ZINFOphd-runner: [TEST_CLEANUP - START] file = phd-tests/runner/src/fixtures.rs line = 51 target = phd_runner::fixtures
2002026-01-21T21:21:39.937ZDEBGphd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed file = phd-tests/framework/src/test_vm/mod.rs line = 1077 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base_lifecycle_0 vm_id = e975ce40-8a2b-4ec8-a65e-0d54e7ecff01
2012026-01-21T21:21:40.383ZDEBGphd-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 = e975ce40-8a2b-4ec8-a65e-0d54e7ecff01
2022026-01-21T21:21:40.454ZDEBGphd-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 = e975ce40-8a2b-4ec8-a65e-0d54e7ecff01
2032026-01-21T21:21:40.454ZDEBGphd-runner: [VM CLEANUP - EVENT] executing ZFS command args = ["phd-artifacts/phd-clone-80cca071-8dbf-4936-b8d5-05d4403351cd"] 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 = e975ce40-8a2b-4ec8-a65e-0d54e7ecff01
2042026-01-21T21:21:40.474ZDEBGphd-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 = e975ce40-8a2b-4ec8-a65e-0d54e7ecff01
2052026-01-21T21:21:40.474ZDEBGphd-runner: [VM CLEANUP - EVENT] executing ZFS command args = ["phd-artifacts@phd-61cecc1d-8938-47a9-b809-e653ca12b477"] 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 = e975ce40-8a2b-4ec8-a65e-0d54e7ecff01
2062026-01-21T21:21:40.489ZINFOphd-runner: [VM CLEANUP - END] elapsed_milliseconds = 553 file = phd-tests/framework/src/test_vm/mod.rs line = 1054 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base_lifecycle_0 vm_id = e975ce40-8a2b-4ec8-a65e-0d54e7ecff01
2072026-01-21T21:21:40.489ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - END] elapsed_milliseconds = 3262 file = phd-tests/framework/src/test_vm/mod.rs line = 308 path = phd_tests::migrate::from_base::serial_history source = migration_serial_history_base source_id = b0f95c58-6d28-4536-871e-8f59a18b3a81 target = phd_framework::test_vm target_id = e975ce40-8a2b-4ec8-a65e-0d54e7ecff01 vm = migration_serial_history_base_lifecycle_0 vm_id = e975ce40-8a2b-4ec8-a65e-0d54e7ecff01
2082026-01-21T21:21:40.489ZINFOphd-runner: [TEST_CLEANUP - END] elapsed_milliseconds = 553 file = phd-tests/runner/src/fixtures.rs line = 51 target = phd_runner::fixtures
2092026-01-21T21:21:40.489ZINFOphd-runner: [MIGRATE_FROM - END] elapsed_milliseconds = 3262 file = phd-tests/framework/src/test_vm/mod.rs line = 501 path = phd_tests::migrate::from_base::serial_history source = migration_serial_history_base source_id = b0f95c58-6d28-4536-871e-8f59a18b3a81 target = phd_framework::test_vm target_id = e975ce40-8a2b-4ec8-a65e-0d54e7ecff01
2102026-01-21T21:21:40.489ZINFOphd-runner: [TEST - END] elapsed_milliseconds = 8087 file = phd-tests/tests/src/migrate.rs line = 40 path = phd_tests::migrate::from_base::serial_history target = phd_tests::migrate::from_base
2112026-01-21T21:21:40.489ZINFOphd-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
2122026-01-21T21:21:40.489ZINFOphd-runner: [TEST_SETUP - START] file = phd-tests/runner/src/fixtures.rs line = 41 target = phd_runner::fixtures
2132026-01-21T21:21:40.489ZINFOphd-runner: [TEST_SETUP - END] elapsed_milliseconds = 0 file = phd-tests/runner/src/fixtures.rs line = 41 target = phd_runner::fixtures
2142026-01-21T21:21:40.489ZINFOphd-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
2152026-01-21T21:21:40.489ZDEBGphd-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
2162026-01-21T21:21:40.489ZDEBGphd-runner: [TEST - EVENT] Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 45 path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso target = phd_framework::artifacts::store
2172026-01-21T21:21:40.489ZDEBGphd-runner: [TEST - EVENT] Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 45 path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso target = phd_framework::artifacts::store
2182026-01-21T21:21:40.489ZDEBGphd-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
2192026-01-21T21:21:40.496ZDEBGphd-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 867M 1.80T 864M /phd-artifacts\n target = phd_framework::zfs
2202026-01-21T21:21:40.496ZDEBGphd-runner: [TEST - EVENT] executing ZFS command args = ["phd-artifacts@phd-cbaea2c2-cf67-4d3b-a0e3-69b426c60704"] 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
2212026-01-21T21:21:40.505ZDEBGphd-runner: [TEST - EVENT] executing ZFS command args = ["phd-artifacts@phd-cbaea2c2-cf67-4d3b-a0e3-69b426c60704", "phd-artifacts/phd-clone-ec426cc9-8c6b-4681-8e2d-e1885d10922d"] 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
2222026-01-21T21:21:40.517ZDEBGphd-runner: [TEST - EVENT] executing ZFS command args = ["phd-artifacts/phd-clone-ec426cc9-8c6b-4681-8e2d-e1885d10922d"] 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
2232026-01-21T21:21:40.523ZDEBGphd-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-ec426cc9-8c6b-4681-8e2d-e1885d10922d 0B 1.80T 864M /phd-artifacts/phd-clone-ec426cc9-8c6b-4681-8e2d-e1885d10922d\n target = phd_framework::zfs
2242026-01-21T21:21:40.524ZINFOphd-runner: [NEW - START] file = phd-tests/framework/src/test_vm/mod.rs line = 199 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm
2252026-01-21T21:21:40.524ZINFOphd-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 = 217 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm_name = migration_from_base_and_back
2262026-01-21T21:21:40.524ZDEBGphd-runner: [NEW - EVENT] Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 45 path = /phd-artifacts/61eb5ddade53a5c7276c6ed9913755c8a53572cc0c7284dc49d93b4453324902/propolis-server target = phd_framework::artifacts::store
2272026-01-21T21:21:40.524ZINFOphd-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/61eb5ddade53a5c7276c6ed9913755c8a53572cc0c7284dc49d93b4453324902/propolis-server" target = phd_framework::test_vm::server
2282026-01-21T21:21:40.524ZINFOphd-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
2292026-01-21T21:21:40.548ZINFOphd-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::migration_from_base_and_back target = phd_framework::test_vm::server
2302026-01-21T21:21:40.548ZINFOphd-runner: [NEW - END] elapsed_milliseconds = 24 file = phd-tests/framework/src/test_vm/mod.rs line = 199 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm
2312026-01-21T21:21:40.548ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - START] file = phd-tests/framework/src/test_vm/mod.rs line = 308 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 3893ed9c-7fc0-4996-9ae6-2092daf934e6
2322026-01-21T21:21:40.549ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance) file = phd-tests/framework/src/test_vm/mod.rs line = 347 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 3893ed9c-7fc0-4996-9ae6-2092daf934e6
2332026-01-21T21:21:41.238ZINFOphd-runner: [SERIAL CONSOLE TASK - START] file = phd-tests/framework/src/serial/mod.rs line = 200 target = phd_framework::serial
2342026-01-21T21:21:41.239ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance file = phd-tests/framework/src/test_vm/mod.rs instance_description.instance = Instance { properties: InstanceProperties { id: 3893ed9c-7fc0-4996-9ae6-2092daf934e6, name: "phd-vm-3893ed9c-7fc0-4996-9ae6-2092daf934e6", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: cc0cb636-bc1c-4e67-9504-4912e1dabd00, project_id: d13dfb05-cb8e-4d1b-a711-63466a5ea409, sled_id: 78d94762-0be1-450f-9aa4-0c1e21881092, sled_serial: "78d94762-0be1-450f-9aa4-0c1e21881092", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating } line = 406 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 3893ed9c-7fc0-4996-9ae6-2092daf934e6
2352026-01-21T21:21:41.239ZINFOphd-runner: [PUT_INSTANCE_STATE - START] file = phd-tests/framework/src/test_vm/mod.rs line = 467 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 3893ed9c-7fc0-4996-9ae6-2092daf934e6
2362026-01-21T21:21:41.239ZINFOphd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 472 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 = 3893ed9c-7fc0-4996-9ae6-2092daf934e6
2372026-01-21T21:21:41.239ZINFOphd-runner: [PUT_INSTANCE_STATE - END] elapsed_milliseconds = 0 file = phd-tests/framework/src/test_vm/mod.rs line = 467 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 3893ed9c-7fc0-4996-9ae6-2092daf934e6
2382026-01-21T21:21:41.239ZINFOphd-runner: [WAIT_TO_BOOT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 782 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm
2392026-01-21T21:21:41.239ZINFOphd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot file = phd-tests/framework/src/test_vm/mod.rs line = 731 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm timeout_duration = 300s vm = migration_from_base_and_back vm_id = 3893ed9c-7fc0-4996-9ae6-2092daf934e6
2402026-01-21T21:21:41.239ZDEBGphd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence file = phd-tests/framework/src/test_vm/mod.rs line = 739 path = phd_tests::migrate::from_base::migration_from_base_and_back step = WaitFor("localhost login: ") target = phd_framework::test_vm
2412026-01-21T21:21:41.240ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 3893ed9c-7fc0-4996-9ae6-2092daf934e6
2422026-01-21T21:21:41.240ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 804 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm timeout_duration = CallerTimeout vm = migration_from_base_and_back vm_id = 3893ed9c-7fc0-4996-9ae6-2092daf934e6
2432026-01-21T21:21:45.544ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 4304 file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 3893ed9c-7fc0-4996-9ae6-2092daf934e6
2442026-01-21T21:21:45.544ZDEBGphd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence file = phd-tests/framework/src/test_vm/mod.rs line = 739 path = phd_tests::migrate::from_base::migration_from_base_and_back step = WriteStr("root") target = phd_framework::test_vm
2452026-01-21T21:21:45.544ZDEBGphd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence file = phd-tests/framework/src/test_vm/mod.rs line = 739 path = phd_tests::migrate::from_base::migration_from_base_and_back step = WaitFor("localhost:~#") target = phd_framework::test_vm
2462026-01-21T21:21:45.544ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 3893ed9c-7fc0-4996-9ae6-2092daf934e6
2472026-01-21T21:21:45.544ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 804 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm timeout_duration = CallerTimeout vm = migration_from_base_and_back vm_id = 3893ed9c-7fc0-4996-9ae6-2092daf934e6
2482026-01-21T21:21:45.563ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 19 file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 3893ed9c-7fc0-4996-9ae6-2092daf934e6
2492026-01-21T21:21:45.564ZDEBGphd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence file = phd-tests/framework/src/test_vm/mod.rs line = 739 path = phd_tests::migrate::from_base::migration_from_base_and_back step = WriteStr("stty -F `tty` cols 9999") target = phd_framework::test_vm
2502026-01-21T21:21:45.564ZDEBGphd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence file = phd-tests/framework/src/test_vm/mod.rs line = 739 path = phd_tests::migrate::from_base::migration_from_base_and_back step = WaitFor("localhost:~#") target = phd_framework::test_vm
2512026-01-21T21:21:45.564ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 3893ed9c-7fc0-4996-9ae6-2092daf934e6
2522026-01-21T21:21:45.564ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 804 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm timeout_duration = CallerTimeout vm = migration_from_base_and_back vm_id = 3893ed9c-7fc0-4996-9ae6-2092daf934e6
2532026-01-21T21:21:45.597ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 32 file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 3893ed9c-7fc0-4996-9ae6-2092daf934e6
2542026-01-21T21:21:45.597ZINFOphd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted file = phd-tests/framework/src/test_vm/mod.rs line = 779 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm
2552026-01-21T21:21:45.597ZINFOphd-runner: [WAIT_TO_BOOT - END] elapsed_milliseconds = 4357 file = phd-tests/framework/src/test_vm/mod.rs line = 782 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm
2562026-01-21T21:21:45.597ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 3893ed9c-7fc0-4996-9ae6-2092daf934e6
2572026-01-21T21:21:45.597ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 804 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm timeout_duration = Explicit(15s) vm = migration_from_base_and_back vm_id = 3893ed9c-7fc0-4996-9ae6-2092daf934e6
2582026-01-21T21:21:45.608ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 10 file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 3893ed9c-7fc0-4996-9ae6-2092daf934e6
2592026-01-21T21:21:45.608ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 3893ed9c-7fc0-4996-9ae6-2092daf934e6
2602026-01-21T21:21:45.608ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 804 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm timeout_duration = Explicit(300s) vm = migration_from_base_and_back vm_id = 3893ed9c-7fc0-4996-9ae6-2092daf934e6
2612026-01-21T21:21:45.631ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 22 file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 3893ed9c-7fc0-4996-9ae6-2092daf934e6
2622026-01-21T21:21:45.631ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 3893ed9c-7fc0-4996-9ae6-2092daf934e6
2632026-01-21T21:21:45.631ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 804 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm timeout_duration = Explicit(15s) vm = migration_from_base_and_back vm_id = 3893ed9c-7fc0-4996-9ae6-2092daf934e6
2642026-01-21T21:21:45.643ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 11 file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 3893ed9c-7fc0-4996-9ae6-2092daf934e6
2652026-01-21T21:21:45.643ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 3893ed9c-7fc0-4996-9ae6-2092daf934e6
2662026-01-21T21:21:45.643ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 804 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm timeout_duration = Explicit(300s) vm = migration_from_base_and_back vm_id = 3893ed9c-7fc0-4996-9ae6-2092daf934e6
2672026-01-21T21:21:45.675ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 31 file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 3893ed9c-7fc0-4996-9ae6-2092daf934e6
2682026-01-21T21:21:45.675ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 3893ed9c-7fc0-4996-9ae6-2092daf934e6
2692026-01-21T21:21:45.675ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 804 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm timeout_duration = Explicit(15s) vm = migration_from_base_and_back vm_id = 3893ed9c-7fc0-4996-9ae6-2092daf934e6
2702026-01-21T21:21:45.687ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 11 file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 3893ed9c-7fc0-4996-9ae6-2092daf934e6
2712026-01-21T21:21:45.687ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 3893ed9c-7fc0-4996-9ae6-2092daf934e6
2722026-01-21T21:21:45.687ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 804 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm timeout_duration = Explicit(300s) vm = migration_from_base_and_back vm_id = 3893ed9c-7fc0-4996-9ae6-2092daf934e6
2732026-01-21T21:21:45.719ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 31 file = phd-tests/framework/src/test_vm/mod.rs line = 797 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 3893ed9c-7fc0-4996-9ae6-2092daf934e6
2742026-01-21T21:21:45.719ZINFOphd-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
2752026-01-21T21:21:45.719ZINFOphd-runner: [NEW - START] file = phd-tests/framework/src/test_vm/mod.rs line = 199 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm
2762026-01-21T21:21:45.719ZINFOphd-runner: [NEW - EVENT] phd_framework::test_vm environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None } file = phd-tests/framework/src/test_vm/mod.rs guest_os_kind = Alpine line = 217 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm_name = migration_from_base_and_back_lifecycle_0
2772026-01-21T21:21:45.719ZDEBGphd-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
2782026-01-21T21:21:45.719ZINFOphd-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
2792026-01-21T21:21:45.719ZINFOphd-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
2802026-01-21T21:21:45.744ZINFOphd-runner: [NEW - EVENT] Launched server with pid 880 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
2812026-01-21T21:21:45.744ZINFOphd-runner: [NEW - END] elapsed_milliseconds = 25 file = phd-tests/framework/src/test_vm/mod.rs line = 199 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm
2822026-01-21T21:21:45.745ZINFOphd-runner: [MIGRATE_FROM - START] file = phd-tests/framework/src/test_vm/mod.rs line = 501 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back source_id = 3893ed9c-7fc0-4996-9ae6-2092daf934e6 target = phd_framework::test_vm target_id = 32518733-5d82-4e86-a59a-7f5d005efb26
2832026-01-21T21:21:45.745ZINFOphd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9000 file = phd-tests/framework/src/test_vm/mod.rs line = 534 migration_id = 4c9c042d-c3f5-4aa3-92a4-b1241dc5f886 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back source_id = 3893ed9c-7fc0-4996-9ae6-2092daf934e6 target = phd_framework::test_vm target_id = 32518733-5d82-4e86-a59a-7f5d005efb26 timeout_duration = 45s
2842026-01-21T21:21:45.745ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - START] file = phd-tests/framework/src/test_vm/mod.rs line = 308 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back source_id = 3893ed9c-7fc0-4996-9ae6-2092daf934e6 target = phd_framework::test_vm target_id = 32518733-5d82-4e86-a59a-7f5d005efb26 vm = migration_from_base_and_back_lifecycle_0 vm_id = 32518733-5d82-4e86-a59a-7f5d005efb26
2852026-01-21T21:21:45.745ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure e = Communication Error: error sending request for url (http://127.0.0.1:9002/instance) file = phd-tests/framework/src/test_vm/mod.rs line = 347 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back source_id = 3893ed9c-7fc0-4996-9ae6-2092daf934e6 target = phd_framework::test_vm target_id = 32518733-5d82-4e86-a59a-7f5d005efb26 vm = migration_from_base_and_back_lifecycle_0 vm_id = 32518733-5d82-4e86-a59a-7f5d005efb26
2862026-01-21T21:21:46.416ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance file = phd-tests/framework/src/test_vm/mod.rs instance_description.instance = Instance { properties: InstanceProperties { id: 32518733-5d82-4e86-a59a-7f5d005efb26, name: "phd-vm-32518733-5d82-4e86-a59a-7f5d005efb26", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: cc0cb636-bc1c-4e67-9504-4912e1dabd00, project_id: d13dfb05-cb8e-4d1b-a711-63466a5ea409, sled_id: e5b0fcb5-5fc2-420d-8f05-1d61b4a19693, sled_serial: "e5b0fcb5-5fc2-420d-8f05-1d61b4a19693", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating } line = 406 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back source_id = 3893ed9c-7fc0-4996-9ae6-2092daf934e6 target = phd_framework::test_vm target_id = 32518733-5d82-4e86-a59a-7f5d005efb26 vm = migration_from_base_and_back_lifecycle_0 vm_id = 32518733-5d82-4e86-a59a-7f5d005efb26
2872026-01-21T21:21:46.416ZINFOphd-runner: [MIGRATE - START] file = phd-tests/framework/src/test_vm/mod.rs line = 555 migration_id = 4c9c042d-c3f5-4aa3-92a4-b1241dc5f886 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back source_id = 3893ed9c-7fc0-4996-9ae6-2092daf934e6 target = phd_framework::test_vm target_id = 32518733-5d82-4e86-a59a-7f5d005efb26
2882026-01-21T21:21:48.661ZINFOphd-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
2892026-01-21T21:21:49.405ZINFOphd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully file = phd-tests/framework/src/test_vm/mod.rs line = 568 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back source_id = 3893ed9c-7fc0-4996-9ae6-2092daf934e6 target = phd_framework::test_vm target_id = 32518733-5d82-4e86-a59a-7f5d005efb26
2902026-01-21T21:21:49.405ZINFOphd-runner: [MIGRATE - END] elapsed_milliseconds = 2989 file = phd-tests/framework/src/test_vm/mod.rs line = 555 migration_id = 4c9c042d-c3f5-4aa3-92a4-b1241dc5f886 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back source_id = 3893ed9c-7fc0-4996-9ae6-2092daf934e6 target = phd_framework::test_vm target_id = 32518733-5d82-4e86-a59a-7f5d005efb26
2912026-01-21T21:21:49.407ZINFOphd-runner: [VM CLEANUP - START] file = phd-tests/framework/src/test_vm/mod.rs line = 1054 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 3893ed9c-7fc0-4996-9ae6-2092daf934e6
2922026-01-21T21:21:49.407ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 797 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 = 32518733-5d82-4e86-a59a-7f5d005efb26
2932026-01-21T21:21:49.407ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 804 path = phd_tests::migrate::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 = 32518733-5d82-4e86-a59a-7f5d005efb26
2942026-01-21T21:21:49.408ZDEBGphd-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 = 3893ed9c-7fc0-4996-9ae6-2092daf934e6
2952026-01-21T21:21:49.486ZINFOphd-runner: [VM CLEANUP - END] elapsed_milliseconds = 79 file = phd-tests/framework/src/test_vm/mod.rs line = 1054 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 3893ed9c-7fc0-4996-9ae6-2092daf934e6
2962026-01-21T21:21:49.487ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - END] elapsed_milliseconds = 8938 file = phd-tests/framework/src/test_vm/mod.rs line = 308 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 3893ed9c-7fc0-4996-9ae6-2092daf934e6
2972026-01-21T21:21:49.487ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 79 file = phd-tests/framework/src/test_vm/mod.rs line = 797 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 = 32518733-5d82-4e86-a59a-7f5d005efb26
2982026-01-21T21:21:49.487ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 797 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 = 32518733-5d82-4e86-a59a-7f5d005efb26
2992026-01-21T21:21:49.487ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 804 path = phd_tests::migrate::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 = 32518733-5d82-4e86-a59a-7f5d005efb26
3002026-01-21T21:21:49.519ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 31 file = phd-tests/framework/src/test_vm/mod.rs line = 797 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 = 32518733-5d82-4e86-a59a-7f5d005efb26
3012026-01-21T21:21:49.519ZINFOphd-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
3022026-01-21T21:21:49.519ZINFOphd-runner: [NEW - START] file = phd-tests/framework/src/test_vm/mod.rs line = 199 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm
3032026-01-21T21:21:49.519ZINFOphd-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 = 217 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
3042026-01-21T21:21:49.519ZDEBGphd-runner: [NEW - EVENT] Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 45 path = /phd-artifacts/61eb5ddade53a5c7276c6ed9913755c8a53572cc0c7284dc49d93b4453324902/propolis-server target = phd_framework::artifacts::store
3052026-01-21T21:21:49.519ZINFOphd-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/61eb5ddade53a5c7276c6ed9913755c8a53572cc0c7284dc49d93b4453324902/propolis-server" target = phd_framework::test_vm::server
3062026-01-21T21:21:49.519ZINFOphd-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
3072026-01-21T21:21:49.545ZINFOphd-runner: [NEW - EVENT] Launched server with pid 882 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
3082026-01-21T21:21:49.545ZINFOphd-runner: [NEW - END] elapsed_milliseconds = 25 file = phd-tests/framework/src/test_vm/mod.rs line = 199 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm
3092026-01-21T21:21:49.545ZINFOphd-runner: [MIGRATE_FROM - START] file = phd-tests/framework/src/test_vm/mod.rs line = 501 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_0 source_id = 32518733-5d82-4e86-a59a-7f5d005efb26 target = phd_framework::test_vm target_id = 4f6393ba-51f5-4b4a-b463-e260cf170979
3102026-01-21T21:21:49.545ZINFOphd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9002 file = phd-tests/framework/src/test_vm/mod.rs line = 534 migration_id = 6bf3090f-58ba-4596-a729-ebfc30a3f71d path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_0 source_id = 32518733-5d82-4e86-a59a-7f5d005efb26 target = phd_framework::test_vm target_id = 4f6393ba-51f5-4b4a-b463-e260cf170979 timeout_duration = 45s
3112026-01-21T21:21:49.545ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - START] file = phd-tests/framework/src/test_vm/mod.rs line = 308 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_0 source_id = 32518733-5d82-4e86-a59a-7f5d005efb26 target = phd_framework::test_vm target_id = 4f6393ba-51f5-4b4a-b463-e260cf170979 vm = migration_from_base_and_back_lifecycle_1 vm_id = 4f6393ba-51f5-4b4a-b463-e260cf170979
3122026-01-21T21:21:49.546ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure e = Communication Error: error sending request for url (http://127.0.0.1:9004/instance) file = phd-tests/framework/src/test_vm/mod.rs line = 347 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_0 source_id = 32518733-5d82-4e86-a59a-7f5d005efb26 target = phd_framework::test_vm target_id = 4f6393ba-51f5-4b4a-b463-e260cf170979 vm = migration_from_base_and_back_lifecycle_1 vm_id = 4f6393ba-51f5-4b4a-b463-e260cf170979
3132026-01-21T21:21:50.294ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance file = phd-tests/framework/src/test_vm/mod.rs instance_description.instance = Instance { properties: InstanceProperties { id: 4f6393ba-51f5-4b4a-b463-e260cf170979, name: "phd-vm-4f6393ba-51f5-4b4a-b463-e260cf170979", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: cc0cb636-bc1c-4e67-9504-4912e1dabd00, project_id: d13dfb05-cb8e-4d1b-a711-63466a5ea409, sled_id: 37cb097e-1623-48d8-8c23-baaf8fe69c41, sled_serial: "37cb097e-1623-48d8-8c23-baaf8fe69c41", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating } line = 406 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_0 source_id = 32518733-5d82-4e86-a59a-7f5d005efb26 target = phd_framework::test_vm target_id = 4f6393ba-51f5-4b4a-b463-e260cf170979 vm = migration_from_base_and_back_lifecycle_1 vm_id = 4f6393ba-51f5-4b4a-b463-e260cf170979
3142026-01-21T21:21:50.294ZINFOphd-runner: [MIGRATE - START] file = phd-tests/framework/src/test_vm/mod.rs line = 555 migration_id = 6bf3090f-58ba-4596-a729-ebfc30a3f71d path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_0 source_id = 32518733-5d82-4e86-a59a-7f5d005efb26 target = phd_framework::test_vm target_id = 4f6393ba-51f5-4b4a-b463-e260cf170979
3152026-01-21T21:21:52.571ZINFOphd-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
3162026-01-21T21:21:52.771ZINFOphd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully file = phd-tests/framework/src/test_vm/mod.rs line = 568 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_0 source_id = 32518733-5d82-4e86-a59a-7f5d005efb26 target = phd_framework::test_vm target_id = 4f6393ba-51f5-4b4a-b463-e260cf170979
3172026-01-21T21:21:52.771ZINFOphd-runner: [MIGRATE - END] elapsed_milliseconds = 2476 file = phd-tests/framework/src/test_vm/mod.rs line = 555 migration_id = 6bf3090f-58ba-4596-a729-ebfc30a3f71d path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_0 source_id = 32518733-5d82-4e86-a59a-7f5d005efb26 target = phd_framework::test_vm target_id = 4f6393ba-51f5-4b4a-b463-e260cf170979
3182026-01-21T21:21:52.773ZINFOphd-runner: [VM CLEANUP - START] file = phd-tests/framework/src/test_vm/mod.rs line = 1054 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 = 32518733-5d82-4e86-a59a-7f5d005efb26
3192026-01-21T21:21:52.773ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 797 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 = 4f6393ba-51f5-4b4a-b463-e260cf170979
3202026-01-21T21:21:52.773ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 804 path = phd_tests::migrate::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 = 4f6393ba-51f5-4b4a-b463-e260cf170979
3212026-01-21T21:21:52.774ZDEBGphd-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 = 32518733-5d82-4e86-a59a-7f5d005efb26
3222026-01-21T21:21:52.846ZINFOphd-runner: [VM CLEANUP - END] elapsed_milliseconds = 72 file = phd-tests/framework/src/test_vm/mod.rs line = 1054 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 = 32518733-5d82-4e86-a59a-7f5d005efb26
3232026-01-21T21:21:52.846ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - END] elapsed_milliseconds = 7100 file = phd-tests/framework/src/test_vm/mod.rs line = 308 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back source_id = 3893ed9c-7fc0-4996-9ae6-2092daf934e6 target = phd_framework::test_vm target_id = 32518733-5d82-4e86-a59a-7f5d005efb26 vm = migration_from_base_and_back_lifecycle_0 vm_id = 32518733-5d82-4e86-a59a-7f5d005efb26
3242026-01-21T21:21:52.846ZINFOphd-runner: [MIGRATE_FROM - END] elapsed_milliseconds = 7101 file = phd-tests/framework/src/test_vm/mod.rs line = 501 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back source_id = 3893ed9c-7fc0-4996-9ae6-2092daf934e6 target = phd_framework::test_vm target_id = 32518733-5d82-4e86-a59a-7f5d005efb26
3252026-01-21T21:21:52.846ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 72 file = phd-tests/framework/src/test_vm/mod.rs line = 797 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 = 4f6393ba-51f5-4b4a-b463-e260cf170979
3262026-01-21T21:21:52.846ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 797 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 = 4f6393ba-51f5-4b4a-b463-e260cf170979
3272026-01-21T21:21:52.846ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 804 path = phd_tests::migrate::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 = 4f6393ba-51f5-4b4a-b463-e260cf170979
3282026-01-21T21:21:52.872ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 25 file = phd-tests/framework/src/test_vm/mod.rs line = 797 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 = 4f6393ba-51f5-4b4a-b463-e260cf170979
3292026-01-21T21:21:52.872ZINFOphd-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
3302026-01-21T21:21:52.872ZINFOphd-runner: [NEW - START] file = phd-tests/framework/src/test_vm/mod.rs line = 199 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm
3312026-01-21T21:21:52.872ZINFOphd-runner: [NEW - EVENT] phd_framework::test_vm environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None } file = phd-tests/framework/src/test_vm/mod.rs guest_os_kind = Alpine line = 217 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm_name = migration_from_base_and_back_lifecycle_2
3322026-01-21T21:21:52.872ZDEBGphd-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
3332026-01-21T21:21:52.872ZINFOphd-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
3342026-01-21T21:21:52.872ZINFOphd-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
3352026-01-21T21:21:52.897ZINFOphd-runner: [NEW - EVENT] Launched server with pid 884 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
3362026-01-21T21:21:52.897ZINFOphd-runner: [NEW - END] elapsed_milliseconds = 25 file = phd-tests/framework/src/test_vm/mod.rs line = 199 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm
3372026-01-21T21:21:52.897ZINFOphd-runner: [MIGRATE_FROM - START] file = phd-tests/framework/src/test_vm/mod.rs line = 501 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_1 source_id = 4f6393ba-51f5-4b4a-b463-e260cf170979 target = phd_framework::test_vm target_id = 2c912502-f046-43fd-907f-bd784f6f0c3d
3382026-01-21T21:21:52.898ZINFOphd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9004 file = phd-tests/framework/src/test_vm/mod.rs line = 534 migration_id = 5e13c567-e3a4-4552-8e18-784c69716a8d path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_1 source_id = 4f6393ba-51f5-4b4a-b463-e260cf170979 target = phd_framework::test_vm target_id = 2c912502-f046-43fd-907f-bd784f6f0c3d timeout_duration = 45s
3392026-01-21T21:21:52.898ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - START] file = phd-tests/framework/src/test_vm/mod.rs line = 308 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_1 source_id = 4f6393ba-51f5-4b4a-b463-e260cf170979 target = phd_framework::test_vm target_id = 2c912502-f046-43fd-907f-bd784f6f0c3d vm = migration_from_base_and_back_lifecycle_2 vm_id = 2c912502-f046-43fd-907f-bd784f6f0c3d
3402026-01-21T21:21:52.898ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure e = Communication Error: error sending request for url (http://127.0.0.1:9006/instance) file = phd-tests/framework/src/test_vm/mod.rs line = 347 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_1 source_id = 4f6393ba-51f5-4b4a-b463-e260cf170979 target = phd_framework::test_vm target_id = 2c912502-f046-43fd-907f-bd784f6f0c3d vm = migration_from_base_and_back_lifecycle_2 vm_id = 2c912502-f046-43fd-907f-bd784f6f0c3d
3412026-01-21T21:21:53.236ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance file = phd-tests/framework/src/test_vm/mod.rs instance_description.instance = Instance { properties: InstanceProperties { id: 2c912502-f046-43fd-907f-bd784f6f0c3d, name: "phd-vm-2c912502-f046-43fd-907f-bd784f6f0c3d", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: cc0cb636-bc1c-4e67-9504-4912e1dabd00, project_id: d13dfb05-cb8e-4d1b-a711-63466a5ea409, sled_id: 1984681f-1bb7-4699-9ac1-435d62618abf, sled_serial: "1984681f-1bb7-4699-9ac1-435d62618abf", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating } line = 406 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_1 source_id = 4f6393ba-51f5-4b4a-b463-e260cf170979 target = phd_framework::test_vm target_id = 2c912502-f046-43fd-907f-bd784f6f0c3d vm = migration_from_base_and_back_lifecycle_2 vm_id = 2c912502-f046-43fd-907f-bd784f6f0c3d
3422026-01-21T21:21:53.236ZINFOphd-runner: [MIGRATE - START] file = phd-tests/framework/src/test_vm/mod.rs line = 555 migration_id = 5e13c567-e3a4-4552-8e18-784c69716a8d path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_1 source_id = 4f6393ba-51f5-4b4a-b463-e260cf170979 target = phd_framework::test_vm target_id = 2c912502-f046-43fd-907f-bd784f6f0c3d
3432026-01-21T21:21:55.503ZINFOphd-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
3442026-01-21T21:21:55.890ZINFOphd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully file = phd-tests/framework/src/test_vm/mod.rs line = 568 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_1 source_id = 4f6393ba-51f5-4b4a-b463-e260cf170979 target = phd_framework::test_vm target_id = 2c912502-f046-43fd-907f-bd784f6f0c3d
3452026-01-21T21:21:55.890ZINFOphd-runner: [MIGRATE - END] elapsed_milliseconds = 2653 file = phd-tests/framework/src/test_vm/mod.rs line = 555 migration_id = 5e13c567-e3a4-4552-8e18-784c69716a8d path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_1 source_id = 4f6393ba-51f5-4b4a-b463-e260cf170979 target = phd_framework::test_vm target_id = 2c912502-f046-43fd-907f-bd784f6f0c3d
3462026-01-21T21:21:55.891ZINFOphd-runner: [VM CLEANUP - START] file = phd-tests/framework/src/test_vm/mod.rs line = 1054 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 = 4f6393ba-51f5-4b4a-b463-e260cf170979
3472026-01-21T21:21:55.892ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 797 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 = 2c912502-f046-43fd-907f-bd784f6f0c3d
3482026-01-21T21:21:55.892ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 804 path = phd_tests::migrate::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 = 2c912502-f046-43fd-907f-bd784f6f0c3d
3492026-01-21T21:21:55.892ZDEBGphd-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 = 4f6393ba-51f5-4b4a-b463-e260cf170979
3502026-01-21T21:21:55.972ZINFOphd-runner: [VM CLEANUP - END] elapsed_milliseconds = 80 file = phd-tests/framework/src/test_vm/mod.rs line = 1054 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 = 4f6393ba-51f5-4b4a-b463-e260cf170979
3512026-01-21T21:21:55.972ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - END] elapsed_milliseconds = 6427 file = phd-tests/framework/src/test_vm/mod.rs line = 308 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_0 source_id = 32518733-5d82-4e86-a59a-7f5d005efb26 target = phd_framework::test_vm target_id = 4f6393ba-51f5-4b4a-b463-e260cf170979 vm = migration_from_base_and_back_lifecycle_1 vm_id = 4f6393ba-51f5-4b4a-b463-e260cf170979
3522026-01-21T21:21:55.973ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 80 file = phd-tests/framework/src/test_vm/mod.rs line = 797 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 = 2c912502-f046-43fd-907f-bd784f6f0c3d
3532026-01-21T21:21:55.973ZINFOphd-runner: [MIGRATE_FROM - END] elapsed_milliseconds = 6427 file = phd-tests/framework/src/test_vm/mod.rs line = 501 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_0 source_id = 32518733-5d82-4e86-a59a-7f5d005efb26 target = phd_framework::test_vm target_id = 4f6393ba-51f5-4b4a-b463-e260cf170979
3542026-01-21T21:21:55.973ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 797 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 = 2c912502-f046-43fd-907f-bd784f6f0c3d
3552026-01-21T21:21:55.973ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 804 path = phd_tests::migrate::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 = 2c912502-f046-43fd-907f-bd784f6f0c3d
3562026-01-21T21:21:56.004ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 30 file = phd-tests/framework/src/test_vm/mod.rs line = 797 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 = 2c912502-f046-43fd-907f-bd784f6f0c3d
3572026-01-21T21:21:56.004ZINFOphd-runner: [VM CLEANUP - START] file = phd-tests/framework/src/test_vm/mod.rs line = 1054 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 = 2c912502-f046-43fd-907f-bd784f6f0c3d
3582026-01-21T21:21:56.004ZDEBGphd-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
3592026-01-21T21:21:56.004ZINFOphd-runner: [SERIAL CONSOLE TASK - END] elapsed_milliseconds = 14766 file = phd-tests/framework/src/serial/mod.rs line = 200 target = phd_framework::serial
3602026-01-21T21:21:56.004ZINFOphd-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
3612026-01-21T21:21:56.004ZINFOphd-runner: [TEST_CLEANUP - START] file = phd-tests/runner/src/fixtures.rs line = 51 target = phd_runner::fixtures
3622026-01-21T21:21:56.005ZDEBGphd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed file = phd-tests/framework/src/test_vm/mod.rs line = 1077 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back_lifecycle_2 vm_id = 2c912502-f046-43fd-907f-bd784f6f0c3d
3632026-01-21T21:21:56.311ZDEBGphd-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 = 2c912502-f046-43fd-907f-bd784f6f0c3d
3642026-01-21T21:21:56.384ZDEBGphd-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 = 2c912502-f046-43fd-907f-bd784f6f0c3d
3652026-01-21T21:21:56.384ZDEBGphd-runner: [VM CLEANUP - EVENT] executing ZFS command args = ["phd-artifacts/phd-clone-ec426cc9-8c6b-4681-8e2d-e1885d10922d"] 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 = 2c912502-f046-43fd-907f-bd784f6f0c3d
3662026-01-21T21:21:56.404ZDEBGphd-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 = 2c912502-f046-43fd-907f-bd784f6f0c3d
3672026-01-21T21:21:56.404ZDEBGphd-runner: [VM CLEANUP - EVENT] executing ZFS command args = ["phd-artifacts@phd-cbaea2c2-cf67-4d3b-a0e3-69b426c60704"] 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 = 2c912502-f046-43fd-907f-bd784f6f0c3d
3682026-01-21T21:21:56.417ZINFOphd-runner: [VM CLEANUP - END] elapsed_milliseconds = 413 file = phd-tests/framework/src/test_vm/mod.rs line = 1054 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 = 2c912502-f046-43fd-907f-bd784f6f0c3d
3692026-01-21T21:21:56.417ZINFOphd-runner: [TEST_CLEANUP - END] elapsed_milliseconds = 413 file = phd-tests/runner/src/fixtures.rs line = 51 target = phd_runner::fixtures
3702026-01-21T21:21:56.417ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - END] elapsed_milliseconds = 3519 file = phd-tests/framework/src/test_vm/mod.rs line = 308 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_1 source_id = 4f6393ba-51f5-4b4a-b463-e260cf170979 target = phd_framework::test_vm target_id = 2c912502-f046-43fd-907f-bd784f6f0c3d vm = migration_from_base_and_back_lifecycle_2 vm_id = 2c912502-f046-43fd-907f-bd784f6f0c3d
3712026-01-21T21:21:56.417ZINFOphd-runner: [MIGRATE_FROM - END] elapsed_milliseconds = 3519 file = phd-tests/framework/src/test_vm/mod.rs line = 501 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_1 source_id = 4f6393ba-51f5-4b4a-b463-e260cf170979 target = phd_framework::test_vm target_id = 2c912502-f046-43fd-907f-bd784f6f0c3d
3722026-01-21T21:21:56.417ZINFOphd-runner: [EXECUTION_CLEANUP - START] file = phd-tests/runner/src/fixtures.rs line = 35 target = phd_runner::fixtures
3732026-01-21T21:21:56.417ZINFOphd-runner: [TEST - END] elapsed_milliseconds = 15928 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
3742026-01-21T21:21:56.417ZINFOphd-runner: [EXECUTION_CLEANUP - END] elapsed_milliseconds = 0 file = phd-tests/runner/src/fixtures.rs line = 35 target = phd_runner::fixtures
375 test result: ok. 3 passed; 0 failed; 0 skipped; 0 not run; finished in 108.67s
376 
3772026-01-21T21:21:56.417ZDEBGphd-runner: phd_runner exit_code = 0 file = phd-tests/runner/src/main.rs line = 41 target = phd_runner