Max level shown:
12026-07-22T00:37:31.235ZINFOphd-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, manual_stop_on_failure: false }), disable_ansi: false, emit_bunyan: true } target = phd_runner
22026-07-22T00:37:31.270ZDEBGphd-runner: Created new artifact store from manifest file = phd-tests/framework/src/artifacts/store.rs line = 219 store = Store { local_dir: "/phd-artifacts", artifacts: {"alpine": Mutex { data: StoredArtifact { description: Artifact { filename: "alpine.iso", kind: GuestOs(Alpine), source: RemoteServer { sha256: "ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1" }, untar: None }, cached_path: None } }, "ovmf": Mutex { data: StoredArtifact { description: Artifact { filename: "OVMF_CODE.fd", kind: Bootrom, source: Buildomat(BuildomatArtifact { repo: Repo("oxidecomputer/edk2"), series: Series("image_debug"), commit: Commit("bf64f45b1a58e69d126a3c6ca1e4512c88668132"), sha256: "740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448" }), untar: None }, cached_path: None } }}, downloader: DownloadConfig { timeout: 600s, buildomat_backoff: ExponentialBackoff { current_interval: 1s, initial_interval: 1s, randomization_factor: 0.5, multiplier: 1.5, max_interval: 60s, start_time: Instant { tv_sec: 241, tv_nsec: 543625787 }, max_elapsed_time: Some(1200s), clock: SystemClock }, remote_server_uris: ["https://oxide-omicron-build.s3.amazonaws.com"] } } target = phd_framework::artifacts::store
32026-07-22T00:37:31.270ZINFOphd-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-07-22T00:37:31.273ZINFOphd-runner: Adding crucible-downstairs from Buildomat Git revision commit = 2bfe090eb5318ec8c467157018db2429d4df535b file = phd-tests/framework/src/artifacts/store.rs line = 311 target = phd_framework::artifacts::store
52026-07-22T00:37:31.277ZDEBGphd-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/2bfe090eb5318ec8c467157018db2429d4df535b/crucible-nightly.sha256.txt
62026-07-22T00:37:31.556ZINFOphd-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-07-22T00:37:32.084ZDEBGphd-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/bf8c4b23210cdb59a04edb16db2221bd93f20e9d/propolis-server.sha256.txt
82026-07-22T00:37:32.247ZINFOphd-runner: [EXECUTION_SETUP - START] file = phd-tests/runner/src/fixtures.rs line = 25 target = phd_runner::fixtures
92026-07-22T00:37:32.249ZINFOphd-runner: [EXECUTION_SETUP - END] elapsed_milliseconds = 0 file = phd-tests/runner/src/fixtures.rs line = 25 target = phd_runner::fixtures
102026-07-22T00:37:32.250ZINFOphd-runner: Running 3 test(s) file = phd-tests/runner/src/execute.rs line = 83 target = phd_runner::execute
112026-07-22T00:37:32.250ZINFOphd-runner: Starting test phd_tests::migrate::from_base::can_migrate_from_base file = phd-tests/runner/src/execute.rs line = 91 target = phd_runner::execute
122026-07-22T00:37:32.250ZINFOphd-runner: [TEST_SETUP - START] file = phd-tests/runner/src/fixtures.rs line = 41 target = phd_runner::fixtures
132026-07-22T00:37:32.250ZINFOphd-runner: [TEST_SETUP - END] elapsed_milliseconds = 0 file = phd-tests/runner/src/fixtures.rs line = 41 target = phd_runner::fixtures
142026-07-22T00:37:32.253ZINFOphd-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-07-22T00:37:32.254ZDEBGphd-runner: [TEST - EVENT] checking for existing copy of artifact file = phd-tests/framework/src/artifacts/store.rs line = 89 maybe_path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::artifacts::store
162026-07-22T00:37:32.256ZDEBGphd-runner: [TEST - EVENT] Downloading file from Buildomat... file = phd-tests/framework/src/artifacts/buildomat.rs line = 215 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::artifacts::buildomat timeout = 600s uri = https://buildomat.eng.oxide.computer/public/file/oxidecomputer/edk2/image_debug/bf64f45b1a58e69d126a3c6ca1e4512c88668132/OVMF_CODE.fd
172026-07-22T00:37:32.729ZDEBGphd-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-07-22T00:37:32.742ZDEBGphd-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-07-22T00:37:39.730ZDEBGphd-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-07-22T00:37:39.732ZDEBGphd-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-07-22T00:37:39.747ZDEBGphd-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 5.09M 25.3T 2M /phd-artifacts\n target = phd_framework::zfs
222026-07-22T00:37:39.750ZDEBGphd-runner: [TEST - EVENT] executing ZFS command args = ["phd-artifacts@phd-16c39009-281c-4288-8985-bdacaf8256f2"] 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-07-22T00:37:39.772ZDEBGphd-runner: [TEST - EVENT] executing ZFS command args = ["phd-artifacts@phd-16c39009-281c-4288-8985-bdacaf8256f2", "phd-artifacts/phd-clone-59bd291d-f8da-43dc-b714-79e3f873d604"] 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-07-22T00:37:39.794ZDEBGphd-runner: [TEST - EVENT] executing ZFS command args = ["phd-artifacts/phd-clone-59bd291d-f8da-43dc-b714-79e3f873d604"] 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-07-22T00:37:39.804ZDEBGphd-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-59bd291d-f8da-43dc-b714-79e3f873d604 0B 25.3T 49.0M /phd-artifacts/phd-clone-59bd291d-f8da-43dc-b714-79e3f873d604\n target = phd_framework::zfs
262026-07-22T00:37:39.808ZINFOphd-runner: [NEW - START] file = phd-tests/framework/src/test_vm/mod.rs line = 304 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm
272026-07-22T00:37:39.808ZINFOphd-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 = 322 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm_name = migration_from_base
282026-07-22T00:37:39.808ZDEBGphd-runner: [NEW - EVENT] checking for existing copy of artifact file = phd-tests/framework/src/artifacts/store.rs line = 89 maybe_path = /phd-artifacts/9a996f0b95892135e19a801f12e72c0bb176074e06df0c0823f2c75489ec900f/propolis-server.tar.gz path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::artifacts::store
292026-07-22T00:37:39.808ZDEBGphd-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/bf8c4b23210cdb59a04edb16db2221bd93f20e9d/propolis-server.tar.gz
302026-07-22T00:37:52.727ZDEBGphd-runner: [NEW - EVENT] Extracting artifact from tarball extracted_path = /phd-artifacts/9a996f0b95892135e19a801f12e72c0bb176074e06df0c0823f2c75489ec900f/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-07-22T00:37:52.727ZDEBGphd-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-07-22T00:38:14.383ZINFOphd-runner: [NEW - EVENT] Launching Propolis server bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd" file = phd-tests/framework/src/test_vm/server.rs line = 66 path = phd_tests::migrate::from_base::can_migrate_from_base server_addr = 127.0.0.1:9000 server_path = "/phd-artifacts/9a996f0b95892135e19a801f12e72c0bb176074e06df0c0823f2c75489ec900f/propolis-server" target = phd_framework::test_vm::server
332026-07-22T00:38:14.383ZINFOphd-runner: [NEW - EVENT] Opening server log files file = phd-tests/framework/src/log_config.rs line = 84 path = phd_tests::migrate::from_base::can_migrate_from_base stderr_path = "/tmp/propolis-phd/phd_tests::migrate::from_base::can_migrate_from_base/migration_from_base.stderr.log" stdout_path = "/tmp/propolis-phd/phd_tests::migrate::from_base::can_migrate_from_base/migration_from_base.stdout.log" target = phd_framework::log_config
342026-07-22T00:38:14.555ZINFOphd-runner: [NEW - EVENT] Launched server with pid 917 file = phd-tests/framework/src/test_vm/server.rs line = 127 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm::server
352026-07-22T00:38:14.570ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - START] file = phd-tests/framework/src/test_vm/mod.rs line = 416 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
362026-07-22T00:38:14.579ZINFOphd-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 = 459 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
372026-07-22T00:38:14.583ZINFOphd-runner: [NEW - END] elapsed_milliseconds = 34771 file = phd-tests/framework/src/test_vm/mod.rs line = 304 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm
382026-07-22T00:38:15.308ZINFOphd-runner: [SERIAL CONSOLE TASK - START] file = phd-tests/framework/src/serial/mod.rs line = 200 target = phd_framework::serial
392026-07-22T00:38:15.310ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance file = phd-tests/framework/src/test_vm/mod.rs instance_description.instance = Instance { properties: InstanceProperties { id: e551c047-dcf2-45c3-b15a-cb8f5bf1867b, name: "phd-vm-e551c047-dcf2-45c3-b15a-cb8f5bf1867b", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 395a1f73-9c93-4255-8c90-5f87f4f908ba, project_id: 50979968-1e77-4392-8101-2bdbe0b4fc6d, sled_id: 1a26d3c8-0a5e-42eb-abce-cb300a671049, sled_serial: "1a26d3c8-0a5e-42eb-abce-cb300a671049", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating } line = 518 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
402026-07-22T00:38:15.310ZINFOphd-runner: [PUT_INSTANCE_STATE - START] file = phd-tests/framework/src/test_vm/mod.rs line = 579 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
412026-07-22T00:38:15.310ZINFOphd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 584 path = phd_tests::migrate::from_base::can_migrate_from_base state = Run target = phd_framework::test_vm vm = migration_from_base vm_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
422026-07-22T00:38:15.313ZINFOphd-runner: [PUT_INSTANCE_STATE - END] elapsed_milliseconds = 2 file = phd-tests/framework/src/test_vm/mod.rs line = 579 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
432026-07-22T00:38:15.313ZINFOphd-runner: [WAIT_TO_BOOT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 894 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm
442026-07-22T00:38:15.313ZINFOphd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot file = phd-tests/framework/src/test_vm/mod.rs line = 843 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm timeout_duration = 300s vm = migration_from_base vm_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
452026-07-22T00:38:15.313ZDEBGphd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence file = phd-tests/framework/src/test_vm/mod.rs line = 851 path = phd_tests::migrate::from_base::can_migrate_from_base step = WaitFor("localhost login: ") target = phd_framework::test_vm
462026-07-22T00:38:15.313ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
472026-07-22T00:38:15.313ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 924 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm timeout_duration = CallerTimeout vm = migration_from_base vm_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
482026-07-22T00:38:19.863ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 4548 file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
492026-07-22T00:38:19.863ZDEBGphd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence file = phd-tests/framework/src/test_vm/mod.rs line = 851 path = phd_tests::migrate::from_base::can_migrate_from_base step = WriteStr("root") target = phd_framework::test_vm
502026-07-22T00:38:19.865ZDEBGphd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence file = phd-tests/framework/src/test_vm/mod.rs line = 851 path = phd_tests::migrate::from_base::can_migrate_from_base step = WaitFor("localhost:~#") target = phd_framework::test_vm
512026-07-22T00:38:19.865ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
522026-07-22T00:38:19.865ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 924 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm timeout_duration = CallerTimeout vm = migration_from_base vm_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
532026-07-22T00:38:19.892ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 27 file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
542026-07-22T00:38:19.893ZDEBGphd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence file = phd-tests/framework/src/test_vm/mod.rs line = 851 path = phd_tests::migrate::from_base::can_migrate_from_base step = WriteStr("stty -F `tty` cols 9999") target = phd_framework::test_vm
552026-07-22T00:38:19.893ZDEBGphd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence file = phd-tests/framework/src/test_vm/mod.rs line = 851 path = phd_tests::migrate::from_base::can_migrate_from_base step = WaitFor("localhost:~#") target = phd_framework::test_vm
562026-07-22T00:38:19.893ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
572026-07-22T00:38:19.893ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 924 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm timeout_duration = CallerTimeout vm = migration_from_base vm_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
582026-07-22T00:38:19.926ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 32 file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
592026-07-22T00:38:19.926ZINFOphd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted file = phd-tests/framework/src/test_vm/mod.rs line = 891 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm
602026-07-22T00:38:19.926ZINFOphd-runner: [WAIT_TO_BOOT - END] elapsed_milliseconds = 4612 file = phd-tests/framework/src/test_vm/mod.rs line = 894 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm
612026-07-22T00:38:19.927ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
622026-07-22T00:38:19.928ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 924 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 = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
632026-07-22T00:38:19.937ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 9 file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
642026-07-22T00:38:19.937ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
652026-07-22T00:38:19.937ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 924 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 = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
662026-07-22T00:38:19.970ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 32 file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
672026-07-22T00:38:19.970ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
682026-07-22T00:38:19.971ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 924 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 = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
692026-07-22T00:38:19.981ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 10 file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
702026-07-22T00:38:19.981ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
712026-07-22T00:38:19.981ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 924 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 = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
722026-07-22T00:38:20.014ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 32 file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
732026-07-22T00:38:20.014ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
742026-07-22T00:38:20.015ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 924 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 = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
752026-07-22T00:38:20.025ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 10 file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
762026-07-22T00:38:20.025ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
772026-07-22T00:38:20.025ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 924 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 = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
782026-07-22T00:38:20.058ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 32 file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
792026-07-22T00:38:20.058ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
802026-07-22T00:38:20.058ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 924 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 = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
812026-07-22T00:38:20.069ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 10 file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
822026-07-22T00:38:20.069ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
832026-07-22T00:38:20.069ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 924 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 = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
842026-07-22T00:38:20.102ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 32 file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
852026-07-22T00:38:20.102ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
862026-07-22T00:38:20.102ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 924 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 = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
872026-07-22T00:38:20.113ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 10 file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
882026-07-22T00:38:20.113ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
892026-07-22T00:38:20.113ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 924 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 = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
902026-07-22T00:38:20.146ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 32 file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
912026-07-22T00:38:20.147ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
922026-07-22T00:38:20.147ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 924 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 = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
932026-07-22T00:38:20.157ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 10 file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
942026-07-22T00:38:20.157ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
952026-07-22T00:38:20.157ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 924 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 = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
962026-07-22T00:38:20.191ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 33 file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
972026-07-22T00:38:20.191ZINFOphd-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
982026-07-22T00:38:20.192ZINFOphd-runner: [NEW - START] file = phd-tests/framework/src/test_vm/mod.rs line = 304 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm
992026-07-22T00:38:20.192ZINFOphd-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 = 322 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm_name = migration_from_base_lifecycle_0
1002026-07-22T00:38:20.193ZDEBGphd-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
1012026-07-22T00:38:20.193ZDEBGphd-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
1022026-07-22T00:38:20.193ZINFOphd-runner: [NEW - EVENT] Launching Propolis server bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd" file = phd-tests/framework/src/test_vm/server.rs line = 66 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
1032026-07-22T00:38:20.193ZINFOphd-runner: [NEW - EVENT] Opening server log files file = phd-tests/framework/src/log_config.rs line = 84 path = phd_tests::migrate::from_base::can_migrate_from_base stderr_path = "/tmp/propolis-phd/phd_tests::migrate::from_base::can_migrate_from_base/migration_from_base_lifecycle_0.stderr.log" stdout_path = "/tmp/propolis-phd/phd_tests::migrate::from_base::can_migrate_from_base/migration_from_base_lifecycle_0.stdout.log" target = phd_framework::log_config
1042026-07-22T00:38:20.234ZINFOphd-runner: [NEW - EVENT] Launched server with pid 918 file = phd-tests/framework/src/test_vm/server.rs line = 127 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm::server
1052026-07-22T00:38:20.247ZINFOphd-runner: [NEW - END] elapsed_milliseconds = 55 file = phd-tests/framework/src/test_vm/mod.rs line = 304 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm
1062026-07-22T00:38:20.248ZINFOphd-runner: [MIGRATE_FROM - START] file = phd-tests/framework/src/test_vm/mod.rs line = 613 path = phd_tests::migrate::from_base::can_migrate_from_base source = migration_from_base source_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b target = phd_framework::test_vm target_id = 25a525da-1211-42f2-8faa-1fb8ca0e19c1
1072026-07-22T00:38:20.248ZINFOphd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9000 file = phd-tests/framework/src/test_vm/mod.rs line = 646 migration_id = 52a87cb7-3d47-4f35-a273-1ed63ca756a4 path = phd_tests::migrate::from_base::can_migrate_from_base source = migration_from_base source_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b target = phd_framework::test_vm target_id = 25a525da-1211-42f2-8faa-1fb8ca0e19c1 timeout_duration = 45s
1082026-07-22T00:38:20.248ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - START] file = phd-tests/framework/src/test_vm/mod.rs line = 416 path = phd_tests::migrate::from_base::can_migrate_from_base source = migration_from_base source_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b target = phd_framework::test_vm target_id = 25a525da-1211-42f2-8faa-1fb8ca0e19c1 vm = migration_from_base_lifecycle_0 vm_id = 25a525da-1211-42f2-8faa-1fb8ca0e19c1
1092026-07-22T00:38:20.248ZINFOphd-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 = 459 path = phd_tests::migrate::from_base::can_migrate_from_base source = migration_from_base source_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b target = phd_framework::test_vm target_id = 25a525da-1211-42f2-8faa-1fb8ca0e19c1 vm = migration_from_base_lifecycle_0 vm_id = 25a525da-1211-42f2-8faa-1fb8ca0e19c1
1102026-07-22T00:38:20.510ZINFOphd-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 = 459 path = phd_tests::migrate::from_base::can_migrate_from_base source = migration_from_base source_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b target = phd_framework::test_vm target_id = 25a525da-1211-42f2-8faa-1fb8ca0e19c1 vm = migration_from_base_lifecycle_0 vm_id = 25a525da-1211-42f2-8faa-1fb8ca0e19c1
1112026-07-22T00:38:21.212ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance file = phd-tests/framework/src/test_vm/mod.rs instance_description.instance = Instance { properties: InstanceProperties { id: 25a525da-1211-42f2-8faa-1fb8ca0e19c1, name: "phd-vm-25a525da-1211-42f2-8faa-1fb8ca0e19c1", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 395a1f73-9c93-4255-8c90-5f87f4f908ba, project_id: 50979968-1e77-4392-8101-2bdbe0b4fc6d, sled_id: 00c2c31f-252b-4392-a065-bde7e4c7bf2b, sled_serial: "00c2c31f-252b-4392-a065-bde7e4c7bf2b", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating } line = 518 path = phd_tests::migrate::from_base::can_migrate_from_base source = migration_from_base source_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b target = phd_framework::test_vm target_id = 25a525da-1211-42f2-8faa-1fb8ca0e19c1 vm = migration_from_base_lifecycle_0 vm_id = 25a525da-1211-42f2-8faa-1fb8ca0e19c1
1122026-07-22T00:38:21.213ZINFOphd-runner: [MIGRATE - START] file = phd-tests/framework/src/test_vm/mod.rs line = 667 migration_id = 52a87cb7-3d47-4f35-a273-1ed63ca756a4 path = phd_tests::migrate::from_base::can_migrate_from_base source = migration_from_base source_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b target = phd_framework::test_vm target_id = 25a525da-1211-42f2-8faa-1fb8ca0e19c1
1132026-07-22T00:38:24.078ZINFOphd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message file = phd-tests/framework/src/serial/mod.rs line = 275 s = {"Migrating":{"destination":"127.0.0.1:9002","from_start":7847}} target = phd_framework::serial
1142026-07-22T00:38:25.095ZINFOphd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully file = phd-tests/framework/src/test_vm/mod.rs line = 680 path = phd_tests::migrate::from_base::can_migrate_from_base source = migration_from_base source_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b target = phd_framework::test_vm target_id = 25a525da-1211-42f2-8faa-1fb8ca0e19c1
1152026-07-22T00:38:25.095ZINFOphd-runner: [MIGRATE - END] elapsed_milliseconds = 3881 file = phd-tests/framework/src/test_vm/mod.rs line = 667 migration_id = 52a87cb7-3d47-4f35-a273-1ed63ca756a4 path = phd_tests::migrate::from_base::can_migrate_from_base source = migration_from_base source_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b target = phd_framework::test_vm target_id = 25a525da-1211-42f2-8faa-1fb8ca0e19c1
1162026-07-22T00:38:25.098ZINFOphd-runner: [VM CLEANUP - START] file = phd-tests/framework/src/test_vm/mod.rs line = 1176 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
1172026-07-22T00:38:25.100ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base_lifecycle_0 vm_id = 25a525da-1211-42f2-8faa-1fb8ca0e19c1
1182026-07-22T00:38:25.100ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 924 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 = 25a525da-1211-42f2-8faa-1fb8ca0e19c1
1192026-07-22T00:38:25.103ZDEBGphd-runner: [VM CLEANUP - EVENT] Killing Propolis server process file = phd-tests/framework/src/test_vm/server.rs line = 177 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 = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
1202026-07-22T00:38:25.186ZINFOphd-runner: [VM CLEANUP - END] elapsed_milliseconds = 84 file = phd-tests/framework/src/test_vm/mod.rs line = 1176 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
1212026-07-22T00:38:25.186ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - END] elapsed_milliseconds = 10614 file = phd-tests/framework/src/test_vm/mod.rs line = 416 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b
1222026-07-22T00:38:26.218ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 1118 file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base_lifecycle_0 vm_id = 25a525da-1211-42f2-8faa-1fb8ca0e19c1
1232026-07-22T00:38:26.218ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base_lifecycle_0 vm_id = 25a525da-1211-42f2-8faa-1fb8ca0e19c1
1242026-07-22T00:38:26.218ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 924 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 = 25a525da-1211-42f2-8faa-1fb8ca0e19c1
1252026-07-22T00:38:26.251ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 32 file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base_lifecycle_0 vm_id = 25a525da-1211-42f2-8faa-1fb8ca0e19c1
1262026-07-22T00:38:26.252ZINFOphd-runner: [VM CLEANUP - START] file = phd-tests/framework/src/test_vm/mod.rs line = 1176 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base_lifecycle_0 vm_id = 25a525da-1211-42f2-8faa-1fb8ca0e19c1
1272026-07-22T00:38:26.252ZDEBGphd-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
1282026-07-22T00:38:26.252ZINFOphd-runner: [SERIAL CONSOLE TASK - END] elapsed_milliseconds = 10943 file = phd-tests/framework/src/serial/mod.rs line = 200 target = phd_framework::serial
1292026-07-22T00:38:26.253ZINFOphd-runner: test phd_tests::migrate::from_base::can_migrate_from_base ... ok file = phd-tests/runner/src/execute.rs line = 141 target = phd_runner::execute
1302026-07-22T00:38:26.253ZINFOphd-runner: [TEST_CLEANUP - START] file = phd-tests/runner/src/fixtures.rs line = 51 target = phd_runner::fixtures
1312026-07-22T00:38:26.253ZDEBGphd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed file = phd-tests/framework/src/test_vm/mod.rs line = 1199 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base_lifecycle_0 vm_id = 25a525da-1211-42f2-8faa-1fb8ca0e19c1
1322026-07-22T00:38:26.694ZDEBGphd-runner: [VM CLEANUP - EVENT] Killing Propolis server process file = phd-tests/framework/src/test_vm/server.rs line = 177 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 = 25a525da-1211-42f2-8faa-1fb8ca0e19c1
1332026-07-22T00:38:26.780ZDEBGphd-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 = 25a525da-1211-42f2-8faa-1fb8ca0e19c1
1342026-07-22T00:38:26.780ZDEBGphd-runner: [VM CLEANUP - EVENT] executing ZFS command args = ["phd-artifacts/phd-clone-59bd291d-f8da-43dc-b714-79e3f873d604"] 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 = 25a525da-1211-42f2-8faa-1fb8ca0e19c1
1352026-07-22T00:38:26.806ZDEBGphd-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 = 25a525da-1211-42f2-8faa-1fb8ca0e19c1
1362026-07-22T00:38:26.806ZDEBGphd-runner: [VM CLEANUP - EVENT] executing ZFS command args = ["phd-artifacts@phd-16c39009-281c-4288-8985-bdacaf8256f2"] 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 = 25a525da-1211-42f2-8faa-1fb8ca0e19c1
1372026-07-22T00:38:26.826ZINFOphd-runner: [VM CLEANUP - END] elapsed_milliseconds = 573 file = phd-tests/framework/src/test_vm/mod.rs line = 1176 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base_lifecycle_0 vm_id = 25a525da-1211-42f2-8faa-1fb8ca0e19c1
1382026-07-22T00:38:26.827ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - END] elapsed_milliseconds = 6578 file = phd-tests/framework/src/test_vm/mod.rs line = 416 path = phd_tests::migrate::from_base::can_migrate_from_base source = migration_from_base source_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b target = phd_framework::test_vm target_id = 25a525da-1211-42f2-8faa-1fb8ca0e19c1 vm = migration_from_base_lifecycle_0 vm_id = 25a525da-1211-42f2-8faa-1fb8ca0e19c1
1392026-07-22T00:38:26.827ZINFOphd-runner: [MIGRATE_FROM - END] elapsed_milliseconds = 6578 file = phd-tests/framework/src/test_vm/mod.rs line = 613 path = phd_tests::migrate::from_base::can_migrate_from_base source = migration_from_base source_id = e551c047-dcf2-45c3-b15a-cb8f5bf1867b target = phd_framework::test_vm target_id = 25a525da-1211-42f2-8faa-1fb8ca0e19c1
1402026-07-22T00:38:26.827ZINFOphd-runner: [TEST - END] elapsed_milliseconds = 54567 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
1412026-07-22T00:38:26.827ZINFOphd-runner: [TEST_CLEANUP - END] elapsed_milliseconds = 573 file = phd-tests/runner/src/fixtures.rs line = 51 target = phd_runner::fixtures
1422026-07-22T00:38:26.827ZINFOphd-runner: Starting test phd_tests::migrate::from_base::serial_history file = phd-tests/runner/src/execute.rs line = 91 target = phd_runner::execute
1432026-07-22T00:38:26.827ZINFOphd-runner: [TEST_SETUP - START] file = phd-tests/runner/src/fixtures.rs line = 41 target = phd_runner::fixtures
1442026-07-22T00:38:26.827ZINFOphd-runner: [TEST_SETUP - END] elapsed_milliseconds = 0 file = phd-tests/runner/src/fixtures.rs line = 41 target = phd_runner::fixtures
1452026-07-22T00:38:26.827ZINFOphd-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
1462026-07-22T00:38:26.827ZDEBGphd-runner: [TEST - EVENT] Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 45 path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd target = phd_framework::artifacts::store
1472026-07-22T00:38:26.827ZDEBGphd-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
1482026-07-22T00:38:26.827ZDEBGphd-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
1492026-07-22T00:38:26.827ZDEBGphd-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
1502026-07-22T00:38:26.839ZDEBGphd-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 1.07G 25.3T 1.07G /phd-artifacts\n target = phd_framework::zfs
1512026-07-22T00:38:26.839ZDEBGphd-runner: [TEST - EVENT] executing ZFS command args = ["phd-artifacts@phd-4a6cbfd2-3359-4b73-8235-e5665ba8ede2"] file = phd-tests/framework/src/zfs.rs line = 304 path = phd_tests::migrate::from_base::serial_history target = phd_framework::zfs verb = snapshot
1522026-07-22T00:38:26.856ZDEBGphd-runner: [TEST - EVENT] executing ZFS command args = ["phd-artifacts@phd-4a6cbfd2-3359-4b73-8235-e5665ba8ede2", "phd-artifacts/phd-clone-86e8a0ef-32b9-4444-a0b1-aed5945dacce"] file = phd-tests/framework/src/zfs.rs line = 304 path = phd_tests::migrate::from_base::serial_history target = phd_framework::zfs verb = clone
1532026-07-22T00:38:26.874ZDEBGphd-runner: [TEST - EVENT] executing ZFS command args = ["phd-artifacts/phd-clone-86e8a0ef-32b9-4444-a0b1-aed5945dacce"] file = phd-tests/framework/src/zfs.rs line = 304 path = phd_tests::migrate::from_base::serial_history target = phd_framework::zfs verb = list
1542026-07-22T00:38:26.886ZDEBGphd-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-86e8a0ef-32b9-4444-a0b1-aed5945dacce 0B 25.3T 1.07G /phd-artifacts/phd-clone-86e8a0ef-32b9-4444-a0b1-aed5945dacce\n target = phd_framework::zfs
1552026-07-22T00:38:26.887ZINFOphd-runner: [NEW - START] file = phd-tests/framework/src/test_vm/mod.rs line = 304 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm
1562026-07-22T00:38:26.887ZINFOphd-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 = 322 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm_name = migration_serial_history_base
1572026-07-22T00:38:26.887ZDEBGphd-runner: [NEW - EVENT] Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 45 path = /phd-artifacts/9a996f0b95892135e19a801f12e72c0bb176074e06df0c0823f2c75489ec900f/propolis-server target = phd_framework::artifacts::store
1582026-07-22T00:38:26.887ZINFOphd-runner: [NEW - EVENT] Launching Propolis server bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd" file = phd-tests/framework/src/test_vm/server.rs line = 66 path = phd_tests::migrate::from_base::serial_history server_addr = 127.0.0.1:9000 server_path = "/phd-artifacts/9a996f0b95892135e19a801f12e72c0bb176074e06df0c0823f2c75489ec900f/propolis-server" target = phd_framework::test_vm::server
1592026-07-22T00:38:26.887ZINFOphd-runner: [NEW - EVENT] Opening server log files file = phd-tests/framework/src/log_config.rs line = 84 path = phd_tests::migrate::from_base::serial_history stderr_path = "/tmp/propolis-phd/phd_tests::migrate::from_base::serial_history/migration_serial_history_base.stderr.log" stdout_path = "/tmp/propolis-phd/phd_tests::migrate::from_base::serial_history/migration_serial_history_base.stdout.log" target = phd_framework::log_config
1602026-07-22T00:38:26.931ZINFOphd-runner: [NEW - EVENT] Launched server with pid 927 file = phd-tests/framework/src/test_vm/server.rs line = 127 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm::server
1612026-07-22T00:38:26.945ZINFOphd-runner: [NEW - END] elapsed_milliseconds = 57 file = phd-tests/framework/src/test_vm/mod.rs line = 304 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm
1622026-07-22T00:38:26.945ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - START] file = phd-tests/framework/src/test_vm/mod.rs line = 416 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = 0de13bb4-c8cd-4fdb-922d-a96c668ec488
1632026-07-22T00:38:26.946ZINFOphd-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 = 459 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = 0de13bb4-c8cd-4fdb-922d-a96c668ec488
1642026-07-22T00:38:27.775ZINFOphd-runner: [SERIAL CONSOLE TASK - START] file = phd-tests/framework/src/serial/mod.rs line = 200 target = phd_framework::serial
1652026-07-22T00:38:27.776ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance file = phd-tests/framework/src/test_vm/mod.rs instance_description.instance = Instance { properties: InstanceProperties { id: 0de13bb4-c8cd-4fdb-922d-a96c668ec488, name: "phd-vm-0de13bb4-c8cd-4fdb-922d-a96c668ec488", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: a5f74110-da9b-4173-ab03-a7748477d587, project_id: 7a77f467-7fca-4e30-987c-1fa5f195c70f, sled_id: 2803592d-7db5-4312-b7a1-ad67ee27444b, sled_serial: "2803592d-7db5-4312-b7a1-ad67ee27444b", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating } line = 518 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = 0de13bb4-c8cd-4fdb-922d-a96c668ec488
1662026-07-22T00:38:27.776ZINFOphd-runner: [PUT_INSTANCE_STATE - START] file = phd-tests/framework/src/test_vm/mod.rs line = 579 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = 0de13bb4-c8cd-4fdb-922d-a96c668ec488
1672026-07-22T00:38:27.776ZINFOphd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 584 path = phd_tests::migrate::from_base::serial_history state = Run target = phd_framework::test_vm vm = migration_serial_history_base vm_id = 0de13bb4-c8cd-4fdb-922d-a96c668ec488
1682026-07-22T00:38:27.777ZINFOphd-runner: [PUT_INSTANCE_STATE - END] elapsed_milliseconds = 1 file = phd-tests/framework/src/test_vm/mod.rs line = 579 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = 0de13bb4-c8cd-4fdb-922d-a96c668ec488
1692026-07-22T00:38:27.777ZINFOphd-runner: [WAIT_TO_BOOT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 894 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm
1702026-07-22T00:38:27.777ZINFOphd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot file = phd-tests/framework/src/test_vm/mod.rs line = 843 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm timeout_duration = 300s vm = migration_serial_history_base vm_id = 0de13bb4-c8cd-4fdb-922d-a96c668ec488
1712026-07-22T00:38:27.777ZDEBGphd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence file = phd-tests/framework/src/test_vm/mod.rs line = 851 path = phd_tests::migrate::from_base::serial_history step = WaitFor("localhost login: ") target = phd_framework::test_vm
1722026-07-22T00:38:27.777ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = 0de13bb4-c8cd-4fdb-922d-a96c668ec488
1732026-07-22T00:38:27.778ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 924 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm timeout_duration = CallerTimeout vm = migration_serial_history_base vm_id = 0de13bb4-c8cd-4fdb-922d-a96c668ec488
1742026-07-22T00:38:32.387ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 4609 file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = 0de13bb4-c8cd-4fdb-922d-a96c668ec488
1752026-07-22T00:38:32.388ZDEBGphd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence file = phd-tests/framework/src/test_vm/mod.rs line = 851 path = phd_tests::migrate::from_base::serial_history step = WriteStr("root") target = phd_framework::test_vm
1762026-07-22T00:38:32.388ZDEBGphd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence file = phd-tests/framework/src/test_vm/mod.rs line = 851 path = phd_tests::migrate::from_base::serial_history step = WaitFor("localhost:~#") target = phd_framework::test_vm
1772026-07-22T00:38:32.388ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = 0de13bb4-c8cd-4fdb-922d-a96c668ec488
1782026-07-22T00:38:32.388ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 924 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm timeout_duration = CallerTimeout vm = migration_serial_history_base vm_id = 0de13bb4-c8cd-4fdb-922d-a96c668ec488
1792026-07-22T00:38:32.406ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 17 file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = 0de13bb4-c8cd-4fdb-922d-a96c668ec488
1802026-07-22T00:38:32.406ZDEBGphd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence file = phd-tests/framework/src/test_vm/mod.rs line = 851 path = phd_tests::migrate::from_base::serial_history step = WriteStr("stty -F `tty` cols 9999") target = phd_framework::test_vm
1812026-07-22T00:38:32.406ZDEBGphd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence file = phd-tests/framework/src/test_vm/mod.rs line = 851 path = phd_tests::migrate::from_base::serial_history step = WaitFor("localhost:~#") target = phd_framework::test_vm
1822026-07-22T00:38:32.406ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = 0de13bb4-c8cd-4fdb-922d-a96c668ec488
1832026-07-22T00:38:32.406ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 924 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm timeout_duration = CallerTimeout vm = migration_serial_history_base vm_id = 0de13bb4-c8cd-4fdb-922d-a96c668ec488
1842026-07-22T00:38:32.439ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 32 file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = 0de13bb4-c8cd-4fdb-922d-a96c668ec488
1852026-07-22T00:38:32.439ZINFOphd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted file = phd-tests/framework/src/test_vm/mod.rs line = 891 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm
1862026-07-22T00:38:32.439ZINFOphd-runner: [WAIT_TO_BOOT - END] elapsed_milliseconds = 4660 file = phd-tests/framework/src/test_vm/mod.rs line = 894 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm
1872026-07-22T00:38:32.439ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = 0de13bb4-c8cd-4fdb-922d-a96c668ec488
1882026-07-22T00:38:32.439ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 924 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm timeout_duration = Explicit(15s) vm = migration_serial_history_base vm_id = 0de13bb4-c8cd-4fdb-922d-a96c668ec488
1892026-07-22T00:38:32.450ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 10 file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = 0de13bb4-c8cd-4fdb-922d-a96c668ec488
1902026-07-22T00:38:32.450ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = 0de13bb4-c8cd-4fdb-922d-a96c668ec488
1912026-07-22T00:38:32.450ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 924 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm timeout_duration = Explicit(300s) vm = migration_serial_history_base vm_id = 0de13bb4-c8cd-4fdb-922d-a96c668ec488
1922026-07-22T00:38:32.482ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 32 file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = 0de13bb4-c8cd-4fdb-922d-a96c668ec488
1932026-07-22T00:38:32.482ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = 0de13bb4-c8cd-4fdb-922d-a96c668ec488
1942026-07-22T00:38:32.483ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 924 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm timeout_duration = Explicit(15s) vm = migration_serial_history_base vm_id = 0de13bb4-c8cd-4fdb-922d-a96c668ec488
1952026-07-22T00:38:32.494ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 11 file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = 0de13bb4-c8cd-4fdb-922d-a96c668ec488
1962026-07-22T00:38:32.494ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = 0de13bb4-c8cd-4fdb-922d-a96c668ec488
1972026-07-22T00:38:32.494ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 924 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm timeout_duration = Explicit(300s) vm = migration_serial_history_base vm_id = 0de13bb4-c8cd-4fdb-922d-a96c668ec488
1982026-07-22T00:38:32.526ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 32 file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = 0de13bb4-c8cd-4fdb-922d-a96c668ec488
1992026-07-22T00:38:32.534ZINFOphd-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
2002026-07-22T00:38:32.534ZINFOphd-runner: [NEW - START] file = phd-tests/framework/src/test_vm/mod.rs line = 304 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm
2012026-07-22T00:38:32.534ZINFOphd-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 = 322 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm_name = migration_serial_history_base_lifecycle_0
2022026-07-22T00:38:32.534ZDEBGphd-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
2032026-07-22T00:38:32.534ZINFOphd-runner: [NEW - EVENT] Launching Propolis server bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd" file = phd-tests/framework/src/test_vm/server.rs line = 66 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
2042026-07-22T00:38:32.534ZINFOphd-runner: [NEW - EVENT] Opening server log files file = phd-tests/framework/src/log_config.rs line = 84 path = phd_tests::migrate::from_base::serial_history stderr_path = "/tmp/propolis-phd/phd_tests::migrate::from_base::serial_history/migration_serial_history_base_lifecycle_0.stderr.log" stdout_path = "/tmp/propolis-phd/phd_tests::migrate::from_base::serial_history/migration_serial_history_base_lifecycle_0.stdout.log" target = phd_framework::log_config
2052026-07-22T00:38:32.580ZINFOphd-runner: [NEW - EVENT] Launched server with pid 928 file = phd-tests/framework/src/test_vm/server.rs line = 127 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm::server
2062026-07-22T00:38:32.593ZINFOphd-runner: [NEW - END] elapsed_milliseconds = 59 file = phd-tests/framework/src/test_vm/mod.rs line = 304 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm
2072026-07-22T00:38:32.593ZINFOphd-runner: [MIGRATE_FROM - START] file = phd-tests/framework/src/test_vm/mod.rs line = 613 path = phd_tests::migrate::from_base::serial_history source = migration_serial_history_base source_id = 0de13bb4-c8cd-4fdb-922d-a96c668ec488 target = phd_framework::test_vm target_id = 15f0d525-a13b-47db-a0ef-f912ef2c8925
2082026-07-22T00:38:32.593ZINFOphd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9000 file = phd-tests/framework/src/test_vm/mod.rs line = 646 migration_id = 966cbee6-002e-4e75-85e9-b3a4011861cd path = phd_tests::migrate::from_base::serial_history source = migration_serial_history_base source_id = 0de13bb4-c8cd-4fdb-922d-a96c668ec488 target = phd_framework::test_vm target_id = 15f0d525-a13b-47db-a0ef-f912ef2c8925 timeout_duration = 45s
2092026-07-22T00:38:32.593ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - START] file = phd-tests/framework/src/test_vm/mod.rs line = 416 path = phd_tests::migrate::from_base::serial_history source = migration_serial_history_base source_id = 0de13bb4-c8cd-4fdb-922d-a96c668ec488 target = phd_framework::test_vm target_id = 15f0d525-a13b-47db-a0ef-f912ef2c8925 vm = migration_serial_history_base_lifecycle_0 vm_id = 15f0d525-a13b-47db-a0ef-f912ef2c8925
2102026-07-22T00:38:32.594ZINFOphd-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 = 459 path = phd_tests::migrate::from_base::serial_history source = migration_serial_history_base source_id = 0de13bb4-c8cd-4fdb-922d-a96c668ec488 target = phd_framework::test_vm target_id = 15f0d525-a13b-47db-a0ef-f912ef2c8925 vm = migration_serial_history_base_lifecycle_0 vm_id = 15f0d525-a13b-47db-a0ef-f912ef2c8925
2112026-07-22T00:38:33.244ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance file = phd-tests/framework/src/test_vm/mod.rs instance_description.instance = Instance { properties: InstanceProperties { id: 15f0d525-a13b-47db-a0ef-f912ef2c8925, name: "phd-vm-15f0d525-a13b-47db-a0ef-f912ef2c8925", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: a5f74110-da9b-4173-ab03-a7748477d587, project_id: 7a77f467-7fca-4e30-987c-1fa5f195c70f, sled_id: 1c3fd34a-f6dc-4ea2-86bd-8be0d7ca0af9, sled_serial: "1c3fd34a-f6dc-4ea2-86bd-8be0d7ca0af9", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating } line = 518 path = phd_tests::migrate::from_base::serial_history source = migration_serial_history_base source_id = 0de13bb4-c8cd-4fdb-922d-a96c668ec488 target = phd_framework::test_vm target_id = 15f0d525-a13b-47db-a0ef-f912ef2c8925 vm = migration_serial_history_base_lifecycle_0 vm_id = 15f0d525-a13b-47db-a0ef-f912ef2c8925
2122026-07-22T00:38:33.244ZINFOphd-runner: [MIGRATE - START] file = phd-tests/framework/src/test_vm/mod.rs line = 667 migration_id = 966cbee6-002e-4e75-85e9-b3a4011861cd path = phd_tests::migrate::from_base::serial_history source = migration_serial_history_base source_id = 0de13bb4-c8cd-4fdb-922d-a96c668ec488 target = phd_framework::test_vm target_id = 15f0d525-a13b-47db-a0ef-f912ef2c8925
2132026-07-22T00:38:36.126ZINFOphd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message file = phd-tests/framework/src/serial/mod.rs line = 275 s = {"Migrating":{"destination":"127.0.0.1:9002","from_start":7756}} target = phd_framework::serial
2142026-07-22T00:38:37.704ZINFOphd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully file = phd-tests/framework/src/test_vm/mod.rs line = 680 path = phd_tests::migrate::from_base::serial_history source = migration_serial_history_base source_id = 0de13bb4-c8cd-4fdb-922d-a96c668ec488 target = phd_framework::test_vm target_id = 15f0d525-a13b-47db-a0ef-f912ef2c8925
2152026-07-22T00:38:37.705ZINFOphd-runner: [MIGRATE - END] elapsed_milliseconds = 4460 file = phd-tests/framework/src/test_vm/mod.rs line = 667 migration_id = 966cbee6-002e-4e75-85e9-b3a4011861cd path = phd_tests::migrate::from_base::serial_history source = migration_serial_history_base source_id = 0de13bb4-c8cd-4fdb-922d-a96c668ec488 target = phd_framework::test_vm target_id = 15f0d525-a13b-47db-a0ef-f912ef2c8925
2162026-07-22T00:38:37.707ZINFOphd-runner: [VM CLEANUP - START] file = phd-tests/framework/src/test_vm/mod.rs line = 1176 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = 0de13bb4-c8cd-4fdb-922d-a96c668ec488
2172026-07-22T00:38:37.709ZDEBGphd-runner: [VM CLEANUP - EVENT] Killing Propolis server process file = phd-tests/framework/src/test_vm/server.rs line = 177 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 = 0de13bb4-c8cd-4fdb-922d-a96c668ec488
2182026-07-22T00:38:37.793ZINFOphd-runner: [VM CLEANUP - END] elapsed_milliseconds = 85 file = phd-tests/framework/src/test_vm/mod.rs line = 1176 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = 0de13bb4-c8cd-4fdb-922d-a96c668ec488
2192026-07-22T00:38:37.794ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - END] elapsed_milliseconds = 10847 file = phd-tests/framework/src/test_vm/mod.rs line = 416 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = 0de13bb4-c8cd-4fdb-922d-a96c668ec488
2202026-07-22T00:38:37.796ZINFOphd-runner: [VM CLEANUP - START] file = phd-tests/framework/src/test_vm/mod.rs line = 1176 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base_lifecycle_0 vm_id = 15f0d525-a13b-47db-a0ef-f912ef2c8925
2212026-07-22T00:38:37.797ZDEBGphd-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
2222026-07-22T00:38:37.797ZINFOphd-runner: test phd_tests::migrate::from_base::serial_history ... ok file = phd-tests/runner/src/execute.rs line = 141 target = phd_runner::execute
2232026-07-22T00:38:37.797ZINFOphd-runner: [SERIAL CONSOLE TASK - END] elapsed_milliseconds = 10020 file = phd-tests/framework/src/serial/mod.rs line = 200 target = phd_framework::serial
2242026-07-22T00:38:37.797ZINFOphd-runner: [TEST_CLEANUP - START] file = phd-tests/runner/src/fixtures.rs line = 51 target = phd_runner::fixtures
2252026-07-22T00:38:37.798ZDEBGphd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed file = phd-tests/framework/src/test_vm/mod.rs line = 1199 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base_lifecycle_0 vm_id = 15f0d525-a13b-47db-a0ef-f912ef2c8925
2262026-07-22T00:38:38.085ZDEBGphd-runner: [VM CLEANUP - EVENT] Killing Propolis server process file = phd-tests/framework/src/test_vm/server.rs line = 177 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 = 15f0d525-a13b-47db-a0ef-f912ef2c8925
2272026-07-22T00:38:38.169ZDEBGphd-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 = 15f0d525-a13b-47db-a0ef-f912ef2c8925
2282026-07-22T00:38:38.169ZDEBGphd-runner: [VM CLEANUP - EVENT] executing ZFS command args = ["phd-artifacts/phd-clone-86e8a0ef-32b9-4444-a0b1-aed5945dacce"] 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 = 15f0d525-a13b-47db-a0ef-f912ef2c8925
2292026-07-22T00:38:38.195ZDEBGphd-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 = 15f0d525-a13b-47db-a0ef-f912ef2c8925
2302026-07-22T00:38:38.195ZDEBGphd-runner: [VM CLEANUP - EVENT] executing ZFS command args = ["phd-artifacts@phd-4a6cbfd2-3359-4b73-8235-e5665ba8ede2"] 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 = 15f0d525-a13b-47db-a0ef-f912ef2c8925
2312026-07-22T00:38:38.214ZINFOphd-runner: [VM CLEANUP - END] elapsed_milliseconds = 417 file = phd-tests/framework/src/test_vm/mod.rs line = 1176 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base_lifecycle_0 vm_id = 15f0d525-a13b-47db-a0ef-f912ef2c8925
2322026-07-22T00:38:38.214ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - END] elapsed_milliseconds = 5620 file = phd-tests/framework/src/test_vm/mod.rs line = 416 path = phd_tests::migrate::from_base::serial_history source = migration_serial_history_base source_id = 0de13bb4-c8cd-4fdb-922d-a96c668ec488 target = phd_framework::test_vm target_id = 15f0d525-a13b-47db-a0ef-f912ef2c8925 vm = migration_serial_history_base_lifecycle_0 vm_id = 15f0d525-a13b-47db-a0ef-f912ef2c8925
2332026-07-22T00:38:38.214ZINFOphd-runner: [TEST_CLEANUP - END] elapsed_milliseconds = 417 file = phd-tests/runner/src/fixtures.rs line = 51 target = phd_runner::fixtures
2342026-07-22T00:38:38.214ZINFOphd-runner: [MIGRATE_FROM - END] elapsed_milliseconds = 5620 file = phd-tests/framework/src/test_vm/mod.rs line = 613 path = phd_tests::migrate::from_base::serial_history source = migration_serial_history_base source_id = 0de13bb4-c8cd-4fdb-922d-a96c668ec488 target = phd_framework::test_vm target_id = 15f0d525-a13b-47db-a0ef-f912ef2c8925
2352026-07-22T00:38:38.214ZINFOphd-runner: Starting test phd_tests::migrate::from_base::migration_from_base_and_back file = phd-tests/runner/src/execute.rs line = 91 target = phd_runner::execute
2362026-07-22T00:38:38.214ZINFOphd-runner: [TEST - END] elapsed_milliseconds = 11385 file = phd-tests/tests/src/migrate.rs line = 40 path = phd_tests::migrate::from_base::serial_history target = phd_tests::migrate::from_base
2372026-07-22T00:38:38.215ZINFOphd-runner: [TEST_SETUP - START] file = phd-tests/runner/src/fixtures.rs line = 41 target = phd_runner::fixtures
2382026-07-22T00:38:38.215ZINFOphd-runner: [TEST_SETUP - END] elapsed_milliseconds = 0 file = phd-tests/runner/src/fixtures.rs line = 41 target = phd_runner::fixtures
2392026-07-22T00:38:38.215ZINFOphd-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
2402026-07-22T00:38:38.215ZDEBGphd-runner: [TEST - EVENT] Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 45 path = /phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd target = phd_framework::artifacts::store
2412026-07-22T00:38:38.215ZDEBGphd-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
2422026-07-22T00:38:38.215ZDEBGphd-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
2432026-07-22T00:38:38.215ZDEBGphd-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
2442026-07-22T00:38:38.227ZDEBGphd-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 1.07G 25.3T 1.07G /phd-artifacts\n target = phd_framework::zfs
2452026-07-22T00:38:38.227ZDEBGphd-runner: [TEST - EVENT] executing ZFS command args = ["phd-artifacts@phd-e96089e7-7a04-4527-9326-18475c2eb782"] 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
2462026-07-22T00:38:38.244ZDEBGphd-runner: [TEST - EVENT] executing ZFS command args = ["phd-artifacts@phd-e96089e7-7a04-4527-9326-18475c2eb782", "phd-artifacts/phd-clone-dcad0608-7391-4d29-833e-ea29b801514f"] 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
2472026-07-22T00:38:38.262ZDEBGphd-runner: [TEST - EVENT] executing ZFS command args = ["phd-artifacts/phd-clone-dcad0608-7391-4d29-833e-ea29b801514f"] 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
2482026-07-22T00:38:38.274ZDEBGphd-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-dcad0608-7391-4d29-833e-ea29b801514f 0B 25.3T 1.07G /phd-artifacts/phd-clone-dcad0608-7391-4d29-833e-ea29b801514f\n target = phd_framework::zfs
2492026-07-22T00:38:38.275ZINFOphd-runner: [NEW - START] file = phd-tests/framework/src/test_vm/mod.rs line = 304 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm
2502026-07-22T00:38:38.275ZINFOphd-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 = 322 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm_name = migration_from_base_and_back
2512026-07-22T00:38:38.275ZDEBGphd-runner: [NEW - EVENT] Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 45 path = /phd-artifacts/9a996f0b95892135e19a801f12e72c0bb176074e06df0c0823f2c75489ec900f/propolis-server target = phd_framework::artifacts::store
2522026-07-22T00:38:38.275ZINFOphd-runner: [NEW - EVENT] Launching Propolis server bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd" file = phd-tests/framework/src/test_vm/server.rs line = 66 path = phd_tests::migrate::from_base::migration_from_base_and_back server_addr = 127.0.0.1:9000 server_path = "/phd-artifacts/9a996f0b95892135e19a801f12e72c0bb176074e06df0c0823f2c75489ec900f/propolis-server" target = phd_framework::test_vm::server
2532026-07-22T00:38:38.275ZINFOphd-runner: [NEW - EVENT] Opening server log files file = phd-tests/framework/src/log_config.rs line = 84 path = phd_tests::migrate::from_base::migration_from_base_and_back stderr_path = "/tmp/propolis-phd/phd_tests::migrate::from_base::migration_from_base_and_back/migration_from_base_and_back.stderr.log" stdout_path = "/tmp/propolis-phd/phd_tests::migrate::from_base::migration_from_base_and_back/migration_from_base_and_back.stdout.log" target = phd_framework::log_config
2542026-07-22T00:38:38.321ZINFOphd-runner: [NEW - EVENT] Launched server with pid 937 file = phd-tests/framework/src/test_vm/server.rs line = 127 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm::server
2552026-07-22T00:38:38.335ZINFOphd-runner: [NEW - END] elapsed_milliseconds = 60 file = phd-tests/framework/src/test_vm/mod.rs line = 304 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm
2562026-07-22T00:38:38.335ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - START] file = phd-tests/framework/src/test_vm/mod.rs line = 416 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
2572026-07-22T00:38:38.336ZINFOphd-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 = 459 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
2582026-07-22T00:38:38.865ZINFOphd-runner: [SERIAL CONSOLE TASK - START] file = phd-tests/framework/src/serial/mod.rs line = 200 target = phd_framework::serial
2592026-07-22T00:38:38.866ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance file = phd-tests/framework/src/test_vm/mod.rs instance_description.instance = Instance { properties: InstanceProperties { id: f5c5a0dd-59c4-48ad-b502-95dcd6e70514, name: "phd-vm-f5c5a0dd-59c4-48ad-b502-95dcd6e70514", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 51019603-7fcc-4f51-bf7f-ce844ba90e9d, project_id: c2e2362b-060b-47c5-ae8d-efc06832f9ac, sled_id: 24267afb-14af-4d2d-8a3f-60ee46103c51, sled_serial: "24267afb-14af-4d2d-8a3f-60ee46103c51", sled_revision: 1, sled_model: "pheidippes" } }, state: Creating } line = 518 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
2602026-07-22T00:38:38.866ZINFOphd-runner: [PUT_INSTANCE_STATE - START] file = phd-tests/framework/src/test_vm/mod.rs line = 579 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
2612026-07-22T00:38:38.866ZINFOphd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 584 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 = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
2622026-07-22T00:38:38.867ZINFOphd-runner: [PUT_INSTANCE_STATE - END] elapsed_milliseconds = 1 file = phd-tests/framework/src/test_vm/mod.rs line = 579 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
2632026-07-22T00:38:38.867ZINFOphd-runner: [WAIT_TO_BOOT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 894 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm
2642026-07-22T00:38:38.867ZINFOphd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot file = phd-tests/framework/src/test_vm/mod.rs line = 843 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 = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
2652026-07-22T00:38:38.867ZDEBGphd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence file = phd-tests/framework/src/test_vm/mod.rs line = 851 path = phd_tests::migrate::from_base::migration_from_base_and_back step = WaitFor("localhost login: ") target = phd_framework::test_vm
2662026-07-22T00:38:38.868ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
2672026-07-22T00:38:38.868ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 924 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 = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
2682026-07-22T00:38:43.481ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 4612 file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
2692026-07-22T00:38:43.481ZDEBGphd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence file = phd-tests/framework/src/test_vm/mod.rs line = 851 path = phd_tests::migrate::from_base::migration_from_base_and_back step = WriteStr("root") target = phd_framework::test_vm
2702026-07-22T00:38:43.481ZDEBGphd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence file = phd-tests/framework/src/test_vm/mod.rs line = 851 path = phd_tests::migrate::from_base::migration_from_base_and_back step = WaitFor("localhost:~#") target = phd_framework::test_vm
2712026-07-22T00:38:43.481ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
2722026-07-22T00:38:43.481ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 924 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 = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
2732026-07-22T00:38:43.499ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 17 file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
2742026-07-22T00:38:43.499ZDEBGphd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence file = phd-tests/framework/src/test_vm/mod.rs line = 851 path = phd_tests::migrate::from_base::migration_from_base_and_back step = WriteStr("stty -F `tty` cols 9999") target = phd_framework::test_vm
2752026-07-22T00:38:43.499ZDEBGphd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence file = phd-tests/framework/src/test_vm/mod.rs line = 851 path = phd_tests::migrate::from_base::migration_from_base_and_back step = WaitFor("localhost:~#") target = phd_framework::test_vm
2762026-07-22T00:38:43.499ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
2772026-07-22T00:38:43.499ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 924 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 = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
2782026-07-22T00:38:43.532ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 33 file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
2792026-07-22T00:38:43.533ZINFOphd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted file = phd-tests/framework/src/test_vm/mod.rs line = 891 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm
2802026-07-22T00:38:43.533ZINFOphd-runner: [WAIT_TO_BOOT - END] elapsed_milliseconds = 4664 file = phd-tests/framework/src/test_vm/mod.rs line = 894 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm
2812026-07-22T00:38:43.533ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
2822026-07-22T00:38:43.533ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 924 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 = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
2832026-07-22T00:38:43.543ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 10 file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
2842026-07-22T00:38:43.544ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
2852026-07-22T00:38:43.544ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 924 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 = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
2862026-07-22T00:38:43.577ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 33 file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
2872026-07-22T00:38:43.577ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
2882026-07-22T00:38:43.577ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 924 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 = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
2892026-07-22T00:38:43.589ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 11 file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
2902026-07-22T00:38:43.589ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
2912026-07-22T00:38:43.589ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 924 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 = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
2922026-07-22T00:38:43.622ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 32 file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
2932026-07-22T00:38:43.622ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
2942026-07-22T00:38:43.623ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 924 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 = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
2952026-07-22T00:38:43.633ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 10 file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
2962026-07-22T00:38:43.633ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
2972026-07-22T00:38:43.633ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 924 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 = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
2982026-07-22T00:38:43.656ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 22 file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
2992026-07-22T00:38:43.656ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
3002026-07-22T00:38:43.656ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 924 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 = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
3012026-07-22T00:38:43.667ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 10 file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
3022026-07-22T00:38:43.667ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
3032026-07-22T00:38:43.667ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 924 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 = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
3042026-07-22T00:38:43.700ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 33 file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
3052026-07-22T00:38:43.701ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
3062026-07-22T00:38:43.701ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 924 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 = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
3072026-07-22T00:38:43.711ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 10 file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
3082026-07-22T00:38:43.712ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
3092026-07-22T00:38:43.712ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 924 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 = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
3102026-07-22T00:38:43.745ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 33 file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
3112026-07-22T00:38:43.746ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
3122026-07-22T00:38:43.746ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 924 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 = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
3132026-07-22T00:38:43.756ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 10 file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
3142026-07-22T00:38:43.756ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
3152026-07-22T00:38:43.756ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 924 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 = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
3162026-07-22T00:38:43.779ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 22 file = phd-tests/framework/src/test_vm/mod.rs line = 917 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
3172026-07-22T00:38:43.779ZINFOphd-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
3182026-07-22T00:38:43.779ZINFOphd-runner: [NEW - START] file = phd-tests/framework/src/test_vm/mod.rs line = 304 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm
3192026-07-22T00:38:43.780ZINFOphd-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 = 322 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
3202026-07-22T00:38:43.780ZDEBGphd-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
3212026-07-22T00:38:43.780ZINFOphd-runner: [NEW - EVENT] Launching Propolis server bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd" file = phd-tests/framework/src/test_vm/server.rs line = 66 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
3222026-07-22T00:38:43.780ZINFOphd-runner: [NEW - EVENT] Opening server log files file = phd-tests/framework/src/log_config.rs line = 84 path = phd_tests::migrate::from_base::migration_from_base_and_back stderr_path = "/tmp/propolis-phd/phd_tests::migrate::from_base::migration_from_base_and_back/migration_from_base_and_back_lifecycle_0.stderr.log" stdout_path = "/tmp/propolis-phd/phd_tests::migrate::from_base::migration_from_base_and_back/migration_from_base_and_back_lifecycle_0.stdout.log" target = phd_framework::log_config
3232026-07-22T00:38:43.819ZINFOphd-runner: [NEW - EVENT] Launched server with pid 938 file = phd-tests/framework/src/test_vm/server.rs line = 127 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm::server
3242026-07-22T00:38:43.832ZINFOphd-runner: [NEW - END] elapsed_milliseconds = 52 file = phd-tests/framework/src/test_vm/mod.rs line = 304 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm
3252026-07-22T00:38:43.832ZINFOphd-runner: [MIGRATE_FROM - START] file = phd-tests/framework/src/test_vm/mod.rs line = 613 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back source_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514 target = phd_framework::test_vm target_id = 2afe02a3-babe-44d6-bde9-ef1548bcb351
3262026-07-22T00:38:43.832ZINFOphd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9000 file = phd-tests/framework/src/test_vm/mod.rs line = 646 migration_id = 6f2641dc-8eed-49fa-8f04-f4d7ceda3a50 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back source_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514 target = phd_framework::test_vm target_id = 2afe02a3-babe-44d6-bde9-ef1548bcb351 timeout_duration = 45s
3272026-07-22T00:38:43.833ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - START] file = phd-tests/framework/src/test_vm/mod.rs line = 416 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back source_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514 target = phd_framework::test_vm target_id = 2afe02a3-babe-44d6-bde9-ef1548bcb351 vm = migration_from_base_and_back_lifecycle_0 vm_id = 2afe02a3-babe-44d6-bde9-ef1548bcb351
3282026-07-22T00:38:43.833ZINFOphd-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 = 459 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back source_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514 target = phd_framework::test_vm target_id = 2afe02a3-babe-44d6-bde9-ef1548bcb351 vm = migration_from_base_and_back_lifecycle_0 vm_id = 2afe02a3-babe-44d6-bde9-ef1548bcb351
3292026-07-22T00:38:44.661ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance file = phd-tests/framework/src/test_vm/mod.rs instance_description.instance = Instance { properties: InstanceProperties { id: 2afe02a3-babe-44d6-bde9-ef1548bcb351, name: "phd-vm-2afe02a3-babe-44d6-bde9-ef1548bcb351", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 51019603-7fcc-4f51-bf7f-ce844ba90e9d, project_id: c2e2362b-060b-47c5-ae8d-efc06832f9ac, sled_id: 682260d0-32a4-41e7-80b3-fa05b56027d7, sled_serial: "682260d0-32a4-41e7-80b3-fa05b56027d7", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating } line = 518 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back source_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514 target = phd_framework::test_vm target_id = 2afe02a3-babe-44d6-bde9-ef1548bcb351 vm = migration_from_base_and_back_lifecycle_0 vm_id = 2afe02a3-babe-44d6-bde9-ef1548bcb351
3302026-07-22T00:38:44.661ZINFOphd-runner: [MIGRATE - START] file = phd-tests/framework/src/test_vm/mod.rs line = 667 migration_id = 6f2641dc-8eed-49fa-8f04-f4d7ceda3a50 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back source_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514 target = phd_framework::test_vm target_id = 2afe02a3-babe-44d6-bde9-ef1548bcb351
3312026-07-22T00:38:47.523ZINFOphd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message file = phd-tests/framework/src/serial/mod.rs line = 275 s = {"Migrating":{"destination":"127.0.0.1:9002","from_start":7847}} target = phd_framework::serial
3322026-07-22T00:38:48.830ZINFOphd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully file = phd-tests/framework/src/test_vm/mod.rs line = 680 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back source_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514 target = phd_framework::test_vm target_id = 2afe02a3-babe-44d6-bde9-ef1548bcb351
3332026-07-22T00:38:48.830ZINFOphd-runner: [MIGRATE - END] elapsed_milliseconds = 4168 file = phd-tests/framework/src/test_vm/mod.rs line = 667 migration_id = 6f2641dc-8eed-49fa-8f04-f4d7ceda3a50 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back source_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514 target = phd_framework::test_vm target_id = 2afe02a3-babe-44d6-bde9-ef1548bcb351
3342026-07-22T00:38:48.832ZINFOphd-runner: [VM CLEANUP - START] file = phd-tests/framework/src/test_vm/mod.rs line = 1176 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
3352026-07-22T00:38:48.833ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 917 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 = 2afe02a3-babe-44d6-bde9-ef1548bcb351
3362026-07-22T00:38:48.833ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 924 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 = 2afe02a3-babe-44d6-bde9-ef1548bcb351
3372026-07-22T00:38:48.834ZDEBGphd-runner: [VM CLEANUP - EVENT] Killing Propolis server process file = phd-tests/framework/src/test_vm/server.rs line = 177 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 = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
3382026-07-22T00:38:48.919ZINFOphd-runner: [VM CLEANUP - END] elapsed_milliseconds = 86 file = phd-tests/framework/src/test_vm/mod.rs line = 1176 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
3392026-07-22T00:38:48.920ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - END] elapsed_milliseconds = 10583 file = phd-tests/framework/src/test_vm/mod.rs line = 416 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514
3402026-07-22T00:38:48.920ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 87 file = phd-tests/framework/src/test_vm/mod.rs line = 917 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 = 2afe02a3-babe-44d6-bde9-ef1548bcb351
3412026-07-22T00:38:48.920ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 917 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 = 2afe02a3-babe-44d6-bde9-ef1548bcb351
3422026-07-22T00:38:48.920ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 924 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 = 2afe02a3-babe-44d6-bde9-ef1548bcb351
3432026-07-22T00:38:48.955ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 34 file = phd-tests/framework/src/test_vm/mod.rs line = 917 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 = 2afe02a3-babe-44d6-bde9-ef1548bcb351
3442026-07-22T00:38:48.955ZINFOphd-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
3452026-07-22T00:38:48.955ZINFOphd-runner: [NEW - START] file = phd-tests/framework/src/test_vm/mod.rs line = 304 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm
3462026-07-22T00:38:48.955ZINFOphd-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 = 322 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
3472026-07-22T00:38:48.955ZDEBGphd-runner: [NEW - EVENT] Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 45 path = /phd-artifacts/9a996f0b95892135e19a801f12e72c0bb176074e06df0c0823f2c75489ec900f/propolis-server target = phd_framework::artifacts::store
3482026-07-22T00:38:48.955ZINFOphd-runner: [NEW - EVENT] Launching Propolis server bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd" file = phd-tests/framework/src/test_vm/server.rs line = 66 path = phd_tests::migrate::from_base::migration_from_base_and_back server_addr = 127.0.0.1:9004 server_path = "/phd-artifacts/9a996f0b95892135e19a801f12e72c0bb176074e06df0c0823f2c75489ec900f/propolis-server" target = phd_framework::test_vm::server
3492026-07-22T00:38:48.955ZINFOphd-runner: [NEW - EVENT] Opening server log files file = phd-tests/framework/src/log_config.rs line = 84 path = phd_tests::migrate::from_base::migration_from_base_and_back stderr_path = "/tmp/propolis-phd/phd_tests::migrate::from_base::migration_from_base_and_back/migration_from_base_and_back_lifecycle_1.stderr.log" stdout_path = "/tmp/propolis-phd/phd_tests::migrate::from_base::migration_from_base_and_back/migration_from_base_and_back_lifecycle_1.stdout.log" target = phd_framework::log_config
3502026-07-22T00:38:48.999ZINFOphd-runner: [NEW - EVENT] Launched server with pid 940 file = phd-tests/framework/src/test_vm/server.rs line = 127 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm::server
3512026-07-22T00:38:49.013ZINFOphd-runner: [NEW - END] elapsed_milliseconds = 58 file = phd-tests/framework/src/test_vm/mod.rs line = 304 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm
3522026-07-22T00:38:49.013ZINFOphd-runner: [MIGRATE_FROM - START] file = phd-tests/framework/src/test_vm/mod.rs line = 613 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_0 source_id = 2afe02a3-babe-44d6-bde9-ef1548bcb351 target = phd_framework::test_vm target_id = d2eba21a-00a7-4a89-8d93-16bd66b29aff
3532026-07-22T00:38:49.014ZINFOphd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9002 file = phd-tests/framework/src/test_vm/mod.rs line = 646 migration_id = 10de2a61-0be1-4485-8ea6-1d52094891b5 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_0 source_id = 2afe02a3-babe-44d6-bde9-ef1548bcb351 target = phd_framework::test_vm target_id = d2eba21a-00a7-4a89-8d93-16bd66b29aff timeout_duration = 45s
3542026-07-22T00:38:49.014ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - START] file = phd-tests/framework/src/test_vm/mod.rs line = 416 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_0 source_id = 2afe02a3-babe-44d6-bde9-ef1548bcb351 target = phd_framework::test_vm target_id = d2eba21a-00a7-4a89-8d93-16bd66b29aff vm = migration_from_base_and_back_lifecycle_1 vm_id = d2eba21a-00a7-4a89-8d93-16bd66b29aff
3552026-07-22T00:38:49.014ZINFOphd-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 = 459 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_0 source_id = 2afe02a3-babe-44d6-bde9-ef1548bcb351 target = phd_framework::test_vm target_id = d2eba21a-00a7-4a89-8d93-16bd66b29aff vm = migration_from_base_and_back_lifecycle_1 vm_id = d2eba21a-00a7-4a89-8d93-16bd66b29aff
3562026-07-22T00:38:49.857ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance file = phd-tests/framework/src/test_vm/mod.rs instance_description.instance = Instance { properties: InstanceProperties { id: d2eba21a-00a7-4a89-8d93-16bd66b29aff, name: "phd-vm-d2eba21a-00a7-4a89-8d93-16bd66b29aff", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 51019603-7fcc-4f51-bf7f-ce844ba90e9d, project_id: c2e2362b-060b-47c5-ae8d-efc06832f9ac, sled_id: 45f94d68-ba84-49ec-8ca2-762742422c71, sled_serial: "45f94d68-ba84-49ec-8ca2-762742422c71", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating } line = 518 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_0 source_id = 2afe02a3-babe-44d6-bde9-ef1548bcb351 target = phd_framework::test_vm target_id = d2eba21a-00a7-4a89-8d93-16bd66b29aff vm = migration_from_base_and_back_lifecycle_1 vm_id = d2eba21a-00a7-4a89-8d93-16bd66b29aff
3572026-07-22T00:38:49.857ZINFOphd-runner: [MIGRATE - START] file = phd-tests/framework/src/test_vm/mod.rs line = 667 migration_id = 10de2a61-0be1-4485-8ea6-1d52094891b5 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_0 source_id = 2afe02a3-babe-44d6-bde9-ef1548bcb351 target = phd_framework::test_vm target_id = d2eba21a-00a7-4a89-8d93-16bd66b29aff
3582026-07-22T00:38:52.825ZINFOphd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message file = phd-tests/framework/src/serial/mod.rs line = 275 s = {"Migrating":{"destination":"127.0.0.1:9004","from_start":7894}} target = phd_framework::serial
3592026-07-22T00:38:52.892ZINFOphd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully file = phd-tests/framework/src/test_vm/mod.rs line = 680 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_0 source_id = 2afe02a3-babe-44d6-bde9-ef1548bcb351 target = phd_framework::test_vm target_id = d2eba21a-00a7-4a89-8d93-16bd66b29aff
3602026-07-22T00:38:52.892ZINFOphd-runner: [MIGRATE - END] elapsed_milliseconds = 3034 file = phd-tests/framework/src/test_vm/mod.rs line = 667 migration_id = 10de2a61-0be1-4485-8ea6-1d52094891b5 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_0 source_id = 2afe02a3-babe-44d6-bde9-ef1548bcb351 target = phd_framework::test_vm target_id = d2eba21a-00a7-4a89-8d93-16bd66b29aff
3612026-07-22T00:38:52.894ZINFOphd-runner: [VM CLEANUP - START] file = phd-tests/framework/src/test_vm/mod.rs line = 1176 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 = 2afe02a3-babe-44d6-bde9-ef1548bcb351
3622026-07-22T00:38:52.894ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 917 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 = d2eba21a-00a7-4a89-8d93-16bd66b29aff
3632026-07-22T00:38:52.894ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 924 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 = d2eba21a-00a7-4a89-8d93-16bd66b29aff
3642026-07-22T00:38:52.896ZDEBGphd-runner: [VM CLEANUP - EVENT] Killing Propolis server process file = phd-tests/framework/src/test_vm/server.rs line = 177 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 = 2afe02a3-babe-44d6-bde9-ef1548bcb351
3652026-07-22T00:38:52.986ZINFOphd-runner: [VM CLEANUP - END] elapsed_milliseconds = 91 file = phd-tests/framework/src/test_vm/mod.rs line = 1176 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 = 2afe02a3-babe-44d6-bde9-ef1548bcb351
3662026-07-22T00:38:52.986ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - END] elapsed_milliseconds = 9152 file = phd-tests/framework/src/test_vm/mod.rs line = 416 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back source_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514 target = phd_framework::test_vm target_id = 2afe02a3-babe-44d6-bde9-ef1548bcb351 vm = migration_from_base_and_back_lifecycle_0 vm_id = 2afe02a3-babe-44d6-bde9-ef1548bcb351
3672026-07-22T00:38:52.986ZINFOphd-runner: [MIGRATE_FROM - END] elapsed_milliseconds = 9152 file = phd-tests/framework/src/test_vm/mod.rs line = 613 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back source_id = f5c5a0dd-59c4-48ad-b502-95dcd6e70514 target = phd_framework::test_vm target_id = 2afe02a3-babe-44d6-bde9-ef1548bcb351
3682026-07-22T00:38:53.765ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 870 file = phd-tests/framework/src/test_vm/mod.rs line = 917 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 = d2eba21a-00a7-4a89-8d93-16bd66b29aff
3692026-07-22T00:38:53.766ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 917 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 = d2eba21a-00a7-4a89-8d93-16bd66b29aff
3702026-07-22T00:38:53.766ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 924 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 = d2eba21a-00a7-4a89-8d93-16bd66b29aff
3712026-07-22T00:38:53.800ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 34 file = phd-tests/framework/src/test_vm/mod.rs line = 917 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 = d2eba21a-00a7-4a89-8d93-16bd66b29aff
3722026-07-22T00:38:53.800ZINFOphd-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
3732026-07-22T00:38:53.800ZINFOphd-runner: [NEW - START] file = phd-tests/framework/src/test_vm/mod.rs line = 304 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm
3742026-07-22T00:38:53.800ZINFOphd-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 = 322 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
3752026-07-22T00:38:53.800ZDEBGphd-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
3762026-07-22T00:38:53.800ZINFOphd-runner: [NEW - EVENT] Launching Propolis server bootrom_path = "/phd-artifacts/740187046a7267d0de72d3455070333547dbc0ea023531471fb2b2a61effa448/OVMF_CODE.fd" file = phd-tests/framework/src/test_vm/server.rs line = 66 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
3772026-07-22T00:38:53.800ZINFOphd-runner: [NEW - EVENT] Opening server log files file = phd-tests/framework/src/log_config.rs line = 84 path = phd_tests::migrate::from_base::migration_from_base_and_back stderr_path = "/tmp/propolis-phd/phd_tests::migrate::from_base::migration_from_base_and_back/migration_from_base_and_back_lifecycle_2.stderr.log" stdout_path = "/tmp/propolis-phd/phd_tests::migrate::from_base::migration_from_base_and_back/migration_from_base_and_back_lifecycle_2.stdout.log" target = phd_framework::log_config
3782026-07-22T00:38:53.844ZINFOphd-runner: [NEW - EVENT] Launched server with pid 942 file = phd-tests/framework/src/test_vm/server.rs line = 127 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm::server
3792026-07-22T00:38:53.858ZINFOphd-runner: [NEW - END] elapsed_milliseconds = 58 file = phd-tests/framework/src/test_vm/mod.rs line = 304 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm
3802026-07-22T00:38:53.858ZINFOphd-runner: [MIGRATE_FROM - START] file = phd-tests/framework/src/test_vm/mod.rs line = 613 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_1 source_id = d2eba21a-00a7-4a89-8d93-16bd66b29aff target = phd_framework::test_vm target_id = 2fa39bf8-2f0e-4a7d-965d-7be0ad258eef
3812026-07-22T00:38:53.858ZINFOphd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9004 file = phd-tests/framework/src/test_vm/mod.rs line = 646 migration_id = 941d1740-042a-4a76-b1eb-eba1f21c364f path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_1 source_id = d2eba21a-00a7-4a89-8d93-16bd66b29aff target = phd_framework::test_vm target_id = 2fa39bf8-2f0e-4a7d-965d-7be0ad258eef timeout_duration = 45s
3822026-07-22T00:38:53.858ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - START] file = phd-tests/framework/src/test_vm/mod.rs line = 416 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_1 source_id = d2eba21a-00a7-4a89-8d93-16bd66b29aff target = phd_framework::test_vm target_id = 2fa39bf8-2f0e-4a7d-965d-7be0ad258eef vm = migration_from_base_and_back_lifecycle_2 vm_id = 2fa39bf8-2f0e-4a7d-965d-7be0ad258eef
3832026-07-22T00:38:53.859ZINFOphd-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 = 459 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_1 source_id = d2eba21a-00a7-4a89-8d93-16bd66b29aff target = phd_framework::test_vm target_id = 2fa39bf8-2f0e-4a7d-965d-7be0ad258eef vm = migration_from_base_and_back_lifecycle_2 vm_id = 2fa39bf8-2f0e-4a7d-965d-7be0ad258eef
3842026-07-22T00:38:54.531ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance file = phd-tests/framework/src/test_vm/mod.rs instance_description.instance = Instance { properties: InstanceProperties { id: 2fa39bf8-2f0e-4a7d-965d-7be0ad258eef, name: "phd-vm-2fa39bf8-2f0e-4a7d-965d-7be0ad258eef", description: "Pheidippides-managed VM", metadata: InstanceMetadata { silo_id: 51019603-7fcc-4f51-bf7f-ce844ba90e9d, project_id: c2e2362b-060b-47c5-ae8d-efc06832f9ac, sled_id: ac11e890-1e90-4d72-8bf3-5aa7da26fa40, sled_serial: "ac11e890-1e90-4d72-8bf3-5aa7da26fa40", sled_revision: 1, sled_model: "pheidippes" } }, state: Migrating } line = 518 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_1 source_id = d2eba21a-00a7-4a89-8d93-16bd66b29aff target = phd_framework::test_vm target_id = 2fa39bf8-2f0e-4a7d-965d-7be0ad258eef vm = migration_from_base_and_back_lifecycle_2 vm_id = 2fa39bf8-2f0e-4a7d-965d-7be0ad258eef
3852026-07-22T00:38:54.531ZINFOphd-runner: [MIGRATE - START] file = phd-tests/framework/src/test_vm/mod.rs line = 667 migration_id = 941d1740-042a-4a76-b1eb-eba1f21c364f path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_1 source_id = d2eba21a-00a7-4a89-8d93-16bd66b29aff target = phd_framework::test_vm target_id = 2fa39bf8-2f0e-4a7d-965d-7be0ad258eef
3862026-07-22T00:38:57.414ZINFOphd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message file = phd-tests/framework/src/serial/mod.rs line = 275 s = {"Migrating":{"destination":"127.0.0.1:9006","from_start":7941}} target = phd_framework::serial
3872026-07-22T00:38:58.572ZINFOphd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully file = phd-tests/framework/src/test_vm/mod.rs line = 680 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_1 source_id = d2eba21a-00a7-4a89-8d93-16bd66b29aff target = phd_framework::test_vm target_id = 2fa39bf8-2f0e-4a7d-965d-7be0ad258eef
3882026-07-22T00:38:58.572ZINFOphd-runner: [MIGRATE - END] elapsed_milliseconds = 4040 file = phd-tests/framework/src/test_vm/mod.rs line = 667 migration_id = 941d1740-042a-4a76-b1eb-eba1f21c364f path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_1 source_id = d2eba21a-00a7-4a89-8d93-16bd66b29aff target = phd_framework::test_vm target_id = 2fa39bf8-2f0e-4a7d-965d-7be0ad258eef
3892026-07-22T00:38:58.574ZINFOphd-runner: [VM CLEANUP - START] file = phd-tests/framework/src/test_vm/mod.rs line = 1176 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 = d2eba21a-00a7-4a89-8d93-16bd66b29aff
3902026-07-22T00:38:58.574ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 917 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 = 2fa39bf8-2f0e-4a7d-965d-7be0ad258eef
3912026-07-22T00:38:58.574ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 924 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 = 2fa39bf8-2f0e-4a7d-965d-7be0ad258eef
3922026-07-22T00:38:58.576ZDEBGphd-runner: [VM CLEANUP - EVENT] Killing Propolis server process file = phd-tests/framework/src/test_vm/server.rs line = 177 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 = d2eba21a-00a7-4a89-8d93-16bd66b29aff
3932026-07-22T00:38:58.662ZINFOphd-runner: [VM CLEANUP - END] elapsed_milliseconds = 87 file = phd-tests/framework/src/test_vm/mod.rs line = 1176 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 = d2eba21a-00a7-4a89-8d93-16bd66b29aff
3942026-07-22T00:38:58.662ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 88 file = phd-tests/framework/src/test_vm/mod.rs line = 917 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 = 2fa39bf8-2f0e-4a7d-965d-7be0ad258eef
3952026-07-22T00:38:58.662ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - END] elapsed_milliseconds = 9647 file = phd-tests/framework/src/test_vm/mod.rs line = 416 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_0 source_id = 2afe02a3-babe-44d6-bde9-ef1548bcb351 target = phd_framework::test_vm target_id = d2eba21a-00a7-4a89-8d93-16bd66b29aff vm = migration_from_base_and_back_lifecycle_1 vm_id = d2eba21a-00a7-4a89-8d93-16bd66b29aff
3962026-07-22T00:38:58.662ZINFOphd-runner: [MIGRATE_FROM - END] elapsed_milliseconds = 9647 file = phd-tests/framework/src/test_vm/mod.rs line = 613 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_0 source_id = 2afe02a3-babe-44d6-bde9-ef1548bcb351 target = phd_framework::test_vm target_id = d2eba21a-00a7-4a89-8d93-16bd66b29aff
3972026-07-22T00:38:58.662ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 917 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 = 2fa39bf8-2f0e-4a7d-965d-7be0ad258eef
3982026-07-22T00:38:58.663ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 924 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 = 2fa39bf8-2f0e-4a7d-965d-7be0ad258eef
3992026-07-22T00:38:58.686ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 23 file = phd-tests/framework/src/test_vm/mod.rs line = 917 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 = 2fa39bf8-2f0e-4a7d-965d-7be0ad258eef
4002026-07-22T00:38:58.687ZINFOphd-runner: [VM CLEANUP - START] file = phd-tests/framework/src/test_vm/mod.rs line = 1176 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 = 2fa39bf8-2f0e-4a7d-965d-7be0ad258eef
4012026-07-22T00:38:58.687ZDEBGphd-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
4022026-07-22T00:38:58.687ZINFOphd-runner: [SERIAL CONSOLE TASK - END] elapsed_milliseconds = 19819 file = phd-tests/framework/src/serial/mod.rs line = 200 target = phd_framework::serial
4032026-07-22T00:38:58.687ZINFOphd-runner: test phd_tests::migrate::from_base::migration_from_base_and_back ... ok file = phd-tests/runner/src/execute.rs line = 141 target = phd_runner::execute
4042026-07-22T00:38:58.687ZINFOphd-runner: [TEST_CLEANUP - START] file = phd-tests/runner/src/fixtures.rs line = 51 target = phd_runner::fixtures
4052026-07-22T00:38:58.688ZDEBGphd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed file = phd-tests/framework/src/test_vm/mod.rs line = 1199 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 = 2fa39bf8-2f0e-4a7d-965d-7be0ad258eef
4062026-07-22T00:38:58.989ZDEBGphd-runner: [VM CLEANUP - EVENT] Killing Propolis server process file = phd-tests/framework/src/test_vm/server.rs line = 177 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 = 2fa39bf8-2f0e-4a7d-965d-7be0ad258eef
4072026-07-22T00:38:59.073ZDEBGphd-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 = 2fa39bf8-2f0e-4a7d-965d-7be0ad258eef
4082026-07-22T00:38:59.073ZDEBGphd-runner: [VM CLEANUP - EVENT] executing ZFS command args = ["phd-artifacts/phd-clone-dcad0608-7391-4d29-833e-ea29b801514f"] 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 = 2fa39bf8-2f0e-4a7d-965d-7be0ad258eef
4092026-07-22T00:38:59.099ZDEBGphd-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 = 2fa39bf8-2f0e-4a7d-965d-7be0ad258eef
4102026-07-22T00:38:59.099ZDEBGphd-runner: [VM CLEANUP - EVENT] executing ZFS command args = ["phd-artifacts@phd-e96089e7-7a04-4527-9326-18475c2eb782"] 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 = 2fa39bf8-2f0e-4a7d-965d-7be0ad258eef
4112026-07-22T00:38:59.117ZINFOphd-runner: [VM CLEANUP - END] elapsed_milliseconds = 430 file = phd-tests/framework/src/test_vm/mod.rs line = 1176 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 = 2fa39bf8-2f0e-4a7d-965d-7be0ad258eef
4122026-07-22T00:38:59.117ZINFOphd-runner: [TEST_CLEANUP - END] elapsed_milliseconds = 430 file = phd-tests/runner/src/fixtures.rs line = 51 target = phd_runner::fixtures
4132026-07-22T00:38:59.118ZINFOphd-runner: [EXECUTION_CLEANUP - START] file = phd-tests/runner/src/fixtures.rs line = 35 target = phd_runner::fixtures
4142026-07-22T00:38:59.118ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - END] elapsed_milliseconds = 5258 file = phd-tests/framework/src/test_vm/mod.rs line = 416 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_1 source_id = d2eba21a-00a7-4a89-8d93-16bd66b29aff target = phd_framework::test_vm target_id = 2fa39bf8-2f0e-4a7d-965d-7be0ad258eef vm = migration_from_base_and_back_lifecycle_2 vm_id = 2fa39bf8-2f0e-4a7d-965d-7be0ad258eef
4152026-07-22T00:38:59.118ZINFOphd-runner: [EXECUTION_CLEANUP - END] elapsed_milliseconds = 0 file = phd-tests/runner/src/fixtures.rs line = 35 target = phd_runner::fixtures
416 test result: ok. 3 passed; 0 failed; 0 skipped; 0 not run; finished in 86.86s
417 
4182026-07-22T00:38:59.118ZINFOphd-runner: [MIGRATE_FROM - END] elapsed_milliseconds = 5258 file = phd-tests/framework/src/test_vm/mod.rs line = 613 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_1 source_id = d2eba21a-00a7-4a89-8d93-16bd66b29aff target = phd_framework::test_vm target_id = 2fa39bf8-2f0e-4a7d-965d-7be0ad258eef
4192026-07-22T00:38:59.118ZINFOphd-runner: [TEST - END] elapsed_milliseconds = 20900 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
4202026-07-22T00:38:59.118ZDEBGphd-runner: phd_runner exit_code = 0 file = phd-tests/runner/src/main.rs line = 41 target = phd_runner