Max level shown:
12025-10-08T01:26:35.894ZINFOphd-runner: phd_runner file = phd-tests/runner/src/main.rs line = 36 runner_args = ProcessArgs { command: Run(RunOptions { propolis_server_cmd: "/work/phd-test/propolis-server", base_propolis_branch: Some("master"), base_propolis_commit: None, base_propolis_cmd: None, crucible_downstairs_cmd: None, crucible_downstairs_commit: Some(Auto), tmp_directory: "/tmp/propolis-phd", artifact_directory: Some("/phd-artifacts"), output_mode: TmpFile, default_guest_cpus: 2, default_guest_memory_mib: 512, artifact_toml_path: "/work/phd-test/artifacts.toml", default_guest_artifact: "alpine", default_bootrom_artifact: "ovmf", include_filter: ["phd_tests::migrate::from_base"], exclude_filter: [], max_buildomat_wait_secs: 1200 }), disable_ansi: false, emit_bunyan: true } target = phd_runner
22025-10-08T01:26:35.897ZDEBGphd-runner: Created new artifact store from manifest file = phd-tests/framework/src/artifacts/store.rs line = 219 store = Store { local_dir: "/phd-artifacts", artifacts: {"alpine": Mutex { data: StoredArtifact { description: Artifact { filename: "alpine.iso", kind: GuestOs(Alpine), source: RemoteServer { sha256: "ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1" }, untar: None }, cached_path: None } }, "ovmf": Mutex { data: StoredArtifact { description: Artifact { filename: "OVMF_CODE.fd", kind: Bootrom, source: Buildomat(BuildomatArtifact { repo: Repo("oxidecomputer/edk2"), series: Series("image_debug"), commit: Commit("907a5fd1763ce5ddd74001261e5b52cd200a25f9"), sha256: "ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb" }), untar: None }, cached_path: None } }}, downloader: DownloadConfig { timeout: 600s, buildomat_backoff: ExponentialBackoff { current_interval: 1s, initial_interval: 1s, randomization_factor: 0.5, multiplier: 1.5, max_interval: 60s, start_time: Instant { tv_sec: 3724, tv_nsec: 177910095 }, max_elapsed_time: Some(1200s), clock: SystemClock }, remote_server_uris: ["https://oxide-omicron-build.s3.amazonaws.com"] } } target = phd_framework::artifacts::store
32025-10-08T01:26:35.897ZINFOphd-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
42025-10-08T01:26:35.897ZINFOphd-runner: Adding crucible-downstairs from Buildomat Git revision commit = 102b0bb8305cfbc3fa74c52d643d716653756372 file = phd-tests/framework/src/artifacts/store.rs line = 311 target = phd_framework::artifacts::store
52025-10-08T01:26:35.897ZDEBGphd-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/102b0bb8305cfbc3fa74c52d643d716653756372/crucible-nightly.sha256.txt
62025-10-08T01:26:36.103ZINFOphd-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
72025-10-08T01:26:36.539ZDEBGphd-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/425f76bb31d3c583d499d7d206e4e018deb686f4/propolis-server.sha256.txt
82025-10-08T01:26:36.648ZINFOphd-runner: [EXECUTION_SETUP - START] file = phd-tests/runner/src/fixtures.rs line = 25 target = phd_runner::fixtures
92025-10-08T01:26:36.648ZINFOphd-runner: [EXECUTION_SETUP - END] elapsed_milliseconds = 0 file = phd-tests/runner/src/fixtures.rs line = 25 target = phd_runner::fixtures
102025-10-08T01:26:36.648ZINFOphd-runner: Running 3 test(s) file = phd-tests/runner/src/execute.rs line = 82 target = phd_runner::execute
112025-10-08T01:26:36.648ZINFOphd-runner: Starting test phd_tests::migrate::from_base::can_migrate_from_base file = phd-tests/runner/src/execute.rs line = 90 target = phd_runner::execute
122025-10-08T01:26:36.648ZINFOphd-runner: [TEST_SETUP - START] file = phd-tests/runner/src/fixtures.rs line = 41 target = phd_runner::fixtures
132025-10-08T01:26:36.648ZINFOphd-runner: [TEST_SETUP - END] elapsed_milliseconds = 0 file = phd-tests/runner/src/fixtures.rs line = 41 target = phd_runner::fixtures
142025-10-08T01:26:36.649ZINFOphd-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
152025-10-08T01:26:36.649ZDEBGphd-runner: [TEST - EVENT] checking for existing copy of artifact file = phd-tests/framework/src/artifacts/store.rs line = 89 maybe_path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::artifacts::store
162025-10-08T01:26:36.649ZDEBGphd-runner: [TEST - EVENT] Downloading file from Buildomat... file = phd-tests/framework/src/artifacts/buildomat.rs line = 215 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::artifacts::buildomat timeout = 600s uri = https://buildomat.eng.oxide.computer/public/file/oxidecomputer/edk2/image_debug/907a5fd1763ce5ddd74001261e5b52cd200a25f9/OVMF_CODE.fd
172025-10-08T01:26:37.188ZDEBGphd-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
182025-10-08T01:26:37.188ZDEBGphd-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
192025-10-08T01:27:04.815ZDEBGphd-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
202025-10-08T01:27:04.815ZDEBGphd-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
212025-10-08T01:27:04.822ZDEBGphd-runner: [TEST - EVENT] parsing zfs list output file = phd-tests/framework/src/zfs.rs line = 238 path = phd_tests::migrate::from_base::can_migrate_from_base stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 2.00M 1.80T 1.91M /phd-artifacts\n target = phd_framework::zfs
222025-10-08T01:27:04.823ZDEBGphd-runner: [TEST - EVENT] executing ZFS command args = ["phd-artifacts@phd-8fb8c4a1-9c9e-48cb-97d8-cce74ffaaedb"] 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
232025-10-08T01:27:04.878ZDEBGphd-runner: [TEST - EVENT] executing ZFS command args = ["phd-artifacts@phd-8fb8c4a1-9c9e-48cb-97d8-cce74ffaaedb", "phd-artifacts/phd-clone-0551140c-920a-4153-b0e4-5fe82822e460"] 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
242025-10-08T01:27:04.894ZDEBGphd-runner: [TEST - EVENT] executing ZFS command args = ["phd-artifacts/phd-clone-0551140c-920a-4153-b0e4-5fe82822e460"] 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
252025-10-08T01:27:04.899ZDEBGphd-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-0551140c-920a-4153-b0e4-5fe82822e460 0B 1.80T 48.9M /phd-artifacts/phd-clone-0551140c-920a-4153-b0e4-5fe82822e460\n target = phd_framework::zfs
262025-10-08T01:27:04.900ZINFOphd-runner: [NEW - START] file = phd-tests/framework/src/test_vm/mod.rs line = 197 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm
272025-10-08T01:27:04.900ZINFOphd-runner: [NEW - EVENT] phd_framework::test_vm environment = EnvironmentSpec { location: Local, propolis_artifact: "__BASE_PROPOLIS", metrics: None } file = phd-tests/framework/src/test_vm/mod.rs guest_os_kind = Alpine line = 215 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm_name = migration_from_base
282025-10-08T01:27:04.900ZDEBGphd-runner: [NEW - EVENT] checking for existing copy of artifact file = phd-tests/framework/src/artifacts/store.rs line = 89 maybe_path = /phd-artifacts/ac298e6bbbdc50399304b595515610103b4207687d1e73fb99d7c467882d6129/propolis-server.tar.gz path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::artifacts::store
292025-10-08T01:27:04.901ZDEBGphd-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/425f76bb31d3c583d499d7d206e4e018deb686f4/propolis-server.tar.gz
302025-10-08T01:27:31.166ZDEBGphd-runner: [NEW - EVENT] Extracting artifact from tarball extracted_path = /phd-artifacts/ac298e6bbbdc50399304b595515610103b4207687d1e73fb99d7c467882d6129/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
312025-10-08T01:27:31.166ZDEBGphd-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
322025-10-08T01:27:44.921ZINFOphd-runner: [NEW - EVENT] Launching Propolis server bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd" file = phd-tests/framework/src/test_vm/server.rs line = 64 path = phd_tests::migrate::from_base::can_migrate_from_base server_addr = 127.0.0.1:9000 server_path = "/phd-artifacts/ac298e6bbbdc50399304b595515610103b4207687d1e73fb99d7c467882d6129/propolis-server" target = phd_framework::test_vm::server
332025-10-08T01:27:44.922ZINFOphd-runner: [NEW - EVENT] Opening server log files file = phd-tests/framework/src/log_config.rs line = 71 path = phd_tests::migrate::from_base::can_migrate_from_base stderr_path = "/tmp/propolis-phd/migration_from_base.stderr.log" stdout_path = "/tmp/propolis-phd/migration_from_base.stdout.log" target = phd_framework::log_config
342025-10-08T01:27:44.970ZINFOphd-runner: [NEW - EVENT] Launched server with pid 868 file = phd-tests/framework/src/test_vm/server.rs line = 122 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm::server
352025-10-08T01:27:44.970ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - START] file = phd-tests/framework/src/test_vm/mod.rs line = 306 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785
362025-10-08T01:27:44.971ZINFOphd-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 = 345 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785
372025-10-08T01:27:44.972ZINFOphd-runner: [NEW - END] elapsed_milliseconds = 40071 file = phd-tests/framework/src/test_vm/mod.rs line = 197 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm
382025-10-08T01:27:45.380ZINFOphd-runner: [SERIAL CONSOLE TASK - START] file = phd-tests/framework/src/serial/mod.rs line = 200 target = phd_framework::serial
392025-10-08T01:27:45.381ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance file = phd-tests/framework/src/test_vm/mod.rs instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785, metadata: InstanceMetadata { project_id: 4e058c88-1844-4e35-8906-27a05488dd32, silo_id: 3170f777-e696-42a3-b8b8-6f6f18908865, sled_id: f19ef0a3-1ec4-4dae-ae3a-0938f26a07d7, sled_model: "pheidippes", sled_revision: 1, sled_serial: "f19ef0a3-1ec4-4dae-ae3a-0938f26a07d7" }, name: "phd-vm-cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785" }, state: Creating } line = 404 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785
402025-10-08T01:27:45.381ZINFOphd-runner: [PUT_INSTANCE_STATE - START] file = phd-tests/framework/src/test_vm/mod.rs line = 465 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785
412025-10-08T01:27:45.381ZINFOphd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 470 path = phd_tests::migrate::from_base::can_migrate_from_base state = Run target = phd_framework::test_vm vm = migration_from_base vm_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785
422025-10-08T01:27:45.382ZINFOphd-runner: [PUT_INSTANCE_STATE - END] elapsed_milliseconds = 0 file = phd-tests/framework/src/test_vm/mod.rs line = 465 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785
432025-10-08T01:27:45.382ZINFOphd-runner: [WAIT_TO_BOOT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 780 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm
442025-10-08T01:27:45.382ZINFOphd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot file = phd-tests/framework/src/test_vm/mod.rs line = 729 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm timeout_duration = 300s vm = migration_from_base vm_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785
452025-10-08T01:27:45.382ZDEBGphd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence file = phd-tests/framework/src/test_vm/mod.rs line = 737 path = phd_tests::migrate::from_base::can_migrate_from_base step = WaitFor("localhost login: ") target = phd_framework::test_vm
462025-10-08T01:27:45.382ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785
472025-10-08T01:27:45.382ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 802 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm timeout_duration = CallerTimeout vm = migration_from_base vm_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785
482025-10-08T01:27:49.785ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 4402 file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785
492025-10-08T01:27:49.785ZDEBGphd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence file = phd-tests/framework/src/test_vm/mod.rs line = 737 path = phd_tests::migrate::from_base::can_migrate_from_base step = WriteStr("root") target = phd_framework::test_vm
502025-10-08T01:27:49.785ZDEBGphd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence file = phd-tests/framework/src/test_vm/mod.rs line = 737 path = phd_tests::migrate::from_base::can_migrate_from_base step = WaitFor("localhost:~#") target = phd_framework::test_vm
512025-10-08T01:27:49.785ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785
522025-10-08T01:27:49.785ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 802 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm timeout_duration = CallerTimeout vm = migration_from_base vm_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785
532025-10-08T01:27:49.804ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 18 file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785
542025-10-08T01:27:49.804ZDEBGphd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence file = phd-tests/framework/src/test_vm/mod.rs line = 737 path = phd_tests::migrate::from_base::can_migrate_from_base step = WriteStr("stty -F `tty` cols 9999") target = phd_framework::test_vm
552025-10-08T01:27:49.805ZDEBGphd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence file = phd-tests/framework/src/test_vm/mod.rs line = 737 path = phd_tests::migrate::from_base::can_migrate_from_base step = WaitFor("localhost:~#") target = phd_framework::test_vm
562025-10-08T01:27:49.805ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785
572025-10-08T01:27:49.805ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 802 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm timeout_duration = CallerTimeout vm = migration_from_base vm_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785
582025-10-08T01:27:49.837ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 31 file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785
592025-10-08T01:27:49.837ZINFOphd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted file = phd-tests/framework/src/test_vm/mod.rs line = 777 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm
602025-10-08T01:27:49.837ZINFOphd-runner: [WAIT_TO_BOOT - END] elapsed_milliseconds = 4454 file = phd-tests/framework/src/test_vm/mod.rs line = 780 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm
612025-10-08T01:27:49.837ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785
622025-10-08T01:27:49.837ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 802 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm timeout_duration = Explicit(15s) vm = migration_from_base vm_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785
632025-10-08T01:27:49.847ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 10 file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785
642025-10-08T01:27:49.848ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785
652025-10-08T01:27:49.848ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 802 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm timeout_duration = Explicit(300s) vm = migration_from_base vm_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785
662025-10-08T01:27:49.870ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 22 file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785
672025-10-08T01:27:49.870ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785
682025-10-08T01:27:49.870ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 802 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm timeout_duration = Explicit(15s) vm = migration_from_base vm_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785
692025-10-08T01:27:49.880ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 10 file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785
702025-10-08T01:27:49.881ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785
712025-10-08T01:27:49.881ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 802 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm timeout_duration = Explicit(300s) vm = migration_from_base vm_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785
722025-10-08T01:27:49.903ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 22 file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785
732025-10-08T01:27:49.903ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785
742025-10-08T01:27:49.903ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 802 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm timeout_duration = Explicit(15s) vm = migration_from_base vm_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785
752025-10-08T01:27:49.915ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 11 file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785
762025-10-08T01:27:49.915ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785
772025-10-08T01:27:49.915ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 802 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm timeout_duration = Explicit(300s) vm = migration_from_base vm_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785
782025-10-08T01:27:49.947ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 32 file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785
792025-10-08T01:27:49.947ZINFOphd-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
802025-10-08T01:27:49.947ZINFOphd-runner: [NEW - START] file = phd-tests/framework/src/test_vm/mod.rs line = 197 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm
812025-10-08T01:27:49.947ZINFOphd-runner: [NEW - EVENT] phd_framework::test_vm environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None } file = phd-tests/framework/src/test_vm/mod.rs guest_os_kind = Alpine line = 215 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm_name = migration_from_base_lifecycle_0
822025-10-08T01:27:49.948ZDEBGphd-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
832025-10-08T01:27:49.948ZDEBGphd-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
842025-10-08T01:27:49.948ZINFOphd-runner: [NEW - EVENT] Launching Propolis server bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd" file = phd-tests/framework/src/test_vm/server.rs line = 64 path = phd_tests::migrate::from_base::can_migrate_from_base server_addr = 127.0.0.1:9002 server_path = "/work/phd-test/propolis-server" target = phd_framework::test_vm::server
852025-10-08T01:27:49.948ZINFOphd-runner: [NEW - EVENT] Opening server log files file = phd-tests/framework/src/log_config.rs line = 71 path = phd_tests::migrate::from_base::can_migrate_from_base stderr_path = "/tmp/propolis-phd/migration_from_base_lifecycle_0.stderr.log" stdout_path = "/tmp/propolis-phd/migration_from_base_lifecycle_0.stdout.log" target = phd_framework::log_config
862025-10-08T01:27:49.964ZINFOphd-runner: [NEW - EVENT] Launched server with pid 869 file = phd-tests/framework/src/test_vm/server.rs line = 122 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm::server
872025-10-08T01:27:49.964ZINFOphd-runner: [NEW - END] elapsed_milliseconds = 16 file = phd-tests/framework/src/test_vm/mod.rs line = 197 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm
882025-10-08T01:27:49.964ZINFOphd-runner: [MIGRATE_FROM - START] file = phd-tests/framework/src/test_vm/mod.rs line = 499 path = phd_tests::migrate::from_base::can_migrate_from_base source = migration_from_base source_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785 target = phd_framework::test_vm target_id = c10977bb-1911-47b0-a522-0965742529d5
892025-10-08T01:27:49.964ZINFOphd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9000 file = phd-tests/framework/src/test_vm/mod.rs line = 532 migration_id = 8e75de4a-e73f-484d-9281-c61befd98579 path = phd_tests::migrate::from_base::can_migrate_from_base source = migration_from_base source_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785 target = phd_framework::test_vm target_id = c10977bb-1911-47b0-a522-0965742529d5 timeout_duration = 45s
902025-10-08T01:27:49.965ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - START] file = phd-tests/framework/src/test_vm/mod.rs line = 306 path = phd_tests::migrate::from_base::can_migrate_from_base source = migration_from_base source_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785 target = phd_framework::test_vm target_id = c10977bb-1911-47b0-a522-0965742529d5 vm = migration_from_base_lifecycle_0 vm_id = c10977bb-1911-47b0-a522-0965742529d5
912025-10-08T01:27:49.965ZINFOphd-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 = 345 path = phd_tests::migrate::from_base::can_migrate_from_base source = migration_from_base source_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785 target = phd_framework::test_vm target_id = c10977bb-1911-47b0-a522-0965742529d5 vm = migration_from_base_lifecycle_0 vm_id = c10977bb-1911-47b0-a522-0965742529d5
922025-10-08T01:27:50.298ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance file = phd-tests/framework/src/test_vm/mod.rs instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: c10977bb-1911-47b0-a522-0965742529d5, metadata: InstanceMetadata { project_id: 4e058c88-1844-4e35-8906-27a05488dd32, silo_id: 3170f777-e696-42a3-b8b8-6f6f18908865, sled_id: 08af04df-0f50-4a46-a983-aba69655ce9d, sled_model: "pheidippes", sled_revision: 1, sled_serial: "08af04df-0f50-4a46-a983-aba69655ce9d" }, name: "phd-vm-c10977bb-1911-47b0-a522-0965742529d5" }, state: Migrating } line = 404 path = phd_tests::migrate::from_base::can_migrate_from_base source = migration_from_base source_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785 target = phd_framework::test_vm target_id = c10977bb-1911-47b0-a522-0965742529d5 vm = migration_from_base_lifecycle_0 vm_id = c10977bb-1911-47b0-a522-0965742529d5
932025-10-08T01:27:50.298ZINFOphd-runner: [MIGRATE - START] file = phd-tests/framework/src/test_vm/mod.rs line = 553 migration_id = 8e75de4a-e73f-484d-9281-c61befd98579 path = phd_tests::migrate::from_base::can_migrate_from_base source = migration_from_base source_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785 target = phd_framework::test_vm target_id = c10977bb-1911-47b0-a522-0965742529d5
942025-10-08T01:27:52.531ZINFOphd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message file = phd-tests/framework/src/serial/mod.rs line = 275 s = {"Migrating":{"destination":"127.0.0.1:9002","from_start":7760}} target = phd_framework::serial
952025-10-08T01:27:52.908ZINFOphd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully file = phd-tests/framework/src/test_vm/mod.rs line = 566 path = phd_tests::migrate::from_base::can_migrate_from_base source = migration_from_base source_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785 target = phd_framework::test_vm target_id = c10977bb-1911-47b0-a522-0965742529d5
962025-10-08T01:27:52.908ZINFOphd-runner: [MIGRATE - END] elapsed_milliseconds = 2609 file = phd-tests/framework/src/test_vm/mod.rs line = 553 migration_id = 8e75de4a-e73f-484d-9281-c61befd98579 path = phd_tests::migrate::from_base::can_migrate_from_base source = migration_from_base source_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785 target = phd_framework::test_vm target_id = c10977bb-1911-47b0-a522-0965742529d5
972025-10-08T01:27:52.909ZINFOphd-runner: [VM CLEANUP - START] file = phd-tests/framework/src/test_vm/mod.rs line = 1052 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785
982025-10-08T01:27:52.909ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base_lifecycle_0 vm_id = c10977bb-1911-47b0-a522-0965742529d5
992025-10-08T01:27:52.910ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 802 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm timeout_duration = Explicit(15s) vm = migration_from_base_lifecycle_0 vm_id = c10977bb-1911-47b0-a522-0965742529d5
1002025-10-08T01:27:52.910ZDEBGphd-runner: [VM CLEANUP - EVENT] Killing Propolis server process file = phd-tests/framework/src/test_vm/server.rs line = 140 path = phd_tests::migrate::from_base::can_migrate_from_base self.address = 127.0.0.1:9000 target = phd_framework::test_vm::server vm = migration_from_base vm_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785
1012025-10-08T01:27:52.984ZINFOphd-runner: [VM CLEANUP - END] elapsed_milliseconds = 74 file = phd-tests/framework/src/test_vm/mod.rs line = 1052 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785
1022025-10-08T01:27:52.985ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - END] elapsed_milliseconds = 8014 file = phd-tests/framework/src/test_vm/mod.rs line = 306 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base vm_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785
1032025-10-08T01:27:56.233ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 3323 file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base_lifecycle_0 vm_id = c10977bb-1911-47b0-a522-0965742529d5
1042025-10-08T01:27:56.233ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base_lifecycle_0 vm_id = c10977bb-1911-47b0-a522-0965742529d5
1052025-10-08T01:27:56.233ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 802 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm timeout_duration = Explicit(300s) vm = migration_from_base_lifecycle_0 vm_id = c10977bb-1911-47b0-a522-0965742529d5
1062025-10-08T01:27:56.266ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 32 file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base_lifecycle_0 vm_id = c10977bb-1911-47b0-a522-0965742529d5
1072025-10-08T01:27:56.266ZINFOphd-runner: [VM CLEANUP - START] file = phd-tests/framework/src/test_vm/mod.rs line = 1052 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base_lifecycle_0 vm_id = c10977bb-1911-47b0-a522-0965742529d5
1082025-10-08T01:27:56.266ZDEBGphd-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
1092025-10-08T01:27:56.266ZINFOphd-runner: [SERIAL CONSOLE TASK - END] elapsed_milliseconds = 10886 file = phd-tests/framework/src/serial/mod.rs line = 200 target = phd_framework::serial
1102025-10-08T01:27:56.266ZINFOphd-runner: test phd_tests::migrate::from_base::can_migrate_from_base ... ok file = phd-tests/runner/src/execute.rs line = 129 target = phd_runner::execute
1112025-10-08T01:27:56.266ZINFOphd-runner: [TEST_CLEANUP - START] file = phd-tests/runner/src/fixtures.rs line = 51 target = phd_runner::fixtures
1122025-10-08T01:27:56.268ZDEBGphd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed file = phd-tests/framework/src/test_vm/mod.rs line = 1075 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base_lifecycle_0 vm_id = c10977bb-1911-47b0-a522-0965742529d5
1132025-10-08T01:27:56.914ZDEBGphd-runner: [VM CLEANUP - EVENT] Killing Propolis server process file = phd-tests/framework/src/test_vm/server.rs line = 140 path = phd_tests::migrate::from_base::can_migrate_from_base self.address = 127.0.0.1:9002 target = phd_framework::test_vm::server vm = migration_from_base_lifecycle_0 vm_id = c10977bb-1911-47b0-a522-0965742529d5
1142025-10-08T01:27:56.985ZDEBGphd-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 = c10977bb-1911-47b0-a522-0965742529d5
1152025-10-08T01:27:56.985ZDEBGphd-runner: [VM CLEANUP - EVENT] executing ZFS command args = ["phd-artifacts/phd-clone-0551140c-920a-4153-b0e4-5fe82822e460"] 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 = c10977bb-1911-47b0-a522-0965742529d5
1162025-10-08T01:27:57.012ZDEBGphd-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 = c10977bb-1911-47b0-a522-0965742529d5
1172025-10-08T01:27:57.012ZDEBGphd-runner: [VM CLEANUP - EVENT] executing ZFS command args = ["phd-artifacts@phd-8fb8c4a1-9c9e-48cb-97d8-cce74ffaaedb"] 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 = c10977bb-1911-47b0-a522-0965742529d5
1182025-10-08T01:27:57.028ZINFOphd-runner: [VM CLEANUP - END] elapsed_milliseconds = 762 file = phd-tests/framework/src/test_vm/mod.rs line = 1052 path = phd_tests::migrate::from_base::can_migrate_from_base target = phd_framework::test_vm vm = migration_from_base_lifecycle_0 vm_id = c10977bb-1911-47b0-a522-0965742529d5
1192025-10-08T01:27:57.028ZINFOphd-runner: [TEST_CLEANUP - END] elapsed_milliseconds = 761 file = phd-tests/runner/src/fixtures.rs line = 51 target = phd_runner::fixtures
1202025-10-08T01:27:57.028ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - END] elapsed_milliseconds = 7063 file = phd-tests/framework/src/test_vm/mod.rs line = 306 path = phd_tests::migrate::from_base::can_migrate_from_base source = migration_from_base source_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785 target = phd_framework::test_vm target_id = c10977bb-1911-47b0-a522-0965742529d5 vm = migration_from_base_lifecycle_0 vm_id = c10977bb-1911-47b0-a522-0965742529d5
1212025-10-08T01:27:57.029ZINFOphd-runner: Starting test phd_tests::migrate::from_base::serial_history file = phd-tests/runner/src/execute.rs line = 90 target = phd_runner::execute
1222025-10-08T01:27:57.029ZINFOphd-runner: [TEST_SETUP - START] file = phd-tests/runner/src/fixtures.rs line = 41 target = phd_runner::fixtures
1232025-10-08T01:27:57.029ZINFOphd-runner: [MIGRATE_FROM - END] elapsed_milliseconds = 7064 file = phd-tests/framework/src/test_vm/mod.rs line = 499 path = phd_tests::migrate::from_base::can_migrate_from_base source = migration_from_base source_id = cbcda0d9-d4c8-43d9-9c17-4c0f9cdd1785 target = phd_framework::test_vm target_id = c10977bb-1911-47b0-a522-0965742529d5
1242025-10-08T01:27:57.029ZINFOphd-runner: [TEST - END] elapsed_milliseconds = 80379 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
1252025-10-08T01:27:57.029ZINFOphd-runner: [TEST_SETUP - END] elapsed_milliseconds = 0 file = phd-tests/runner/src/fixtures.rs line = 41 target = phd_runner::fixtures
1262025-10-08T01:27:57.029ZINFOphd-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
1272025-10-08T01:27:57.029ZDEBGphd-runner: [TEST - EVENT] Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 45 path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd target = phd_framework::artifacts::store
1282025-10-08T01:27:57.029ZDEBGphd-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
1292025-10-08T01:27:57.029ZDEBGphd-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
1302025-10-08T01:27:57.029ZDEBGphd-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
1312025-10-08T01:27:57.036ZDEBGphd-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 728M 1.80T 728M /phd-artifacts\n target = phd_framework::zfs
1322025-10-08T01:27:57.036ZDEBGphd-runner: [TEST - EVENT] executing ZFS command args = ["phd-artifacts@phd-5fa0a3bc-ecad-4ad6-8526-6b302c1fe23a"] file = phd-tests/framework/src/zfs.rs line = 304 path = phd_tests::migrate::from_base::serial_history target = phd_framework::zfs verb = snapshot
1332025-10-08T01:27:57.051ZDEBGphd-runner: [TEST - EVENT] executing ZFS command args = ["phd-artifacts@phd-5fa0a3bc-ecad-4ad6-8526-6b302c1fe23a", "phd-artifacts/phd-clone-462798e0-4eb6-40ac-999f-f1390a6f89a5"] file = phd-tests/framework/src/zfs.rs line = 304 path = phd_tests::migrate::from_base::serial_history target = phd_framework::zfs verb = clone
1342025-10-08T01:27:57.066ZDEBGphd-runner: [TEST - EVENT] executing ZFS command args = ["phd-artifacts/phd-clone-462798e0-4eb6-40ac-999f-f1390a6f89a5"] file = phd-tests/framework/src/zfs.rs line = 304 path = phd_tests::migrate::from_base::serial_history target = phd_framework::zfs verb = list
1352025-10-08T01:27:57.073ZDEBGphd-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-462798e0-4eb6-40ac-999f-f1390a6f89a5 0B 1.80T 728M /phd-artifacts/phd-clone-462798e0-4eb6-40ac-999f-f1390a6f89a5\n target = phd_framework::zfs
1362025-10-08T01:27:57.073ZINFOphd-runner: [NEW - START] file = phd-tests/framework/src/test_vm/mod.rs line = 197 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm
1372025-10-08T01:27:57.073ZINFOphd-runner: [NEW - EVENT] phd_framework::test_vm environment = EnvironmentSpec { location: Local, propolis_artifact: "__BASE_PROPOLIS", metrics: None } file = phd-tests/framework/src/test_vm/mod.rs guest_os_kind = Alpine line = 215 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm_name = migration_serial_history_base
1382025-10-08T01:27:57.073ZDEBGphd-runner: [NEW - EVENT] Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 45 path = /phd-artifacts/ac298e6bbbdc50399304b595515610103b4207687d1e73fb99d7c467882d6129/propolis-server target = phd_framework::artifacts::store
1392025-10-08T01:27:57.073ZINFOphd-runner: [NEW - EVENT] Launching Propolis server bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd" file = phd-tests/framework/src/test_vm/server.rs line = 64 path = phd_tests::migrate::from_base::serial_history server_addr = 127.0.0.1:9000 server_path = "/phd-artifacts/ac298e6bbbdc50399304b595515610103b4207687d1e73fb99d7c467882d6129/propolis-server" target = phd_framework::test_vm::server
1402025-10-08T01:27:57.073ZINFOphd-runner: [NEW - EVENT] Opening server log files file = phd-tests/framework/src/log_config.rs line = 71 path = phd_tests::migrate::from_base::serial_history stderr_path = "/tmp/propolis-phd/migration_serial_history_base.stderr.log" stdout_path = "/tmp/propolis-phd/migration_serial_history_base.stdout.log" target = phd_framework::log_config
1412025-10-08T01:27:57.089ZINFOphd-runner: [NEW - EVENT] Launched server with pid 878 file = phd-tests/framework/src/test_vm/server.rs line = 122 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm::server
1422025-10-08T01:27:57.089ZINFOphd-runner: [NEW - END] elapsed_milliseconds = 15 file = phd-tests/framework/src/test_vm/mod.rs line = 197 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm
1432025-10-08T01:27:57.089ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - START] file = phd-tests/framework/src/test_vm/mod.rs line = 306 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = 0ff36f31-53b8-495e-b11e-28e0f86a54c8
1442025-10-08T01:27:57.090ZINFOphd-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 = 345 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = 0ff36f31-53b8-495e-b11e-28e0f86a54c8
1452025-10-08T01:27:57.535ZINFOphd-runner: [SERIAL CONSOLE TASK - START] file = phd-tests/framework/src/serial/mod.rs line = 200 target = phd_framework::serial
1462025-10-08T01:27:57.536ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance file = phd-tests/framework/src/test_vm/mod.rs instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: 0ff36f31-53b8-495e-b11e-28e0f86a54c8, metadata: InstanceMetadata { project_id: 6e0c95a8-45ef-46b6-b659-7bbf68ca5db9, silo_id: d2ac833a-1d82-4617-9d13-beab2efcdd20, sled_id: bca73d8d-8f74-4fff-a302-445321d2c148, sled_model: "pheidippes", sled_revision: 1, sled_serial: "bca73d8d-8f74-4fff-a302-445321d2c148" }, name: "phd-vm-0ff36f31-53b8-495e-b11e-28e0f86a54c8" }, state: Creating } line = 404 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = 0ff36f31-53b8-495e-b11e-28e0f86a54c8
1472025-10-08T01:27:57.536ZINFOphd-runner: [PUT_INSTANCE_STATE - START] file = phd-tests/framework/src/test_vm/mod.rs line = 465 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = 0ff36f31-53b8-495e-b11e-28e0f86a54c8
1482025-10-08T01:27:57.536ZINFOphd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 470 path = phd_tests::migrate::from_base::serial_history state = Run target = phd_framework::test_vm vm = migration_serial_history_base vm_id = 0ff36f31-53b8-495e-b11e-28e0f86a54c8
1492025-10-08T01:27:57.537ZINFOphd-runner: [PUT_INSTANCE_STATE - END] elapsed_milliseconds = 0 file = phd-tests/framework/src/test_vm/mod.rs line = 465 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = 0ff36f31-53b8-495e-b11e-28e0f86a54c8
1502025-10-08T01:27:57.537ZINFOphd-runner: [WAIT_TO_BOOT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 780 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm
1512025-10-08T01:27:57.537ZINFOphd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot file = phd-tests/framework/src/test_vm/mod.rs line = 729 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm timeout_duration = 300s vm = migration_serial_history_base vm_id = 0ff36f31-53b8-495e-b11e-28e0f86a54c8
1522025-10-08T01:27:57.537ZDEBGphd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence file = phd-tests/framework/src/test_vm/mod.rs line = 737 path = phd_tests::migrate::from_base::serial_history step = WaitFor("localhost login: ") target = phd_framework::test_vm
1532025-10-08T01:27:57.537ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = 0ff36f31-53b8-495e-b11e-28e0f86a54c8
1542025-10-08T01:27:57.537ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 802 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm timeout_duration = CallerTimeout vm = migration_serial_history_base vm_id = 0ff36f31-53b8-495e-b11e-28e0f86a54c8
1552025-10-08T01:28:01.969ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 4432 file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = 0ff36f31-53b8-495e-b11e-28e0f86a54c8
1562025-10-08T01:28:01.969ZDEBGphd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence file = phd-tests/framework/src/test_vm/mod.rs line = 737 path = phd_tests::migrate::from_base::serial_history step = WriteStr("root") target = phd_framework::test_vm
1572025-10-08T01:28:01.969ZDEBGphd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence file = phd-tests/framework/src/test_vm/mod.rs line = 737 path = phd_tests::migrate::from_base::serial_history step = WaitFor("localhost:~#") target = phd_framework::test_vm
1582025-10-08T01:28:01.969ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = 0ff36f31-53b8-495e-b11e-28e0f86a54c8
1592025-10-08T01:28:01.969ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 802 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm timeout_duration = CallerTimeout vm = migration_serial_history_base vm_id = 0ff36f31-53b8-495e-b11e-28e0f86a54c8
1602025-10-08T01:28:01.987ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 17 file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = 0ff36f31-53b8-495e-b11e-28e0f86a54c8
1612025-10-08T01:28:01.987ZDEBGphd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence file = phd-tests/framework/src/test_vm/mod.rs line = 737 path = phd_tests::migrate::from_base::serial_history step = WriteStr("stty -F `tty` cols 9999") target = phd_framework::test_vm
1622025-10-08T01:28:01.988ZDEBGphd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence file = phd-tests/framework/src/test_vm/mod.rs line = 737 path = phd_tests::migrate::from_base::serial_history step = WaitFor("localhost:~#") target = phd_framework::test_vm
1632025-10-08T01:28:01.988ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = 0ff36f31-53b8-495e-b11e-28e0f86a54c8
1642025-10-08T01:28:01.988ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 802 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm timeout_duration = CallerTimeout vm = migration_serial_history_base vm_id = 0ff36f31-53b8-495e-b11e-28e0f86a54c8
1652025-10-08T01:28:02.020ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 32 file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = 0ff36f31-53b8-495e-b11e-28e0f86a54c8
1662025-10-08T01:28:02.021ZINFOphd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted file = phd-tests/framework/src/test_vm/mod.rs line = 777 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm
1672025-10-08T01:28:02.021ZINFOphd-runner: [WAIT_TO_BOOT - END] elapsed_milliseconds = 4483 file = phd-tests/framework/src/test_vm/mod.rs line = 780 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm
1682025-10-08T01:28:02.021ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = 0ff36f31-53b8-495e-b11e-28e0f86a54c8
1692025-10-08T01:28:02.021ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 802 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm timeout_duration = Explicit(15s) vm = migration_serial_history_base vm_id = 0ff36f31-53b8-495e-b11e-28e0f86a54c8
1702025-10-08T01:28:02.031ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 10 file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = 0ff36f31-53b8-495e-b11e-28e0f86a54c8
1712025-10-08T01:28:02.031ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = 0ff36f31-53b8-495e-b11e-28e0f86a54c8
1722025-10-08T01:28:02.032ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 802 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm timeout_duration = Explicit(300s) vm = migration_serial_history_base vm_id = 0ff36f31-53b8-495e-b11e-28e0f86a54c8
1732025-10-08T01:28:02.064ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 32 file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = 0ff36f31-53b8-495e-b11e-28e0f86a54c8
1742025-10-08T01:28:02.069ZINFOphd-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
1752025-10-08T01:28:02.069ZINFOphd-runner: [NEW - START] file = phd-tests/framework/src/test_vm/mod.rs line = 197 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm
1762025-10-08T01:28:02.069ZINFOphd-runner: [NEW - EVENT] phd_framework::test_vm environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None } file = phd-tests/framework/src/test_vm/mod.rs guest_os_kind = Alpine line = 215 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm_name = migration_serial_history_base_lifecycle_0
1772025-10-08T01:28:02.069ZDEBGphd-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
1782025-10-08T01:28:02.069ZINFOphd-runner: [NEW - EVENT] Launching Propolis server bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd" file = phd-tests/framework/src/test_vm/server.rs line = 64 path = phd_tests::migrate::from_base::serial_history server_addr = 127.0.0.1:9002 server_path = "/work/phd-test/propolis-server" target = phd_framework::test_vm::server
1792025-10-08T01:28:02.069ZINFOphd-runner: [NEW - EVENT] Opening server log files file = phd-tests/framework/src/log_config.rs line = 71 path = phd_tests::migrate::from_base::serial_history stderr_path = "/tmp/propolis-phd/migration_serial_history_base_lifecycle_0.stderr.log" stdout_path = "/tmp/propolis-phd/migration_serial_history_base_lifecycle_0.stdout.log" target = phd_framework::log_config
1802025-10-08T01:28:02.085ZINFOphd-runner: [NEW - EVENT] Launched server with pid 879 file = phd-tests/framework/src/test_vm/server.rs line = 122 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm::server
1812025-10-08T01:28:02.086ZINFOphd-runner: [NEW - END] elapsed_milliseconds = 16 file = phd-tests/framework/src/test_vm/mod.rs line = 197 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm
1822025-10-08T01:28:02.086ZINFOphd-runner: [MIGRATE_FROM - START] file = phd-tests/framework/src/test_vm/mod.rs line = 499 path = phd_tests::migrate::from_base::serial_history source = migration_serial_history_base source_id = 0ff36f31-53b8-495e-b11e-28e0f86a54c8 target = phd_framework::test_vm target_id = c82b9a69-7533-47b5-a919-2b3bf3d43e3f
1832025-10-08T01:28:02.086ZINFOphd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9000 file = phd-tests/framework/src/test_vm/mod.rs line = 532 migration_id = 9ab15516-b8b4-4ef3-9fed-adc31f988be7 path = phd_tests::migrate::from_base::serial_history source = migration_serial_history_base source_id = 0ff36f31-53b8-495e-b11e-28e0f86a54c8 target = phd_framework::test_vm target_id = c82b9a69-7533-47b5-a919-2b3bf3d43e3f timeout_duration = 45s
1842025-10-08T01:28:02.086ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - START] file = phd-tests/framework/src/test_vm/mod.rs line = 306 path = phd_tests::migrate::from_base::serial_history source = migration_serial_history_base source_id = 0ff36f31-53b8-495e-b11e-28e0f86a54c8 target = phd_framework::test_vm target_id = c82b9a69-7533-47b5-a919-2b3bf3d43e3f vm = migration_serial_history_base_lifecycle_0 vm_id = c82b9a69-7533-47b5-a919-2b3bf3d43e3f
1852025-10-08T01:28:02.086ZINFOphd-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 = 345 path = phd_tests::migrate::from_base::serial_history source = migration_serial_history_base source_id = 0ff36f31-53b8-495e-b11e-28e0f86a54c8 target = phd_framework::test_vm target_id = c82b9a69-7533-47b5-a919-2b3bf3d43e3f vm = migration_serial_history_base_lifecycle_0 vm_id = c82b9a69-7533-47b5-a919-2b3bf3d43e3f
1862025-10-08T01:28:02.647ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance file = phd-tests/framework/src/test_vm/mod.rs instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: c82b9a69-7533-47b5-a919-2b3bf3d43e3f, metadata: InstanceMetadata { project_id: 6e0c95a8-45ef-46b6-b659-7bbf68ca5db9, silo_id: d2ac833a-1d82-4617-9d13-beab2efcdd20, sled_id: 25542b3b-6850-4848-9a8c-b546593088ab, sled_model: "pheidippes", sled_revision: 1, sled_serial: "25542b3b-6850-4848-9a8c-b546593088ab" }, name: "phd-vm-c82b9a69-7533-47b5-a919-2b3bf3d43e3f" }, state: Migrating } line = 404 path = phd_tests::migrate::from_base::serial_history source = migration_serial_history_base source_id = 0ff36f31-53b8-495e-b11e-28e0f86a54c8 target = phd_framework::test_vm target_id = c82b9a69-7533-47b5-a919-2b3bf3d43e3f vm = migration_serial_history_base_lifecycle_0 vm_id = c82b9a69-7533-47b5-a919-2b3bf3d43e3f
1872025-10-08T01:28:02.647ZINFOphd-runner: [MIGRATE - START] file = phd-tests/framework/src/test_vm/mod.rs line = 553 migration_id = 9ab15516-b8b4-4ef3-9fed-adc31f988be7 path = phd_tests::migrate::from_base::serial_history source = migration_serial_history_base source_id = 0ff36f31-53b8-495e-b11e-28e0f86a54c8 target = phd_framework::test_vm target_id = c82b9a69-7533-47b5-a919-2b3bf3d43e3f
1882025-10-08T01:28:04.916ZINFOphd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message file = phd-tests/framework/src/serial/mod.rs line = 275 s = {"Migrating":{"destination":"127.0.0.1:9002","from_start":7727}} target = phd_framework::serial
1892025-10-08T01:28:06.999ZINFOphd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully file = phd-tests/framework/src/test_vm/mod.rs line = 566 path = phd_tests::migrate::from_base::serial_history source = migration_serial_history_base source_id = 0ff36f31-53b8-495e-b11e-28e0f86a54c8 target = phd_framework::test_vm target_id = c82b9a69-7533-47b5-a919-2b3bf3d43e3f
1902025-10-08T01:28:06.999ZINFOphd-runner: [MIGRATE - END] elapsed_milliseconds = 4351 file = phd-tests/framework/src/test_vm/mod.rs line = 553 migration_id = 9ab15516-b8b4-4ef3-9fed-adc31f988be7 path = phd_tests::migrate::from_base::serial_history source = migration_serial_history_base source_id = 0ff36f31-53b8-495e-b11e-28e0f86a54c8 target = phd_framework::test_vm target_id = c82b9a69-7533-47b5-a919-2b3bf3d43e3f
1912025-10-08T01:28:07.001ZINFOphd-runner: [VM CLEANUP - START] file = phd-tests/framework/src/test_vm/mod.rs line = 1052 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = 0ff36f31-53b8-495e-b11e-28e0f86a54c8
1922025-10-08T01:28:07.002ZDEBGphd-runner: [VM CLEANUP - EVENT] Killing Propolis server process file = phd-tests/framework/src/test_vm/server.rs line = 140 path = phd_tests::migrate::from_base::serial_history self.address = 127.0.0.1:9000 target = phd_framework::test_vm::server vm = migration_serial_history_base vm_id = 0ff36f31-53b8-495e-b11e-28e0f86a54c8
1932025-10-08T01:28:07.073ZINFOphd-runner: [VM CLEANUP - END] elapsed_milliseconds = 71 file = phd-tests/framework/src/test_vm/mod.rs line = 1052 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = 0ff36f31-53b8-495e-b11e-28e0f86a54c8
1942025-10-08T01:28:07.073ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - END] elapsed_milliseconds = 9983 file = phd-tests/framework/src/test_vm/mod.rs line = 306 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base vm_id = 0ff36f31-53b8-495e-b11e-28e0f86a54c8
1952025-10-08T01:28:07.075ZINFOphd-runner: [VM CLEANUP - START] file = phd-tests/framework/src/test_vm/mod.rs line = 1052 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base_lifecycle_0 vm_id = c82b9a69-7533-47b5-a919-2b3bf3d43e3f
1962025-10-08T01:28:07.075ZDEBGphd-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
1972025-10-08T01:28:07.076ZINFOphd-runner: [SERIAL CONSOLE TASK - END] elapsed_milliseconds = 9540 file = phd-tests/framework/src/serial/mod.rs line = 200 target = phd_framework::serial
1982025-10-08T01:28:07.076ZINFOphd-runner: test phd_tests::migrate::from_base::serial_history ... ok file = phd-tests/runner/src/execute.rs line = 129 target = phd_runner::execute
1992025-10-08T01:28:07.076ZINFOphd-runner: [TEST_CLEANUP - START] file = phd-tests/runner/src/fixtures.rs line = 51 target = phd_runner::fixtures
2002025-10-08T01:28:07.077ZDEBGphd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed file = phd-tests/framework/src/test_vm/mod.rs line = 1075 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base_lifecycle_0 vm_id = c82b9a69-7533-47b5-a919-2b3bf3d43e3f
2012025-10-08T01:28:07.816ZDEBGphd-runner: [VM CLEANUP - EVENT] Killing Propolis server process file = phd-tests/framework/src/test_vm/server.rs line = 140 path = phd_tests::migrate::from_base::serial_history self.address = 127.0.0.1:9002 target = phd_framework::test_vm::server vm = migration_serial_history_base_lifecycle_0 vm_id = c82b9a69-7533-47b5-a919-2b3bf3d43e3f
2022025-10-08T01:28:07.886ZDEBGphd-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 = c82b9a69-7533-47b5-a919-2b3bf3d43e3f
2032025-10-08T01:28:07.886ZDEBGphd-runner: [VM CLEANUP - EVENT] executing ZFS command args = ["phd-artifacts/phd-clone-462798e0-4eb6-40ac-999f-f1390a6f89a5"] 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 = c82b9a69-7533-47b5-a919-2b3bf3d43e3f
2042025-10-08T01:28:07.912ZDEBGphd-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 = c82b9a69-7533-47b5-a919-2b3bf3d43e3f
2052025-10-08T01:28:07.912ZDEBGphd-runner: [VM CLEANUP - EVENT] executing ZFS command args = ["phd-artifacts@phd-5fa0a3bc-ecad-4ad6-8526-6b302c1fe23a"] 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 = c82b9a69-7533-47b5-a919-2b3bf3d43e3f
2062025-10-08T01:28:07.927ZINFOphd-runner: [VM CLEANUP - END] elapsed_milliseconds = 851 file = phd-tests/framework/src/test_vm/mod.rs line = 1052 path = phd_tests::migrate::from_base::serial_history target = phd_framework::test_vm vm = migration_serial_history_base_lifecycle_0 vm_id = c82b9a69-7533-47b5-a919-2b3bf3d43e3f
2072025-10-08T01:28:07.927ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - END] elapsed_milliseconds = 5841 file = phd-tests/framework/src/test_vm/mod.rs line = 306 path = phd_tests::migrate::from_base::serial_history source = migration_serial_history_base source_id = 0ff36f31-53b8-495e-b11e-28e0f86a54c8 target = phd_framework::test_vm target_id = c82b9a69-7533-47b5-a919-2b3bf3d43e3f vm = migration_serial_history_base_lifecycle_0 vm_id = c82b9a69-7533-47b5-a919-2b3bf3d43e3f
2082025-10-08T01:28:07.927ZINFOphd-runner: [TEST_CLEANUP - END] elapsed_milliseconds = 851 file = phd-tests/runner/src/fixtures.rs line = 51 target = phd_runner::fixtures
2092025-10-08T01:28:07.927ZINFOphd-runner: [MIGRATE_FROM - END] elapsed_milliseconds = 5841 file = phd-tests/framework/src/test_vm/mod.rs line = 499 path = phd_tests::migrate::from_base::serial_history source = migration_serial_history_base source_id = 0ff36f31-53b8-495e-b11e-28e0f86a54c8 target = phd_framework::test_vm target_id = c82b9a69-7533-47b5-a919-2b3bf3d43e3f
2102025-10-08T01:28:07.927ZINFOphd-runner: [TEST - END] elapsed_milliseconds = 10898 file = phd-tests/tests/src/migrate.rs line = 40 path = phd_tests::migrate::from_base::serial_history target = phd_tests::migrate::from_base
2112025-10-08T01:28:07.927ZINFOphd-runner: Starting test phd_tests::migrate::from_base::migration_from_base_and_back file = phd-tests/runner/src/execute.rs line = 90 target = phd_runner::execute
2122025-10-08T01:28:07.927ZINFOphd-runner: [TEST_SETUP - START] file = phd-tests/runner/src/fixtures.rs line = 41 target = phd_runner::fixtures
2132025-10-08T01:28:07.928ZINFOphd-runner: [TEST_SETUP - END] elapsed_milliseconds = 0 file = phd-tests/runner/src/fixtures.rs line = 41 target = phd_runner::fixtures
2142025-10-08T01:28:07.928ZINFOphd-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
2152025-10-08T01:28:07.928ZDEBGphd-runner: [TEST - EVENT] Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 45 path = /phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd target = phd_framework::artifacts::store
2162025-10-08T01:28:07.928ZDEBGphd-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
2172025-10-08T01:28:07.928ZDEBGphd-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
2182025-10-08T01:28:07.928ZDEBGphd-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
2192025-10-08T01:28:07.934ZDEBGphd-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 728M 1.80T 728M /phd-artifacts\n target = phd_framework::zfs
2202025-10-08T01:28:07.935ZDEBGphd-runner: [TEST - EVENT] executing ZFS command args = ["phd-artifacts@phd-a709c099-7ebc-414a-a989-5e178dbf736c"] 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
2212025-10-08T01:28:07.949ZDEBGphd-runner: [TEST - EVENT] executing ZFS command args = ["phd-artifacts@phd-a709c099-7ebc-414a-a989-5e178dbf736c", "phd-artifacts/phd-clone-50c13bf7-527f-4641-b2fa-e1709eac9ecf"] 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
2222025-10-08T01:28:07.965ZDEBGphd-runner: [TEST - EVENT] executing ZFS command args = ["phd-artifacts/phd-clone-50c13bf7-527f-4641-b2fa-e1709eac9ecf"] 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
2232025-10-08T01:28:07.972ZDEBGphd-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-50c13bf7-527f-4641-b2fa-e1709eac9ecf 0B 1.80T 728M /phd-artifacts/phd-clone-50c13bf7-527f-4641-b2fa-e1709eac9ecf\n target = phd_framework::zfs
2242025-10-08T01:28:07.972ZINFOphd-runner: [NEW - START] file = phd-tests/framework/src/test_vm/mod.rs line = 197 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm
2252025-10-08T01:28:07.972ZINFOphd-runner: [NEW - EVENT] phd_framework::test_vm environment = EnvironmentSpec { location: Local, propolis_artifact: "__BASE_PROPOLIS", metrics: None } file = phd-tests/framework/src/test_vm/mod.rs guest_os_kind = Alpine line = 215 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm_name = migration_from_base_and_back
2262025-10-08T01:28:07.972ZDEBGphd-runner: [NEW - EVENT] Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 45 path = /phd-artifacts/ac298e6bbbdc50399304b595515610103b4207687d1e73fb99d7c467882d6129/propolis-server target = phd_framework::artifacts::store
2272025-10-08T01:28:07.972ZINFOphd-runner: [NEW - EVENT] Launching Propolis server bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd" file = phd-tests/framework/src/test_vm/server.rs line = 64 path = phd_tests::migrate::from_base::migration_from_base_and_back server_addr = 127.0.0.1:9000 server_path = "/phd-artifacts/ac298e6bbbdc50399304b595515610103b4207687d1e73fb99d7c467882d6129/propolis-server" target = phd_framework::test_vm::server
2282025-10-08T01:28:07.972ZINFOphd-runner: [NEW - EVENT] Opening server log files file = phd-tests/framework/src/log_config.rs line = 71 path = phd_tests::migrate::from_base::migration_from_base_and_back stderr_path = "/tmp/propolis-phd/migration_from_base_and_back.stderr.log" stdout_path = "/tmp/propolis-phd/migration_from_base_and_back.stdout.log" target = phd_framework::log_config
2292025-10-08T01:28:07.989ZINFOphd-runner: [NEW - EVENT] Launched server with pid 888 file = phd-tests/framework/src/test_vm/server.rs line = 122 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm::server
2302025-10-08T01:28:07.989ZINFOphd-runner: [NEW - END] elapsed_milliseconds = 16 file = phd-tests/framework/src/test_vm/mod.rs line = 197 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm
2312025-10-08T01:28:07.989ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - START] file = phd-tests/framework/src/test_vm/mod.rs line = 306 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a
2322025-10-08T01:28:07.990ZINFOphd-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 = 345 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a
2332025-10-08T01:28:08.397ZINFOphd-runner: [SERIAL CONSOLE TASK - START] file = phd-tests/framework/src/serial/mod.rs line = 200 target = phd_framework::serial
2342025-10-08T01:28:08.398ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance file = phd-tests/framework/src/test_vm/mod.rs instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: 72d56dbb-9f68-416b-b6c7-9cbe7931a51a, metadata: InstanceMetadata { project_id: 7d1cf484-8514-4dfa-8bdb-dbc7bf7cc970, silo_id: 2e6fa93d-4ca1-407b-bf79-7ba5e23ccebc, sled_id: ef73d9f1-a516-4895-a270-8c2fe1eff10d, sled_model: "pheidippes", sled_revision: 1, sled_serial: "ef73d9f1-a516-4895-a270-8c2fe1eff10d" }, name: "phd-vm-72d56dbb-9f68-416b-b6c7-9cbe7931a51a" }, state: Creating } line = 404 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a
2352025-10-08T01:28:08.398ZINFOphd-runner: [PUT_INSTANCE_STATE - START] file = phd-tests/framework/src/test_vm/mod.rs line = 465 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a
2362025-10-08T01:28:08.398ZINFOphd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 470 path = phd_tests::migrate::from_base::migration_from_base_and_back state = Run target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a
2372025-10-08T01:28:08.399ZINFOphd-runner: [PUT_INSTANCE_STATE - END] elapsed_milliseconds = 0 file = phd-tests/framework/src/test_vm/mod.rs line = 465 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a
2382025-10-08T01:28:08.399ZINFOphd-runner: [WAIT_TO_BOOT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 780 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm
2392025-10-08T01:28:08.399ZINFOphd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot file = phd-tests/framework/src/test_vm/mod.rs line = 729 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm timeout_duration = 300s vm = migration_from_base_and_back vm_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a
2402025-10-08T01:28:08.399ZDEBGphd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence file = phd-tests/framework/src/test_vm/mod.rs line = 737 path = phd_tests::migrate::from_base::migration_from_base_and_back step = WaitFor("localhost login: ") target = phd_framework::test_vm
2412025-10-08T01:28:08.399ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a
2422025-10-08T01:28:08.399ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 802 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm timeout_duration = CallerTimeout vm = migration_from_base_and_back vm_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a
2432025-10-08T01:28:12.773ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 4374 file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a
2442025-10-08T01:28:12.773ZDEBGphd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence file = phd-tests/framework/src/test_vm/mod.rs line = 737 path = phd_tests::migrate::from_base::migration_from_base_and_back step = WriteStr("root") target = phd_framework::test_vm
2452025-10-08T01:28:12.773ZDEBGphd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence file = phd-tests/framework/src/test_vm/mod.rs line = 737 path = phd_tests::migrate::from_base::migration_from_base_and_back step = WaitFor("localhost:~#") target = phd_framework::test_vm
2462025-10-08T01:28:12.774ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a
2472025-10-08T01:28:12.774ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 802 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm timeout_duration = CallerTimeout vm = migration_from_base_and_back vm_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a
2482025-10-08T01:28:12.792ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 18 file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a
2492025-10-08T01:28:12.792ZDEBGphd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence file = phd-tests/framework/src/test_vm/mod.rs line = 737 path = phd_tests::migrate::from_base::migration_from_base_and_back step = WriteStr("stty -F `tty` cols 9999") target = phd_framework::test_vm
2502025-10-08T01:28:12.792ZDEBGphd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence file = phd-tests/framework/src/test_vm/mod.rs line = 737 path = phd_tests::migrate::from_base::migration_from_base_and_back step = WaitFor("localhost:~#") target = phd_framework::test_vm
2512025-10-08T01:28:12.792ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a
2522025-10-08T01:28:12.792ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 802 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm timeout_duration = CallerTimeout vm = migration_from_base_and_back vm_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a
2532025-10-08T01:28:12.825ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 32 file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a
2542025-10-08T01:28:12.825ZINFOphd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted file = phd-tests/framework/src/test_vm/mod.rs line = 777 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm
2552025-10-08T01:28:12.825ZINFOphd-runner: [WAIT_TO_BOOT - END] elapsed_milliseconds = 4426 file = phd-tests/framework/src/test_vm/mod.rs line = 780 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm
2562025-10-08T01:28:12.826ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a
2572025-10-08T01:28:12.826ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 802 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm timeout_duration = Explicit(15s) vm = migration_from_base_and_back vm_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a
2582025-10-08T01:28:12.837ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 11 file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a
2592025-10-08T01:28:12.837ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a
2602025-10-08T01:28:12.837ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 802 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm timeout_duration = Explicit(300s) vm = migration_from_base_and_back vm_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a
2612025-10-08T01:28:12.870ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 32 file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a
2622025-10-08T01:28:12.870ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a
2632025-10-08T01:28:12.871ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 802 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm timeout_duration = Explicit(15s) vm = migration_from_base_and_back vm_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a
2642025-10-08T01:28:12.881ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 10 file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a
2652025-10-08T01:28:12.881ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a
2662025-10-08T01:28:12.881ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 802 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm timeout_duration = Explicit(300s) vm = migration_from_base_and_back vm_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a
2672025-10-08T01:28:12.914ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 32 file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a
2682025-10-08T01:28:12.914ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a
2692025-10-08T01:28:12.914ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 802 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm timeout_duration = Explicit(15s) vm = migration_from_base_and_back vm_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a
2702025-10-08T01:28:12.925ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 10 file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a
2712025-10-08T01:28:12.925ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a
2722025-10-08T01:28:12.925ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 802 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm timeout_duration = Explicit(300s) vm = migration_from_base_and_back vm_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a
2732025-10-08T01:28:12.958ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 32 file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a
2742025-10-08T01:28:12.958ZINFOphd-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
2752025-10-08T01:28:12.958ZINFOphd-runner: [NEW - START] file = phd-tests/framework/src/test_vm/mod.rs line = 197 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm
2762025-10-08T01:28:12.958ZINFOphd-runner: [NEW - EVENT] phd_framework::test_vm environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None } file = phd-tests/framework/src/test_vm/mod.rs guest_os_kind = Alpine line = 215 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm_name = migration_from_base_and_back_lifecycle_0
2772025-10-08T01:28:12.959ZDEBGphd-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
2782025-10-08T01:28:12.959ZINFOphd-runner: [NEW - EVENT] Launching Propolis server bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd" file = phd-tests/framework/src/test_vm/server.rs line = 64 path = phd_tests::migrate::from_base::migration_from_base_and_back server_addr = 127.0.0.1:9002 server_path = "/work/phd-test/propolis-server" target = phd_framework::test_vm::server
2792025-10-08T01:28:12.959ZINFOphd-runner: [NEW - EVENT] Opening server log files file = phd-tests/framework/src/log_config.rs line = 71 path = phd_tests::migrate::from_base::migration_from_base_and_back stderr_path = "/tmp/propolis-phd/migration_from_base_and_back_lifecycle_0.stderr.log" stdout_path = "/tmp/propolis-phd/migration_from_base_and_back_lifecycle_0.stdout.log" target = phd_framework::log_config
2802025-10-08T01:28:12.975ZINFOphd-runner: [NEW - EVENT] Launched server with pid 889 file = phd-tests/framework/src/test_vm/server.rs line = 122 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm::server
2812025-10-08T01:28:12.975ZINFOphd-runner: [NEW - END] elapsed_milliseconds = 16 file = phd-tests/framework/src/test_vm/mod.rs line = 197 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm
2822025-10-08T01:28:12.975ZINFOphd-runner: [MIGRATE_FROM - START] file = phd-tests/framework/src/test_vm/mod.rs line = 499 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back source_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a target = phd_framework::test_vm target_id = fe059866-04e9-4754-84a1-fa48fec06294
2832025-10-08T01:28:12.976ZINFOphd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9000 file = phd-tests/framework/src/test_vm/mod.rs line = 532 migration_id = e0659988-5963-40e6-99ce-1f18b5367242 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back source_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a target = phd_framework::test_vm target_id = fe059866-04e9-4754-84a1-fa48fec06294 timeout_duration = 45s
2842025-10-08T01:28:12.976ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - START] file = phd-tests/framework/src/test_vm/mod.rs line = 306 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back source_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a target = phd_framework::test_vm target_id = fe059866-04e9-4754-84a1-fa48fec06294 vm = migration_from_base_and_back_lifecycle_0 vm_id = fe059866-04e9-4754-84a1-fa48fec06294
2852025-10-08T01:28:12.976ZINFOphd-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 = 345 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back source_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a target = phd_framework::test_vm target_id = fe059866-04e9-4754-84a1-fa48fec06294 vm = migration_from_base_and_back_lifecycle_0 vm_id = fe059866-04e9-4754-84a1-fa48fec06294
2862025-10-08T01:28:13.510ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance file = phd-tests/framework/src/test_vm/mod.rs instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: fe059866-04e9-4754-84a1-fa48fec06294, metadata: InstanceMetadata { project_id: 7d1cf484-8514-4dfa-8bdb-dbc7bf7cc970, silo_id: 2e6fa93d-4ca1-407b-bf79-7ba5e23ccebc, sled_id: 60d8c8d0-e7cc-4b41-acf0-b82d26ec6281, sled_model: "pheidippes", sled_revision: 1, sled_serial: "60d8c8d0-e7cc-4b41-acf0-b82d26ec6281" }, name: "phd-vm-fe059866-04e9-4754-84a1-fa48fec06294" }, state: Migrating } line = 404 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back source_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a target = phd_framework::test_vm target_id = fe059866-04e9-4754-84a1-fa48fec06294 vm = migration_from_base_and_back_lifecycle_0 vm_id = fe059866-04e9-4754-84a1-fa48fec06294
2872025-10-08T01:28:13.510ZINFOphd-runner: [MIGRATE - START] file = phd-tests/framework/src/test_vm/mod.rs line = 553 migration_id = e0659988-5963-40e6-99ce-1f18b5367242 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back source_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a target = phd_framework::test_vm target_id = fe059866-04e9-4754-84a1-fa48fec06294
2882025-10-08T01:28:15.565ZINFOphd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message file = phd-tests/framework/src/serial/mod.rs line = 275 s = {"Migrating":{"destination":"127.0.0.1:9002","from_start":7760}} target = phd_framework::serial
2892025-10-08T01:28:16.226ZINFOphd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully file = phd-tests/framework/src/test_vm/mod.rs line = 566 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back source_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a target = phd_framework::test_vm target_id = fe059866-04e9-4754-84a1-fa48fec06294
2902025-10-08T01:28:16.227ZINFOphd-runner: [MIGRATE - END] elapsed_milliseconds = 2716 file = phd-tests/framework/src/test_vm/mod.rs line = 553 migration_id = e0659988-5963-40e6-99ce-1f18b5367242 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back source_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a target = phd_framework::test_vm target_id = fe059866-04e9-4754-84a1-fa48fec06294
2912025-10-08T01:28:16.228ZINFOphd-runner: [VM CLEANUP - START] file = phd-tests/framework/src/test_vm/mod.rs line = 1052 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a
2922025-10-08T01:28:16.228ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back_lifecycle_0 vm_id = fe059866-04e9-4754-84a1-fa48fec06294
2932025-10-08T01:28:16.229ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 802 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm timeout_duration = Explicit(15s) vm = migration_from_base_and_back_lifecycle_0 vm_id = fe059866-04e9-4754-84a1-fa48fec06294
2942025-10-08T01:28:16.230ZDEBGphd-runner: [VM CLEANUP - EVENT] Killing Propolis server process file = phd-tests/framework/src/test_vm/server.rs line = 140 path = phd_tests::migrate::from_base::migration_from_base_and_back self.address = 127.0.0.1:9000 target = phd_framework::test_vm::server vm = migration_from_base_and_back vm_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a
2952025-10-08T01:28:16.297ZINFOphd-runner: [VM CLEANUP - END] elapsed_milliseconds = 68 file = phd-tests/framework/src/test_vm/mod.rs line = 1052 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a
2962025-10-08T01:28:16.297ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - END] elapsed_milliseconds = 8308 file = phd-tests/framework/src/test_vm/mod.rs line = 306 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back vm_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a
2972025-10-08T01:28:16.297ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 68 file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back_lifecycle_0 vm_id = fe059866-04e9-4754-84a1-fa48fec06294
2982025-10-08T01:28:16.298ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back_lifecycle_0 vm_id = fe059866-04e9-4754-84a1-fa48fec06294
2992025-10-08T01:28:16.298ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 802 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm timeout_duration = Explicit(300s) vm = migration_from_base_and_back_lifecycle_0 vm_id = fe059866-04e9-4754-84a1-fa48fec06294
3002025-10-08T01:28:16.329ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 30 file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back_lifecycle_0 vm_id = fe059866-04e9-4754-84a1-fa48fec06294
3012025-10-08T01:28:16.329ZINFOphd-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
3022025-10-08T01:28:16.329ZINFOphd-runner: [NEW - START] file = phd-tests/framework/src/test_vm/mod.rs line = 197 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm
3032025-10-08T01:28:16.329ZINFOphd-runner: [NEW - EVENT] phd_framework::test_vm environment = EnvironmentSpec { location: Local, propolis_artifact: "__BASE_PROPOLIS", metrics: None } file = phd-tests/framework/src/test_vm/mod.rs guest_os_kind = Alpine line = 215 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm_name = migration_from_base_and_back_lifecycle_1
3042025-10-08T01:28:16.329ZDEBGphd-runner: [NEW - EVENT] Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 45 path = /phd-artifacts/ac298e6bbbdc50399304b595515610103b4207687d1e73fb99d7c467882d6129/propolis-server target = phd_framework::artifacts::store
3052025-10-08T01:28:16.329ZINFOphd-runner: [NEW - EVENT] Launching Propolis server bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd" file = phd-tests/framework/src/test_vm/server.rs line = 64 path = phd_tests::migrate::from_base::migration_from_base_and_back server_addr = 127.0.0.1:9004 server_path = "/phd-artifacts/ac298e6bbbdc50399304b595515610103b4207687d1e73fb99d7c467882d6129/propolis-server" target = phd_framework::test_vm::server
3062025-10-08T01:28:16.329ZINFOphd-runner: [NEW - EVENT] Opening server log files file = phd-tests/framework/src/log_config.rs line = 71 path = phd_tests::migrate::from_base::migration_from_base_and_back stderr_path = "/tmp/propolis-phd/migration_from_base_and_back_lifecycle_1.stderr.log" stdout_path = "/tmp/propolis-phd/migration_from_base_and_back_lifecycle_1.stdout.log" target = phd_framework::log_config
3072025-10-08T01:28:16.345ZINFOphd-runner: [NEW - EVENT] Launched server with pid 891 file = phd-tests/framework/src/test_vm/server.rs line = 122 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm::server
3082025-10-08T01:28:16.346ZINFOphd-runner: [NEW - END] elapsed_milliseconds = 16 file = phd-tests/framework/src/test_vm/mod.rs line = 197 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm
3092025-10-08T01:28:16.346ZINFOphd-runner: [MIGRATE_FROM - START] file = phd-tests/framework/src/test_vm/mod.rs line = 499 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_0 source_id = fe059866-04e9-4754-84a1-fa48fec06294 target = phd_framework::test_vm target_id = aa0bd17f-59c4-427f-91e6-da85543a0436
3102025-10-08T01:28:16.346ZINFOphd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9002 file = phd-tests/framework/src/test_vm/mod.rs line = 532 migration_id = e8df774d-ebc2-4595-b652-382f387a3033 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_0 source_id = fe059866-04e9-4754-84a1-fa48fec06294 target = phd_framework::test_vm target_id = aa0bd17f-59c4-427f-91e6-da85543a0436 timeout_duration = 45s
3112025-10-08T01:28:16.346ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - START] file = phd-tests/framework/src/test_vm/mod.rs line = 306 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_0 source_id = fe059866-04e9-4754-84a1-fa48fec06294 target = phd_framework::test_vm target_id = aa0bd17f-59c4-427f-91e6-da85543a0436 vm = migration_from_base_and_back_lifecycle_1 vm_id = aa0bd17f-59c4-427f-91e6-da85543a0436
3122025-10-08T01:28:16.346ZINFOphd-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 = 345 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_0 source_id = fe059866-04e9-4754-84a1-fa48fec06294 target = phd_framework::test_vm target_id = aa0bd17f-59c4-427f-91e6-da85543a0436 vm = migration_from_base_and_back_lifecycle_1 vm_id = aa0bd17f-59c4-427f-91e6-da85543a0436
3132025-10-08T01:28:17.074ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance file = phd-tests/framework/src/test_vm/mod.rs instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: aa0bd17f-59c4-427f-91e6-da85543a0436, metadata: InstanceMetadata { project_id: 7d1cf484-8514-4dfa-8bdb-dbc7bf7cc970, silo_id: 2e6fa93d-4ca1-407b-bf79-7ba5e23ccebc, sled_id: 6c96def2-f69a-4091-a24b-2c503aa6a3db, sled_model: "pheidippes", sled_revision: 1, sled_serial: "6c96def2-f69a-4091-a24b-2c503aa6a3db" }, name: "phd-vm-aa0bd17f-59c4-427f-91e6-da85543a0436" }, state: Migrating } line = 404 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_0 source_id = fe059866-04e9-4754-84a1-fa48fec06294 target = phd_framework::test_vm target_id = aa0bd17f-59c4-427f-91e6-da85543a0436 vm = migration_from_base_and_back_lifecycle_1 vm_id = aa0bd17f-59c4-427f-91e6-da85543a0436
3142025-10-08T01:28:17.074ZINFOphd-runner: [MIGRATE - START] file = phd-tests/framework/src/test_vm/mod.rs line = 553 migration_id = e8df774d-ebc2-4595-b652-382f387a3033 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_0 source_id = fe059866-04e9-4754-84a1-fa48fec06294 target = phd_framework::test_vm target_id = aa0bd17f-59c4-427f-91e6-da85543a0436
3152025-10-08T01:28:19.179ZINFOphd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message file = phd-tests/framework/src/serial/mod.rs line = 275 s = {"Migrating":{"destination":"127.0.0.1:9004","from_start":7807}} target = phd_framework::serial
3162025-10-08T01:28:19.953ZINFOphd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully file = phd-tests/framework/src/test_vm/mod.rs line = 566 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_0 source_id = fe059866-04e9-4754-84a1-fa48fec06294 target = phd_framework::test_vm target_id = aa0bd17f-59c4-427f-91e6-da85543a0436
3172025-10-08T01:28:19.953ZINFOphd-runner: [MIGRATE - END] elapsed_milliseconds = 2878 file = phd-tests/framework/src/test_vm/mod.rs line = 553 migration_id = e8df774d-ebc2-4595-b652-382f387a3033 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_0 source_id = fe059866-04e9-4754-84a1-fa48fec06294 target = phd_framework::test_vm target_id = aa0bd17f-59c4-427f-91e6-da85543a0436
3182025-10-08T01:28:19.955ZINFOphd-runner: [VM CLEANUP - START] file = phd-tests/framework/src/test_vm/mod.rs line = 1052 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back_lifecycle_0 vm_id = fe059866-04e9-4754-84a1-fa48fec06294
3192025-10-08T01:28:19.955ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back_lifecycle_1 vm_id = aa0bd17f-59c4-427f-91e6-da85543a0436
3202025-10-08T01:28:19.955ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 802 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm timeout_duration = Explicit(15s) vm = migration_from_base_and_back_lifecycle_1 vm_id = aa0bd17f-59c4-427f-91e6-da85543a0436
3212025-10-08T01:28:19.956ZDEBGphd-runner: [VM CLEANUP - EVENT] Killing Propolis server process file = phd-tests/framework/src/test_vm/server.rs line = 140 path = phd_tests::migrate::from_base::migration_from_base_and_back self.address = 127.0.0.1:9002 target = phd_framework::test_vm::server vm = migration_from_base_and_back_lifecycle_0 vm_id = fe059866-04e9-4754-84a1-fa48fec06294
3222025-10-08T01:28:20.028ZINFOphd-runner: [VM CLEANUP - END] elapsed_milliseconds = 72 file = phd-tests/framework/src/test_vm/mod.rs line = 1052 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back_lifecycle_0 vm_id = fe059866-04e9-4754-84a1-fa48fec06294
3232025-10-08T01:28:20.028ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 72 file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back_lifecycle_1 vm_id = aa0bd17f-59c4-427f-91e6-da85543a0436
3242025-10-08T01:28:20.028ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - END] elapsed_milliseconds = 7052 file = phd-tests/framework/src/test_vm/mod.rs line = 306 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back source_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a target = phd_framework::test_vm target_id = fe059866-04e9-4754-84a1-fa48fec06294 vm = migration_from_base_and_back_lifecycle_0 vm_id = fe059866-04e9-4754-84a1-fa48fec06294
3252025-10-08T01:28:20.028ZINFOphd-runner: [MIGRATE_FROM - END] elapsed_milliseconds = 7052 file = phd-tests/framework/src/test_vm/mod.rs line = 499 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back source_id = 72d56dbb-9f68-416b-b6c7-9cbe7931a51a target = phd_framework::test_vm target_id = fe059866-04e9-4754-84a1-fa48fec06294
3262025-10-08T01:28:20.028ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back_lifecycle_1 vm_id = aa0bd17f-59c4-427f-91e6-da85543a0436
3272025-10-08T01:28:20.028ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 802 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm timeout_duration = Explicit(300s) vm = migration_from_base_and_back_lifecycle_1 vm_id = aa0bd17f-59c4-427f-91e6-da85543a0436
3282025-10-08T01:28:20.055ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 26 file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back_lifecycle_1 vm_id = aa0bd17f-59c4-427f-91e6-da85543a0436
3292025-10-08T01:28:20.055ZINFOphd-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
3302025-10-08T01:28:20.055ZINFOphd-runner: [NEW - START] file = phd-tests/framework/src/test_vm/mod.rs line = 197 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm
3312025-10-08T01:28:20.055ZINFOphd-runner: [NEW - EVENT] phd_framework::test_vm environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS", metrics: None } file = phd-tests/framework/src/test_vm/mod.rs guest_os_kind = Alpine line = 215 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm_name = migration_from_base_and_back_lifecycle_2
3322025-10-08T01:28:20.055ZDEBGphd-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
3332025-10-08T01:28:20.055ZINFOphd-runner: [NEW - EVENT] Launching Propolis server bootrom_path = "/phd-artifacts/ff12d5cb021e34447b44301f70434e861b07d2779c16abe2f2efef49ff02fffb/OVMF_CODE.fd" file = phd-tests/framework/src/test_vm/server.rs line = 64 path = phd_tests::migrate::from_base::migration_from_base_and_back server_addr = 127.0.0.1:9006 server_path = "/work/phd-test/propolis-server" target = phd_framework::test_vm::server
3342025-10-08T01:28:20.055ZINFOphd-runner: [NEW - EVENT] Opening server log files file = phd-tests/framework/src/log_config.rs line = 71 path = phd_tests::migrate::from_base::migration_from_base_and_back stderr_path = "/tmp/propolis-phd/migration_from_base_and_back_lifecycle_2.stderr.log" stdout_path = "/tmp/propolis-phd/migration_from_base_and_back_lifecycle_2.stdout.log" target = phd_framework::log_config
3352025-10-08T01:28:20.072ZINFOphd-runner: [NEW - EVENT] Launched server with pid 893 file = phd-tests/framework/src/test_vm/server.rs line = 122 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm::server
3362025-10-08T01:28:20.072ZINFOphd-runner: [NEW - END] elapsed_milliseconds = 16 file = phd-tests/framework/src/test_vm/mod.rs line = 197 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm
3372025-10-08T01:28:20.072ZINFOphd-runner: [MIGRATE_FROM - START] file = phd-tests/framework/src/test_vm/mod.rs line = 499 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_1 source_id = aa0bd17f-59c4-427f-91e6-da85543a0436 target = phd_framework::test_vm target_id = f50e9f0f-46c8-4f8b-9f5b-aa993bb87aca
3382025-10-08T01:28:20.072ZINFOphd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9004 file = phd-tests/framework/src/test_vm/mod.rs line = 532 migration_id = bfd1431c-f87d-4634-b94c-e68b950920d5 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_1 source_id = aa0bd17f-59c4-427f-91e6-da85543a0436 target = phd_framework::test_vm target_id = f50e9f0f-46c8-4f8b-9f5b-aa993bb87aca timeout_duration = 45s
3392025-10-08T01:28:20.072ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - START] file = phd-tests/framework/src/test_vm/mod.rs line = 306 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_1 source_id = aa0bd17f-59c4-427f-91e6-da85543a0436 target = phd_framework::test_vm target_id = f50e9f0f-46c8-4f8b-9f5b-aa993bb87aca vm = migration_from_base_and_back_lifecycle_2 vm_id = f50e9f0f-46c8-4f8b-9f5b-aa993bb87aca
3402025-10-08T01:28:20.073ZINFOphd-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 = 345 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_1 source_id = aa0bd17f-59c4-427f-91e6-da85543a0436 target = phd_framework::test_vm target_id = f50e9f0f-46c8-4f8b-9f5b-aa993bb87aca vm = migration_from_base_and_back_lifecycle_2 vm_id = f50e9f0f-46c8-4f8b-9f5b-aa993bb87aca
3412025-10-08T01:28:20.412ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance file = phd-tests/framework/src/test_vm/mod.rs instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: f50e9f0f-46c8-4f8b-9f5b-aa993bb87aca, metadata: InstanceMetadata { project_id: 7d1cf484-8514-4dfa-8bdb-dbc7bf7cc970, silo_id: 2e6fa93d-4ca1-407b-bf79-7ba5e23ccebc, sled_id: 00ee3610-e226-43e1-be2d-6d7f205beb56, sled_model: "pheidippes", sled_revision: 1, sled_serial: "00ee3610-e226-43e1-be2d-6d7f205beb56" }, name: "phd-vm-f50e9f0f-46c8-4f8b-9f5b-aa993bb87aca" }, state: Migrating } line = 404 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_1 source_id = aa0bd17f-59c4-427f-91e6-da85543a0436 target = phd_framework::test_vm target_id = f50e9f0f-46c8-4f8b-9f5b-aa993bb87aca vm = migration_from_base_and_back_lifecycle_2 vm_id = f50e9f0f-46c8-4f8b-9f5b-aa993bb87aca
3422025-10-08T01:28:20.412ZINFOphd-runner: [MIGRATE - START] file = phd-tests/framework/src/test_vm/mod.rs line = 553 migration_id = bfd1431c-f87d-4634-b94c-e68b950920d5 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_1 source_id = aa0bd17f-59c4-427f-91e6-da85543a0436 target = phd_framework::test_vm target_id = f50e9f0f-46c8-4f8b-9f5b-aa993bb87aca
3432025-10-08T01:28:22.465ZINFOphd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message file = phd-tests/framework/src/serial/mod.rs line = 275 s = {"Migrating":{"destination":"127.0.0.1:9006","from_start":7854}} target = phd_framework::serial
3442025-10-08T01:28:23.008ZINFOphd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully file = phd-tests/framework/src/test_vm/mod.rs line = 566 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_1 source_id = aa0bd17f-59c4-427f-91e6-da85543a0436 target = phd_framework::test_vm target_id = f50e9f0f-46c8-4f8b-9f5b-aa993bb87aca
3452025-10-08T01:28:23.008ZINFOphd-runner: [MIGRATE - END] elapsed_milliseconds = 2595 file = phd-tests/framework/src/test_vm/mod.rs line = 553 migration_id = bfd1431c-f87d-4634-b94c-e68b950920d5 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_1 source_id = aa0bd17f-59c4-427f-91e6-da85543a0436 target = phd_framework::test_vm target_id = f50e9f0f-46c8-4f8b-9f5b-aa993bb87aca
3462025-10-08T01:28:23.010ZINFOphd-runner: [VM CLEANUP - START] file = phd-tests/framework/src/test_vm/mod.rs line = 1052 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back_lifecycle_1 vm_id = aa0bd17f-59c4-427f-91e6-da85543a0436
3472025-10-08T01:28:23.010ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back_lifecycle_2 vm_id = f50e9f0f-46c8-4f8b-9f5b-aa993bb87aca
3482025-10-08T01:28:23.010ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 802 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm timeout_duration = Explicit(15s) vm = migration_from_base_and_back_lifecycle_2 vm_id = f50e9f0f-46c8-4f8b-9f5b-aa993bb87aca
3492025-10-08T01:28:23.011ZDEBGphd-runner: [VM CLEANUP - EVENT] Killing Propolis server process file = phd-tests/framework/src/test_vm/server.rs line = 140 path = phd_tests::migrate::from_base::migration_from_base_and_back self.address = 127.0.0.1:9004 target = phd_framework::test_vm::server vm = migration_from_base_and_back_lifecycle_1 vm_id = aa0bd17f-59c4-427f-91e6-da85543a0436
3502025-10-08T01:28:23.084ZINFOphd-runner: [VM CLEANUP - END] elapsed_milliseconds = 74 file = phd-tests/framework/src/test_vm/mod.rs line = 1052 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back_lifecycle_1 vm_id = aa0bd17f-59c4-427f-91e6-da85543a0436
3512025-10-08T01:28:23.084ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - END] elapsed_milliseconds = 6738 file = phd-tests/framework/src/test_vm/mod.rs line = 306 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_0 source_id = fe059866-04e9-4754-84a1-fa48fec06294 target = phd_framework::test_vm target_id = aa0bd17f-59c4-427f-91e6-da85543a0436 vm = migration_from_base_and_back_lifecycle_1 vm_id = aa0bd17f-59c4-427f-91e6-da85543a0436
3522025-10-08T01:28:23.085ZINFOphd-runner: [MIGRATE_FROM - END] elapsed_milliseconds = 6738 file = phd-tests/framework/src/test_vm/mod.rs line = 499 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_0 source_id = fe059866-04e9-4754-84a1-fa48fec06294 target = phd_framework::test_vm target_id = aa0bd17f-59c4-427f-91e6-da85543a0436
3532025-10-08T01:28:23.085ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 74 file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back_lifecycle_2 vm_id = f50e9f0f-46c8-4f8b-9f5b-aa993bb87aca
3542025-10-08T01:28:23.085ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back_lifecycle_2 vm_id = f50e9f0f-46c8-4f8b-9f5b-aa993bb87aca
3552025-10-08T01:28:23.085ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 802 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm timeout_duration = Explicit(300s) vm = migration_from_base_and_back_lifecycle_2 vm_id = f50e9f0f-46c8-4f8b-9f5b-aa993bb87aca
3562025-10-08T01:28:23.110ZINFOphd-runner: [WAIT_FOR_SERIAL_OUTPUT - END] elapsed_milliseconds = 24 file = phd-tests/framework/src/test_vm/mod.rs line = 795 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back_lifecycle_2 vm_id = f50e9f0f-46c8-4f8b-9f5b-aa993bb87aca
3572025-10-08T01:28:23.110ZINFOphd-runner: [VM CLEANUP - START] file = phd-tests/framework/src/test_vm/mod.rs line = 1052 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back_lifecycle_2 vm_id = f50e9f0f-46c8-4f8b-9f5b-aa993bb87aca
3582025-10-08T01:28:23.110ZDEBGphd-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
3592025-10-08T01:28:23.111ZINFOphd-runner: [SERIAL CONSOLE TASK - END] elapsed_milliseconds = 14713 file = phd-tests/framework/src/serial/mod.rs line = 200 target = phd_framework::serial
3602025-10-08T01:28:23.111ZINFOphd-runner: test phd_tests::migrate::from_base::migration_from_base_and_back ... ok file = phd-tests/runner/src/execute.rs line = 129 target = phd_runner::execute
3612025-10-08T01:28:23.111ZINFOphd-runner: [TEST_CLEANUP - START] file = phd-tests/runner/src/fixtures.rs line = 51 target = phd_runner::fixtures
3622025-10-08T01:28:23.112ZDEBGphd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed file = phd-tests/framework/src/test_vm/mod.rs line = 1075 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back_lifecycle_2 vm_id = f50e9f0f-46c8-4f8b-9f5b-aa993bb87aca
3632025-10-08T01:28:23.493ZDEBGphd-runner: [VM CLEANUP - EVENT] Killing Propolis server process file = phd-tests/framework/src/test_vm/server.rs line = 140 path = phd_tests::migrate::from_base::migration_from_base_and_back self.address = 127.0.0.1:9006 target = phd_framework::test_vm::server vm = migration_from_base_and_back_lifecycle_2 vm_id = f50e9f0f-46c8-4f8b-9f5b-aa993bb87aca
3642025-10-08T01:28:23.560ZDEBGphd-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 = f50e9f0f-46c8-4f8b-9f5b-aa993bb87aca
3652025-10-08T01:28:23.560ZDEBGphd-runner: [VM CLEANUP - EVENT] executing ZFS command args = ["phd-artifacts/phd-clone-50c13bf7-527f-4641-b2fa-e1709eac9ecf"] 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 = f50e9f0f-46c8-4f8b-9f5b-aa993bb87aca
3662025-10-08T01:28:23.587ZDEBGphd-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 = f50e9f0f-46c8-4f8b-9f5b-aa993bb87aca
3672025-10-08T01:28:23.587ZDEBGphd-runner: [VM CLEANUP - EVENT] executing ZFS command args = ["phd-artifacts@phd-a709c099-7ebc-414a-a989-5e178dbf736c"] 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 = f50e9f0f-46c8-4f8b-9f5b-aa993bb87aca
3682025-10-08T01:28:23.602ZINFOphd-runner: [VM CLEANUP - END] elapsed_milliseconds = 491 file = phd-tests/framework/src/test_vm/mod.rs line = 1052 path = phd_tests::migrate::from_base::migration_from_base_and_back target = phd_framework::test_vm vm = migration_from_base_and_back_lifecycle_2 vm_id = f50e9f0f-46c8-4f8b-9f5b-aa993bb87aca
3692025-10-08T01:28:23.602ZINFOphd-runner: [TEST_CLEANUP - END] elapsed_milliseconds = 491 file = phd-tests/runner/src/fixtures.rs line = 51 target = phd_runner::fixtures
3702025-10-08T01:28:23.602ZINFOphd-runner: [INSTANCE_ENSURE_INTERNAL - END] elapsed_milliseconds = 3529 file = phd-tests/framework/src/test_vm/mod.rs line = 306 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_1 source_id = aa0bd17f-59c4-427f-91e6-da85543a0436 target = phd_framework::test_vm target_id = f50e9f0f-46c8-4f8b-9f5b-aa993bb87aca vm = migration_from_base_and_back_lifecycle_2 vm_id = f50e9f0f-46c8-4f8b-9f5b-aa993bb87aca
3712025-10-08T01:28:23.602ZINFOphd-runner: [EXECUTION_CLEANUP - START] file = phd-tests/runner/src/fixtures.rs line = 35 target = phd_runner::fixtures
3722025-10-08T01:28:23.602ZINFOphd-runner: [EXECUTION_CLEANUP - END] elapsed_milliseconds = 0 file = phd-tests/runner/src/fixtures.rs line = 35 target = phd_runner::fixtures
3732025-10-08T01:28:23.602ZINFOphd-runner: [MIGRATE_FROM - END] elapsed_milliseconds = 3530 file = phd-tests/framework/src/test_vm/mod.rs line = 499 path = phd_tests::migrate::from_base::migration_from_base_and_back source = migration_from_base_and_back_lifecycle_1 source_id = aa0bd17f-59c4-427f-91e6-da85543a0436 target = phd_framework::test_vm target_id = f50e9f0f-46c8-4f8b-9f5b-aa993bb87aca
374 test result: ok. 3 passed; 0 failed; 0 skipped; 0 not run; finished in 106.95s
375 
3762025-10-08T01:28:23.602ZINFOphd-runner: [TEST - END] elapsed_milliseconds = 15674 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
3772025-10-08T01:28:23.602ZDEBGphd-runner: phd_runner exit_code = 0 file = phd-tests/runner/src/main.rs line = 41 target = phd_runner